[Webkit-unassigned] [Bug 30979] [Qt] Expose QWebPageClient through the QtWebKit API.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 1 10:40:50 PST 2009


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





--- Comment #2 from Simon Hausmann <hausmann at webkit.org>  2009-11-01 10:40:49 PDT ---
We introduced QWebPageClient to decouple WebCore from the widgets or graphics
items in the WebKit layer on top. It is designed as private interface, it is
not designed to be part of the public API. Making it public means we cannot
change it anymore, we wouldn't be able to add new virtual functions or rename
existing ones.

We should extend the existing public API (QWebPage, QWebView, QGraphicsWebView)
instead of introducing yet another public interface for developers to learn.

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