Bug 15419 - Inspector throws "unsafe access" exceptions when inspecting SVGs with Drosera attached
Summary: Inspector throws "unsafe access" exceptions when inspecting SVGs with Drosera...
Status: CLOSED WORKSFORME
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL:
Keywords: NeedsReduction
Depends on:
Blocks:
 
Reported: 2007-10-07 21:19 PDT by Eric Seidel (no email)
Modified: 2008-05-17 09:56 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eric Seidel (no email) 2007-10-07 21:19:55 PDT
Inspector throws "unsafe access" exceptions when inspecting SVGs with Drosera attached.

I'm not sure this is an SVG specific issue, likely more a Drosera-being-attached issue.  I don't see these exceptions when Drosera is not attached.  (I see different exceptions: (event handler):Null value in the console)

Unsafe JavaScript attempt to access frame with URL http://www.croczilla.com/svg/samples/butterfly/butterfly.svg from frame with URL file:///Stuff/Users/eric/Projects/build/Debug/WebCore.framework/Resources/inspector/inspector.html. Domains must match.
Comment 1 Eric Seidel (no email) 2007-10-08 00:26:30 PDT
I no longer see these now that I've implemented getComputedStyle for SVG and thus no longer hit bug 15348 (which was what was tripping me into the debugger, and thus revealing this error).
Comment 2 Adam Roben (:aroben) 2008-03-13 23:15:20 PDT
(In reply to comment #1)
> I no longer see these now that I've implemented getComputedStyle for SVG and
> thus no longer hit bug 15348 (which was what was tripping me into the debugger,
> and thus revealing this error).

So should we close this bug?
Comment 3 Eric Seidel (no email) 2008-03-13 23:26:41 PDT
I expect that the security model w/ the inspector has changed enough so that this bug probably no longer exists.
Comment 4 Timothy Hatcher 2008-05-17 09:56:05 PDT
Closing since Drosera has been replaced by the new Web Inspector debugger. Moving to the New Bugs component so the Drosera component can be closed and removed.