summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Re-apply 34040. Now after 34055 build should succeed.mnaganov@chromium.org2009-12-081-26/+0
* Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu...mnaganov@chromium.org2009-12-081-0/+26
* DevTools: make possible profiling of scripts doing heavy calculations.mnaganov@chromium.org2009-12-081-26/+0
* DevTools: process pause script request on the IO thread. To pause already run...yurys@chromium.org2009-11-301-4/+0
* Adds auto continue option on Debugger Agent to avoid pausing the.pfeldman@chromium.org2009-11-171-1/+2
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-1/+1
* DevTools: fix renderer crash when pause is pressed during page loadyurys@google.com2009-11-031-4/+1
* Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc intodarin@chromium.org2009-10-301-1/+3
* DevTools: Remove base/ dependencies from glue/devtoolspfeldman@chromium.org2009-10-281-2/+1
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-161-1/+1
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-121-2/+8
* 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