Bug 81973 - Web Inspector: Logs a bunch of debug errors when there is unsafe javascript x-cross origin access.
Summary: Web Inspector: Logs a bunch of debug errors when there is unsafe javascript x...
Status: RESOLVED DUPLICATE of bug 43504
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 14:52 PDT by David Levin
Modified: 2012-03-22 16:25 PDT (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Levin 2012-03-22 14:52:06 PDT
Take the frames given in: https://bugs.webkit.org/show_bug.cgi?id=81970 and run them in a cross origin setting (local hard drive works for chromium).

Note that there are debug errors in the console. There is no way to check for outer frame access to avoid triggering these error.

I suspect the real fix is to implement the SecurityExceptions for x-origin window access and stop logging these error (just let the exception be the only thing given).
Comment 1 David Levin 2012-03-22 16:25:23 PDT

*** This bug has been marked as a duplicate of bug 43504 ***