gecko-dev/netwerk/protocol
Makoto Kato 8dc6501cfc Bug 1572639 - Use std::move to avoid -Wreturn-std-move warning. r=dragana
Actually, compiler outputs the following warning for android build.

```
35:44.69 warning: netwerk/protocol/http/nsHttpHandler.cpp:165:12 [-Wreturn-std-move] local variable 'deviceString' will be copied despite being returned by name
35:44.69 warning: netwerk/protocol/http/nsHttpHandler.cpp:167:10 [-Wreturn-std-move] local variable 'deviceModelId' will be copied despite being returned by name
```

We should use std::move to fix this.

Differential Revision: https://phabricator.services.mozilla.com/D41327

--HG--
extra : moz-landing-system : lando
2019-08-14 19:38:23 +00:00
..
about Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-08-13 07:15:25 +00:00
data Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
file Bug 1556487 - Replace HttpChannelParentListener with a more generic class, r=mayhemer 2019-07-11 16:06:06 +00:00
ftp Bug 1560699 - Download FTP resources instead of rendering them. r=michal 2019-08-11 20:46:06 +00:00
gio Bug 1557793 part 2. Stop using [array] in nsIStringBundle. r=Pike 2019-06-11 15:51:51 +00:00
http Bug 1572639 - Use std::move to avoid -Wreturn-std-move warning. r=dragana 2019-08-14 19:38:23 +00:00
res Bug 1558915 - Use infallible nsIURI::SchemeIs in netwerk/. r=baku 2019-08-08 13:02:36 +00:00
viewsource Bug 1555036 - If there is a Cross-Origin-Opener-Policy mismatch and the SANDBOXED_AUXILIARY_NAVIGATION is set navigate to a network error r=mayhemer 2019-06-14 21:48:51 +00:00
websocket Bug 1558915 - Use infallible nsIURI::SchemeIs in netwerk/. r=baku 2019-08-08 13:02:36 +00:00
moz.build