Chromium Code Reviews
DescriptionConsider "mixed content XHR" as mixed script instead of mixed display.
Second attempt. The first attempt at https://codereview.chromium.org/14619021/
was reverted because it was over-aggressive: it could not distinguish between
raw XHR requests and other RAW (audio/video) request.
This CL adds a new flag to ResourceLoaderOptions to distinguish the two
cases, and check this in ResourceFetcher.cpp. DocumentThreadableLoader's
sync case is then made to use the new checking code in ResourceFetcher in
place of its own check.
BUG=239540
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=157139
Patch Set 1 #Patch Set 2 : Tidy up a bit. #Patch Set 3 : Add missing test expectation file. #
Total comments: 2
Patch Set 4 : Add TreatAsDefaultForType #Patch Set 5 : Tidy. #Messages
Total messages: 10 (0 generated)
|