summaryrefslogtreecommitdiffstats
path: root/dom/fetch
Commit message (Collapse)AuthorAgeLines
* Stop using the worker MainThreadTaskQueue from dom/fetch.wolfbeast2018-09-16-9/+3
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-8/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Bug 1298823 - Fix Request constructor - with "mode: navigate"janekptacijarabaci2018-07-05-12/+6
|
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-1/+1
| | | | compatible with the worker shutdown status
* Bug 1398229 - Save-link-as feature should use the loading principal - ↵janekptacijarabaci2018-06-17-1/+4
| | | | implementation of nsIContentPolicy.TYPE_SAVE_AS_DOWNLOAD
* Bug 1394399 - Default Request.credentials to "same-origin" instead of "omit"janekptacijarabaci2018-05-26-1/+1
| | | | Issue #389
* moebius#312: DOM - Fix incorrect TypeError: Response body is given with a ↵janekptacijarabaci2018-04-24-5/+5
| | | | | | null body status https://github.com/MoonchildProductions/moebius/issues/312
* moebius#140: Fix: Fetch - headers should sort and combinejanekptacijarabaci2018-04-14-8/+81
| | | | https://github.com/MoonchildProductions/moebius/pull/140
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+7081