gecko-dev/dom/fetch
Nicholas Nethercote 18fae65f38 Bug 1563139 - Remove StaticPrefs.h. r=glandium
This requires replacing inclusions of it with inclusions of more specific prefs
files.

The exception is that StaticPrefsAll.h, which is equivalent to StaticPrefs.h,
and is used in `Codegen.py` because doing something smarter is tricky and
suitable for a follow-up. As a result, any change to StaticPrefList.yaml will
still trigger recompilation of all the generated DOM bindings files, but that's
still a big improvement over trigger recompilation of every file that uses
static prefs.

Most of the changes in this commit are very boring. The only changes that are
not boring are modules/libpref/*, Codegen.py, and ServoBindings.toml.

Differential Revision: https://phabricator.services.mozilla.com/D39138

--HG--
extra : moz-landing-system : lando
2019-07-26 01:10:23 +00:00
..
tests Bug 1561435 - Format dom/, a=automatic-formatting 2019-07-05 10:44:55 +02:00
BodyExtractor.cpp
BodyExtractor.h
ChannelInfo.cpp
ChannelInfo.h
ChannelInfo.ipdlh
EmptyBody.cpp Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 2 - BodyStream, r=smaug 2019-07-01 20:01:17 +00:00
EmptyBody.h Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 2 - BodyStream, r=smaug 2019-07-01 20:01:17 +00:00
Fetch.cpp Bug 1567419 - Ensure the BodyStreamHolder has a valid stream always, r=smaug 2019-07-23 23:23:41 +00:00
Fetch.h Bug 1567419 - Ensure the BodyStreamHolder has a valid stream always, r=smaug 2019-07-23 23:23:41 +00:00
FetchDriver.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
FetchDriver.h Bug 1551256 - Show net monitor stacks for fetch() calls from workers, r=bzbarsky. 2019-06-15 06:46:22 -10:00
FetchIPCTypes.h
FetchObserver.cpp
FetchObserver.h
FetchStreamReader.cpp
FetchStreamReader.h
FetchTypes.ipdlh
FetchUtil.cpp Bug 1565688. Remove unused IOService arg from NS_NewURI. r=mayhemer 2019-07-15 13:39:51 +00:00
FetchUtil.h
Headers.cpp
Headers.h
InternalHeaders.cpp Bug 1309358 - P1: Add wildcard to Access-Control-Expose-Headers r=baku 2019-07-16 08:50:14 +00:00
InternalHeaders.h Bug 1309358 - P1: Add wildcard to Access-Control-Expose-Headers r=baku 2019-07-16 08:50:14 +00:00
InternalRequest.cpp Bug 467035 - Add new internal DTD content types r=ckerschb 2019-07-03 17:28:25 +00:00
InternalRequest.h
InternalResponse.cpp Bug 1309358 - P1: Add wildcard to Access-Control-Expose-Headers r=baku 2019-07-16 08:50:14 +00:00
InternalResponse.h Bug 1309358 - P1: Add wildcard to Access-Control-Expose-Headers r=baku 2019-07-16 08:50:14 +00:00
moz.build Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 3 - Rename FetchBodyConsumer to BodyConsumer, r=smaug 2019-06-07 14:16:59 +00:00
Request.cpp Bug 1565767 part 4. Remove some unnecesary refcounting at Document::GetBaseURI callsites. r=peterv 2019-07-15 18:28:43 +00:00
Request.h Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 2 - BodyStream, r=smaug 2019-07-01 20:01:17 +00:00
Response.cpp Bug 1565767 part 4. Remove some unnecesary refcounting at Document::GetBaseURI callsites. r=peterv 2019-07-15 18:28:43 +00:00
Response.h Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 2 - BodyStream, r=smaug 2019-07-01 20:01:17 +00:00