[Webkit-unassigned] [Bug 31508] Fails new test: http/tests/security/isolatedWorld/didClearWindowObject.html

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 15 07:11:26 PST 2009


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





--- Comment #1 from Gustavo Noronha (kov) <gns at gnome.org>  2009-11-15 07:11:25 PST ---
So, from my quick investigation, isolated worlds looks very much like what we
were looking for when we were talking about using seed to do javascript inside
WebKit - it is meant to isolate the global contexts, and allow specific
contexts to have a bigger privilege. We will need to add API to deal with
worlds - JSC doesn't deal with them, they are a WebCore concept, and we will
have to extend our window-object-cleared signal to also give a World object
(we'll need to have a wrapper here).

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