[Webkit-unassigned] [Bug 36702] [Qt] NPP_SetWindow seems to not be called when TestNetscapePlugin is moved

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 3 12:11:58 PDT 2010


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





--- Comment #5 from Robert Hogan <robert at webkit.org>  2010-06-03 12:11:57 PST ---
(In reply to comment #4)
> Please clarify the situation:
>   * is it crashing or just not working correctly?
>   * is this the correct behavior as ap suggested or not?

The two tests: LayoutTests/plugins/update-widgets-crash.html and LayoutTests/plugins/reentrant-update-widget-positions.html are the same except for that the former has:
           window.addEventListener('load', doTest, false);

instead of

            window.addEventListener('load', function() {
                window.setTimeout(doTest, 0);

LayoutTests/plugins/update-widgets-crash.html passes while LayoutTests/plugins/reentrant-update-widget-positions.html fails.

It fails by timing out.

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