[Webkit-unassigned] [Bug 71229] V8MessageEvent::dataAccessorGetter does not return a reference to its caller

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Oct 31 12:19:44 PDT 2011


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





--- Comment #4 from Dave Michael <dmichael at chromium.org>  2011-10-31 12:19:44 PST ---
I have a manual test that demonstrates the problem when using pepper postmessage, which executes script via WebBindings to create & dispatch a MessageEvent. Without this patch, the passed string gets garbled about 1 in ~3000-6000 times. With this patch it succeeds. I haven't been able to reproduce it elsewhere. I can add that test to the bug so anybody who can build a trusted pepper plugin can reproduce, but I'd much rather have a decent automated test in WebKit. I'm still a total n00b in WebKit/V8 land.

A couple of questions:
(1) Does this look like I'm on the right track?
(2) Do you have a suggestion as to how to test this? I'm looking at LayoutTests/fast/events right now, but it would seem easier to test directly on top of the C++, but I'm not sure where to put such a test.

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