summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: provisional commit for new WebInspector's 'last opened panel' change.pfeldman@chromium.org2009-07-151-2/+1
* Roll WebKit DEPSabarth@chromium.org2009-07-091-2/+3
* Land Anton's patch to avoid throwing away type information on theager@chromium.org2009-07-081-1/+1
* DevTools: Push context id to the client on 'window object cleared' event.pfeldman@chromium.org2009-07-081-1/+1
* Identical to http://codereview.chromium.org/155030 except for the WebKit revi...japhet@chromium.org2009-07-071-1/+1
* Reverting 19963.japhet@chromium.org2009-07-061-1/+1
* Delete V8Binding and use the upstreamed version. BUG=15789 japhet@chromium.org2009-07-061-1/+1
* DevTools: Set up utility context earlier (prevent from crash).pfeldman@chromium.org2009-07-021-3/+0
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-10/+9
* Reverting 19489,19488.japhet@chromium.org2009-06-291-9/+10
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-10/+9
* DevTools: fix potential crash.pfeldman@chromium.org2009-06-261-0/+4
* Use upstreamed V8Indexjaphet@chromium.org2009-06-251-1/+1
* DevTools: Add support for dumping objects into the console. (Take 2).pfeldman@chromium.org2009-06-171-28/+1
* Revert 18484 - DevTools: Add support for dumping objects into the console.laforge@chromium.org2009-06-161-1/+28
* DevTools: Add support for dumping objects into the console.pfeldman@chromium.org2009-06-161-28/+1
* DevTools: Add exception handling support into the window context evaluation.pfeldman@chromium.org2009-06-151-0/+22
* DevTools Profiler: better handling of DevTools' reset and initial load.mnaganov@chromium.org2009-06-051-4/+7
* Header cleanup in webkit/gluephajdan.jr@chromium.org2009-06-011-0/+1
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-261-6/+9
* Add initial version of DevTools Profiler.mnaganov@chromium.org2009-05-141-0/+20
* 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