summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-261-2/+2
* Add initial version of DevTools Profiler.mnaganov@chromium.org2009-05-141-0/+10
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-131-0/+1
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-061-4/+0
* DevTools: Bugfixes for the round of sanity testing.pfeldman@chromium.org2009-05-051-4/+4
* DevTools: Fix access violation (null pointer) on document tear down.pfeldman@chromium.org2009-05-011-2/+2
* DevTools: keep links on the edited styles so that they are not collected betw...pfeldman@chromium.org2009-04-291-6/+7
* DevTools: Implement styles toggle:pfeldman@chromium.org2009-04-291-1/+2
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+9
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-4/+4
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-081-1/+12
* DevTools: Support r/o properties inspection.pfeldman@chromium.org2009-04-011-1/+19
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+27