summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-131-0/+4
* DevTools: migrate to 'native' JSON serialization.pfeldman@chromium.org2009-05-121-2/+0
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-061-25/+0
* DevTools: Bugfixes for the round of sanity testing.pfeldman@chromium.org2009-05-051-0/+2
* DevTools: Fix access violation (null pointer) on document tear down.pfeldman@chromium.org2009-05-011-1/+4
* DevTools: keep links on the edited styles so that they are not collected betw...pfeldman@chromium.org2009-04-291-13/+14
* DevTools: Implement styles toggle:pfeldman@chromium.org2009-04-291-7/+20
* Merge WebKit console and load deferrer changes.pfeldman@chromium.org2009-04-281-44/+7
* To avoid reauest and response json parsing caller_id is passed as ClientData ...yurys@google.com2009-04-241-3/+1
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-0/+72
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-1/+1
* DevTools: Use v8 utility context in debugger agent.pfeldman@chromium.org2009-04-101-7/+43
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-081-2/+12
* Switch to using WebDragData in WebView and WebViewDelegate.darin@chromium.org2009-04-071-6/+6
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-011-1/+1
* DevTools: Support r/o properties inspection.pfeldman@chromium.org2009-04-011-1/+61
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+28