Comment #16 on issue 27409 by [email protected]: REGRESSION: View Page  
Source is blank for local HTML files
http://code.google.com/p/chromium/issues/detail?id=27409

The following revision refers to this bug:
     http://src.chromium.org/viewvc/chrome?view=rev&revision=33544

------------------------------------------------------------------------
r33544 | [email protected] | 2009-12-01 19:52:12 -0800 (Tue, 01 Dec 2009) |  
15 lines
Changed paths:
    M  
http://src.chromium.org/viewvc/chrome/branches/249/src/chrome/browser/browser_url_handler.cc?r1=33544&r2=33543

Merge 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

[email protected]
Review URL: http://codereview.chromium.org/460009
------------------------------------------------------------------------


--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to