[Webkit-unassigned] [Bug 47978] showModalDialog resolves relative URLs against the wrong base URL

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Nov 15 01:44:00 PST 2010


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





--- Comment #16 from Adam Barth <abarth at webkit.org>  2010-11-15 01:43:59 PST ---
So, the situation here is that we have a nested message loop from showModalDialog and we're picking up the dynamic global objected based on the original message loop and not based on the nested message loop.  V8 avoids this bug because we "re-enter" V8, which resets the "entered" context to be the dynamic global object for the nested message loop.  We need to teach JSC to do the same.  DynamicGlobalObjectScope looks like a tempting mechanism.  Investigating.

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