Bug 81973

Summary: Web Inspector: Logs a bunch of debug errors when there is unsafe javascript x-cross origin access.
Product: WebKit Reporter: David Levin <levin>
Component: Web Inspector (Deprecated)Assignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: abarth, apavlov, bweinstein, joepeck, keishi, loislo, pfeldman, pmuellr, rik, timothy, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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