gecko-dev/netwerk/socket
Emilio Cobos Álvarez fffb25b74f Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj
This was done automatically replacing:

  s/mozilla::Move/std::move/
  s/ Move(/ std::move(/
  s/(Move(/(std::move(/

Removing the 'using mozilla::Move;' lines.

And then with a few manual fixups, see the bug for the split series..

MozReview-Commit-ID: Jxze3adipUh
2018-06-01 10:45:27 +02:00
..
moz.build Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer 2016-11-03 18:15:08 +08:00
nsINamedPipeService.idl Bug 1288308 - Part 1: implement nsNamedPipeService; r=bagder,mayhemer 2016-11-03 18:15:08 +08:00
nsISOCKSSocketInfo.idl
nsISSLSocketControl.idl Bug 1363284 - HTTP/2 anonymous/onymous session (connection) coalescing, r=mayhemer 2018-02-15 09:10:00 +02:00
nsISocketProvider.idl Bug 1388925 - Add an opaque flags to have a fine-grained control over TLS configurations. r=mcmanus, r=keeler 2017-08-16 12:41:16 -07:00
nsISocketProviderService.idl
nsITransportSecurityInfo.idl Bug 1415279 - Move error strings for certError and netError pages to frontend, r=johannh,keeler,Honza,snorp 2018-03-27 13:31:52 +02:00
nsNamedPipeIOLayer.cpp Bug 1411001 - Remove the +x permissions on cpp & h files r=froydnj 2017-10-23 20:59:55 +02:00
nsNamedPipeIOLayer.h Bug 1288308 - Part 2: implement Named Pipe IO layer; r=bagder,mayhemer 2016-11-03 18:15:08 +08:00
nsNamedPipeService.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
nsNamedPipeService.h Bug 1288308: cross-compilation fixup. 2016-11-04 15:40:33 +01:00
nsSOCKSIOLayer.cpp Backed out 4 changesets (bug 525063) on request from Andi. a=backout 2018-04-13 16:01:28 +03:00
nsSOCKSIOLayer.h Bug 1388925 - Add an opaque flags to have a fine-grained control over TLS configurations. r=mcmanus, r=keeler 2017-08-16 12:41:16 -07:00
nsSOCKSSocketProvider.cpp Bug 1441327 - Allow for seccomp filtering of socket(AF_INET/AF_INET_6) calls on Linux when using UNIX Domain Sockets for SOCKS Proxy. r=bagder 2018-03-07 12:58:00 -05:00
nsSOCKSSocketProvider.h Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin 2018-04-30 19:46:04 +03:00
nsSocketProviderService.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsSocketProviderService.h Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin 2018-04-30 19:46:04 +03:00
nsUDPSocketProvider.cpp Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin 2018-04-30 19:46:04 +03:00
nsUDPSocketProvider.h Bug 1457411 - Update netwerk module to make use of newer methods introduced with c++11 and c++14. r=valentin 2018-04-30 19:46:04 +03:00