gecko-dev/dom/fetch
Olli Pettay 2a78f9ffc0 Bug 1775501 - multipart boundary should be handled as mixed case, r=kershaw
Since https://github.com/w3c/FileAPI/issues/43 is still open, it is unclear how body.type should work.
The current wpts expect some behavior which isn't in the specifications.
So, since the situation is very messy in the specifications, the patch is doing a
spot fix for boundary handling. It is ugly, but shouldn't change other behavior.

Differential Revision: https://phabricator.services.mozilla.com/D150018
2022-07-11 09:18:32 +00:00
..
tests
BodyExtractor.cpp
BodyExtractor.h
ChannelInfo.cpp
ChannelInfo.h
Fetch.cpp Bug 1775501 - multipart boundary should be handled as mixed case, r=kershaw 2022-07-11 09:18:32 +00:00
Fetch.h Bug 1775501 - multipart boundary should be handled as mixed case, r=kershaw 2022-07-11 09:18:32 +00:00
FetchDriver.cpp Bug 1776414 - Change nsIHttpChannelInternal corsMode to requestMode. r=kershaw,necko-reviewers 2022-06-29 14:09:57 +00:00
FetchDriver.h
FetchIPCTypes.h
FetchLog.h
FetchObserver.cpp
FetchObserver.h
FetchService.cpp
FetchService.h
FetchStreamReader.cpp
FetchStreamReader.h
FetchStreamUtils.cpp
FetchStreamUtils.h
FetchTypes.ipdlh
FetchUtil.cpp Bug 1775501 - multipart boundary should be handled as mixed case, r=kershaw 2022-07-11 09:18:32 +00:00
FetchUtil.h
Headers.cpp
Headers.h
IPCChannelInfo.ipdlh
InternalHeaders.cpp
InternalHeaders.h
InternalRequest.cpp
InternalRequest.h
InternalResponse.cpp Bug 1731778 - Implement COEP: credentialless for cache storage r=edenchuang 2022-06-27 17:07:15 +00:00
InternalResponse.h
Request.cpp
Request.h
Response.cpp
Response.h
moz.build