summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/devtools_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: decouple class and method names from RPC message arguments. That wo...yurys@google.com2009-05-291-4/+8
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+12
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-5/+16
* DevTools: Cache resources before attach, hide agents behind the flag.pfeldman@chromium.org2009-04-091-0/+1
* Reverting 13419.pfeldman@chromium.org2009-04-091-1/+0
* DevTools: Cache resource metainfo even when debugger agent is not attached.pfeldman@chromium.org2009-04-091-0/+1
* DevTools: Split message handling on the agent side into the Renderer and IO h...pfeldman@chromium.org2009-04-061-102/+11
* DevTools: move devtools messages to common.pfeldman@chromium.org2009-04-031-1/+1
* Debugger output is now handled on the render thread.yurys@google.com2009-04-021-16/+8
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-011-67/+1
* DevTools: add support for navigating to other tab while inspecting.pfeldman@chromium.org2009-03-271-11/+40
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-3/+10
* Make DevTools client survive 'refresh' of the inspectable tab.pfeldman@chromium.org2009-03-261-3/+18
* Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...pfeldman@chromium.org2009-03-241-0/+6
* Use devtool_ prefix instead of dev_tools_ to be consistent with the rest code.yurys@google.com2009-03-171-0/+181