summaryrefslogtreecommitdiff
path: root/dom/xhr
Commit message (Collapse)AuthorAge
* [Network, DOM] Align our implementation with the current CORS/Fetch spec.Moonchild2022-11-18
|
* Issue #2024 - Part 1: Add wildcard to Access-Control-Expose-HeadersMoonchild2022-11-06
| | | | For requests without credentials, add wildcard to Access-Control-Expose-Headers.
* Issue #80 - reinstated unified building for some large chunks of our code.Moonchild2022-09-04
| | | | This should reduce compile complexity saving time and reducing linker stress.
* Issue #1990 - Part 5 - Common up the skippability implementations that are ↵Brian Smith2022-08-25
| | | | | | basically copy/pastes of the DOMEventTargetHelper one. Mozilla Bug Bug 1333540. Skipped the renamed of various functions, but otherwise a direct port.
* [DOM] Align XHR requests with the spec.Moonchild2022-04-07
|
* Issue #21 - Remove Telemetry plumbing and fix build.Moonchild2022-04-02
| | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* Issue #1822 - Part 3: Remove LOAD_CLASSIFIER_URI and variousMoonchild2022-04-01
| | | | helper functions.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23
| | | | | | Since these are just interpreted comments, there's 0 impact on actual code. This removes all lines that match /* vim: set(.*)tw=80: */ with S&R -- there are a few others scattered around which will be removed manually in a second part.
* Issue #80 - De-unify dom/xhrMoonchild2020-04-23
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03
| | | | | 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 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ↵janekptacijarabaci2018-07-05
| | | | killing state
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05
| | | | compatible with the worker shutdown status
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13
| | | | Tag #288.
* Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1New Tobin Paradigm2018-04-14
|\ | | | | Aligned XMLHttpRequest abort() with the spec
| * Bug 1311798: Align XMLHttpRequest abort() with the specjanekptacijarabaci2018-03-15
| |
* | Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02