summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webdevtoolsclient_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-2/+2
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-1/+1
* DevTools: Move client js bindings to per-instance basis.pfeldman@chromium.org2009-05-081-64/+40
* DevTools: Activate inspector window on break / exception.pfeldman@chromium.org2009-05-081-20/+33
* DevTools: Implement search in scripts.pfeldman@chromium.org2009-05-041-0/+15
* DevTools: switch from CppBound* to pure v8 bindings in WebDevToolsClient host...pfeldman@chromium.org2009-05-041-44/+96
* Use WebScriptSource and WebFindInPageRequest from the WebKit API.darin@chromium.org2009-03-311-2/+5
* 1. Allow to add breakpoints using Scripts panel.yurys@google.com2009-03-311-0/+9
* 1. Added 'scripts' command response handler that populates Scripts panel with...yurys@google.com2009-03-301-3/+3
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-2/+42
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-1/+20
* DevToolsClient frontend improvements:pfeldman@chromium.org2009-03-231-192/+46
* Add support for Javascript function callbacks into the WebDevToolsClient.pfeldman@chromium.org2009-03-201-13/+42
* Make Rpc dispatch in DevTools static, remove redundant JSON parsing.pfeldman@chromium.org2009-03-181-3/+6
* Commit 40144. I had to move to to a separate CL to use gcl'saa@chromium.org2009-03-131-4/+1
* - Provide Rpc classes with unique ids so that their message id spaces do not ...pfeldman@chromium.org2009-03-131-8/+8
* Initial WebDevToolsAgent implementation contains two agent objects: Dom agentpfeldman@chromium.org2009-03-121-0/+225