1. 12 Sep, 2017 2 commits
  2. 11 Sep, 2017 1 commit
  3. 08 Sep, 2017 1 commit
  4. 07 Sep, 2017 1 commit
  5. 06 Sep, 2017 1 commit
  6. 01 Sep, 2017 1 commit
  7. 31 Aug, 2017 1 commit
  8. 29 Aug, 2017 2 commits
  9. 26 Aug, 2017 1 commit
  10. 25 Aug, 2017 3 commits
  11. 24 Aug, 2017 1 commit
  12. 23 Aug, 2017 2 commits
  13. 22 Aug, 2017 1 commit
  14. 21 Aug, 2017 2 commits
  15. 15 Aug, 2017 1 commit
  16. 11 Aug, 2017 1 commit
  17. 10 Aug, 2017 3 commits
  18. 09 Aug, 2017 1 commit
  19. 03 Aug, 2017 1 commit
  20. 02 Aug, 2017 3 commits
  21. 01 Aug, 2017 1 commit
  22. 31 Jul, 2017 1 commit
    • Alexey Kozyatinskiy's avatar
      [inspector] don't call clearAllBreakpoints · f2fe13f6
      Alexey Kozyatinskiy authored
      This call from inspector side is redundant, V8 will clear all breakpoints on removing debug delegate in v8::internal::Debug::Unload method.
      
      In any case for correct support of multiclient we need to clear breakpoints in V8DebuggerAgentImpl::disable method.
      
      R=dgozman@chromium.org
      
      Bug: v8:5510,chromium:652939
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel
      Change-Id: I66f9b97797860bad28884a099928d54ac3560428
      Reviewed-on: https://chromium-review.googlesource.com/592281
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Reviewed-by: 's avatarDmitry Gozman <dgozman@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#47022}
      f2fe13f6
  23. 28 Jul, 2017 1 commit
    • Alexey Kozyatinskiy's avatar
      [inspector] move SetScriptSource call to native · 6b0bf165
      Alexey Kozyatinskiy authored
      To avoid using debugging context and debugger-script.js on inspector side we can move SetScriptSource call to v8::internal::Debug. Theoretically we can move live edit implementation to native completely but since it will be reimplemented it looks redundant.
      
      R=yangguo@chromium.org,jgruber@chromium.org
      
      Bug: chromium:652939
      Cq-Include-Trybots: master.tryserver.blink:linux_trusty_blink_rel;master.tryserver.chromium.linux:linux_chromium_rel_ng
      Change-Id: Id09492c2d2a93efbde429c9cc1bc181d5fdda19b
      Reviewed-on: https://chromium-review.googlesource.com/590736
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Reviewed-by: 's avatarJakob Gruber <jgruber@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#46985}
      6b0bf165
  24. 27 Jul, 2017 1 commit
  25. 25 Jul, 2017 2 commits
  26. 24 Jul, 2017 1 commit
  27. 18 Jul, 2017 1 commit
  28. 17 Jul, 2017 1 commit
  29. 12 Jul, 2017 1 commit