summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/v8_inspector/V8DebuggerImpl.h
Commit message (Expand)AuthorAgeFilesLines
* [DevTools] Debugger::currentCallFrames returns array instead linked listkozyatinskiy2016-03-261-5/+3
* [DevTools] Remove promise inspector experimentkozyatinskiy2016-03-251-1/+0
* [DevTools] Remove obsolete functions from DebuggerScriptkozyatinskiy2016-03-251-1/+0
* [DevTools] Remove obsolete check from V8DebuggerImpl::currentCallFrames()kozyatinskiy2016-03-241-1/+0
* [DevTools] Move wrapCallFrames from InjectedScriptSource.js to nativekozyatinskiy2016-03-231-3/+2
* [DevTools] Removed obsolote NoScopes suffixkozyatinskiy2016-03-221-1/+1
* [DevTools] Skip pause at DOM breakpoint when breakpoints are deactivatedkozyatinskiy2016-03-211-0/+1
* [DevTools] Do not use Debugger.globalObjectCleared, switch to ExecutionContex...dgozman2016-03-201-0/+1
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-161-0/+3
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-151-3/+0
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-141-0/+3
* [DevTools] Do not instrument context creation through InspectorRuntimeAgent.dgozman2016-03-111-5/+13
* DevTools: generate string16-based handlers for v8_inspector.pfeldman2016-03-081-5/+5
* DevTools: introduce collections shim to be backed by non-wtf in v8_inspector.pfeldman2016-03-041-2/+2
* DevTools: remove RefPtr usages from v8_inspector.pfeldman2016-03-031-2/+2
* DevTools: trim wtf dependencies from inspector_protocol and v8_inspector.pfeldman2016-03-031-2/+1
* Devtools: Use Runtime.StackTrace instead of Debugger.StackTrace in asyncssergeyv2016-03-031-3/+1
* Rename more enums/functions that collide in chromium style.danakj2016-03-021-1/+1
* Devtools: remove async scopessergeyv2016-03-021-7/+2
* DevTools: consistently use Maybe for optional values in the protocol generator.pfeldman2016-02-251-2/+2
* DevTools: migrate remote debugging protocol generators to jinja2.pfeldman2016-02-231-1/+3
* DevTools: move inspector/v8 to platform/v8_inspector.pfeldman2016-02-131-0/+157