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