gecko-dev/dom/fetch
serge-sans-paille 8a0a0f7524 Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato
MOZ_RUNINIT => initialized at runtime
MOZ_CONSTINIT => initialized at compile time
MOZ_GLOBINIT => initialized either at runtime or compile time, depending on template parameter, macro parameter etc
This annotation is only understood by our clang-tidy plugin. It has no
effect on regular compilation.

Differential Revision: https://phabricator.services.mozilla.com/D223341
2024-10-30 11:05:24 +00:00
..
tests Bug 1920268 - Remove unnecessary MochiKit.js includes in tests (dom/fetch/) r=dom-core,masayuki 2024-09-23 22:35:36 +00:00
BodyExtractor.cpp Bug 1890428 - Add serialization support for Declarative Shadow DOM. r=webidl,smaug 2024-05-15 16:40:21 +00:00
BodyExtractor.h
ChannelInfo.cpp
ChannelInfo.h
Fetch.cpp Bug 1914632 - support fetch keepalive for workers. r=edenchuang 2024-09-24 17:10:05 +00:00
Fetch.h Bug 1896475 - Implement Request/Response `.bytes()` method. r=saschanaz,webidl 2024-05-23 10:13:29 +00:00
FetchChild.cpp Bug 1914632 - modify shutdown handling for keepalive requests. r=edenchuang 2024-09-24 17:10:05 +00:00
FetchChild.h Bug 1909467: replace some includes of "nsIContentSecurityPolicy" with forward declarations or other includes and move some function definitions to the corresponding .cpp files. r=tschuster,necko-reviewers,kershaw 2024-08-15 12:37:35 +00:00
FetchDriver.cpp Bug 1900561 - Set nsIClassOfService::fetchPriority where callers use nsISupportsPriority.adjustPriority r=acreskey 2024-09-25 18:42:52 +00:00
FetchDriver.h Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,necko-reviewers,geckoview-reviewers,application-update-reviewers,media-playback-reviewers,devtools-reviewers,anti-tracking-reviewers,profiler-reviewers,win-reviewers,migration-reviewers,padenot,mconley,nchevobbe,kershaw,gstoll,mstange,bytesized,m_kato 2024-07-17 11:15:31 +00:00
FetchIPCTypes.h Bug 1881040 - Propagate RequestPriority when using PFetch. r=edenchuang 2024-06-12 07:50:41 +00:00
FetchLog.h
FetchObserver.cpp
FetchObserver.h
FetchParent.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
FetchParent.h Bug 1914632 - modify shutdown handling for keepalive requests. r=edenchuang 2024-09-24 17:10:05 +00:00
FetchService.cpp Bug 1914632 - delete the actors during shutdown for worker keepalive requests.r=edenchuang 2024-09-24 17:10:06 +00:00
FetchService.h Bug 1914632 - delete the actors during shutdown for worker keepalive requests.r=edenchuang 2024-09-24 17:10:06 +00:00
FetchStreamReader.cpp
FetchStreamReader.h
FetchStreamUtils.cpp Bug 1901851 - Part 2: Remove unnecessary BackgroundParent arguments from response serializations, r=dom-worker-reviewers,asuth 2024-06-24 23:19:26 +00:00
FetchStreamUtils.h Bug 1901851 - Part 2: Remove unnecessary BackgroundParent arguments from response serializations, r=dom-worker-reviewers,asuth 2024-06-24 23:19:26 +00:00
FetchTypes.ipdlh Bug 1871376 - route keepalive request through PFetchChild. r=edenchuang,necko-reviewers,jesup 2024-06-13 06:27:18 +00:00
FetchUtil.cpp Bug 1920718 - Annotate all global variable with runtime initialization attributes r=glandium,application-update-reviewers,media-playback-reviewers,anti-tracking-reviewers,places-reviewers,profiler-reviewers,gfx-reviewers,aosmond,lina,nalexander,aabh,geckoview-reviewers,win-reviewers,gstoll,m_kato 2024-10-30 11:05:24 +00:00
FetchUtil.h Bug 1871378 - update Fetch algorithm to restrict Fetch body Size for keepalive request. r=necko-reviewers,edenchuang,kershaw 2024-07-04 12:24:46 +00:00
Headers.cpp
Headers.h
InternalHeaders.cpp
InternalHeaders.h
InternalRequest.cpp Bug 1773976 - Add a new nsContentPolicyType TYPE_INTERNAL_EXTERNAL_RESOURCE. r=emilio 2024-09-09 12:16:12 +00:00
InternalRequest.h Bug 1911759 - Add triggeringPrincipal override to RequestInit r=necko-reviewers,webidl,smaug,kershaw 2024-08-07 09:16:20 +00:00
InternalResponse.cpp Bug 1901851 - Part 2: Remove unnecessary BackgroundParent arguments from response serializations, r=dom-worker-reviewers,asuth 2024-06-24 23:19:26 +00:00
InternalResponse.h Bug 1901851 - Part 2: Remove unnecessary BackgroundParent arguments from response serializations, r=dom-worker-reviewers,asuth 2024-06-24 23:19:26 +00:00
PFetch.ipdl Bug 1914632 - modify shutdown handling for keepalive requests. r=edenchuang 2024-09-24 17:10:05 +00:00
Request.cpp Bug 1916262 - Remove AbortFollower inheritance from AbortSignal r=smaug 2024-09-03 12:43:05 +00:00
Request.h
Response.cpp
Response.h
moz.build