[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 21:24:30 PDT 2012


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





--- Comment #8 from Yury Semikhatsky <yurys at chromium.org>  2012-07-12 21:24:30 PST ---
(In reply to comment #7)
> 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. 
> 
There are two different codepaths for loading devtools.html:
1) For the layout tests see http://code.google.com/searchframe#OAMlx_jo-ck/src/third_party/WebKit/Tools/DumpRenderTree/chromium/TestShell.cpp&exact_package=chromium&q=showDevTools%5C(&type=cs&l=196
2) For the regular DevTools window it is http://code.google.com/searchframe#OAMlx_jo-ck/src/chrome/browser/debugger/devtools_window.cc&exact_package=chromium&q=DevToolsWindow&type=cs&l=170

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