.. |
BodyExtractor.cpp
|
Bug 1128959 - Implement the WHATWG Streams spec - part 7 - Response.body, r=bkelly
|
2017-08-10 18:04:55 -07:00 |
BodyExtractor.h
|
Bug 1128959 - Implement the WHATWG Streams spec - part 7 - Response.body, r=bkelly
|
2017-08-10 18:04:55 -07:00 |
ChannelInfo.cpp
|
…
|
|
ChannelInfo.h
|
…
|
|
ChannelInfo.ipdlh
|
…
|
|
Fetch.cpp
|
Bug 1378342 - AbortSignal/AbortController - part 10 - Reject the fetch() promise if AbortSignal is already aborted, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
Fetch.h
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchConsumer.cpp
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchConsumer.h
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchDriver.cpp
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchDriver.h
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchIPCTypes.h
|
Bug 1263991 part 3: Support incoming and outgoing requests/responses. r=baku f=bkelly
|
2016-06-07 02:46:03 -07:00 |
FetchObserver.cpp
|
Bug 1391005 - Eliminate NS_INTERFACE_MAP_BEGIN_CYCLE_COLLECTION_INHERITED. r=peterv
|
2017-08-29 16:02:48 -07:00 |
FetchObserver.h
|
Bug 1378342 - AbortSignal/AbortController - part 9 - Request.signal should not be a reference of RequestInit.signal, r=bkelly
|
2017-08-29 11:31:07 +02:00 |
FetchStream.cpp
|
Bug 1378342 - AbortSignal/AbortController - part 8 - Aborting ReadableStream when AbortSignal is aborted, r=bkelly
|
2017-08-29 11:31:06 +02:00 |
FetchStream.h
|
Bug 1128959 - Implement the WHATWG Streams spec - part 17 - Creating FetchStream as a out param in order to avoid JS hazards, r=bz
|
2017-08-10 18:04:56 -07:00 |
FetchStreamReader.cpp
|
Bug 1128959 - Implement the WHATWG Streams spec - part 18 - cycle collect FetchStreamReader r=bz
|
2017-08-10 18:04:56 -07:00 |
FetchStreamReader.h
|
Bug 1128959 - Implement the WHATWG Streams spec - part 18 - cycle collect FetchStreamReader r=bz
|
2017-08-10 18:04:56 -07:00 |
FetchTypes.ipdlh
|
Bug 1263991 part 4: Support response body. r=bkelly
|
2016-06-07 02:46:03 -07:00 |
FetchUtil.cpp
|
Bug 1261841 part 2 - Use encoding_rs instead of uconv. r=emk,mystor.
|
2017-06-13 13:23:23 +03:00 |
FetchUtil.h
|
Bug 1264792 - Update request'referrer policy when redirect.r=bkelly,dragana.
|
2016-11-14 15:15:32 +08:00 |
Headers.cpp
|
Bug 1330699 part 9. Rename "MozMap" to "record" in our IDL parser and IDL files. r=qdot
|
2017-02-15 00:00:17 -05:00 |
Headers.h
|
Bug 1330699 part 10. Rename the MozMap C++ type to "record" and give it a template parameter for the key type. r=qdot
|
2017-02-15 00:01:35 -05:00 |
InternalHeaders.cpp
|
Bug 1330297 - Part 1: Strip leading or trailing HTTP whitespace for Header value to follow the spec and share code bewteen fetch and XHR. r=baku
|
2017-04-10 16:15:29 +08:00 |
InternalHeaders.h
|
Bug 1330699 part 10. Rename the MozMap C++ type to "record" and give it a template parameter for the key type. r=qdot
|
2017-02-15 00:01:35 -05:00 |
InternalRequest.cpp
|
Bug 1322111 P1 Add TYPE_INTERNAL_WORKER_IMPORT_SCRIPTS content policy type. r=ckerschb
|
2017-02-15 09:55:58 -05:00 |
InternalRequest.h
|
Bug 1264792 - Update request'referrer policy when redirect.r=bkelly,dragana.
|
2016-11-14 15:15:32 +08:00 |
InternalResponse.cpp
|
Bug 1128959 - Implement the WHATWG Streams spec - part 9 - FetchStreamReader, r=bkelly
|
2017-08-10 18:04:55 -07:00 |
InternalResponse.h
|
Bug 1128959 - Implement the WHATWG Streams spec - part 9 - FetchStreamReader, r=bkelly
|
2017-08-10 18:04:55 -07:00 |
Request.cpp
|
Bug 1395141 - RequestInit dictionary must have AbortSignal as optional, r=bkelly
|
2017-08-30 18:47:23 +02:00 |
Request.h
|
Bug 1378342 - AbortSignal/AbortController - part 6 - Implement Request.signal, r=bkelly
|
2017-08-29 11:31:06 +02:00 |
Response.cpp
|
Bug 1378342 - AbortSignal/AbortController - part 8 - Aborting ReadableStream when AbortSignal is aborted, r=bkelly
|
2017-08-29 11:31:06 +02:00 |
Response.h
|
Bug 1378342 - AbortSignal/AbortController - part 6 - Implement Request.signal, r=bkelly
|
2017-08-29 11:31:06 +02:00 |
moz.build
|
Bug 1378342 - AbortSignal/AbortController - part 1 - Moving FetchController/FetchSignal into dom/abort, r=bkelly
|
2017-08-29 11:31:05 +02:00 |