[Webkit-unassigned] [Bug 118860] [Qt] Add a an isMainFrame property to the QWebNavigationRequest QtWebkit2 API
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Aug 26 23:39:20 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=118860
--- Comment #6 from Simon Hausmann <hausmann at webkit.org> 2013-08-26 23:38:44 PST ---
(From update of attachment 207138)
View in context: https://bugs.webkit.org/attachment.cgi?id=207138&action=review
> Source/WebKit/qt/declarative/plugin.cpp:60
> - qmlRegisterUncreatableType<QWebNavigationRequest>(uri, 3, 0, "NavigationRequest", QObject::tr("Cannot create separate instance of NavigationRequest"));
> + qmlRegisterUncreatableType<QWebNavigationRequest, 1>(uri, 3, 1, "NavigationRequest", QObject::tr("Cannot create separate instance of NavigationRequest"));
I think you may want to keep both lines, in order to continue to be able to instantiate the 3.0 version.
Looks good to me otherwise!
--
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