1. 06 Feb, 2020 1 commit
  2. 27 Nov, 2019 1 commit
  3. 20 Nov, 2019 1 commit
  4. 25 Oct, 2019 1 commit
  5. 22 Oct, 2019 1 commit
  6. 03 Oct, 2019 1 commit
    • Bruce Dawson's avatar
      Make in-progress message more helpful · f0532662
      Bruce Dawson authored
      merge_to_branch.py can fail partway through for many reasons (the EDITOR
      environment variable not being set being one) and on the next run this
      leads to an error saying:
      
          Exception: A merge is already in progress
      
      It is not obvious to those doing their first merge how to get past this.
      Searching the source code leads to the -f option but it should be
      possible to proceed without searching the source. This change adds
      "Use -f to continue" to the message.
      
      Change-Id: Ic9d8e404e044be3308e5ae3ef3a4430e4aa3ccc2
      Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1837028Reviewed-by: 's avatarYang Guo <yangguo@chromium.org>
      Commit-Queue: Bruce Dawson <brucedawson@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#64096}
      f0532662
  7. 12 Apr, 2019 1 commit
  8. 27 Mar, 2019 1 commit
  9. 12 Mar, 2019 1 commit
  10. 07 Mar, 2019 1 commit
  11. 19 Feb, 2019 1 commit
  12. 29 Jan, 2019 1 commit
  13. 28 Jan, 2019 1 commit
  14. 07 Dec, 2018 1 commit
  15. 21 Nov, 2018 1 commit
  16. 09 Nov, 2018 1 commit
  17. 17 Oct, 2018 1 commit
  18. 16 Oct, 2018 1 commit
  19. 10 Oct, 2018 1 commit
  20. 19 Sep, 2018 1 commit
  21. 27 Aug, 2018 2 commits
  22. 22 May, 2018 1 commit
  23. 17 May, 2018 2 commits
    • Michael Achenbach's avatar
      Reland "[release] Switch auto-roller to gclient setdep" · 90e61da1
      Michael Achenbach authored
      This reverts commit d169622f.
      
      Reason for revert: setdep bug should be fixed
      
      Original change's description:
      > Revert "[release] Switch auto-roller to gclient setdep"
      > 
      > This reverts commit a9f5dd30.
      > 
      > Reason for revert:
      > Temporarily use legacy method until https://crbug.com/843917 is fixed.
      > 
      > Original change's description:
      > > [release] Switch auto-roller to gclient setdep
      > > 
      > > NOTRY=true
      > > 
      > > Bug: chromium:828745
      > > Change-Id: I051f57893937796e01f0b823f1050dd36e0fbfd9
      > > Reviewed-on: https://chromium-review.googlesource.com/997556
      > > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > > Cr-Commit-Position: refs/heads/master@{#52385}
      > 
      > TBR=machenbach@chromium.org,hablich@chromium.org,sergiyb@chromium.org
      > 
      > NOTRY=true
      > 
      > Bug: chromium:843917
      > Change-Id: I69978ba55ffa5996101e1d31bdf10364b7ef273f
      > Reviewed-on: https://chromium-review.googlesource.com/1064130
      > Reviewed-by: Michael Achenbach <machenbach@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#53230}
      
      TBR=machenbach@chromium.org,hablich@chromium.org,sergiyb@chromium.org
      
      Change-Id: Ia70dc1df7e25e0c8ffd3fafeb97830b5d5f87336
      No-Presubmit: true
      No-Tree-Checks: true
      No-Try: true
      Bug: chromium:843917
      Reviewed-on: https://chromium-review.googlesource.com/1064413Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53238}
      90e61da1
    • Michael Achenbach's avatar
      Revert "[release] Switch auto-roller to gclient setdep" · d169622f
      Michael Achenbach authored
      This reverts commit a9f5dd30.
      
      Reason for revert:
      Temporarily use legacy method until https://crbug.com/843917 is fixed.
      
      Original change's description:
      > [release] Switch auto-roller to gclient setdep
      > 
      > NOTRY=true
      > 
      > Bug: chromium:828745
      > Change-Id: I051f57893937796e01f0b823f1050dd36e0fbfd9
      > Reviewed-on: https://chromium-review.googlesource.com/997556
      > Reviewed-by: Sergiy Byelozyorov <sergiyb@chromium.org>
      > Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      > Cr-Commit-Position: refs/heads/master@{#52385}
      
      TBR=machenbach@chromium.org,hablich@chromium.org,sergiyb@chromium.org
      
      NOTRY=true
      
      Bug: chromium:843917
      Change-Id: I69978ba55ffa5996101e1d31bdf10364b7ef273f
      Reviewed-on: https://chromium-review.googlesource.com/1064130Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Michael Achenbach <machenbach@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#53230}
      d169622f
  24. 15 May, 2018 1 commit
  25. 08 May, 2018 1 commit
  26. 12 Apr, 2018 2 commits
  27. 05 Apr, 2018 1 commit
  28. 23 Mar, 2018 1 commit
    • Victor Costan's avatar
      Roll googletest to 1.8.0+. · 539e9072
      Victor Costan authored
      This is the V8 equivalent to https://crrev.com/2779193002 and must be landed
      before //build/secondary/{gtest,gmock} are removed from Chromium. This started
      out as https://crrev.com/2847693002
      
      The changes in tools/ were authored by yangguo@chromium.org and
      initially shared in http://crrev.com/2849783003.
      
      GoogleTest (gtest) and GoogleMock (gmock) are now hosted into the same
      googletest repository. In order to cope with this, the googletest
      repository is now sourced at third_party/googletest.
      
      The file/directory layout of Google Test is not yet considered stable.
      To minimize disruption while Google Test stabilizes, Chromium code will
      be insulated from third_party/googletest.
      
      * testing/gtest/include/gtest/ and testing/gmock/include/gmock have
        been populated with headers that forward into the appropriate
        locations of third_party/googletest
      
      * testing/BUILD.gn has been populated with the targets
        //testing/gtest(:gtest_main) and //testing/gmock(:gmock_main),
        which depend on the appropriate //third_party/googletest targets.
      
      All Chromium code should keep depending on the targets and
      headers in testing/{gtest,gmock} for now.
      
      BUG=chromium:630705
      
      Change-Id: I12b07ae78c8039aeff6ada7a3335e4e2b5d308ab
      Reviewed-on: https://chromium-review.googlesource.com/639953Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
      Commit-Queue: Victor Costan <pwnall@chromium.org>
      Cr-Commit-Position: refs/heads/master@{#52170}
      539e9072
  29. 21 Mar, 2018 1 commit
  30. 20 Mar, 2018 1 commit
  31. 14 Mar, 2018 1 commit
  32. 19 Feb, 2018 1 commit
  33. 07 Feb, 2018 1 commit
  34. 18 Dec, 2017 1 commit
  35. 09 Nov, 2017 1 commit
  36. 07 Nov, 2017 1 commit
  37. 16 Oct, 2017 1 commit