summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_manager.cc
Commit message (Expand)AuthorAgeFilesLines
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-9/+29
* Reverting 21635.yurys@google.com2009-07-271-29/+9
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-9/+29
* Reverting 21525.yurys@google.com2009-07-241-29/+9
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-241-9/+29
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+7
* DevTools: clear breakpoints when devtools window is closing. This change depe...yurys@google.com2009-07-071-3/+18
* Delete V8Proxy and V8Utilities and use upstreamed versions.japhet@chromium.org2009-06-291-3/+3
* Reverting 19489,19488.japhet@chromium.org2009-06-291-3/+3
* Use upstream V8Proxy and V8Utilitiesjaphet@chromium.org2009-06-291-3/+3
* DevTools: when injected script context is created its context data is set to ...yurys@google.com2009-06-111-16/+19
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-261-75/+46
* DevTools: Messages converted to wide strings don't work on Mac and Linux. Use...yurys@google.com2009-05-211-3/+3
* DevTools: Reverting 16586. Necessary v8 changes are not rolled yet.yurys@google.com2009-05-211-46/+75
* DevTools: only supported event types are forwarded to the client. Unsupported...yurys@google.com2009-05-211-0/+7
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-211-75/+46
* DevTools: utility scripts and all other scripts not having context data are f...yurys@google.com2009-05-181-0/+36
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-131-24/+26
* Split V8Proxy::retrieveActiveFrame() into two methods.aa@chromium.org2009-05-121-1/+1
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-061-10/+66
* 1. Debugger front-end scripts are now updated from 'afterCompile' events.yurys@google.com2009-04-281-0/+8
* To avoid reauest and response json parsing caller_id is passed as ClientData ...yurys@google.com2009-04-241-109/+44
* Review URL: http://codereview.chromium.org/93009yurys@google.com2009-04-231-1/+1
* DevTools: Run nested message loop instead of whitelisting the messages.pfeldman@chromium.org2009-04-221-18/+15
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-12/+31
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-081-9/+156
* Debugger output is now handled on the render thread.yurys@google.com2009-04-021-1/+4
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-011-0/+8
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+88