gecko-dev/dom/xhr
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
..
tests Bug 1450358 P1 Add an event listener runtime leak check for XHR. r=baku 2018-04-04 11:25:42 -07:00
moz.build Bug 792808 - Purge nsIXMLHttpRequest, nsIXMLHttpRequestUpload, nsIXMLHttpRequestEventTarget, nsIXHRSendable XPCOM interfaces; r=baku 2017-11-19 17:11:41 -05:00
XMLHttpRequest.cpp
XMLHttpRequest.h Bug 1462357 - remove the channel and socket interface id r=bagder,baku 2018-05-16 16:05:03 -04:00
XMLHttpRequestEventTarget.cpp Bug 792808 - Purge nsIXMLHttpRequest, nsIXMLHttpRequestUpload, nsIXMLHttpRequestEventTarget, nsIXHRSendable XPCOM interfaces; r=baku 2017-11-19 17:11:41 -05:00
XMLHttpRequestEventTarget.h Bug 1449631 part 13. Remove now-unnecessary forwarding macros. r=smaug 2018-04-05 13:42:42 -04:00
XMLHttpRequestMainThread.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
XMLHttpRequestMainThread.h Bug 1462357 - remove the channel and socket interface id r=bagder,baku 2018-05-16 16:05:03 -04:00
XMLHttpRequestString.cpp Bug 1407858 part 1. Give DOMString setter APIs clearer names. r=smaug 2017-12-22 13:02:51 -05:00
XMLHttpRequestString.h
XMLHttpRequestUpload.cpp Bug 792808 - Purge nsIXMLHttpRequest, nsIXMLHttpRequestUpload, nsIXMLHttpRequestEventTarget, nsIXHRSendable XPCOM interfaces; r=baku 2017-11-19 17:11:41 -05:00
XMLHttpRequestUpload.h Bug 1449631 part 13. Remove now-unnecessary forwarding macros. r=smaug 2018-04-05 13:42:42 -04:00
XMLHttpRequestWorker.cpp Bug 1457157 P2 Clear a worker's ClientSource when it reaches Terminating. r=baku 2018-05-02 06:29:26 -07:00
XMLHttpRequestWorker.h Bug 1462357 - remove the channel and socket interface id r=bagder,baku 2018-05-16 16:05:03 -04:00