gecko-dev/dom/xhr
Nathan Froyd d75b9ed4bd Bug 1499726 - make main-thread XHR timer setting slightly more efficient; r=baku
Instead of creating a timer and then setting the timer's target, we can
determine the timer's target and pass it in directly when the timer is
created.  This reordering of steps is slightly more efficient, since
SetTarget() is both a virtual call and requires locking, both of which
can be skipped if we know the target at timer creation time.
2018-10-17 19:57:36 -04:00
..
tests Bug 1454325 - have XHRs adjust content type of uploads per spec using the MIME Sniffing standard; r=hsivonen 2018-09-20 01:04:51 +00:00
XMLHttpRequest.cpp
XMLHttpRequest.h Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07: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 1499726 - make main-thread XHR timer setting slightly more efficient; r=baku 2018-10-17 19:57:36 -04:00
XMLHttpRequestMainThread.h Bug 1499726 - make main-thread XHR timer setting slightly more efficient; r=baku 2018-10-17 19:57:36 -04:00
XMLHttpRequestString.cpp Bug 1484990 - Use BulkWrite instead of write past length via BeginWriting() in XHR. r=baku 2018-08-30 14:24:58 +00:00
XMLHttpRequestString.h Bug 1484990 - Use BulkWrite instead of write past length via BeginWriting() in XHR. r=baku 2018-08-30 14:24:58 +00:00
XMLHttpRequestUpload.cpp Bug 1470325 - s/FooBinding/Foo_Binding/g - r=qdot 2018-06-26 17:05:01 -07: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 722345 part 3 - Remove request API. r=luke 2018-08-28 09:53:30 +02:00
XMLHttpRequestWorker.h Bug 1455256 - Port more components to WorkerRef - part 5 - XHR, r=asuth 2018-06-18 16:37:21 -04:00
moz.build Bug 792808 - Purge nsIXMLHttpRequest, nsIXMLHttpRequestUpload, nsIXMLHttpRequestEventTarget, nsIXHRSendable XPCOM interfaces; r=baku 2017-11-19 17:11:41 -05:00