[Webkit-unassigned] [Bug 48448] New: TestNetscapePlugIn.windowedPlugin is ineffective on Windows, should be replaced with an attribute

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 27 11:34:57 PDT 2010


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

           Summary: TestNetscapePlugIn.windowedPlugin is ineffective on
                    Windows, should be replaced with an attribute
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


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

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