- 27 Dec, 2019 40 commits
-
-
Boris Sazonov authored
Fixes a timeout in SigninTest by changing how the test waits for the bookmark model to be loaded. It also cleans up the test and removes some outdated chunks. Bug: 1036532 Change-Id: Ic7124a46eea6d3088ebfbb921f13f735460a7d44 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982544 Auto-Submit: Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#727586}
-
Devlin Cronin authored
Avoid using content::ConsoleObserverDelegate in LocalNTPDoodleTests. Instead, use: - content::WebContentsConsoleObserver, when we're awaiting a specific message. - A new helper class, FailOnConsoleMessage, when the console observer was only used to record all console messages and fail whenever one was present. This allows us to avoid overriding the existing WebContentsDelegate, if any (which can mask behavior unintentional changes, and also required extra code to set the original delegate *back* in some scenarios). Additionally, correct cases where the console observer was monitoring for messages (presumably for failure), but never checking the result. FailOnConsoleMessage automatically adds a failure when a console message is received, rather than needing to explicitly check for one. Bug: 1034150 Change-Id: I161ba6256bdcd8db6b2d65d5cc0b345874db5727 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980959Reviewed-by:
Dan Beam <dbeam@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#727585}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/bc73eb4fcc89..df2c1ee4f270 git log bc73eb4fcc89..df2c1ee4f270 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 herb@google.com Simplify color and translate updates 2019-12-27 halcanary@google.com GrGLMakeNativeInterface_{iOS,mac,win}: clean up Created with: gclient setdep -r src/third_party/skia@df2c1ee4f270 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 fmalita@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: fmalita@google.com Change-Id: Ia141922bf62394e9c6196076c72a5de546255df9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983186Reviewed-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@{#727584}
-
Adam Ettenberger authored
ToString converted the text to UTF8 before wrapping the focused character with '<' and '>'. This can cause confusion if a developer uses standard output logging with an AXPosition because |text_offset_| is relative to the UTF16 character position, not UTF8, which could result in wrapping the wrong character or wrapping a portion of a UTF16 character. Converting the final |annotated_text| to UTF8 instead fixes this. Bug: 1037921 Change-Id: I1c4ed0f8847197ac2d97d6abbda5899a479ae03c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981636Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Cr-Commit-Position: refs/heads/master@{#727583}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/364fc41c517e..aca963f8ae30 Created with: gclient setdep -r src-internal@aca963f8ae30 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: Ie24333a2534f62d3c7eab4e06dd60c93d8128bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983185Reviewed-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@{#727582}
-
haozhe authored
Both Chrome and Firefox pass all tests Bug: 1034538 Change-Id: I796c3ef77c7a4e384b4c82a18876d6630707fbcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976555Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#727581}
-
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: Ic1ac694646902160c3f98e85779845a7ee9b26e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983184Reviewed-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@{#727580}
-
Xiaocheng Hu authored
This reverts commit 1e9bd7b2. Reason for revert: Tests crash on MSan. See https://ci.chromium.org/p/chromium/builders/ci/Linux%20ChromiumOS%20MSan%20Tests/17015 Original change's description: > Initial implementation of the FileSystemScanner > > This implements the initial version of FileSystemScanner > (go/arc-fs-scanner). > > Bug: b:145254635 > Test: unit_tests --gtest_filter="Arc*" > Test: Manually populated a big file system and triggered different file > Test: system events. > Change-Id: I14bebb3719532afac54e1913229045fb2740a9ff > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946177 > Reviewed-by: Hidehiko Abe <hidehiko@chromium.org> > Reviewed-by: Mattias Nissler <mnissler@chromium.org> > Commit-Queue: Umut Barış Öztunç <umutoztunc@google.com> > Auto-Submit: Umut Barış Öztunç <umutoztunc@google.com> > Cr-Commit-Position: refs/heads/master@{#727555} TBR=hashimoto@chromium.org,yusukes@chromium.org,fukino@chromium.org,hidehiko@chromium.org,elijahtaylor@chromium.org,mnissler@chromium.org,kerrnel@chromium.org,risan@chromium.org,umutoztunc@google.com Change-Id: I9b27f3bdd8d74586efdd6e141d0debc8b85b4a70 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: b:145254635 Bug: 1038049 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981267Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#727579}
-
haozhe authored
Both chrome and firefox passed all tests Bug: 1034538 Change-Id: I4d315ea6283496a98bf928ee5f965df6cd685462 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974390Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#727578}
-
haozhe authored
Both Chrome and Firefox pass all tests Bug: 1034538 Change-Id: Id6fca2ac5eb08123bd8817a46fc48985df5979de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974841Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#727577}
-
haozhe authored
Both Chrome and Firefox pass all tests Bug: 1034538 Change-Id: I7e5c37769b268628e72ad04bf2ac1b882eedc5de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1974952Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#727576}
-
Christopher Cameron authored
This function never returned a top level widget, rather, would just return the root widget. Bug: 957362 Change-Id: I8d757fecfd8eddd02d92200516a21c3576eb4468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982682Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#727575}
-
Xiaocheng Hu authored
The following two tests are timing out on Windows DiceSigninUiUtilTest.GetAccountsForDicePromos DiceSigninUiUtilTest.ShouldShowAnimatedIdentityOnOpeningWindow_ReturnsFalseForSingleProfileSingleSignin See https://ci.chromium.org/p/chromium/builders/ci/Win%207%20Tests%20x64%20%281%29/62809 Bug: 1014790 Change-Id: I1f3dc81f3aff11e22a9ac767809c857a20cd3169 NoTry: True Tbr: droger@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982838Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#727574}
-
Xiaocheng Hu authored
Multiple flakes are seen, for example: - https://ci.chromium.org/p/chromium/builders/ci/WebKit%20Win10/60589 See dashboard: https://analysis.chromium.org/p/chromium/flake-portal/flakes/occurrences?key=ag9zfmZpbmRpdC1mb3ItbWVyTwsSBUZsYWtlIkRjaHJvbWl1bUBibGlua193ZWJfdGVzdHNAaW1hZ2VzL2V4aWYtb3JpZW50YXRpb24taW1hZ2UtZG9jdW1lbnQuaHRtbAw Bug: 1037798 Change-Id: I9957010177183b585a7cb2a4af2c1d44434d8990 NoTry: True Tbr: sashamcintosh@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983259Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Commit-Queue: Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#727573}
-
Mikhail Khokhlov authored
Results Processor expects some options (e.g. trace_processor_path) to be set before it processes results. It can be done via calling results_processor.ProcessOptions(). This CL ensures that this method is called in all places where ResultsProcessor is used. Bug: 1028612 Change-Id: I7e62c54b123f02b1c4b8f183dd00704ad5f0fc30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982554Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727572}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/82462f237bb1..bc73eb4fcc89 git log 82462f237bb1..bc73eb4fcc89 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 bsalomon@google.com Make ProcessorOptimizationTest for canTweakAlphaForCoverage more robust Created with: gclient setdep -r src/third_party/skia@bc73eb4fcc89 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 fmalita@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: fmalita@google.com Change-Id: I067596659a847f3da673f1bea2f4012088306a0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983183Reviewed-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@{#727571}
-
Henrique Ferreiro authored
Change-Id: I4ff4225a9601a8fce52cf59e6502f3ed3e0cfa28 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982552Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#727570}
-
Adithya Srinivasan authored
Tests are currently failing on chromeos-betty-chrome. I'm not sure how to just disable the tests on the bot, so I'm disabling generally on chromeos. Bug: 1038043 Change-Id: I2ae30a98157164889fb6acb305409091028bdf3b Tbr: achuith@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981261Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Reviewed-by:
Achuith Bhandarkar <achuith@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#727569}
-
Maria Kazinova authored
Now Fill On Account Select on password field displays all credentials, including the ones with empty usernames. If the credential with non-empty username is chosen first, and the empty username credential is chosen on password field afterwards, the username is not refilled. Bug: 926844 Change-Id: Iacd62b9c17680fbebbee8199be7c4e2b0b41c83c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982550 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#727568}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/05626c706990..364fc41c517e Created with: gclient setdep -r src-internal@364fc41c517e 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: Ib115b09166a9a92f895bc9ea48e29fb289732633 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983179Reviewed-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@{#727567}
-
Adithya Srinivasan authored
Bug: 1038037 Change-Id: Ifcd3022660de1b56221555f4c14496f8adc3e593 Tbr: schenney@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982767Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#727566}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/63b6be2bbc99..5b94048566ab git log 63b6be2bbc99..5b94048566ab --date=short --first-parent --format='%ad %ae %s' 2019-12-27 saklein@chromium.org InstallPackages: Disable revdep logic in Build API 2019-12-26 chrome-bot@chromium.org Update config settings by config-updater. Created with: gclient setdep -r src/third_party/chromite@5b94048566ab If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: I05f91c045a56692fdf83b6b373067a18d609e06b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983181Reviewed-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@{#727565}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/26d06749..5c5d66ab 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: I0e2eca7b9614705ae3505c2f9a5b230e7bb8f842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981093Reviewed-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@{#727564}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/840ee5a43244..82462f237bb1 git log 840ee5a43244..82462f237bb1 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 rmistry@google.com Remove "-v2" from docker image names Created with: gclient setdep -r src/third_party/skia@82462f237bb1 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 fmalita@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: fmalita@google.com Change-Id: I94411cddc600b8a925d6be232842aafb928aaed4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983180Reviewed-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@{#727563}
-
Adithya Srinivasan authored
Disable test on Windows. Bug: 1038037 Change-Id: I97dfaece6bd03cf2473f6e2599207d858ca94b67 Tbr: schenney@chromium.org No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982765Reviewed-by:
Adithya Srinivasan <adithyas@chromium.org> Commit-Queue: Adithya Srinivasan <adithyas@chromium.org> Cr-Commit-Position: refs/heads/master@{#727562}
-
Stepan Khapugin authored
Use ApplicationModeForTabOpening. It seems to be the intention, but the type system was confused and allowed to use an incorrect type. Change-Id: Ifdb8f2e7ce3daa346889ba63600c3c8d6402c231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1950997 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#727561}
-
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: I995c4ece354ddd66bbb55aebcd201b5b7b9eb097 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1983182Reviewed-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@{#727560}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/189074525f47..263d57d37615 git log 189074525f47..263d57d37615 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 khokhlov@google.com Revert "[Telemetry] Make proto trace format the default" 2019-12-27 khokhlov@google.com [Telemetry] Make proto trace format the default Created with: gclient setdep -r src/third_party/catapult@263d57d37615 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC skyostil@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_optional_gpu_tests_rel Bug: chromium:1028612 Tbr: skyostil@google.com Change-Id: Ib5462f4b2d77fc69a74db7f2ed7a4ce9feaa3b46 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982977Reviewed-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@{#727559}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/4f7f84681b37..05626c706990 Created with: gclient setdep -r src-internal@05626c706990 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: Icf1a611fe855fb1c6fb70c0858ae848c1106efc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982976Reviewed-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@{#727558}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ebed85592533..fca5a005aa88 git log ebed85592533..fca5a005aa88 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/glslang/src bd97b6f9f213..5de15a256eb0 (1 commits) Created with: gclient setdep -r src/third_party/angle@fca5a005aa88 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 ynovikov@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: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: ynovikov@chromium.org Change-Id: If5b22c2849039985ed07be1fc4dfffa9508f79cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982973Reviewed-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@{#727557}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/a214bce5377a..4f7f84681b37 Created with: gclient setdep -r src-internal@4f7f84681b37 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: I5c4b802b980c7b9917418da7205f8532c16f66a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982974Reviewed-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@{#727556}
-
Umut Baris Oztunc authored
This implements the initial version of FileSystemScanner (go/arc-fs-scanner). Bug: b:145254635 Test: unit_tests --gtest_filter="Arc*" Test: Manually populated a big file system and triggered different file Test: system events. Change-Id: I14bebb3719532afac54e1913229045fb2740a9ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1946177Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Reviewed-by:
Mattias Nissler <mnissler@chromium.org> Commit-Queue: Umut Barış Öztunç <umutoztunc@google.com> Auto-Submit: Umut Barış Öztunç <umutoztunc@google.com> Cr-Commit-Position: refs/heads/master@{#727555}
-
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: I9eb5ff536a25fcb07ec14036a0626fc2b8a45744 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982971Reviewed-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@{#727554}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/01dd6f6ca430..ebed85592533 git log 01dd6f6ca430..ebed85592533 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 6e3a387c0159..59465799210b (1 commits) Created with: gclient setdep -r src/third_party/angle@ebed85592533 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 ynovikov@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: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: ynovikov@chromium.org Change-Id: Ie9510340f8803f20022c4553a17b5f2a8deb87a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982968Reviewed-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@{#727553}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/88c34f0d6d87..840ee5a43244 git log 88c34f0d6d87..840ee5a43244 --date=short --first-parent --format='%ad %ae %s' 2019-12-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/externals/angle2 01dd6f6ca430..ebed85592533 (1 commits) Created with: gclient setdep -r src/third_party/skia@840ee5a43244 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 fmalita@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: fmalita@google.com Change-Id: Iba0ee67ca2a6e121df2d65735150deb51834073a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982970Reviewed-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@{#727552}
-
Kuo Jen Wei authored
Bug: 141518780 Test: Pass closure compiler check, tast run <DUT> 'camera.CCAUI*' and manually validate tooltips function of CCA works correctly. Change-Id: I64a2daeae981c6de8d200ac618a63bb55840f992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982503 Commit-Queue: Kuo Jen Wei <inker@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Cr-Commit-Position: refs/heads/master@{#727551}
-
Kuo Jen Wei authored
Bug: 141518780 Test: Pass closure compiler check, tast run <DUT> 'camera.CCAUI*' and manually validate tooltips function of CCA works correctly. Change-Id: Ib88d9c7cf6bf31f0df5755e7a85b47a744514f67 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982337 Commit-Queue: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Auto-Submit: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#727550}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ebdff3e12e9a..a214bce5377a Created with: gclient setdep -r src-internal@a214bce5377a 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: I37d22d5a560b9efaf0c2186aedf36cd7f77f2940 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982969Reviewed-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@{#727549}
-
Martin Kreichgauer authored
Eliminate the middle level of the Operation <- OperationBase <- {MakeCredential,GetAssertion}Operation class hierarchy. It was supposed to allow the two concrete implementations share common behavior. But the actual shared behavior was trivial, and so it just made the code more annoying to read. No functional changes intended. Change-Id: I4de1107d17d702f5dfb1407127e09b1a2efeb75c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1965669Reviewed-by:
Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#727548}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/26762d0425ff..f2dc05978f1d git log 26762d0425ff..f2dc05978f1d --date=short --first-parent --format='%ad %ae %s' 2019-12-27 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 6f7e5e79..d814fc7e (727038:727531) Created with: gclient setdep -r src/third_party/webrtc@f2dc05978f1d 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: I4d401643958dd65f0d09957222e728e5f240baf0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1982962Reviewed-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@{#727547}
-