- 15 Feb, 2020 40 commits
-
-
Caleb Rouleau authored
This reverts commit 2131f972. Reason for revert: broke official mac builds https://ci.chromium.org/p/chrome/builders/ci/mac-builder-perf?limit=200 https://ci.chromium.org/p/chrome/builders/ci/mac-builder-perf/155871 Original change's description: > [mb.py] Check multiple locations for the real python. > > Sometimes the value of sys.prefix (or sys.real_prefix in vpython) > includes the bin/ directory within the python installation, and > sometimes it does not. To accommodate this, check both prefix/bin and > prefix itself for the python executable. > > Bug: 1049421 > Change-Id: Ia7c072dc0b4b8232ec8fdce20f9211e3c978a3ad > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055976 > Commit-Queue: Sajjad Mirza <sajjadm@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Cr-Commit-Position: refs/heads/master@{#741574} TBR=thakis@chromium.org,iannucci@chromium.org,sajjadm@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1049421 Change-Id: I957fecc3b0fe209139317dc9c21efa1e89bba36d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058789Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#741751}
-
Caleb Rouleau authored
This will cause some benchmarks to start running on different devices on the waterfall than they used to run on, which may cause discontinuities in the data on the chromeperf dashboard. DO NOT REVERT this change for any perf regression. TBR=johnchen@chromium.org Bug: 1030840 Change-Id: I54709dba2f0ca108a90ad4f70b7c952a2cb19047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058791Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#741750}
-
Sadrul Habib Chowdhury authored
Some of the parameters for the ui::Compositor that were added for mus are no longer needed. Remove these. BUG=none TBR=oshima@ for trivial chromecast/ mechanical change Change-Id: Ida403cca9391f3e3c5626b5dda5ef2e4c78b914c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058035 Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#741749}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e85da7c77b6f..73718a05a58b Created with: gclient setdep -r src-internal@73718a05a58b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I4680c3b4fced027c1e069714eac9b1d5857db8f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058688Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741748}
-
Christopher Cameron authored
We are getting reports of the browser process rejecting connections from app shims from the field. The failures happen after Chrome has been open for a while (so reproducing from the console to get logs is not an option). Address this in two ways. 1. Add more LOG(INFO) calls in the app shim process itself. This is needed (and is here to stay) because, if something goes wrong connecting to Chrome or loading the Chrome framework, there is no other mechanism for getting feedback (no crash reports, etc). 2. Add four NSLog calls in the browser, for - Mach connection received - Mojo connection received first message - Mojo connection disposition (use or discard), so 2 calls here - Mojo connection closed (regardless of disposition) These calls are NOT here to stay -- they are for debugging problems we are seeing in Chrome 80. They are likely to be moved to an internal URL. Disabling presubmit because this is intentionally adding LOG(INFO)s. NOPRESUBMIT=True Bug: 1052131 Change-Id: Ia6fd1cb21802c97d8b9fed6146db48fdc3463e93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055994Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#741747}
-
George Burgess IV authored
The NOLINT here was to make tidy stop complaining about the lack of an `explicit` constructor for this ScopedTraceEvent. Unfortunately, adding that makes it difficult to init ScopedTraceEvents as we're doing right now. It's arguable either way that tidy should/shouldn't diagnose this, since template trickery/decltype/etc can easily allow you to construct `ScopedTraceEvent`s on your own. Because the argument is useless anyway, using `...` makes tidy quiet down, and appears just as optimization-friendly. Bug: 1044592 Change-Id: Ib6203b40df504aa82816555e9c915f06ea60246f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055889Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#741746}
-
ziyangch authored
Bug: Internal b/147703983 Test: test with eureka-internal/355651. Change-Id: I86a86df4844f3d6e6103f896061ba6d9c2b7599c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055425Reviewed-by:
Yuchen Liu <yucliu@chromium.org> Reviewed-by:
Simeon Anfinrud <sanfin@chromium.org> Commit-Queue: Ziyang Cheng <ziyangch@chromium.org> Cr-Commit-Position: refs/heads/master@{#741745}
-
Ian Kilpatrick authored
This adds a separate codepath for building up the inline containing block information from fragment items, instead of the line-box tree. I kept a separate codepath for ease of removal later. Fixes ~15 tests. Bug: 982194 Change-Id: Ibdaf708d4ca264071ab4b8b6b7099ad8a998e867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2048707 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#741744}
-
Koji Ishii authored
This patch adds integrity checks for the flags of |NGPhysicalBoxFragment| and its actual children. Bug: 982194 Change-Id: Ic18f088c1263d4f76f03dc1f22a88d3700254b68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050151Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#741743}
-
Rakesh Soma authored
Change-Id: Ic11c66281f2144d0e757eda3e5a5122b4322c222 Bug: 1052570 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057291 Auto-Submit: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Cr-Commit-Position: refs/heads/master@{#741742}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/238d16ed563f..e85da7c77b6f Created with: gclient setdep -r src-internal@e85da7c77b6f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I5bb671cd6ec339d33b33e4e7442e6fb01ec5aca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058354Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741741}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/3eaed8d0093f..2c5ee187245a git log 3eaed8d0093f..2c5ee187245a --date=short --first-parent --format='%ad %ae %s' 2020-02-15 reed@google.com remove legacy factory for overdrawcolorfilter 2020-02-15 herb@google.com Make SkStrikeCache::Node be SkStrike. Created with: gclient setdep -r src/third_party/skia@2c5ee187245a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: stani@google.com Change-Id: I2f5638f67a2e44fdfd9483004485b20feab9f5d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058356Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741740}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/b7ceaa8efd2b..3eaed8d0093f git log b7ceaa8efd2b..3eaed8d0093f --date=short --first-parent --format='%ad %ae %s' 2020-02-15 reed@google.com fix clang-tidy warnings Created with: gclient setdep -r src/third_party/skia@3eaed8d0093f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: stani@google.com Change-Id: Ibcd4ff017d4049f52684d72f41054b1bdbb05525 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058352Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741739}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/348f07b40c2b..481daed34f15 git log 348f07b40c2b..481daed34f15 --date=short --first-parent --format='%ad %ae %s' 2020-02-15 swiftshader.regress@gmail.com Regres: Update test lists @ 348f07b4 Created with: gclient setdep -r src/third_party/swiftshader@481daed34f15 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I368e8f02729d174903ca4c5640815cfe2694342b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058351Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741738}
-
Tarun Bansal authored
Bug: 1038703 Change-Id: I69653b606f593f2ecff4b6542d898885014efd90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057588 Commit-Queue: Robert Ogden <robertogden@chromium.org> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#741737}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a67744d2cebb..238d16ed563f Created with: gclient setdep -r src-internal@238d16ed563f If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I027c6c43187ef19e46bfcb944a41d6c60d591b39 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058457Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741736}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/798a83759956..2dd40d7fa75c git log 798a83759956..2dd40d7fa75c --date=short --first-parent --format='%ad %ae %s' 2020-02-15 jmadill@chromium.org Vulkan: Free pool allocation leak with graph disabled. Created with: gclient setdep -r src/third_party/angle@2dd40d7fa75c If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: I9707f84dca5197822a514f54f2cdd7c4b2230368 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058456Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741735}
-
Peng Huang authored
The driver fix [1] has been merged to 19.3 and 20.0 staging branches, it will be released with 19.3.5 and 20.0.0-rc4. So enabled vulkan and gl interop for mesa 19.3.5 and later version. [1] https://gitlab.freedesktop.org/mesa/mesa/commit/b81f4a4092b0e4091e728ec50606dc6561963fba Bug: 1046462 Change-Id: I781bc82734a4fc9a8443f9cf160caf4b7a5e20ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057054 Auto-Submit: Peng Huang <penghuang@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Peng Huang <penghuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#741734}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1d3482867b00..a67744d2cebb Created with: gclient setdep -r src-internal@a67744d2cebb If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Ic89acee2106efa026bfd3db72b9fcf55ea751768 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058453Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741733}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/651be6222cab..af985a85c457 git log 651be6222cab..af985a85c457 --date=short --first-parent --format='%ad %ae %s' 2020-02-15 treehugger-gerrit@google.com Merge "processor: Accept TrackEvents without valid incremental state" Created with: gclient setdep -r src/third_party/perfetto@af985a85c457 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I760ca0aba67b95bbf0eaf6831606f3bc8710642a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058452Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741732}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: gbiv@chromium.org Change-Id: I2b458ce3eef960632cf1ed94ed62438108efe65e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058455Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741731}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: If791a7def5b896fec4e7ac8c376d83951076ce03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058011Reviewed-by:
Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Internal Frameworks Autoroller <bling-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741730}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e3925648df2d..55e300fa1098 git log e3925648df2d..55e300fa1098 --date=short --first-parent --format='%ad %ae %s' 2020-02-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@55e300fa1098 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I549c75e12c7eec2d9800df3710ea83ce66d3c861 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058451Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741729}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b15b7e551c39..1d3482867b00 Created with: gclient setdep -r src-internal@1d3482867b00 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I00774c79dc3e7a02e4400c02a24df179f334978c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058449Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741728}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8f64176566f7..651be6222cab git log 8f64176566f7..651be6222cab --date=short --first-parent --format='%ad %ae %s' 2020-02-15 eseckler@google.com Merge "processor: Parse StreamingProfilePacket timestamps during tokenization" Created with: gclient setdep -r src/third_party/perfetto@651be6222cab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ibb0beb6c308d3fdb4ace63cc51563a51750f79ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058450Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741727}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/41a0cf2b997a..b15b7e551c39 Created with: gclient setdep -r src-internal@b15b7e551c39 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: Ia7bb852b07bd6bb62fbf36cb17cb2c75eabb4e31 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058348Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741726}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/05676f7bc238..b7ceaa8efd2b git log 05676f7bc238..b7ceaa8efd2b --date=short --first-parent --format='%ad %ae %s' 2020-02-15 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update Go Deps Created with: gclient setdep -r src/third_party/skia@b7ceaa8efd2b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC stani@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: stani@google.com Change-Id: I7869c1e3d23c418040071b09c41d5a945f8ad280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058343Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741725}
-
Wei Lee authored
Bug: 980846 Test: Launch CCA with no error shows Change-Id: Id089b788f3d7746cbae13f2fa82c9793ed8e5ae8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2054658 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#741724}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3db5c03ac2cd..41a0cf2b997a Created with: gclient setdep -r src-internal@41a0cf2b997a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I35f5affa7f4b640ce8c2c0226c32c26da42df2e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058137Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741723}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/12a36dd9ea4a..798a83759956 git log 12a36dd9ea4a..798a83759956 --date=short --first-parent --format='%ad %ae %s' 2020-02-15 jmadill@chromium.org Vulkan: Add more debug labels handling with graph off. Created with: gclient setdep -r src/third_party/angle@798a83759956 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: I0aec321d83d150ab9a99c6b1e3581a89171135d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058135Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741722}
-
Wei Lee authored
Bug: 980846 Test: Launch CCA with no error shows Change-Id: Ibfeaa29d07a8ddd76ff47aad85e1527df6fff1c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053869 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#741721}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d8c8ba85..676acee7 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Icb744b55e84431cf4e48a391c7dcfc24787d430c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057011Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741720}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/38e9e47300ac..3db5c03ac2cd Created with: gclient setdep -r src-internal@3db5c03ac2cd If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: If955684c5faedf4aad6eef2e39cdd2e3951bf141 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058133Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741719}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4cf033f54a80..e3925648df2d git log 4cf033f54a80..e3925648df2d --date=short --first-parent --format='%ad %ae %s' 2020-02-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools Chromium DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@e3925648df2d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I149879ed91d71ddfd2f099037846586632f75004 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058134Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741718}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/08b11cafae02..966bcc4bd5cc git log 08b11cafae02..966bcc4bd5cc --date=short --first-parent --format='%ad %ae %s' 2020-02-15 tkchin@webrtc.org Revert "Update RTCEncodedImage to not use deprecated mutable_data call." Created with: gclient setdep -r src/third_party/webrtc@966bcc4bd5cc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I9d705cc641724ba24c87abb907b189a1a0e5fc09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058132Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741717}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/591a14bda6ae..4cf033f54a80 git log 591a14bda6ae..4cf033f54a80 --date=short --first-parent --format='%ad %ae %s' 2020-02-15 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@4cf033f54a80 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I60223493a6f43d8a61f8e2cf801b51d6e3621e1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056577Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741716}
-
Simon Que authored
This reverts commit 765c53e1. Reason for revert: iOS build does not fully work on RBE: crbug.com/1050976 Original change's description: > infra: Migrate builders to Goma RBE (iOS Week 1a) > > These are the two builders in webrtc.fyi: > - WebRTC Chromium FYI ios-device > - WebRTC Chromium FYI ios-simulator > > These builders are small. They are expected to have a peak traffic of > 15 QPS: > https://docs.google.com/spreadsheets/d/1-XKh-CqSoUcXEqCETVywjmIo1C18P0qEBDCY50ozBb0/edit#gid=1721756715 > > Schedule of migration: > https://docs.google.com/spreadsheets/d/1TZhpasm6iceYm7zqkyEtZ1wn9ZcpREfH4LV4cusICJA/edit#gid=0 > > R=agable@chromium.org, bpastene@chromium.org, jbudorick@chromium.org, tikuta@chromium.org > > Bug: 950413 > Change-Id: Id47cc7887bbefaf4dfe9f72275b80c8f04c428a7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043185 > Reviewed-by: Yoshisato Yanagisawa <yyanagisawa@google.com> > Reviewed-by: Ben Pastene <bpastene@chromium.org> > Reviewed-by: smut <smut@google.com> > Commit-Queue: Simon Que <sque@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739771} TBR=sque@chromium.org,agable@chromium.org,yyanagisawa@google.com,smut@google.com,tikuta@chromium.org,bpastene@chromium.org,jbudorick@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 950413 Change-Id: I6b79ddba47c65381139130ce7532afcfd3395562 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056527Reviewed-by:
Simon Que <sque@chromium.org> Commit-Queue: Simon Que <sque@chromium.org> Cr-Commit-Position: refs/heads/master@{#741715}
-
Wei Lee authored
Bug: 980846 Test: Launch CCA with no error shows Change-Id: I8471337e432683dcb8eccbd4a9ec68e45948de99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2053868 Commit-Queue: Wei Lee <wtlee@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#741714}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/0aebddcb..d8c8ba85 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I9d893611fb1ad4c75b168d7d1fe544fd4b162e9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057010Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741713}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/bb7534ee99ce..12a36dd9ea4a git log bb7534ee99ce..12a36dd9ea4a --date=short --first-parent --format='%ad %ae %s' 2020-02-15 jmadill@chromium.org Vulkan: Add debug utils functions to wrapper. Created with: gclient setdep -r src/third_party/angle@12a36dd9ea4a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC courtneygo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: courtneygo@google.com Change-Id: I566f4f529ab5d4a18d2b4cfcaee073e303c7f1cf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056573Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#741712}
-