summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.h
Commit message (Expand)AuthorAgeFilesLines
* DevTools: pass proper platform names on non-windows.pfeldman@chromium.org2009-06-111-0/+1
* DevTools: always send reponse to resource content request, otherwise client m...yurys@google.com2009-06-101-0/+1
* DevTools: now that WebKit implementation of WebInspector.SourceView expects I...yurys@google.com2009-06-091-0/+10
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-291-2/+7
* DevTools: Migrate to InspectorController for network and console events.pfeldman@chromium.org2009-05-271-6/+2
* DevTools: Move client js bindings to per-instance basis.pfeldman@chromium.org2009-05-081-8/+4
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-081-1/+5
* DevTools: Implement search in scripts.pfeldman@chromium.org2009-05-041-0/+1
* DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...pfeldman@chromium.org2009-05-041-2/+10
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+3
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-0/+3
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-231-102/+8
* Add support for Javascript function callbacks into the WebDevToolsClient.pfeldman@chromium.org2009-03-201-7/+14
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-181-3/+0
* - Provide Rpc classes with unique ids so that their message id spaces do not ...pfeldman@chromium.org2009-03-131-27/+28
* Initial WebDevToolsAgent implementation contains two agent objects: Dom agentpfeldman@chromium.org2009-03-121-0/+141