[Webkit-unassigned] [Bug 33096] [Qt] DRT: Support evaluateInWebInspector(), setTimerProfilingEnabled() and display().

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 13 02:55:50 PST 2010


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





--- Comment #11 from Kent Hansen <kent.hansen at nokia.com>  2010-01-13 02:55:48 PST ---
Why is the call to showWebInspector() needed in the evaluateInWebInspector()
implementation? I don't see this call in the implementation for other
platforms. Is it because QtWebKit initializes the inspector more lazily than
the other platforms? As it stands it looks like a bit of a hack.

Specifically I'm curious whether other platforms are also hitting the
m_frontend == 0 case in InspectorController::evaluateForTestInFrontend() (which
is what happens if one does not call showWebInspector() in the Qt port), or if
there is actually a way to have it evaluate stuff without showing it.

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