summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_impl.h
Commit message (Expand)AuthorAgeFilesLines
* DevTools: remove files which were upstreamed.yurys@chromium.org2010-02-021-102/+0
* DevTools upstreaming: move code to WebKit namespaceyurys@chromium.org2010-01-291-3/+4
* DevTools: prepare devtools files from webkit/glue for upstreamingyurys@chromium.org2010-01-271-56/+79
* Re-apply 34040. Now after 34055 build should succeed.mnaganov@chromium.org2009-12-081-9/+0
* Revert 34040 - DevTools: make possible profiling of scripts doing heavy calcu...mnaganov@chromium.org2009-12-081-0/+9
* DevTools: make possible profiling of scripts doing heavy calculations.mnaganov@chromium.org2009-12-081-9/+0
* DevTools: process pause script request on the IO thread. To pause already run...yurys@chromium.org2009-11-301-1/+0
* Adds auto continue option on Debugger Agent to avoid pausing the.pfeldman@chromium.org2009-11-171-0/+7
* Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc intodarin@chromium.org2009-10-301-4/+7
* DevTools: Remove base/ dependencies from glue/devtoolspfeldman@chromium.org2009-10-281-2/+1
* Move WebDevToolsAgent{Delegate} into the WebKit API.darin@chromium.org2009-10-171-1/+0
* Convert devtools interfaces over to using WebString.darin@chromium.org2009-10-161-3/+1
* DevTools: enable databases panel.pfeldman@chromium.org2009-10-121-0/+2
* DevTools: Get rid of utility functions and ExecuteUtilityFunction as a whole....pfeldman@chromium.org2009-09-211-1/+2
* DevTools: call a no-op function from the utility context to trigger v8 execut...yurys@google.com2009-09-041-0/+5
* DevTools: Reset utility context for given document only once.pfeldman@chromium.org2009-08-181-2/+2
* DevTools: dom_agent is dead. Long live InspectorDOMAgent.pfeldman@chromium.org2009-08-141-5/+0
* DevTools: add initial stuff for Heap profiler.mnaganov@chromium.org2009-08-051-3/+3
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+5
* Reverting 21635.yurys@google.com2009-07-271-5/+0
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+5
* Reverting 21525.yurys@google.com2009-07-241-5/+0
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-241-0/+5
* DevTools: Add support for dumping objects into the console. (Take 2).pfeldman@chromium.org2009-06-171-6/+0
* Revert 18484 - DevTools: Add support for dumping objects into the console.laforge@chromium.org2009-06-161-0/+6
* DevTools: Add support for dumping objects into the console.pfeldman@chromium.org2009-06-161-6/+0
* DevTools: Add exception handling support into the window context evaluation.pfeldman@chromium.org2009-06-151-0/+5
* DevTools Profiler: better handling of DevTools' reset and initial load.mnaganov@chromium.org2009-06-051-1/+2
* 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