[Webkit-unassigned] [Bug 15574] Web Inspector doesn't work with the new Database feature

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 20 10:43:02 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=15574





------- Comment #4 from mrowe at apple.com  2007-10-20 10:43 PDT -------
To clarify a little:

* this.database.database is the Database instance from within the frame at
http://webkit.org/misc/DatabaseExample.html. 
* Calling executeSql on this object will result in the callback being executed
within that frame's interpreter and thus that frame's security context. 
* The callback function was created within the inspector's interpreter, and
thus has the inspector's window object in its scope chain.  
* When the callback function attempts to access the window object, this is a
security violation (accessing an object in the inspector's security domain from
within the websites interpreter).

I can't think of any simple solution to this.  Hopefully someone more clueful
can!


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list