[Webkit-unassigned] [Bug 85709] [JSC] Web Inspector: support JS execution in the context of an isolated world

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 5 23:37:50 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=85709





--- Comment #2 from Yury Semikhatsky <yurys at chromium.org>  2012-05-05 23:37:49 PST ---
After https://bugs.webkit.org/show_bug.cgi?id=85612 is landed it should be possible to select exact JS context in which snippets entered in Web Inspector console should be executed. At the moment it is only possible to select a frame and evaluation will be performed in the main world context of that. This bug is about adding an option to specify exact isolated world in which to perform the evaluation.  Most of the stuff will be added once fix for 85612 is landed and the only remaining part will be to provide information about non-main-world contexts from JS bindings to the inspector code. I was going to take a look at this when https://bugs.webkit.org/show_bug.cgi?id=85612 is fixed.

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



More information about the webkit-unassigned mailing list