gecko-dev/netwerk/protocol/viewsource
Junior Hsu 58f2c8bc94 Bug 1638513 - P3 strip request body header for preflight, r=valentin,necko-reviewers
(a) Steal nsCORSListenerProxy::UpdateType since the whole usage is removed
    by bug 1312864. Now I'm using it to indicate if the headers should be
	stripped.
(b) Intentionally to let HttpBaseChannel strip the header to save one
    headers copy. It's set via idl, hence I don't think it's moveable.

Differential Revision: https://phabricator.services.mozilla.com/D78831
2020-06-09 18:38:50 +00:00
..
moz.build Bug 1575744 - P2. Add nsIProcessSwitchRequestor interface. r=mayhemer,nika 2019-09-20 04:09:46 +00:00
nsIViewSourceChannel.idl Bug 1612992 - Don't replace the nsIRequest passed to OnStart/StopRequest with nsViewSourceChannel if we don't need it. r=mayhemer 2020-02-26 22:59:34 +00:00
nsViewSourceChannel.cpp Bug 1638513 - P3 strip request body header for preflight, r=valentin,necko-reviewers 2020-06-09 18:38:50 +00:00
nsViewSourceChannel.h Bug 1630511 - Replace MOZ_MUST_USE with [[nodiscard]] in netwerk. r=necko-reviewers,dragana 2020-04-18 06:37:32 +00:00
nsViewSourceHandler.cpp
nsViewSourceHandler.h Bug 1630511 - Replace MOZ_MUST_USE with [[nodiscard]] in netwerk. r=necko-reviewers,dragana 2020-04-18 06:37:32 +00:00