[Webkit-unassigned] [Bug 64297] [Qt][WK2] Add the Web Inspector to WebKit2

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 10 04:00:10 PDT 2011


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





--- Comment #13 from Benjamin Poulain <benjamin at webkit.org>  2011-08-10 04:00:10 PST ---
> > Patch is still for WebKit2 based on Qt 4. This patch is for developers who currently continues use Qt 4
> > I prepare patch for WebKit2 based on Qt 5
> 
> But Qt4 + WebKit2 will never be a supported path anymore I believe so I'm not sure we want to integrate the changes the way they are. For me we should integrate the Qt5 version when you will upload it.

Exactly :)
Patches for old version of WebKit are of no interest for WebKit trunk.

You got the change backward with BrowserView::toggleWebInspector(). Each layer abstract the complexity of the one under it. You are not supposed to expose everything to the user code.

You can use the keyword "friend" to make the inspector and the QDesktopWebView work together.

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