[Webkit-unassigned] [Bug 30753] New: Remove PLATFORM(WX) guards from the plugins code

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 24 20:55:52 PDT 2009


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

           Summary: Remove PLATFORM(WX) guards from the plugins code
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: laszlo.1.gombos at nokia.com


PLATFORM(WX) guards were placed into the plugin code, because WX port does not
yet support Netscape plugins; PLATFORM(WX) guard is misused in this context as
there could be other ports without Netscape plugin support. 

I would suggest to consistently use !ENABLE(NETSCAPE_PLUGIN_API) instead of
PLATFORM(WX) in the plugin code. THis will make the code easier to read and
will resolve some of the build problems when Netscape plugins are not supported
or turned off.

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