[webkit-qt] PageClient Refactor and a new setView() use case
tonikitoo (Antonio Gomes)
tonikitoo at gmail.com
Thu Apr 29 06:21:51 PDT 2010
I think the patch is good, and personally support the use case pretty much.
So I'd go by landing it on trunk and get it baked there before cherry picking.
One thing jeez: could you please make it clearer why you do not need
to inherance from QWebPageClient, and what it is for now that you does
not?
Cheers
On Thu, Apr 29, 2010 at 9:02 AM, Jesus Sanchez-Palencia
<jesus.palencia at openbossa.org> wrote:
> Hello there, QtWebKit hackers!
> I've been working on a PageClient refactor for QtWebKit.
> The main motivation for this came from the fact that nowadays our API
> has QWebPage::setView(QWidget*) but has nothing to deal with
> QGraphicsWidgets.
> People were starting to do QWebPage::setView(QGraphicsView*), but this was
> leading us to bugs since the API is not ready to deal with the QGraphicsView
> family.
> So, I've prepared 2 patches for this:
> - one refactor for the QWidget's PageClient
> (https://bugs.webkit.org/show_bug.cgi?id=37858), which is already landed;
> - and a more complex one for adding a QGraphicsWidget PageClient and a
> QWebPage::setView(QGraphicsWidget*)
> (https://bugs.webkit.org/show_bug.cgi?id=37866).
>
> This last one, basically, moved code from QGraphicsWebViewPrivate (including
> Tiling and AC specific stuff) to a "real" PageClient and removed the
> inheritance from it (this private class _was_, in fact, the PageClient of
> the QGraphicsWebView).
> I'd like some feedback from you in order to understand what do you think
> about this patch and if you consider this new setView API a valid use case
> or not.
> I'm aware that Plasma (from KDE) is using it and that it might be useful for
> the QML folks.
> Also, should this go into QtWebKit 2.0 or should we just leave it for
> QtWebKit 2.1?
> I already have the r+ for the patch, but we agreed to wait for this
> discussion before deciding when to land it.
>
> Best regards,
> Jesus
> _______________________________________________
> webkit-qt mailing list
> webkit-qt at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt
>
>
--
--Antonio Gomes
More information about the webkit-qt
mailing list