[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
Tue May 22 02:31:26 PDT 2012


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





--- Comment #3 from Yury Semikhatsky <yurys at chromium.org>  2012-05-22 02:30:29 PST ---
I'm trying to figure out what can be used to discriminate between different DOMWrapperWorlds on a given Frame. In V8 bindings each isolated context has its own security origin which is used in the inspector front-end as the context name. I don't see similar API in the JS bindings and it looks to me that in case of JSC all isolated contexts will have same security origin as the DOMWindow. Can someone familiar with the JS bindings enlighten me on this?

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