fune/dom/fetch
Ziran Sun aa6bf5aefc Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw
This is to add basic fetch priority support. It introduces preference of
fetch priority adjustment as per to recent discussions. We need to refine the
fetchpriority mapping taking into account of destination, which will be
addressed in Bug 1881040.

In addition, this changes the relervant prefs type to atomic type to accommodate
the access of the prefs off the main thread in the worker case.

Differential Revision: https://phabricator.services.mozilla.com/D200778
2024-02-23 15:14:17 +00:00
..
tests Bug 1877940 - Enable remaining ESLint rules on dom/fetch. r=jesup 2024-02-12 22:28:14 +00:00
BodyExtractor.cpp
BodyExtractor.h
ChannelInfo.cpp
ChannelInfo.h
Fetch.cpp Bug 1880233 - Add names to MainThreadWorkerRunnable derived runnables. r=dom-worker-reviewers,asuth 2024-02-14 16:13:24 +00:00
Fetch.h
FetchChild.cpp
FetchChild.h
FetchDriver.cpp Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw 2024-02-23 15:14:17 +00:00
FetchDriver.h Bug 1810805 - update mObserver modifications in FetchDriver. r=necko-reviewers,edenchuang 2023-11-27 10:31:54 +00:00
FetchIPCTypes.h
FetchLog.h
FetchObserver.cpp
FetchObserver.h
FetchParent.cpp
FetchParent.h
FetchService.cpp Bug 1871498 - Let FetchDriver::RunAbortAlogrithm() resolving FetchInstance::mPromises by calling FetchObserver::OnResponseEnd(). r=dom-worker-reviewers,smaug 2024-01-29 11:02:14 +00:00
FetchService.h
FetchStreamReader.cpp Bug 1866078 - Add InputToReadableStreamAlgorithms::MaybeGetInputStreamIfUnread r=smaug 2023-11-27 14:34:00 +00:00
FetchStreamReader.h
FetchStreamUtils.cpp
FetchStreamUtils.h
FetchTypes.ipdlh
FetchUtil.cpp
FetchUtil.h
Headers.cpp
Headers.h
InternalHeaders.cpp
InternalHeaders.h
InternalRequest.cpp Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw 2024-02-23 15:14:17 +00:00
InternalRequest.h Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw 2024-02-23 15:14:17 +00:00
InternalResponse.cpp
InternalResponse.h
moz.build
PFetch.ipdl
Request.cpp Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw 2024-02-23 15:14:17 +00:00
Request.h Bug 1839319 - Add fetchpriority support for fetch() API. r=valentin,necko-reviewers,webidl,saschanaz,fredw 2024-02-23 15:14:17 +00:00
Response.cpp
Response.h