1. 576eec3 [inspector] use own version of third_party/inspector_protocol by kozyatinskiy · 8 years ago master
  2. 3280c57 Fix bounds check in platform JSON parser. by Ian Clelland · 8 years ago
  3. 5258fd5 Make backend destructor public by mhashmi · 8 years ago
  4. e240fdc Bring inspector_protocol.gypi back by kozyatinskiy · 8 years ago
  5. f010dd8 [DevTools] removed PROTOCOL_ARRAY_LENGTH array by kozyatinskiy · 8 years ago
  6. f9c1216 [DevTools] Added more null check into DispatcherBase template by kozyatinskiy · 8 years ago
  7. 9676a8c Complete removing Blink gyp files. by brettw · 8 years ago
  8. bfc71ff [DevTools] Switch from platform/v8_inspector to v8/v8-inspector.h. by dgozman · 8 years ago
  9. dfe3994 Reorganize Blink IDL build, delete obsolete GYP files. by brettw · 8 years ago
  10. a78b883 Refactor inspector protocol compiles. by brettw · 8 years ago
  11. cacae2b [DevTools] Various tweaks to inspector_protocol. by dgozman · 8 years ago
  12. 84d90b2 [DevTools] Prepare inspector_protocol build to move. by dgozman · 8 years ago
  13. ddefa71 [DevTools] Generate separate copies of inspector_protocol. by dgozman · 8 years ago
  14. 0e62d3c [DevTools] Migrate v8_inspector/public from String16 to String{View,Buffer}. by dgozman · 8 years ago
  15. 5479601 [DevTools] Schema domain implementation. by dgozman · 8 years ago
  16. b53e3af [DevTools] Rename entities in js_protocol, remove deprecated ones. by dgozman · 8 years ago
  17. 9dcaec3 [DevTools] Refactor CodeGenerator. by dgozman · 8 years ago
  18. e175607 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
  19. c4ddc07 [DevTools] Rename entities in js_protocol, remove deprecated ones. by dgozman · 8 years ago
  20. ac24d97 [DevTools] Generate all files in inspector_protocol. by dgozman · 8 years ago
  21. 9d440c9 [DevTools] Introduce config file for inspector_protocol. by dgozman · 8 years ago
  22. e8bb297 [DevTools] Reduce API surface of String16. by dgozman · 8 years ago
  23. 87a50f7 [DevTools] Removed Debugger.canSetScriptSource & Debugger.getBacktrace by kozyatinskiy · 8 years ago
  24. 7dbfb06 Fix incorrect usage of StringImpl::sizeInBytes. by esprehn · 8 years ago
  25. eaa4c48 [DevTools] Rename hidden protocol flag to experimental. by dgozman · 8 years ago
  26. 176428c Remove WTF::toASCIILowerUnchecked. by esprehn · 8 years ago
  27. 470265c [DevTools] Eliminate frameId and isContentScript from js protocol. by dgozman · 8 years ago
  28. 97f5cc7 [DevTools] Introduce unserializableValue in RemoteObject. by dgozman · 8 years ago
  29. 7d2a29d [DevTools] Dont pass errorString to async protocol methods by kozyatinskiy · 8 years ago
  30. 716c2c8 [DevTools] Added Runtime.awaitPromise protocol method by kozyatinskiy · 8 years ago
  31. 01a40db [DevTools] implement isSpaceOrNewline for the STL string wrapper. by yangguo · 8 years ago
  32. 35e3f59 [DevTools] Cleanup v8_inspector API part 2. by dgozman · 8 years ago
  33. ad74cc8 DevTools: add correct include dirs to protocol handler generator for V8. by yangguo · 8 years ago
  34. 8e12e70 [DevTools] Generate public versions of protocol classes to be exposed in v8_inspector/public. by dgozman · 8 years ago
  35. f495420 [DevTools] Unify toValue and FromValue into ValueConversions. by dgozman · 8 years ago
  36. 4352420 [DevTools] Node.js compatibility by eostroukhov · 8 years ago
  37. 268a8f6 [DevTools] Compatibility with older STL libraries by eostroukhov · 8 years ago
  38. 8e7b566 DevTools: explicitly differentiate ints vs doubles in the protocol bindings. by pfeldman · 8 years ago
  39. eccbeb3 Use StringView for startsWith and endsWith. by esprehn · 8 years ago
  40. 8bb6314 Use the single char overload of append() when possible. by esprehn · 8 years ago
  41. 9cb0fb8 [DevTools] Fix v8_inspector compilation with node by kozyatinskiy · 8 years ago
  42. c7561ac [DevTools] Move Console to v8 inspector. by dgozman · 8 years ago
  43. c624a44 Switch v8 inspector to stl collections by eostroukhov · 8 years ago
  44. 1ff0586 Fix some issues found by coverity scans on Node.js by ofrobots · 8 years ago
  45. 1897065 Do not use ordered dictionaries by eostroukhov · 8 years ago
  46. 34a9687 DevTools: allow inspector protocol generator reuse as a gyp target. TBR=dgozman by pfeldman · 8 years ago
  47. e170452 DevTools: upstream the stl version of the gyp files for v8_inspector. by pfeldman · 8 years ago
  48. 250cf75 DevTools: allow toValue to accept unique_ptr. by pfeldman · 8 years ago
  49. f0d2b7a Move WTF string to number converter functions to StringToNumber.h by esprehn · 8 years ago
  50. 297a168 DevTools: fix the FrontendChannel header. by pfeldman · 8 years ago
  51. 0713318 Avoid full rebuild when using make by eostroukhov · 8 years ago
  52. bd3fa65 DevTools: update V8Inspector to work with the new v8_inspector API. by pfeldman · 8 years ago
  53. bd67af2 DevTools: split protocol.json into files per domain. by pfeldman · 8 years ago
  54. dc4b053 DevTools: generate class-per domain for remote debugging protocol. by pfeldman · 8 years ago
  55. 4826b4c Add CrossThreadCopier and isolatedCopy() to SourceLocation. by dgozman · 8 years ago
  56. a8ca840 Expand WTF::StringView's API to be more like StringPiece. by esprehn · 8 years ago
  57. 33efd0f Revert of Expand WTF::StringView's API to be more like StringPiece. (patchset #12 id:220001 of https://codereview.chromium.org/2007103003/ ) by sigbjornf · 8 years ago
  58. e920f80 DevTools: consolidate protocol generators for front-end, backend and type builder. by pfeldman · 8 years ago
  59. aa71272 Expand WTF::StringView's API to be more like StringPiece. by esprehn · 8 years ago
  60. 6fdb2fa DevTools: generate frontend and backend interfaces under domains. by pfeldman · 8 years ago
  61. 82baede DevTools: migrate off ASSERT in inspector protocol. by pfeldman · 8 years ago
  62. adb09bb DevTools: migrate from OwnPtr to std::unique_ptr for inspector protocol classes. by pfeldman · 8 years ago
  63. fc1f16b [DevTools] Dispatch messages to V8InspectorSession directly. by dgozman · 8 years ago
  64. 0b711d3 DevTools: expose raw pointers in protocol collections, s/ASSERT/DCHECK/. by pfeldman · 8 years ago
  65. 2ff56a6 DevTools: land V8Inspector stub upstream. by pfeldman · 8 years ago
  66. b4899f1 Remove OwnPtr::release() calls in platform/ (part inspector). by yutak · 8 years ago
  67. 9454ac0 Prepare for move-only PassOwnPtr in platform/*inspector*. by yutak · 8 years ago
  68. 09db5cc [DevTools] Move Console to v8_inspector by kozyatinskiy · 8 years ago
  69. e1a880c Conditionally use STL string and collections by eostroukhov · 8 years ago
  70. 72f6cf3 Move to protocol::Vector by eostroukhov · 8 years ago
  71. 68d7d36 [DevTools] protocol::Array::parse returns nullptr if has errors by kozyatinskiy · 8 years ago
  72. 3d4bbd8 Reland of DevTools: Select max resource size in NetworkResourcesData depending on device capabilities. (patchset #1 id:1 of https://codereview.chromium.org/1825033002/ ) by blundell · 8 years ago
  73. f8a1504 Revert of DevTools: Select max resource size in NetworkResourcesData depending on device capabilities. (patchset #1 id:1 of https://codereview.chromium.org/1817523003/ ) by blundell · 8 years ago
  74. e894e77 DevTools: Select max resource size in NetworkResourcesData depending on device capabilities. by pfeldman · 8 years ago
  75. 5c4e0ab [DevTools] Do not use Debugger.globalObjectCleared, switch to ExecutionContext.isMain instead. by dgozman · 8 years ago
  76. e188242 DevTools: split protocol Dispatcher into Backend interface and the dispatcher itself. by pfeldman · 8 years ago
  77. 78f8b43 DevTools: always use 16bit strings for inspector protocol. by pfeldman · 8 years ago
  78. b50f45d DevTools: generate string16-based handlers for v8_inspector. by pfeldman · 8 years ago
  79. e42404c Add platform/{v8_inspector,inspector_protocol}/OWNERS. by dgozman · 8 years ago
  80. 494bd3e DevTools: introduce stl-based collections implementation in v8_inspector. by pfeldman · 8 years ago
  81. 9366daa DevTools: introduce collections shim to be backed by non-wtf in v8_inspector. by pfeldman · 8 years ago
  82. 8b00536 DevTools: trim wtf dependencies from inspector_protocol and v8_inspector. by pfeldman · 8 years ago
  83. 7313f06 DevTools: simplify protocol Value interface: remove iterators. by pfeldman · 8 years ago
  84. 2ef66a6 DevTools: split TypeBuilder into multiple files. by pfeldman · 8 years ago
  85. d22d5e4 DevTools: migrate protocol dispatcher off RefPtr. by pfeldman · 8 years ago
  86. f00f789 Rename enums/functions that collide in chromium style in platform/ by danakj · 8 years ago
  87. a33bcbc DevTools: migrate protocol values from RefPtr to OwnPtr. by pfeldman · 8 years ago
  88. b348838 DevTools: introduce protocol::Value, baseline for hierarchical data in remote debugging protocol. by pfeldman · 8 years ago
  89. d8ab38a DevTools: validate protocol input parameters. by pfeldman · 8 years ago
  90. d29ff20 DevTools: simplify JSONValues API, prepare to the OwnPtr migration. by pfeldman · 8 years ago
  91. e73c734 DevTools: consistently use Maybe for optional values in the protocol generator. by pfeldman · 8 years ago
  92. af7b73c Revert of DevTools: simplify JSONValues API, prepare to the OwnPtr migration. (patchset #2 id:20001 of https://codereview.chromium.org/1728873002/ ) by dcheng · 8 years ago
  93. c62d584 DevTools: simplify JSONValues API, prepare to the OwnPtr migration. by pfeldman · 8 years ago
  94. e91e07d DevTools: migrate remote debugging protocol generators to jinja2. by pfeldman · 8 years ago
  95. be88460 DevTools: get rid of open types in the protocol generator. by pfeldman · 8 years ago
  96. 676e8ed DevTools: move protocol-related generators into inspector subfolder. by pfeldman · 8 years ago