[Webkit-unassigned] [Bug 17436] New: window.location should be about:blank while page is loading

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 14:17:56 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17436

           Summary: window.location should be about:blank while page is
                    loading
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore JavaScript
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: idealisms at gmail.com


According to the HTML5 spec, while resolving a window.open, the new window
location should be about:blank.
http://www.whatwg.org/specs/web-apps/current-work/#open2
http://www.whatwg.org/specs/web-apps/current-work/#browsing0

In ToT WebKit, the location is /.  This appears to be in
WebCore/bindings/js/JSLocation.cpp which returns prettyURL() + "/", but
sometimes the KURL is invalid so prettyURL() returns "".


-- 
Configure bugmail: http://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