[Webkit-unassigned] [Bug 34267] [Qt] Support kinetic scrolling on Maemo 5

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 29 05:37:39 PST 2010


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


Antonio Gomes (tonikitoo) <tonikitoo at webkit.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tonikitoo at webkit.org




--- Comment #7 from Antonio Gomes (tonikitoo) <tonikitoo at webkit.org>  2010-01-29 05:37:38 PST ---
doing this w/o a null check is really safe ?



+    // Returns the innermost frame at the given position that can scroll.
+    QWebFrame* scrollingFrameAt(const QPoint& pos) const
+    {
+        QWebView* view = static_cast<QWebView*>(widget());

(..)

void attachToWidget()
+    {
+        QWebView* view = static_cast<QWebView*>(widget());
+        QWebFrame* mainFrame = view->page()->mainFrame();


what about QGWV ?

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