summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/devtools_agent.h
Commit message (Expand)AuthorAgeFilesLines
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+2
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-291-2/+6
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+2
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-2/+12
* DevTools: Split message handling on the agent side into the Renderer and IO h...pfeldman@chromium.org2009-04-061-39/+13
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-031-1/+0
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-1/+1
* Move IPC code to ipc/agl@chromium.org2009-04-031-1/+1
* Debugger output is now handled on the render thread.yurys@google.com2009-04-021-6/+1
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-011-11/+0
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-271-1/+6
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+1
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-261-0/+2
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-0/+1
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-171-0/+82