[Webkit-unassigned] [Bug 106140] New: Major performance improvement in Qt's PluginDatabase implementation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 4 15:18:50 PST 2013


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

           Summary: Major performance improvement in Qt's PluginDatabase
                    implementation
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: faure at kde.org
                CC: hausmann at webkit.org, akling at apple.com


load() calls NP_Initialize, which is very slow and even leads to nppdf.so
showing the acrobat reader license dialog.

fetchInfo() doesn't need to call all that code, it only needs to load the QLibrary.

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