Name Description Size Coverage
BodyExtractor.cpp 6285 93 %
BodyExtractor.h 1370 100 %
ChannelInfo.cpp 2979 98 %
ChannelInfo.h 2355 100 %
Fetch.cpp 61168 75 %
Fetch.h Creates an nsIInputStream based on the fetch specifications 'extract a byte stream algorithm' - http://fetch.spec.whatwg.org/#concept-bodyinit-extract. Stores content type in out param aContentType. 11491 97 %
FetchChild.cpp 16663 89 %
FetchChild.h 3189 100 %
FetchDriver.cpp 69771 87 %
FetchDriver.h Provides callbacks to be called when response is available or on error. Implemenations usually resolve or reject the promise returned from fetch(). The callbacks can be called synchronously or asynchronously from FetchDriver::Fetch. 8353 88 %
FetchIPCTypes.h 2183 -
FetchLog.h 593 -
FetchObserver.cpp 2512 92 %
FetchObserver.h 1307 60 %
FetchParent.cpp static 14329 89 %
FetchParent.h 3273 67 %
FetchService.cpp 30970 82 %
FetchService.h FetchService is a singleton object which designed to be used in parent process main thread only. It is used to handle the special fetch requests from ServiceWorkers(by Navigation Preload) and PFetch. FetchService creates FetchInstance internally to represent each Fetch request. It supports an asynchronous fetching, FetchServicePromises is created when a Fetch starts, once the response is ready or any error happens, the FetchServicePromises would be resolved or rejected. The promises consumers can set callbacks to handle the Fetch result. 9846 100 %
FetchStreamReader.cpp static 15395 93 %
FetchStreamReader.h 4330 100 %
FetchStreamUtils.cpp 2533 100 %
FetchStreamUtils.h 1775 -
FetchTypes.ipdlh 3801 -
FetchUtil.cpp 27768 70 %
FetchUtil.h Sets outMethod to a valid HTTP request method string based on an input method. Implements checks and normalization as specified by the Fetch specification. Returns NS_ERROR_DOM_SECURITY_ERR if the method is invalid. Otherwise returns NS_OK and the normalized method via outMethod. 3842 100 %
Headers.cpp static 2678 90 %
Headers.h This Headers class is only used to represent the content facing Headers object. It is actually backed by an InternalHeaders implementation. Gecko code should NEVER use this, except in the Request and Response implementations, where they must always be created from the backing InternalHeaders object. 4037 94 %
InternalHeaders.cpp 17245 97 %
InternalHeaders.h 6064 96 %
InternalRequest.cpp 22047 85 %
InternalRequest.h The mapping of RequestDestination and nsContentPolicyType is currently as the following. RequestDestination| nsContentPolicyType ------------------+-------------------- "audio" | TYPE_INTERNAL_AUDIO "audioworklet" | TYPE_INTERNAL_AUDIOWORKLET "document" | TYPE_DOCUMENT "embed" | TYPE_INTERNAL_EMBED "font" | TYPE_FONT, TYPE_INTERNAL_FONT_PRELOAD "frame" | TYPE_INTERNAL_FRAME "iframe" | TYPE_SUBDOCUMENT, TYPE_INTERNAL_IFRAME "image" | TYPE_INTERNAL_IMAGE, TYPE_INTERNAL_IMAGE_PRELOAD, | TYPE_IMAGE, TYPE_INTERNAL_IMAGE_FAVICON, TYPE_IMAGESET, | TYPE_INTERNAL_IMAGE_NOTIFICATION "json" | TYPE_JSON, TYPE_INTERNAL_JSON_PRELOAD "manifest" | TYPE_WEB_MANIFEST "object" | TYPE_INTERNAL_OBJECT, TYPE_OBJECT "paintworklet" | TYPE_INTERNAL_PAINTWORKLET "report" | TYPE_CSP_REPORT "script" | TYPE_INTERNAL_SCRIPT, TYPE_INTERNAL_SCRIPT_PRELOAD, | TYPE_INTERNAL_MODULE, TYPE_INTERNAL_MODULE_PRELOAD, | TYPE_SCRIPT, | TYPE_INTERNAL_SERVICE_WORKER, | TYPE_INTERNAL_WORKER_IMPORT_SCRIPTS, | TYPE_INTERNAL_CHROMEUTILS_COMPILED_SCRIPT | TYPE_INTERNAL_FRAME_MESSAGEMANAGER_SCRIPT "sharedworker" | TYPE_INTERNAL_SHARED_WORKER "serviceworker" | The spec lists this as a valid value for the enum, | however it is impossible to observe a request with this | destination value. "style" | TYPE_INTERNAL_STYLESHEET, | TYPE_INTERNAL_STYLESHEET_PRELOAD, | TYPE_STYLESHEET "track" | TYPE_INTERNAL_TRACK "video" | TYPE_INTERNAL_VIDEO "worker" | TYPE_INTERNAL_WORKER, TYPE_INTERNAL_WORKER_STATIC_MODULE "xslt" | TYPE_XSLT "" | Default for everything else. 17880 100 %
InternalResponse.cpp static 15614 87 %
InternalResponse.h 12272 91 %
moz.build 1676 -
PFetch.ipdl 1487 -
Request.cpp static 16809 95 %
Request.h 4534 100 %
Response.cpp static 15902 90 %
Response.h 5148 100 %
tests -