1. 19 Dec, 2018 2 commits
  2. 18 Dec, 2018 7 commits
  3. 17 Dec, 2018 3 commits
  4. 15 Dec, 2018 2 commits
  5. 14 Dec, 2018 5 commits
  6. 13 Dec, 2018 8 commits
  7. 12 Dec, 2018 2 commits
  8. 11 Dec, 2018 2 commits
  9. 10 Dec, 2018 2 commits
  10. 08 Dec, 2018 2 commits
    • Robert Iannucci's avatar
      [recipes] Manually roll recipes. · 03ee2d61
      Robert Iannucci authored
      This commit changes the layout of recipe_engine a bit which breaks the
      autoroller.
      
      R=jchinlee@chromium.org, martiniss@chromium.org, tandrii@chromium.org
      
      Bug: 913102
      Change-Id: I207e6e5a13980e3819c2b4deb3c01c38c28ed876
      Recipe-Manual-Change: infra
      Recipe-Manual-Change: build
      Recipe-Manual-Change: skia
      Recipe-Manual-Change: skiabuildbot
      Recipe-Manual-Change: build_limited_scripts_slave
      Recipe-Manual-Change: release_scripts
      Reviewed-on: https://chromium-review.googlesource.com/c/1368410
      Commit-Queue: Robbie Iannucci <iannucci@chromium.org>
      Auto-Submit: Robbie Iannucci <iannucci@chromium.org>
      Reviewed-by: 's avatarStephen Martinis <martiniss@chromium.org>
      03ee2d61
    • Elliott Friedman's avatar
      [metrics] Use unicode box-drawing chars and goo.gl link instead · f6a8ae76
      Elliott Friedman authored
      ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
      ┃      METRICS COLLECTION IS TAKING PLACE           ┃
      ┃                                                   ┃
      ┃ To suppress this message opt in or out using:     ┃
      ┃ $ gclient metrics [--opt-in] [--opt-out]          ┃
      ┃ For more information please see metrics.README.md ┃
      ┃ in your depot_tools checkout or visit             ┃
      ┃ https://goo.gl/yNpRDV.                            ┃
      ┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
      
      R=ehmaldonado, mmoss, tandrii
      
      Change-Id: Iab3a5a18aa57e603c8f253f3fcbbf7f96727e003
      Reviewed-on: https://chromium-review.googlesource.com/c/1368409Reviewed-by: 's avatarEdward Lesmes <ehmaldonado@chromium.org>
      Commit-Queue: Elliott Friedman <friedman@chromium.org>
      f6a8ae76
  11. 07 Dec, 2018 1 commit
  12. 06 Dec, 2018 2 commits
  13. 05 Dec, 2018 2 commits
    • John Budorick's avatar
      subprocess2: cache the string-escape codec at load time. · 9875e180
      John Budorick authored
      This is a speculative fix for subprocess being unable to find
      string-escape later in execution; the theory being that something
      (unclear what) is interfering w/ codecs' lookup logic and that calling
      lookup earlier would allow string-escape to be cached before any such
      interference. See crbug.com/912292#c2 for more.
      
      Bug: 912292
      Change-Id: I0abdd394253c9a4984db7c6c81d044087edc68fd
      Reviewed-on: https://chromium-review.googlesource.com/c/1363753Reviewed-by: 's avatarRobbie Iannucci <iannucci@chromium.org>
      Commit-Queue: John Budorick <jbudorick@chromium.org>
      9875e180
    • Clemens Hammacher's avatar
      Revert "Fix semantics of git new-branch --upstream" · 19238fc3
      Clemens Hammacher authored
      This reverts commit ba83229a.
      
      Reason for revert: After mail discussion we came to the conclusion that the old behavior makes more sense.
      
      Original change's description:
      > Fix semantics of git new-branch --upstream
      > 
      > Currently, the "--upstream A" option for new-branch behaves totally
      > different than "--upstream_current". While "--upstream A" checks out
      > branch A and then creates a new branch which tracks A,
      > "--upstream_current" creates a new branch for the current HEAD and sets
      > the upstream to the previously checked out branch.
      > 
      > As the documentation does not mention that any of the options changes
      > the currently-checked-out commit (HEAD), this CL changes the semantics
      > of "git new-branch --upstream A B" to be identical to "git checkout -b B
      > && git branch --set-upstream-to A".
      > 
      > It also slightly extends the documentation to mention that in any case
      > the new branch is based on HEAD.
      > 
      > R=​iannucci@chromium.org
      > 
      > Change-Id: Ic335d2caf27cb6afca1b8bc5a008424c0e880fca
      > Reviewed-on: https://chromium-review.googlesource.com/c/1350748
      > Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
      > Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      > Auto-Submit: Clemens Hammacher <clemensh@chromium.org>
      
      TBR=iannucci@chromium.org,tandrii@chromium.org,clemensh@chromium.org
      
      # Not skipping CQ checks because original CL landed > 1 day ago.
      
      Change-Id: I7463935af172f0801c7da94d2de106a02fc4c42e
      Reviewed-on: https://chromium-review.googlesource.com/c/1362972Reviewed-by: 's avatarSergiy Belozorov <sergiyb@chromium.org>
      Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
      19238fc3