Skip to content

Commit

Permalink
Bug 1664948 - Remove content process interception from HttpChannelChi…
Browse files Browse the repository at this point in the history
…ld. r=asuth,dragana,necko-reviewers,valentin

Differential Revision: https://phabricator.services.mozilla.com/D90192
  • Loading branch information
mattwoodrow committed Sep 15, 2020
1 parent 8eb91f6 commit 69ea94a
Show file tree
Hide file tree
Showing 13 changed files with 41 additions and 1,359 deletions.
4 changes: 0 additions & 4 deletions netwerk/ipc/NeckoChannelParams.ipdlh
Original file line number Diff line number Diff line change
Expand Up @@ -291,14 +291,11 @@ struct HttpChannelOpenArgs
bool beConservative;
uint32_t tlsFlags;
LoadInfoArgs? loadInfo;
nsHttpResponseHead? synthesizedResponseHead;
nsCString synthesizedSecurityInfoSerialization;
uint32_t cacheKey;
uint64_t requestContextID;
CorsPreflightArgs? preflightArgs;
uint32_t initialRwin;
bool blockAuthPrompt;
bool suspendAfterSynthesizeResponse;
bool allowStaleCacheContent;
bool preferCacheLoadOverBypass;
nsCString contentTypeHint;
Expand All @@ -323,7 +320,6 @@ struct HttpChannelOpenArgs
struct HttpChannelConnectArgs
{
uint32_t registrarId;
bool shouldIntercept;
};

union HttpChannelCreationArgs
Expand Down
Loading

0 comments on commit 69ea94a

Please sign in to comment.