summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/devtools_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: support cross-navigation instrumentation.pfeldman@chromium.org2009-11-021-7/+22
* Delete glue/webview{_delegate}.hdarin@chromium.org2009-10-191-0/+1
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-16/+19
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-161-9/+20
* Enables the sending of Timeline Agent and Resource messages to the devtools a...jamesr@chromium.org2009-10-121-0/+9
* DevTools: Remove base/values dependency from devtools.pfeldman@chromium.org2009-08-271-4/+10
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+7
* 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