Bug 48448

Summary: TestNetscapePlugIn.windowedPlugin is ineffective on Windows, should be replaced with an attribute
Product: WebKit Reporter: Adam Roben (:aroben) <aroben>
Component: Tools / TestsAssignee: Nobody <webkit-unassigned>
Status: NEW    
Severity: Normal CC: andersca, jhoneycutt
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

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.