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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 16:07:21 PDT 2011


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





--- Comment #10 from Genisim <genisim at yahoo.com>  2011-08-09 16:07:20 PST ---
Benjamin,

one more thing related to your comment below:

> Source/WebKit2/UIProcess/API/qt/qdesktopwebview.cpp:35
> -    : q(q)
> +    : q(q ? q : new QDesktopWebView(contextRef, pageGroupRef))

This is a really bad idea. You create implicitely a view that nobody own.


In the method platformOpen created view added as an item to m_scene
Please review 

thanks

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