- 08 Mar, 2020 23 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8b1a8bf4ac4c..6931a535daf4 Created with: gclient setdep -r src-internal@6931a535daf4 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: I77dbed810449ab0f81ea54c0f9aee00618e839de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093516Reviewed-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@{#748053}
-
Mostyn Bramley-Moore authored
BUG=994387 Change-Id: I1ff1e5f0b33330b80d08c4363b6bdff7fa59dbd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093473Reviewed-by:
Tobias Sargeant <tobiasjs@chromium.org> Commit-Queue: Mostyn Bramley-Moore <mostynb@chromium.org> Cr-Commit-Position: refs/heads/master@{#748052}
-
David Van Cleve authored
This CL implements the request signing operation of the Trust Tokens protocol by adding a signing helper to //services/network. Request signing involves the following steps: 1. Retrieve a Signed Redemption Record (SRR) from storage and attach it as a request header. 2. Optionally, add a timestamp header. 3. Construct a canonical representation of the request, including a collection of the request headers specified by the caller, and compute a signature over this canonical representation using a stored public key associated with the SRR. 4. Attach this signature---but _not_ the request's canonical representation, which server-side consumers will be able to reconstruct---as a request header. The Trust Tokens design doc [*] contains the normative description of how to construct this canonical signing data. [*]: https://docs.google.com/document/d/1TNnya6B8pyomDK2F1R9CL3dY10OAmqWlnCxsWyOBDVQ/edit#heading=h.6a92f2gfl9le Bug: 1042962 Change-Id: I0acf0a7ba29d193013411db911f612d694667a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2050756 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Cr-Commit-Position: refs/heads/master@{#748051}
-
David Tseng authored
Fixed: 1024950 Change-Id: I3ee9108056c70956c3777702ba55c6af5f31640f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082318 Commit-Queue: David Tseng <dtseng@chromium.org> Reviewed-by:
Akihiro Ota <akihiroota@chromium.org> Cr-Commit-Position: refs/heads/master@{#748050}
-
Ali Juma authored
This temporarily disables making full-hash requests on iOS, allowing the rest of the Safe Browsing code to be exercised. Since this change breaks unit tests, this CL also stops running Safe Browsing database unit tests on iOS for now. Bug: 1028755 Change-Id: Id772d4682bd9a3443b8d6b7042b0b5aecaaff80e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088349Reviewed-by:
Varun Khaneja <vakh@chromium.org> Commit-Queue: Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#748049}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/da43c6e21605..8b1a8bf4ac4c Created with: gclient setdep -r src-internal@8b1a8bf4ac4c 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: Ia5ce8a2248a456d4a516285c48d4bee8a6f6c07c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093515Reviewed-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@{#748048}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/af6644ed4dac..2f82a6e5ffe7 git log af6644ed4dac..2f82a6e5ffe7 --date=short --first-parent --format='%ad %ae %s' 2020-03-08 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@2f82a6e5ffe7 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: I5243d3df8fce69f57ccb58cc97b58208a416d915 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094040Reviewed-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@{#748047}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/762dc77a4c00..da43c6e21605 Created with: gclient setdep -r src-internal@da43c6e21605 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: I5551269532d2eef99919cdb160bfe4b09e95e890 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094039Reviewed-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@{#748046}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I85036903cd586845c3a9ac45b8c5c07dc1da3a28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094038Reviewed-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@{#748045}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/9badae2673e2..762dc77a4c00 Created with: gclient setdep -r src-internal@762dc77a4c00 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: I27d416f295ea9813389a806e442216eaa3b027a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094036Reviewed-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@{#748044}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 82-4044.31-1583145468-benchmark-82.0.4078.0-r1 to 82-4044.31-1583145468-benchmark-82.0.4079.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: Ifb3b34f93a25088bdd7bb176584f5db0e422cb4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094037Reviewed-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@{#748043}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2e19af063bcc..b18390699ea2 git log 2e19af063bcc..b18390699ea2 --date=short --first-parent --format='%ad %ae %s' 2020-03-08 skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com Update SKP version Created with: gclient setdep -r src/third_party/skia@b18390699ea2 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 brianosman@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: brianosman@google.com Change-Id: I7bfb15866109e4400e422efb36df39de81a8c734 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093810Reviewed-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@{#748042}
-
Raul Tambre authored
Seems to be required in C++17 mode. ../../base/win/registry.cc(109,9): error: 'RegKey' is missing exception specification 'noexcept' [-Werror,-Wmicrosoft-exception-spec] RegKey::RegKey(RegKey&& other) ^ noexcept ../..\base/win/registry.h(41,3): note: previous declaration is here RegKey(RegKey&& other) noexcept; ^ Bug: 752720 Change-Id: I3d98b80ea3c9831e3a4ba5f2ca6e8f69800f1d80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089840 Auto-Submit: Raul Tambre <raul@tambre.ee> Reviewed-by:
Bruce Dawson <brucedawson@chromium.org> Commit-Queue: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#748041}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/425a0b186f0c..9badae2673e2 Created with: gclient setdep -r src-internal@9badae2673e2 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: I56e1a7d42a61c118edf0bd6d254ed12a15ddc73b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093809Reviewed-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@{#748040}
-
Sonny Rao authored
This seems to suffer from a memory exhaustion issue when bad data is passed in, and the library hasn't been updated in several years. This means we will now use the generic image decoder and will accept non-JPEG data in some cases and unit-tests have been updated because of that. Bug: 1014022, 736134 Change-Id: I2236b1d738875080d7dc0bc587447a33a4e1069b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078742 Auto-Submit: Sonny Rao <sonnyrao@chromium.org> Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Sonny Rao <sonnyrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#748039}
-
Wenbin Zhang 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. Update steps: generate_perf_sharding.py update -w perf generate_perf_sharding.py update-timing --filter-only Please be aware that the timing data for win_7_nvidia_gpu_perf is not updated. Bug: chromium:1030840 Change-Id: Ic53940c1fa7608edf57c4e1a596ef03eae333d62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080705 Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#748038}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/ea6e1f04de4d..454474d4f31c git log ea6e1f04de4d..454474d4f31c --date=short --first-parent --format='%ad %ae %s' 2020-03-08 treehugger-gerrit@google.com Merge "processor: Refactor TrackEventParser" Created with: gclient setdep -r src/third_party/perfetto@454474d4f31c 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: I178d20045b3f4478473da9dee2e49b7abb381626 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093807Reviewed-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@{#748037}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/eefc8a8dd7b8..af6644ed4dac git log eefc8a8dd7b8..af6644ed4dac --date=short --first-parent --format='%ad %ae %s' 2020-03-08 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@af6644ed4dac 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: I76035b6a4d00b45069a56890121e6267eaf343fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093806Reviewed-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@{#748036}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/0096c57fe62d..425a0b186f0c Created with: gclient setdep -r src-internal@425a0b186f0c 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: I2844598c245daf2d01464e50ab516cd2656ae9a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093804Reviewed-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@{#748035}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@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 Cq-Include-Trybots: luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I76e59c70a32e32ab270873445d2f1f48114f2a01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093805Reviewed-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@{#748034}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2d30170001a7..0096c57fe62d Created with: gclient setdep -r src-internal@0096c57fe62d 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: I425b7b8c7feea5ea765b7b078a66768c7e46b2fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093799Reviewed-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@{#748033}
-
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: Ib53a742b71fe391fa22e48f6d905901a252387e4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093803Reviewed-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@{#748032}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3034408f4175..2d30170001a7 Created with: gclient setdep -r src-internal@2d30170001a7 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: chromium:1024588 Tbr: jbudorick@google.com Change-Id: Ib87d580dc324aea9bf16bae8e092017d4b6a8128 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093784Reviewed-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@{#748031}
-
- 07 Mar, 2020 17 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f80046d9872a..3034408f4175 Created with: gclient setdep -r src-internal@3034408f4175 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: I3955b1093941b32c5fca5c6c39fcded03773f37b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093773Reviewed-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@{#748030}
-
chromium-autoroll authored
Roll silvermont AFDO profile from 82-4044.31-1583145468-benchmark-82.0.4077.0-r1 to 82-4044.31-1583145468-benchmark-82.0.4078.0-r1 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-afdo-silvermont-chromium Please CC c-compiler-chrome@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 Tbr: c-compiler-chrome@google.com Change-Id: I139a84fe975dc3a07f42a9f357244afba870c577 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093782Reviewed-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@{#748029}
-
Daniel Cheng authored
PassPipe() consumes all state on PendingRemote, including the interface version, so the result of a function call like F(remote.PassPipe(), remote.version()) depends on what order the compiler happens to evaluate the arguments in. In Chrome, most interfaces are unversioned, so this happens to work out the vast majority of the time. Bug: none Change-Id: I6c9e634e27bfa7627540a97dd8ad23927a845277 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093396 Auto-Submit: Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#748028}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/03ed5f6c4698..0c9b6abde90c git log 03ed5f6c4698..0c9b6abde90c --date=short --first-parent --format='%ad %ae %s' 2020-03-07 b.schade@samsung.com Skip invalid end2end test for ES2 Created with: gclient setdep -r src/third_party/angle@0c9b6abde90c 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 ianelliott@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: ianelliott@google.com Change-Id: I35b1972e2e859186af224b63ae976e3d0777f044 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093655Reviewed-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@{#748027}
-
Christos Froussios authored
This change makes clicking on the dots icon open a menu with action items for the compromised password. Bug: 1047726 Change-Id: If192af77ca8dc184670d64cbf99322c29f94b42b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088151 Commit-Queue: Christos Froussios <cfroussios@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#748026}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cf573d844da6..2e19af063bcc git log cf573d844da6..2e19af063bcc --date=short --first-parent --format='%ad %ae %s' 2020-03-07 brianosman@google.com Revert "Move interpreter disassemble to out-of-line member of ByteCode" Created with: gclient setdep -r src/third_party/skia@2e19af063bcc 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 herb@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: herb@google.com Change-Id: Idb69bc7b11b1a651e892e7b9604d482be17c1a18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093657Reviewed-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@{#748025}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/1ce3e7f2f9a8..f80046d9872a Created with: gclient setdep -r src-internal@f80046d9872a 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: I8bd5564ef213df7cfc03b9dd8fe297f21db39a71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093656Reviewed-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@{#748024}
-
Nektarios Paisios authored
On platforms that support embedded object characters, such as IA2 and ATK, we were not computing the correct ancestor position when trying to compare two leaf text positions. If the leaf text position is within an embedded object, we need to adjust the ancestor position to point to after the embedded object character, if the leaf position is not at the start of the embedded object. This is per the IA2 Spec. Test steps are in the attached bug. R=dmazzoni@chromium.org, kbabbitt@microsoft.com Bug: 1057831 Change-Id: Iabc44586ae35c4bb927655707366bf3b81b79fc9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2081527 Commit-Queue: Nektarios Paisios <nektar@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Auto-Submit: Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#748023}
-
Mike West authored
Context: https://github.com/w3c/webappsec-trusted-types/issues/257 Bug: 1058400 Change-Id: Ie91e8ad7e8eff814e3aaa1d940ca0bc1d6c2f09e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089705Reviewed-by:
Yifan Luo <lyf@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#748022}
-
James Hollyer authored
Pointer lock requests were still using the old IPC workflow. This updates the call to use Mojo. Bug: 1042293 Change-Id: I5b3b58b56f37fd8ea3fb5960579340fc0d72514a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028453 Commit-Queue: James Hollyer <jameshollyer@chromium.org> Reviewed-by:
Vincent Scheib <scheib@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#748021}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7302723c092a..1ce3e7f2f9a8 Created with: gclient setdep -r src-internal@1ce3e7f2f9a8 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: I92707cbd4078b177da19fdd6e208cfd592ee604e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093618Reviewed-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@{#748020}
-
Rainhard Findling authored
* Prepares extension child for state update in backend (crrev.com/c/2089775). * Updates button relaunches browser. * Password button links to password check page. * Safe browsing button links to security page. * Extensions button opens extensions in new tab. Bug: 1015841 Change-Id: I522ce5080eda92ebcee6ce6d17303eb490a651c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087677 Commit-Queue: Rainhard Findling <rainhard@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#748019}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4af8a9af995e..eefc8a8dd7b8 git log 4af8a9af995e..eefc8a8dd7b8 --date=short --first-parent --format='%ad %ae %s' 2020-03-07 taoalpha@google.com Fix horizontal scroll on Application tab side bar Created with: gclient setdep -r src/third_party/devtools-frontend/src@eefc8a8dd7b8 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: Idd2a5fa7f5c14b32f3ec3eaa664139c5c251cdd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093613Reviewed-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@{#748018}
-
Internal Frameworks Autoroller authored
TBR=bling-p10-rolls@google.com Change-Id: I7222186fa2137f8cf46dbafde9bf8ee8db3b390c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093135Reviewed-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@{#748017}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/12ec6fce73b0..4af8a9af995e git log 12ec6fce73b0..4af8a9af995e --date=short --first-parent --format='%ad %ae %s' 2020-03-07 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@4af8a9af995e 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: Ibd43ed69659f1dd9b493c8181f80b506dfe884b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092984Reviewed-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@{#748016}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/bcc417c0598c..7302723c092a Created with: gclient setdep -r src-internal@7302723c092a 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: Iede51504e54dd95d922088d13e2663ad1ad5fa08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092981Reviewed-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@{#748015}
-
Ehimare Okoyomon authored
Add new string for incognito NTP toggle on desktop and android. Android: https://screenshot.googleplex.com/0jkU80X35Tn.png Desktop: https://screenshot.googleplex.com/UrfJiLVVfPt.png Bug: 1059186 Change-Id: I8d286725b3241ec41e374514de2294a49682675a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089905 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#748014}
-