Chromium Code Reviews
DescriptionAllow <audio> to work in extension
BUG=22152
TEST=use <audio> extension with relative paths
We used to exclude file:// for checks for valid HTTP response but
since chrome extension resources use chrome-extension:// as scheme
response from such scheme require valid HTTP response.
This change changes the logic to limit the check for valid HTTP
response only for http:// and https:// schemes. This impose a
strong assumption that file://, ftp:// and new protocols need to
know how to handle range requests or at least know how to fail.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26746
Patch Set 1 #Patch Set 2 : added back the white list #
Total comments: 8
Patch Set 3 : ix #
Total comments: 4
Patch Set 4 : t #Patch Set 5 : omments #
Messages
Total messages: 8 (0 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||