[Webkit-unassigned] [Bug 25300] microsoft virtual earth overlay error

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 20 23:54:02 PDT 2009


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


cwzwarich at uwaterloo.ca changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |cwzwarich at uwaterloo.ca
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #3 from cwzwarich at uwaterloo.ca  2009-04-20 23:54 PDT -------
This is an invalid URL, so this check fails, even though the text of the URL
begins with "javascript":

    if (!url.protocolIs("javascript"))
        return false;

It seems that when Safari gets a loader callback about this being an invalid
URL, it displays the message in the bug report.

I'm not really sure what to do here. Should Safari not display a separate error
page, or should we special-case this at the WebKit level?


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



More information about the webkit-unassigned mailing list