[Webkit-unassigned] [Bug 30278] New: Refactor ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Oct 10 08:16:19 PDT 2009


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

           Summary: Refactor ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH
           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


I would propose the following changes:

 - Move the definition of ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH out from Gtk and Qt
make system into port independent common code (Platform.h). This would also cut
down on the length of the command line for compilation - which still seems to
be a challenge in some embedded systems.

 - Enable ENABLE_PLUGIN_PACKAGE_SIMPLE_HASH even if NETSCAPE_PLUGIN_API support
is not enabled - this would allow removing some stubs from
PluginPackageNone.cpp.

 - Remove notImplemented() from PluginPackageNone.cpp and PluginDataNone.cpp - 
make them just empty functions (see also bug 30275 why this is desired)

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