summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/v8_inspector
Commit message (Expand)AuthorAgeFilesLines
* [DevTools] Debugger::currentCallFrames returns array instead linked listkozyatinskiy2016-03-268-161/+91
* [DevTools] Add DebuggerScript.js compilation to compile_frontend.pykozyatinskiy2016-03-252-29/+713
* [DevTools] Remove promise inspector experimentkozyatinskiy2016-03-257-324/+1
* [DevTools] Remove obsolete functions from DebuggerScriptkozyatinskiy2016-03-253-61/+6
* [DevTools] Remove obsolete check from V8DebuggerImpl::currentCallFrames()kozyatinskiy2016-03-242-15/+3
* DevTools: Add functionName to FunctionCall event.alph2016-03-232-6/+1
* [DevTools] Move wrapCallFrames from InjectedScriptSource.js to nativekozyatinskiy2016-03-2316-664/+193
* [DevTools] Removed obsolote NoScopes suffixkozyatinskiy2016-03-224-9/+9
* [DevTools] Removed InjectedScriptHost.eval and InjectedScriptHost.objectForIdkozyatinskiy2016-03-227-117/+19
* [DevTools] Move getCollectionEntries to nativekozyatinskiy2016-03-226-63/+89
* [DevTools] Skip pause at DOM breakpoint when breakpoints are deactivatedkozyatinskiy2016-03-212-2/+3
* [DevTools] Do not use Debugger.globalObjectCleared, switch to ExecutionContex...dgozman2016-03-2011-24/+34
* [DevTools] Move getFunctionDetails to nativekozyatinskiy2016-03-1910-134/+95
* [DevTools] Move getInternalProperties to nativekozyatinskiy2016-03-195-62/+62
* [DevTools] Move callFunctionOn to nativekozyatinskiy2016-03-195-179/+116
* [DevTools] Move evaluate from InjectedScriptSource.js to nativekozyatinskiy2016-03-1811-251/+56
* [DevTools] Move evaluateOnCallFrame to nativekozyatinskiy2016-03-1715-209/+239
* DevTools: split protocol Dispatcher into Backend interface and the dispatcher...pfeldman2016-03-174-4/+4
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-1618-100/+146
* DevTools: wrap console evaluation with user gesture indicator for convenience.pfeldman2016-03-162-0/+4
* [DevTools] Move restartFrame and setCallFrameVariableValue to V8DebuggerAgentkozyatinskiy2016-03-168-198/+78
* Revert of Remove V8RecrusionScope, cleanup call sites. (patchset #8 id:140001...dewittj2016-03-1518-136/+101
* [DevTools] Add missing MicrotasksScope to debugger.dgozman2016-03-151-0/+3
* [DevTools] Add MicrotasksScope to InspectorWrapperBase::createWrapper.dgozman2016-03-151-0/+1
* [DevTools] Move getGeneratorObjectDetails from InjectedScript.js to agentkozyatinskiy2016-03-1514-152/+141
* [DevTools] Replace ExecutionContextDescription.type with explicit isDefault.dgozman2016-03-152-5/+4
* [DevTools] Removed __defineGetter__ from InjectedScriptSource.jskozyatinskiy2016-03-153-7/+16
* Remove V8RecrusionScope, cleanup call sites.dgozman2016-03-1418-101/+132
* DevTools: conditionally use sampling profier in v8-inspector.pfeldman2016-03-122-0/+16
* DevTools: always use 16bit strings for inspector protocol.pfeldman2016-03-1210-38/+46
* [DevTools] Simplify maxAsyncCallChainDepth handling.dgozman2016-03-124-41/+53
* [DevTools] Do not instrument context creation through InspectorRuntimeAgent.dgozman2016-03-1110-52/+143
* blink: Rename platform/ methods to prefix with get when they collide.danakj2016-03-113-3/+3
* [DevTools] Removed unused hidden protocol method: getStepInPositionskozyatinskiy2016-03-105-63/+0
* DevTools: generate string16-based handlers for v8_inspector.pfeldman2016-03-0847-588/+563
* DevTools: [regression] do not go back and forth via utf8 in the debugger/runt...pfeldman2016-03-081-2/+10
* Add platform/{v8_inspector,inspector_protocol}/OWNERS.dgozman2016-03-071-0/+5
* DevTools: make DebuggerScript compatible with v8 5.0.pfeldman2016-03-041-5/+5
* DevTools: introduce stl-based collections implementation in v8_inspector.pfeldman2016-03-042-3/+3
* [DevTools] Remove isRunRequired, replace autoConnectToWorkers with setWaitFor...dgozman2016-03-042-6/+0
* DevTools: introduce collections shim to be backed by non-wtf in v8_inspector.pfeldman2016-03-0427-162/+130
* [DevTools] Fix types for getEventListeners method in InjectedScriptSourcekozyatinskiy2016-03-032-3/+3
* DevTools: remove RefPtr usages from v8_inspector.pfeldman2016-03-0322-73/+77
* DevTools: trim wtf dependencies from inspector_protocol and v8_inspector.pfeldman2016-03-0331-87/+104
* Devtools: Use Runtime.StackTrace instead of Debugger.StackTrace in asyncssergeyv2016-03-0314-260/+81
* DevTools: explicitly request execution contexts upon runtime enable.pfeldman2016-03-023-6/+14
* DevTools: simplify protocol Value interface: remove iterators.pfeldman2016-03-022-7/+8
* Devtools: [Experiment] parse variables in scopes and sourcemap themsergeyv2016-03-026-4/+120
* Rename more enums/functions that collide in chromium style.danakj2016-03-024-5/+5
* Devtools: remove support of evaluation on async callframesergeyv2016-03-025-66/+16