[Webkit-unassigned] [Bug 90675] Web Inspector: implement testing harness for pure protocol tests.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 12 04:19:43 PDT 2012


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





--- Comment #7 from Vivek Galatage <vivekgalatage at gmail.com>  2012-07-12 04:19:42 PST ---
(In reply to comment #6)
> I'd start from extending DRT for such new kind of inspector tests.
> The current tests for the inspector uses this methods.
> 
> http://code.google.com/p/chromium/source/search?q=%5C%2Finspector%5C%2F+file%3ADumpRenderTree&origq=%5C%2Finspector%5C%2F+file%3ADumpRenderTree&btnG=Search+Trunk
> 
> When the inspector is opened the test injects the testing code into inspector with help of layoutTestController.evaluateInWebInspector
> 
> http://code.google.com/p/chromium/source/search?q=evaluateInWebInspector+&origq=evaluateInWebInspector+&btnG=Search+Trunk

Thank you for the references.

Based on these pointers, I would like to know how and where the "devtools.html" is loaded in the inspector page's main frame for chromium.

I checked the implementation for WebDevToolsAgentImpl::openInspectorFrontend()in WebKit/chromium/src/WebDevToolsAgentImpl.cpp but this method is empty. 

For Safari(windows port), its present in WebInspectorClient::openInspectorFrontend() and this tries to open inspector.html.

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