summaryrefslogtreecommitdiffstats
path: root/dom/xhr
Commit message (Collapse)AuthorAgeLines
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23-1/+0
|
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-12/+0
| | | | | | 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-92/+98
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-13/+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 1331564 - XHR SyncTeardownRunnable must run also when the worker is in ↵janekptacijarabaci2018-07-05-5/+3
| | | | killing state
* Bug 604026 - Sync event loops in workers should be created only if ↵janekptacijarabaci2018-07-05-16/+21
| | | | compatible with the worker shutdown status
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-7/+0
| | | | Tag #288.
* Merge pull request #131 from janekptacijarabaci/js_dom_xmlhttprequest_abort_1New Tobin Paradigm2018-04-14-6/+82
|\ | | | | Aligned XMLHttpRequest abort() with the spec
| * Bug 1311798: Align XMLHttpRequest abort() with the specjanekptacijarabaci2018-03-15-6/+82
| |
* | Fix Value::isGCThing footgun, stop returning true for NullValuetrav902018-04-07-2/+2
|/
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+14599