[Webkit-unassigned] [Bug 26006] New: Sort out lexical / dynamic global object for window.location

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 25 03:15:01 PDT 2009


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

           Summary: Sort out lexical / dynamic global object for
                    window.location
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Frames
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: abarth at webkit.org
                CC: mjs at apple.com, sam at webkit.org


Our choice of lexicalGlobalObject or dynamicGlobalObject not correct.  The
correct choices appear to be:

1) Use dynamicGlobalObject to find the user gesture.
2) Use dynamicGlobalObject to complete URLs.
3) Use lexicalGlobalObject to find the referrer.
4) Use lexicalGlobalObject for the frame navigation checks.
5) Use lexicalGlobalObject for the XSS checks.

Patch forthcoming.


-- 
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