[Webkit-unassigned] [Bug 41292] [V8]When a NPAPI plugin calls NPN_Evaluate to execute script in browser, if the call is initiated by user, allow the popup

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 15 01:16:58 PDT 2010


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





--- Comment #31 from Johnny Ding <jnd at chromium.org>  2010-07-15 01:16:58 PST ---
My preliminary guess is when running plugin-initiate-popup-window.html on snow leopard,
when calling notifyDone, the test plugin still had focus. But after calling notifyDone, the document was unloading to cause plugin to lost focus, so the function plugLog sent 'LostFocus' message to dumpDOMTree. 
However, notifyDone already called Dump() to generate actual result file, so the console messages disappeared from plugin-initiate-popup-window.html and appeared in the other test:plugins/plugin-javascript-access.html.

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