[Webkit-unassigned] [Bug 45881] New: [Qt] Use PlatformStrategies to not break WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 16 05:21:22 PDT 2010


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

           Summary: [Qt] Use PlatformStrategies to not break WebKit2
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Platform
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kbalazs at webkit.org


There is a long standing bug that prevents us to have a working WebKit2 port in trunk.
At http://trac.webkit.org/browser/trunk/WebCore/plugins/qt/PluginDataQt.cpp#L37 there is a cast that is invalid and crashing in WebKit2. The functionality of that piece of code is implementing the QWebPluginFactory API. For not breaking WebKit2 we should implement that in the WebKit level. We can do this with the help of PlatformStrategies (exactly PluginStrategy).

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