[Webkit-unassigned] [Bug 60568] REGRESSION (WebKit2): Flash plugin doesn't appear on a hanes.com page

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed May 11 06:35:31 PDT 2011


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





--- Comment #20 from Adam Roben (:aroben) <aroben at apple.com>  2011-05-11 06:35:31 PST ---
The requests that seem to matter on this page have the following attributes:

1) Target is not null ("_self")
2) Result is null

Based on the above pseudocode, this means the implementations have the following behavior on this page:

WebKit1 Mac:
* NPP_URLNotify(NPRES_DONE)

WebKit1 Mac OOP:
* Do nothing

WebKit1 Windows (/Qt/GTK/etc.):
* Do nothing

WebKit2:
* NPP_URLNotify(NPRES_NETWORK_ERR)

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