1. 24 May, 2019 1 commit
  2. 23 May, 2019 1 commit
  3. 22 May, 2019 1 commit
  4. 21 May, 2019 1 commit
  5. 20 May, 2019 3 commits
  6. 17 May, 2019 1 commit
  7. 16 May, 2019 2 commits
  8. 29 Apr, 2019 1 commit
    • Clemens Hammacher's avatar
      [cleanup] Use Vector::begin instead of Vector::start · 4b0f9c85
      Clemens Hammacher authored
      Our {Vector} template provides both {start} and {begin} methods. They
      return exactly the same value. Since the {begin} method is needed for
      iteration, and is also what standard containers provide, this CL
      switches all uses of the {start} method to use {begin} instead.
      
      Patchset 1 was auto-generated by using this clang AST matcher:
          callExpr(
              callee(
                cxxMethodDecl(
                  hasName("start"),
                  ofClass(hasName("v8::internal::Vector")))
              ),
              argumentCountIs(0))
      
      Patchset 2 was created by running clang-format. Patchset 3 then
      removes the now unused {Vector::start} method.
      
      R=jkummerow@chromium.org
      TBR=mstarzinger@chromium.org,yangguo@chromium.org,verwaest@chromium.org
      
      Bug: v8:9183
      Change-Id: Id9f01c92870872556e2bb3f6d5667463b0e3e5c6
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1587381Reviewed-by: 's avatarJakob Kummerow <jkummerow@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#61081}
      4b0f9c85
  9. 24 Sep, 2018 1 commit
    • Dan Elphick's avatar
      [deprecation] Deprecate ToBoolean(Local<Context>) · d235f550
      Dan Elphick authored
      ToBoolean and BooleanValue cannot throw exceptions so the Maybe versions
      of the functions don't make sense. As such this deprecates the Maybe
      versions and undeprecates ToBoolean(Isolate*). It also adds
      BooleanValue(Isolate*).
      
      Fix up all of the v8 code to not use the deprecated functions.
      
      Bug: v8:7279, v8:8015
      Cq-Include-Trybots: luci.chromium.try:linux_chromium_headless_rel;luci.chromium.try:linux_chromium_rel_ng;master.tryserver.blink:linux_trusty_blink_rel
      Change-Id: I50e7474d205c75baa153f0dea7f02dcf60232d1d
      Reviewed-on: https://chromium-review.googlesource.com/1238476
      Commit-Queue: Dan Elphick <delphick@chromium.org>
      Reviewed-by: 's avatarClemens Hammacher <clemensh@chromium.org>
      Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#56163}
      d235f550
  10. 19 Sep, 2018 1 commit
  11. 23 Jul, 2018 1 commit
  12. 27 Jun, 2018 1 commit
  13. 28 Aug, 2017 1 commit
  14. 13 Jul, 2017 3 commits
  15. 13 Jun, 2017 1 commit
  16. 12 Jun, 2017 1 commit
  17. 15 May, 2017 1 commit
  18. 23 Feb, 2017 1 commit
  19. 07 Sep, 2016 1 commit
  20. 09 Dec, 2015 1 commit
  21. 20 Nov, 2015 1 commit
  22. 23 Oct, 2015 1 commit
  23. 15 Oct, 2015 1 commit
  24. 31 Jul, 2015 1 commit
  25. 21 May, 2015 1 commit
  26. 29 Apr, 2015 1 commit
  27. 23 Apr, 2015 1 commit
  28. 15 Apr, 2015 2 commits
  29. 30 Jan, 2015 3 commits
  30. 19 Sep, 2014 1 commit
  31. 18 Sep, 2014 2 commits