[Webkit-unassigned] [Bug 17099] Add Mozilla tests for postMessage, fix bugs they reveal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 12 00:32:12 PDT 2008


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





------- Comment #11 from abarth-webkit at adambarth.com  2008-05-12 00:32 PDT -------
Created an attachment (id=21077)
 --> (http://bugs.webkit.org/attachment.cgi?id=21077&action=view)
Use lexical scope

This is because we're in the middle of switching from using the dynamic scope
for authorization to using the lexical scope.  I've attached an (untested)
patch that switches postMessage over to lexical scope.  I'm not sure if this is
correct vis-a-vis WindowShell.  I don't understand that code yet.


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