RESOLVED FIXED 87977
[Qt] Clean up our viewport handling mess
https://bugs.webkit.org/show_bug.cgi?id=87977
Summary [Qt] Clean up our viewport handling mess
Kenneth Rohde Christiansen
Reported 2012-05-31 07:49:35 PDT
Consolidated functionality from QQuickWebViewPrivate* into ViewportInteractionEngine that belongs there, in preparation for renaming ViewportInteractionEngine in the future.
Attachments
Patch (20.09 KB, patch)
2012-05-31 07:50 PDT, Kenneth Rohde Christiansen
hausmann: review+
Kenneth Rohde Christiansen
Comment 1 2012-05-31 07:50:28 PDT
Andras Becsi
Comment 2 2012-05-31 08:38:48 PDT
Comment on attachment 145092 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=145092&action=review The patch looks generally good to me. > Source/WebKit2/UIProcess/API/qt/qquickwebview.cpp:858 > + // FIXME: Examine why there is not an interactionEngine here in the beginning. The interactionEngine is created when the WebView component is completed in QQuickWebViewFlickablePrivate::onComponentComplete(). This mainly has historical reasons but it also reduces updates on startup.
Kenneth Rohde Christiansen
Comment 3 2012-06-01 04:14:29 PDT
Landed in 119210
Note You need to log in before you can comment on or make changes to this bug.