NEW 48448
TestNetscapePlugIn.windowedPlugin is ineffective on Windows, should be replaced with an attribute
https://bugs.webkit.org/show_bug.cgi?id=48448
Summary TestNetscapePlugIn.windowedPlugin is ineffective on Windows, should be replac...
Adam Roben (:aroben)
Reported 2010-10-27 11:34:57 PDT
r66408 [1] added a .windowedPlugin property to TestNetscapePlugIn that calls through to NPN_SetValue(NPPVpluginWindowBool). But this is ineffective on Windows, where a plugin's windowed status can only be set within NPP_New. We should replace .windowedPlugin with an attribute on the <embed> element that TestNetscapePlugIn can look at in NPP_New. 1. http://trac.webkit.org/changeset/66408
Attachments
Note You need to log in before you can comment on or make changes to this bug.