summaryrefslogtreecommitdiffstats
path: root/dom/fetch/FetchDriver.cpp
Commit message (Collapse)AuthorAgeLines
* [DOM Fetch] Detect broken pipes and propagate that write error to the caller.Moonchild2020-10-21-0/+11
|
* [DOM Fetch] Improve stability of Fetch API.Moonchild2020-10-21-4/+9
|
* Issue #1656 - Part 2: Unmangle some unfortunate UTF-8 victims.Moonchild2020-09-23-1/+1
| | | | The poor fellows got lost in an ASCII-interpretation of the world.
* Issue #1656 - Part 1: Nuke most vim config lines in the tree.Moonchild2020-09-23-2/+1
| | | | | | 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 #1587 Part 12 (followup 2): Allow clearing of signal by setting to null.Moonchild2020-07-25-0/+5
|
* Issue #1587 - Part 7: Rename FetchController to AbortControllerMoonchild2020-06-11-1/+1
| | | | | Also renames FetchSignal to AbortSignal. Includes renaming the various controlling prefs to enable.
* Issue #1587 - Part 5: Hook FetchObserver up to the Fetch APIMoonchild2020-06-11-0/+37
|
* Issue #1587 - Part 3: Hook FetchSignal up to the Fetch APIMoonchild2020-06-10-8/+37
|
* Remove various hard-coded Accept: headerswolfbeast2019-03-07-10/+0
| | | | | | | Since we're now handling this in the network back-end, there's no need for this anymore. Tag #993.
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-3/+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.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+938