| .. |
|
BodyExtractor.cpp
|
Issue #1442 - Part 11 - Response.body handling. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Use BufferSource in webIDL. https://bugzilla.mozilla.org/show_bug.cgi?id=1337722
|
2023-10-04 09:59:53 +08:00 |
|
BodyExtractor.h
|
Issue #1442 - Part 11 - Response.body handling. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298 Use BufferSource in webIDL. https://bugzilla.mozilla.org/show_bug.cgi?id=1337722
|
2023-10-04 09:59:53 +08:00 |
|
ChannelInfo.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
ChannelInfo.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
ChannelInfo.ipdlh
|
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
|
2018-01-19 03:59:58 +08:00 |
|
Fetch.cpp
|
Issue #1442 - Part 21 - Fix debug builds by removing an invalid assert.
|
2023-10-04 10:03:34 +08:00 |
|
Fetch.h
|
Issue #1442 - Part 25b - Second try that hopefully doesn't break Windows.
|
2023-10-04 10:05:07 +08:00 |
|
FetchConsumer.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchConsumer.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchDriver.cpp
|
Issue #2024 - Part 1: Add wildcard to Access-Control-Expose-Headers
|
2022-11-10 14:54:33 +08:00 |
|
FetchDriver.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchIPCTypes.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchObserver.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchObserver.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
FetchStream.cpp
|
Issue #1442 - Part 24 - Prevent FetchStream from incorrectly running on the main thread. This prevents a deadlock and JSContext related crashes, however this should eventually be replaced by an EventTargetFor() call when the Dispatcher API is implemented. Also now that ReadableStream appears stable, toggle the preferences true by default.
|
2023-10-04 10:04:23 +08:00 |
|
FetchStream.h
|
Issue #1442 - Part 23 - Align FetchStream with Firefox 68ESR. https://bugzilla.mozilla.org/show_bug.cgi?id=1612308 https://bugzilla.mozilla.org/show_bug.cgi?id=1445587 Partial part 2 implementing synchronization changes.
|
2023-10-04 10:04:05 +08:00 |
|
FetchStreamReader.cpp
|
Issue #1442 - Part 26 - FetchStreamReader needs to cancel its reader when it encounters write errors. https://bugzilla.mozilla.org/show_bug.cgi?id=1416879 Part 5 Also same fix as in Part 24 for FetchStream but in FetchStreamReader.
|
2023-10-04 10:05:30 +08:00 |
|
FetchStreamReader.h
|
Issue #1442 - Part 26 - FetchStreamReader needs to cancel its reader when it encounters write errors. https://bugzilla.mozilla.org/show_bug.cgi?id=1416879 Part 5 Also same fix as in Part 24 for FetchStream but in FetchStreamReader.
|
2023-10-04 10:05:30 +08:00 |
|
FetchTypes.ipdlh
|
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
|
2018-01-19 03:59:58 +08:00 |
|
FetchUtil.cpp
|
Issue #80 - De-unify dom/fetch
|
2020-05-02 08:21:45 +08:00 |
|
FetchUtil.h
|
import FIREFOX_52_6_0esr_RELEASE from mozilla-esr52 hg repo
|
2018-01-19 03:59:58 +08:00 |
|
Headers.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
Headers.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
InternalHeaders.cpp
|
[Network, DOM] Align our implementation with the current CORS/Fetch spec.
|
2022-11-25 11:41:52 +08:00 |
|
InternalHeaders.h
|
[Network, DOM] Align our implementation with the current CORS/Fetch spec.
|
2022-11-25 11:41:52 +08:00 |
|
InternalRequest.cpp
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
InternalRequest.h
|
Issue #1656 - Part 1: Nuke most vim config lines in the tree.
|
2020-09-25 22:04:12 +08:00 |
|
InternalResponse.cpp
|
Issue #1442 - Part 13 - Implement FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298
|
2023-10-04 10:01:12 +08:00 |
|
InternalResponse.h
|
Issue #1442 - Part 13 - Implement FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298
|
2023-10-04 10:01:12 +08:00 |
|
moz.build
|
Issue #1442 - Part 13 - Implement FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1329298
|
2023-10-04 10:01:12 +08:00 |
|
Request.cpp
|
Issue #1442 - Part 14 - Starting body consuming and passing the JSContext down from the binding entrypoints to where the ReadableStream could be read. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959
|
2023-10-04 10:01:32 +08:00 |
|
Request.h
|
Issue #1442 - Part 12 - Label FetchBody. https://bugzilla.mozilla.org/show_bug.cgi?id=1363318 FetchSignal is not in our tree so this is a partial patch to get mOwner changes. Pre-requisite for Part 13.
|
2023-10-04 10:00:26 +08:00 |
|
Response.cpp
|
Issue #1442 - Part 18 - Cycle collect FetchStreamReader. https://bugzilla.mozilla.org/show_bug.cgi?id=1128959
|
2023-10-04 10:02:39 +08:00 |
|
Response.h
|
Issue #1442 - Part 12 - Label FetchBody. https://bugzilla.mozilla.org/show_bug.cgi?id=1363318 FetchSignal is not in our tree so this is a partial patch to get mOwner changes. Pre-requisite for Part 13.
|
2023-10-04 10:00:26 +08:00 |