[Webkit-unassigned] [Bug 105792] New: Incorrect console logging for sandbox-blocked links with target=_top.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 27 04:01:10 PST 2012


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

           Summary: Incorrect console logging for sandbox-blocked links
                    with target=_top.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: mkwst at chromium.org
            Blocks: 101964


Clicking the link in the following frame logs to the console twice, and incorrectly blames JavaScript for the navigation:

    <iframe sandbox="allow-scripts" srcdoc="<a href='document' target='_top'>link</a>"></iframe>

Ideally, we would log only one message (that is, we should check Document::canNavigate only once), and differentiate between navigation sources.

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