[Webkit-unassigned] [Bug 91257] New: [WK2] Make ViewportHandler[Qt] cross platform

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jul 13 09:19:04 PDT 2012


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

           Summary: [WK2] Make ViewportHandler[Qt] cross platform
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: noam.rosenthal at nokia.com
                CC: hausmann at webkit.org, kenneth at webkit.org,
                    abecsi at webkit.org, cmarcelo at webkit.org


Currently ViewportHandlerQt includes a lot of behavior that's not platform specific, together with hooks to the Qt API layer which are platform specific.
It would make things cleaner if we could have a non-Qt ViewportHandler class, with a client (ViewportHandlerClient?) that's implemented specifically for every platform. We can put the QQuick-releated code and things like the scale QAnimation in the client class (QtViewportHandlerClient?)

This would allow other ports to use ViewportHandler, and would also enable usage of the viewport functionality from QRawWebView.

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