[Webkit-unassigned] [Bug 66720] chromium WebFrameImpl - don't load javascript URLs against chrome internal pages.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 22 16:00:36 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=66720





--- Comment #3 from Thomas Sepez <tsepez at chromium.org>  2011-08-22 16:00:36 PST ---
Didn't see an appropriate shouldTreatScheme... method in SchemeRegistry.h.  Also didn't see the literal "chrome" anywhere under webkit :( ... would this be added to a SchemeRegistry category outside of webkit by the browser itself?

eg,
$ find . -name \*.h -exec grep '"chrome' {} /dev/null \;
./Source/WebKit/chromium/base/logging.h://     "chromeos" directory.
$ find . -name \*.cpp -exec grep '"chrome' {} /dev/null \;
./Source/WebKit/chromium/src/BackForwardListChromium.cpp:const char backForwardNavigationScheme[] = "chrome-back-forward";
./Source/WebKit/chromium/src/WebFrameImpl.cpp:    if (m_frame->document()->url().protocolIs("chrome")
./Source/WebKit/chromium/src/WebFrameImpl.cpp:        || m_frame->document()->url().protocolIs("chrome-extension"))
./Source/WebKit/chromium/tests/WebFrameTest.cpp:          chromeURL("chrome://"

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list