- 15b96dc [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. by dgozman · 8 years ago master
- a117c39 Reorganize Blink IDL build, delete obsolete GYP files. by brettw · 8 years ago
- 1956e95 [DevTools] Various tweaks to inspector_protocol. by dgozman · 8 years ago
- 7d504ec [DevTools] Prepare inspector_protocol build to move. by dgozman · 8 years ago
- 38704af [DevTools] Generate separate copies of inspector_protocol. by dgozman · 8 years ago
- 8332685 [DevTools] Migrate v8_inspector/public from String16 to String{View,Buffer}. by dgozman · 8 years ago
- fc4a311 [DevTools] Protocol version 1.2. by dgozman · 8 years ago
- d94ef12 DevTools: make hitCount optional & experimental in Profiler domain. by alph · 8 years ago
- 0e1b5a7 [DevTools] Improve ConsoleAPI functions string description by kozyatinskiy · 8 years ago
- e8cdb18 [DevTools] Fix V8 inspector compilation on SmartOS by eostroukhov · 8 years ago
- 65616f5 [DevTools] Fix standalone V8 Inspector build by eostroukhov · 8 years ago
- 11608cf DevTooos: Profiler domain refactoring: Make deoptReason and positionTicks fields optional. by alph · 8 years ago
- 0007f25 [DevTools] Schema domain implementation. by dgozman · 8 years ago
- dc7e547 DevTools: Profiler domain refactoring: encode timestamps as deltas. by alph · 8 years ago
- 316bf3f DevTools: Make children field of the CpuProfileNode optional in the protocol. by alph · 8 years ago
- 2cb8331 [DevTools] An snprintf shim for old VS compat by eostroukhov · 8 years ago
- aa772da [DevTools] Fill ExceptionDetails with more details, unify usage across protocol. by dgozman · 8 years ago
- e5ac097 DevTools: Refactor Profiler domain interface by alph · 8 years ago
- 56c3de1 [DevTools] Copy objects from debugger context to inspected context properly. by dgozman · 8 years ago
- e7a781c [DevTools] Rename entities in js_protocol, remove deprecated ones. by dgozman · 8 years ago
- 38e6b5c [DevTools] Refactor CodeGenerator. by dgozman · 8 years ago
- 8623a4c [DevTools] Move platform/v8_inspector classes under v8_inspector namespace. by dgozman · 8 years ago
- 77db8a1 [DevTools] Send correct message level in deprecated Console domain. by dgozman · 8 years ago
- 137abe3 [DevTools] Fix V8 inspector export by eostroukhov · 8 years ago
- da08ccc Revert of [DevTools] Rename entities in js_protocol, remove deprecated ones. (patchset #1 id:1 of https://codereview.chromium.org/2249743002/ ) by bsep · 8 years ago
- 0f04958 [DevTools] Rename entities in js_protocol, remove deprecated ones. by dgozman · 8 years ago
- 4ded1a7 [DevTools] Generate all files in inspector_protocol. by dgozman · 8 years ago
- 0d0fffe [DevTools] Introduce config file for inspector_protocol. by dgozman · 8 years ago
- 695ec0d [DevTools] Removed isInternalScript flag from protocol by kozyatinskiy · 8 years ago
- 988bb7b [DevTools] Reduce API surface of String16. by dgozman · 8 years ago
- 1a4be61 [DevTools] Removed wasThrown from evaluate-like protocol methods by kozyatinskiy · 8 years ago
- 7ea9a11 [DevTools] Removed deprecatedCommentWasUsed flag from protocol scriptParsed by kozyatinskiy · 8 years ago
- 9978271 [DevTools] Fix InjectedScriptSource.js compilation by kozyatinskiy · 8 years ago
- 920459b [DevTools] Removed Debugger.canSetScriptSource & Debugger.getBacktrace by kozyatinskiy · 8 years ago
- e49959c Fix incorrect usage of StringImpl::sizeInBytes. by esprehn · 8 years ago
- 7551bbb [DevTools] Removed interstatementLocation from Debugger.continueToLocation by kozyatinskiy · 8 years ago
- f1ab0f8 [DevTools] Older V8 compatibility by eostroukhov · 8 years ago
- f2a187b [DevTools] Remove Map usage from InjectedScriptSource.js by kozyatinskiy · 8 years ago
- 3a9b366 DevTools: Runtime.compileScript with persistScript = false should not report script by lushnikov · 8 years ago
- 1635166 [DevTools] Use Object.getPrototypeOf to get prototype in InjectedScriptSource by kozyatinskiy · 8 years ago
- 497e34a [DevTools] Remove SimpleInspector by eostroukhov · 8 years ago
- e3d0edd [DevTools] Rename hidden protocol flag to experimental. by dgozman · 8 years ago
- 76dacc1 [DevTools] Provide default implementation of V8InspectorClient methods. by dgozman · 8 years ago
- d88b34c [DevTools] Remove non-existing header by eostroukhov · 8 years ago
- efe2521 [DevTools] Eliminate frameId and isContentScript from js protocol. by dgozman · 8 years ago
- 5955c30 [DevTools] Introduce unserializableValue in RemoteObject. by dgozman · 8 years ago
- a97ffae [DevTools] Add promise and typedarray subtypes to RemoteObject. by dgozman · 8 years ago
- 62b366c [DevTools] Eliminate extra copies and unnecessary objects around SourceLocation. by dgozman · 8 years ago
- 83b4496 [DevTools] Update SimpleInspector by eostroukhov · 8 years ago
- c8d6f97 [DevTools] Remove V8InspectorSessionClient. by dgozman · 8 years ago
- d66054f Remove explicit ScriptForbidden check from v8_inspector, allow execution in debugger context. by dgozman · 8 years ago
- 2cd0c58 [DevTools] Cleanup mute exceptions, usecounter and deprecations in v8_inspector API. by dgozman · 8 years ago
- e5d9148 [DevTools] Add awaitPromise flag to Runtime.runScript by kozyatinskiy · 8 years ago
- e1e318a [DevTools] Missing include by eostroukhov · 8 years ago
- 3ca50c7 [DevTools] Add awaitPromise flag for Runtime.callFunctionOn protocol method by kozyatinskiy · 8 years ago
- 2bfa645 [DevTools] Split a part of V8Inspector into V8Debugger. by dgozman · 8 years ago
- 53faa56 [DevTools] Fix compilation errors in the Node by eostroukhov · 8 years ago
- 725eec1 [DevTools] Dont pass errorString to async protocol methods by kozyatinskiy · 8 years ago
- 16781ea [DevTools] Rename V8Debugger to V8Inspector. by dgozman · 8 years ago
- b966d36 [DevTools] Move canExecuteScript to V8DebuggerClient. by dgozman · 8 years ago
- 76dcbc3 [DevTools] Add awaitPromise flag to Runtime.evaluate by kozyatinskiy · 8 years ago
- eee06d9 [DevTools] Pass error object when reporting exceptions. by dgozman · 8 years ago
- 154e253 [DevTools] Replace profiling{Started,Stopped} with explicit setOverlaySuspended call. by dgozman · 8 years ago
- 36d3ddf [DevTools] Added Runtime.awaitPromise protocol method by kozyatinskiy · 8 years ago
- ddb5acb [DevTools] Replace InjectedScriptHost.suppressWarningsAndCallFunction with hasOwnProperty. by dgozman · 8 years ago
- c44062a [DevTools] Rename findObject to unwrapObject. by dgozman · 8 years ago
- d7acc61 [DevTools] Remove & add required methods by eostroukhov · 8 years ago
- 6fa89ed [DevTools] Cleanup v8_inspector console API. by dgozman · 8 years ago
- d3499b2 [DevTools] Always instrument async tasks in V8Debugger. by dgozman · 8 years ago
- ec91c85 [DevTools] Remove V8ContentSearchUtil. by dgozman · 8 years ago
- c63a013 [DevTools] add notifyContextDestroyed to V8Inspector by nojvek · 8 years ago
- b3b8344 [DevTools] Do not expose findSource{Map}URL from v8_inspector. by dgozman · 8 years ago
- 4c90b01 [DevTools] Remove V8InspectorSession::backtraceObjectGroup. by dgozman · 8 years ago
- 6ada408 [DevTools] Speculative crash fix in currentCallFrames by kozyatinskiy · 8 years ago
- eb0e583 [DevTools] Never stop in InjectedScriptSource by kozyatinskiy · 8 years ago
- c9d46ad [DevTools] Remove V8Debugger::logToConsole method by kozyatinskiy · 8 years ago
- 984969c [DevTools] Cleanup v8_inspector API part 2. by dgozman · 8 years ago
- c0c1234 [DevTools] Generate public versions of protocol classes to be exposed in v8_inspector/public. by dgozman · 8 years ago
- 8380085 DevTools: Switch V8ProfilerAgent to use v8::CpuProfiler::New API. by alph · 8 years ago
- e4d3b80 [DevTools] Unify toValue and FromValue into ValueConversions. by dgozman · 8 years ago
- b379b91 [DevTools] Avoid dereferencing null pointer by eostroukhov · 8 years ago
- 4e07842 [DevTools] Node.js compatibility by eostroukhov · 8 years ago
- bd934ea [DevTools] Move browser logging from Console domain to Log domain. by dgozman · 8 years ago
- 491333c [DevTools] Remove toProtocolValue from v8_inspector/public. by dgozman · 8 years ago
- f87eb14 [DevTools] Compatibility with older STL libraries by eostroukhov · 8 years ago
- cbb46f6 [DevTools] Replace SetScriptSourceError with ExceptionDetails in protocol by kozyatinskiy · 8 years ago
- f28c306 [DevTools] Remove V8Debugger::consoleMessagesCount. by dgozman · 8 years ago
- 83529d0 [DevTools] Make most fields of ExceptionDetails non-optional. by dgozman · 8 years ago
- 6c14bdd [DevTools] Move Timestamp to Runtime, measure it in milliseconds. by dgozman · 8 years ago
- 12ef9c0 [DevTools] Report console API calls through Runtime. by dgozman · 8 years ago
- 0599082 [DevTools] Add callFrame to CPUProfileNode & SamplingHeapProfileNode by kozyatinskiy · 8 years ago
- 8097a74 DevTools: explicitly differentiate ints vs doubles in the protocol bindings. by pfeldman · 8 years ago
- ced41bc [DevTools] Remove CallUID from CPUProfileNode by kozyatinskiy · 8 years ago
- ddc431b [DevTools] Remove Console.messagesCleared event. by dgozman · 8 years ago
- 2e9e6cf [DevTools] Fix V8_inspector compilation with Node by kozyatinskiy · 8 years ago
- 4024ed1 [DevTools] Cleanup v8_inspector API part 1. by dgozman · 8 years ago
- b5b03f2 [DevTools] Always send a copy of worker message through the page. by dgozman · 8 years ago
- d334125 Use the single char overload of append() when possible. by esprehn · 8 years ago
- bd1e18d [DevTools] Remove functionDetails from protocol.json by kozyatinskiy · 8 years ago
- 2e85863 [DevTools] make Runtime.CallFrame 0-based by kozyatinskiy · 8 years ago