[Webkit-unassigned] [Bug 17220] New: Unnecessary dependency between PluginView and PluginDatabase

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 8 13:41:01 PST 2008


http://bugs.webkit.org/show_bug.cgi?id=17220

           Summary: Unnecessary dependency between PluginView and
                    PluginDatabase
           Product: WebKit
           Version: 525+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dobey at wayofthemonkey.com


Currently createPluginView is a class method in PluginDatabase, presumably
because findPlugin was a private class method there. This is unnecessary and
causes an unneeded dependency between the two classes. The attached patch makes
findPlugin a public method, and moves createPluginView to the PluginView class,
as well as updates the instances where it is called, to reflect this change.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list