1. 26 Apr, 2018 1 commit
    • Alexey Kozyatinskiy's avatar
      Reland "[inspector] added timeout for Debugger.evaluateOnCallFrame method" · c1e4885f
      Alexey Kozyatinskiy authored
      This is a reland of 436faae0
      
      Original change's description:
      > [inspector] added timeout for Debugger.evaluateOnCallFrame method
      > 
      > R=dgozman@chromium.org,yangguo@chromium.org
      > 
      > Bug: none
      > Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
      > Change-Id: I569899f245190ca2fa720bdb837db1263e8058d5
      > Reviewed-on: https://chromium-review.googlesource.com/1023035
      > Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      > Reviewed-by: Yang Guo <yangguo@chromium.org>
      > Reviewed-by: Dmitry Gozman <dgozman@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#52798}
      
      Bug: none
      Change-Id: I91219382b5dc45b54dd8e5c64d9f0d11c849b9c8
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
      Reviewed-on: https://chromium-review.googlesource.com/1030510
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52818}
      c1e4885f
  2. 25 Apr, 2018 1 commit
  3. 23 Apr, 2018 1 commit
    • Alexey Kozyatinskiy's avatar
      [runtime] implemented SafeForInterruptsScope · d3f6c647
      Alexey Kozyatinskiy authored
      This CL introduced SafeForInterruptsScope. This scope overrides
      outer PostponeInterruptsScopes:
      - reschedule postponed interrupts if needed,
      - allow requesting new interrupts.
      As soon as scope removed interrupts are posponed if needed.
      
      This scope will be:
      - used to allow inspector to interrupt and terminate
        DebugeEvaluate::Local,
      - exposed with new flag on Isolate to implement SafeForTerminationScope
        in blink.
      
      R=yangguo@chromium.org
      
      Bug: chromium:820640
      Change-Id: I15befc10c2cee393d1e3be48cecb31ee14dae638
      Reviewed-on: https://chromium-review.googlesource.com/1022969
      Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52743}
      d3f6c647
  4. 19 Mar, 2018 1 commit
  5. 26 Feb, 2018 1 commit
  6. 22 Feb, 2018 1 commit
  7. 19 Dec, 2017 1 commit
  8. 13 Oct, 2017 1 commit
  9. 31 Aug, 2017 1 commit
  10. 17 Jan, 2017 1 commit
  11. 09 Jan, 2017 1 commit
  12. 01 Sep, 2016 1 commit
  13. 20 Jul, 2016 2 commits
  14. 19 Jul, 2016 1 commit
  15. 07 Jun, 2016 1 commit
  16. 04 Mar, 2016 3 commits
  17. 09 Dec, 2015 1 commit
  18. 23 Oct, 2015 1 commit
  19. 28 Sep, 2015 1 commit
  20. 21 Sep, 2015 1 commit
    • mythria's avatar
      Continuing removing deprecated function from cctest · 41111e3d
      mythria authored
      Removes deprecated functions from the following files:
      
      test/cctest/compiler/function-tester.h
      test/cctest/test-thread-termination.cc
      test/cctest/test-threads.cc
      test/cctest/test-transitions.cc
      test/cctest/test-typedarrays.cc
      test/cctest/test-types.cc
      test/cctest/test-typing-reset.cc
      test/cctest/test-unbound-queue.cc
      test/cctest/test-unboxed-doubles.cc
      
      BUG=v8:4134
      LOG=n
      
      Review URL: https://codereview.chromium.org/1344583002
      
      Cr-Commit-Position: refs/heads/master@{#30846}
      41111e3d
  21. 28 May, 2015 1 commit
  22. 08 Apr, 2015 1 commit
    • mstarzinger's avatar
      [turbofan] Add JSStackCheck into loop bodies. · 322cfb35
      mstarzinger authored
      This allows loopy TurboFan code to be interrupted by placing a stack
      check (i.e. JSStackCheck node) into each loop. Note that we currently
      limit this to non-asm.js code. Also note that stack checks are actually
      placed after loop headers and not at back-branches, which allows us to
      reuse existing BailoutIds from Crankshaft.
      
      R=titzer@chromium.org
      
      Review URL: https://codereview.chromium.org/1065923002
      
      Cr-Commit-Position: refs/heads/master@{#27666}
      322cfb35
  23. 07 Apr, 2015 1 commit
  24. 25 Mar, 2015 1 commit
  25. 24 Feb, 2015 1 commit
  26. 23 Feb, 2015 1 commit
  27. 17 Feb, 2015 1 commit
  28. 11 Feb, 2015 1 commit
  29. 01 Sep, 2014 1 commit
  30. 12 Aug, 2014 1 commit
  31. 02 Jul, 2014 1 commit
  32. 30 Jun, 2014 3 commits
  33. 20 Jun, 2014 1 commit
  34. 03 Jun, 2014 1 commit
  35. 28 May, 2014 1 commit