RESOLVED FIXED 65624
[Qt] Make navigation actions properly usable in QML.
https://bugs.webkit.org/show_bug.cgi?id=65624
Summary [Qt] Make navigation actions properly usable in QML.
Alexis Menard (darktears)
Reported 2011-08-03 09:36:28 PDT
[Qt] Make navigation actions properly usable in QML.
Attachments
Patch (22.95 KB, patch)
2011-08-03 09:44 PDT, Alexis Menard (darktears)
no flags
Patch (23.00 KB, patch)
2011-08-04 06:54 PDT, Alexis Menard (darktears)
no flags
Alexis Menard (darktears)
Comment 1 2011-08-03 09:44:23 PDT
Benjamin Poulain
Comment 2 2011-08-04 06:27:55 PDT
Comment on attachment 102791 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=102791&action=review > Source/WebKit2/UIProcess/API/qt/qtouchwebpage_p.h:46 > + QWebNavigationController* navigationController; Look like this is leaked (in both views). OwnPtr to the rescue? Or add QObject* parent to the constructor of QWebNavigationController. > Source/WebKit2/UIProcess/API/qt/qwebnavigationcontroller.cpp:33 > + ASSERT(pageProxy) maybe so it fails early in case of mistake?
Alexis Menard (darktears)
Comment 3 2011-08-04 06:54:50 PDT
Benjamin Poulain
Comment 4 2011-08-04 06:56:46 PDT
Comment on attachment 102906 [details] Patch Looks good
WebKit Review Bot
Comment 5 2011-08-04 07:57:19 PDT
Comment on attachment 102906 [details] Patch Clearing flags on attachment: 102906 Committed r92373: <http://trac.webkit.org/changeset/92373>
WebKit Review Bot
Comment 6 2011-08-04 07:57:23 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.