- 08 Mar, 2020 35 commits
-
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2a0756a09cce..dd2dfc45b8a1 Created with: gclient setdep -r src-internal@dd2dfc45b8a1 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: I292abe716f1af773b9a971f0b15f0e5d0231a42d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093526Reviewed-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@{#748065}
-
Mike West authored
This addresses only the IDL changes. We'll need to decide how the CSP integration ought to work (e.g. whether `require-sri-for` has any impact on non-secure pages) in the next CL. Bug: 1059554 Change-Id: Ie67a3cc1dbaac1e52e2d63bed45b43eb2ffa020b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093214 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Yifan Luo <lyf@chromium.org> Cr-Commit-Position: refs/heads/master@{#748064}
-
Jia authored
Doing some cleanup as part of search consolidation. FuzzyTokenizedStringMatch::IsRelevant already checks case-insensitve matches between query & text: https://cs.chromium.org/chromium/src/chrome/common/string_matching/fuzzy_tokenized_string_match.cc?g=0&l=278-287 Hence we don't need to repeat the check. Note (i). |query_terms| is tokenized string of |query_|. (ii). |indexed_name| is tokenized string of |app->name()|. Bug: 990684 Change-Id: I91ec0d659e9c7f92a84264c0243b5569b0f88bb2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089442Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Commit-Queue: Jia Meng <jiameng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748063}
-
S. Ganesh authored
mini_installer_tests ChromeUserLevel and ChromeUserLevelUpdate are failing with the following error: AssertionError: In state 'chrome_user_installed_not_inuse', Registry key HKEY_LOCAL_MACHINE\Software\Chromium exists. This is most likely due to the change I made in change 2086353 to delete a value instead of the key. Now the test will delete the key if the test is the one that created the key in the first place. Bug: 1059314 Change-Id: I2b85e1f4c979c52a41aebb41c4951b60cf58a50a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092939 Commit-Queue: Greg Thompson <grt@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Auto-Submit: S. Ganesh <ganesh@chromium.org> Cr-Commit-Position: refs/heads/master@{#748062}
-
Domenic Denicola authored
Bug: 931263 Change-Id: I7612194316c15aa264ef6caafced46445a752928 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078735Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Domenic Denicola <domenic@chromium.org> Cr-Commit-Position: refs/heads/master@{#748061}
-
Charlie Hu authored
This CL removes tests under directory third_party/blink/web_tests/external/wpt/feature-policy/parameters/ because params are no longer to be supported for feature policy. All parameterized policy are going to be migrated to document policy. Change-Id: I758f3834459bfb0404b4edf09d31af190b619c7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2089618 Commit-Queue: Charlie Hu <chenleihu@google.com> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Cr-Commit-Position: refs/heads/master@{#748060}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/454474d4f31c..3f3ca3d9d2ba git log 454474d4f31c..3f3ca3d9d2ba --date=short --first-parent --format='%ad %ae %s' 2020-03-08 treehugger-gerrit@google.com Merge "heapprofd: mitigate potential data race during UnwindingWorker destruction" Created with: gclient setdep -r src/third_party/perfetto@3f3ca3d9d2ba 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: Ibdbc2c81f2da32ced35209b988d31a61dcf54325 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093525Reviewed-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@{#748059}
-
Ken Rockot authored
Also moves some longer bits of code out-of-line. Bug: 1059389 Change-Id: Idd1b3606e26504ab92e9aefebc933823919a2431 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2092695 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#748058}
-
rajendrant authored
When enable_lite_page_redirect is unset, the subresource redirect throttle should not restart the requests. TBR=mcrouse@chromium.org Bug: 1059606 Change-Id: Id80ae397d831d4b99e41b5bc10a22ee548f49fa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094319Reviewed-by:
rajendrant <rajendrant@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#748057}
-
Ken Rockot authored
Uses new GN-based typemap definitions to replace some typemap files in mojo/public/cpp/base. Bug: 1059389 Change-Id: If1389c9ceec8ae90df753895af0abd9f72c704a0 Tbr: dtapuska@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090723Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#748056}
-
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: I5fdb22e99bcd65286f76ca93d2ac53929174822e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093520Reviewed-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@{#748055}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6931a535daf4..2a0756a09cce Created with: gclient setdep -r src-internal@2a0756a09cce 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: Iebcc20ec44f5a70063dedaad669b3fc5f29c9651 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2093519Reviewed-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@{#748054}
-
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 5 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}
-