summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....pfeldman@chromium.org2009-09-211-6/+5
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-4/+5
* DevTools: call a no-op function from the utility context to trigger v8 execut...yurys@google.com2009-09-041-0/+15
* DevTools: Remove base/values dependency from devtools.pfeldman@chromium.org2009-08-271-1/+1
* DevTools: Reset utility context for given document only once.pfeldman@chromium.org2009-08-181-8/+4
* DevTools: Re-enable sanity tests.pfeldman@chromium.org2009-08-141-2/+4
* DevTools: dom_agent is dead. Long live InspectorDOMAgent.pfeldman@chromium.org2009-08-141-56/+0
* DevTools: migrate to upstreamed version of CSS support.pfeldman@chromium.org2009-08-061-0/+7
* DevTools: add initial stuff for Heap profiler.mnaganov@chromium.org2009-08-051-6/+6
* Remove dependencies on the bug-bait V8Proxy::context() API. No behavior change.abarth@chromium.org2009-07-301-3/+3
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+59
* Reverting 21635.yurys@google.com2009-07-271-59/+0
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+59
* Reverting 21525.yurys@google.com2009-07-241-59/+0
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-241-0/+59
* 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