DescriptionWhen allowing an extension file:/// URL access, grant its process access to that scheme.
This allows XHRs from the background page to file:/// URLs to succeed. XHRs from
content scripts still fail, since they're running in a regular renderer process,
and there is currently no mechanism for only whitelisting the isolated world
within it for the file: scheme.
Also re-enable ExtensionApiTest.CrossOriginXHRContentScript since it doesn't
appear to have flaked recently.
BUG=104547, 96725
R=aa@chromium.org
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110614
Patch Set 1 #
Total comments: 2
Patch Set 2 : Fix indentation #Messages
Total messages: 5 (0 generated)
|