WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
NEW
Bug 105792
Incorrect console logging for sandbox-blocked links with target=_top.
https://bugs.webkit.org/show_bug.cgi?id=105792
Summary
Incorrect console logging for sandbox-blocked links with target=_top.
Mike West
Reported
2012-12-27 04:03:18 PST
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.
Attachments
Add attachment
proposed patch, testcase, etc.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug