Chromium Code Reviews
DescriptionMerge 33380 - This fixes an issue where view source on a local file would return a
blank page.
This bug was introduced by the fix for issue 26129 (r30418), which
was to limit view source so that it wouldn't be able to load
javascript or data URLs, but that change forgot to allow file urls.
This fixes the above omission by allowing file URLs again.
TEST=works:viewsource:file:///tmp/test.html, doesn't work:viewsource:javascript:alert('foo')
BUG=27409
Review URL: http://codereview.chromium.org/434094
TBR=gspencer@google.com
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=33544
Patch Set 1 #
Messages
Total messages: 2 (0 generated)
|
|||||||||||||||||||