summaryrefslogtreecommitdiffstats
path: root/webkit/glue/devtools/debugger_agent_manager.h
Commit message (Expand)AuthorAgeFilesLines
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+20
* Reverting 21635.yurys@google.com2009-07-271-20/+0
* DevTools: split console evaluation into two steps: actual evaluation and resultyurys@google.com2009-07-271-0/+20
* Reverting 21525.yurys@google.com2009-07-241-20/+0
* DevTools: split console evaluation into two steps: actual evaluation and resu...yurys@google.com2009-07-241-0/+20
* DevTools: allow reload while on a breakpoint: detach agent on navigation atte...pfeldman@chromium.org2009-07-131-0/+2
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-261-5/+3
* DevTools: Messages converted to wide strings don't work on Mac and Linux. Use...yurys@google.com2009-05-211-1/+1
* DevTools: Reverting 16586. Necessary v8 changes are not rolled yet.yurys@google.com2009-05-211-3/+5
* DevTools: use event context to decide which agent should be used for handling...yurys@google.com2009-05-211-5/+3
* Page global contexts are assigned uniques ids.Script list now contain scripts...yurys@google.com2009-05-131-10/+8
* DevTools: Do not fail on closing WebInspector while on a breakpoint.pfeldman@chromium.org2009-05-061-0/+11
* 1. Debugger front-end scripts are now updated from 'afterCompile' events.yurys@google.com2009-04-281-0/+1
* To avoid reauest and response json parsing caller_id is passed as ClientData ...yurys@google.com2009-04-241-7/+4
* 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-5/+6
* DevTools: Make all devtools messages dispatch through debugger interrupt.pfeldman@chromium.org2009-04-171-4/+9
* 1. All debugger messages are dispatched in a static method on the IO thread. ...yurys@google.com2009-04-081-2/+15
* 1. Supported removal of breakpoints from UI.yurys@google.com2009-04-011-0/+4
* 1. Implemented an agent providing RPC interface to v8 debugger of the inspect...yurys@google.com2009-03-271-0/+51