-
Bug
-
Resolution: Fixed
-
P2
-
7, 7u4
-
b22
-
generic, x86
-
generic, os_x
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2219841 | 7u4 | Scott Kovatch | P2 | Closed | Fixed | b07 |
On Mac OS X, WebKit only recently implemented NPN_PluginThreadAsyncCall. See https://bugs.webkit.org/show_bug.cgi?id=63868. I suspect this is why a number of test suite failures occur in Safari, even after fixing the invalid HTML.
We will need to work around this. It can be done pretty easily by using a block to call the callback on the main thread, which is what NPN_PluginThreadAsyncCall would likely do anyway.
Much of the plugin implementation is relying on this, so it should fix a number of problems.
We will need to work around this. It can be done pretty easily by using a block to call the callback on the main thread, which is what NPN_PluginThreadAsyncCall would likely do anyway.
Much of the plugin implementation is relying on this, so it should fix a number of problems.
- backported by
-
JDK-2219841 (MAC) Need workaround for NPN_PluginThreadAsyncCall in WebKit
-
- Closed
-