DescriptionFix MimeHandlerView plugin loading for data: URLs
MimeHandlerView plugins are passed access to the URL data by intercepting
the stream (in buffered_resource_handler.cc). This means that all URL
requests for these plugins need to go via the browser, otherwise they
won't be correctly intercepted. WebURLRequests for data: URLs have a fast
path for being loaded in the renderer which cannot be taken in the case
of loading these URLs.
BUG=477866
Committed: https://crrev.com/96cd5860a98bab78d22feb5d77866b466f45a982
Cr-Commit-Position: refs/heads/master@{#326421}
Patch Set 1 #Patch Set 2 : #
Total comments: 6
Patch Set 3 : #Patch Set 4 : #Patch Set 5 : #Messages
Total messages: 13 (4 generated)
|