summaryrefslogtreecommitdiffstats
path: root/dom/fetch/Request.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #80 - De-unify dom/fetchwolfbeast2020-04-19-4/+9
| | | | | | Running into the same problem as with dom/canvas: derived template classes not being happy about being non-unified. Kept unified for now to prevent linking errors.
* 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 1394399 - Default Request.credentials to "same-origin" instead of "omit"janekptacijarabaci2018-05-26-1/+1
| | | | Issue #389
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+627