- 06 Feb, 2020 40 commits
-
-
Maksim Moskvitin authored
This patch moves TTL logic (crrev.com/c/1950987) to FCMNetworkHandler layer. There should be no behavioral changes. Bug: 1034510 Change-Id: I324073677027065dd50b399351f24479d3d35579 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038731 Commit-Queue: Maksim Moskvitin <mmoskvitin@google.com> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#738935}
-
Gauthier Ambard authored
This reverts commit 7a4958d3. Reason for revert: Downstream code is using signOutAndClearAccounts Original change's description: > Use EarlGrey wait condition instead of spinning the runloop. > > The sign-in external URL tests were spinning the runloop while waiting > for the identities to be removed from the ChromeIdentityService. This > was consistently failing with EarlGrey2. > > This CL uses an EarlGrey wait condition instead of spinning the runloop > while waiting for the identities to be removed. > > Bug: 1031986 > > Change-Id: I0bcf6bda55caa506fe3a4d54ee607efc5c2e4d37 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039551 > Reviewed-by: Sylvain Defresne <sdefresne@chromium.org> > Commit-Queue: Mihai Sardarescu <msarda@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738916} TBR=msarda@chromium.org,sdefresne@chromium.org Change-Id: I87b517b4669f02af19c516997eba465f51eb0c22 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1031986 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041753Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#738934}
-
Roman Sorokin authored
The limitation is outdated and there is no reason to limit it anymore. Setting the limit to 50 to have sensible scroll view of users. This has nothing to do with the disk space exhaustion. That handled separetely. Fixed: 1040890 Change-Id: Ib13d065f55cc9cc1d1d6f65a2b4db9d65805bb61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041442 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Auto-Submit: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#738933}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: I7bc634d2d929b56a0e4626fb32bedef1022bce7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041793Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#738932}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/54ed3a9a55df..49346f1e6753 git log 54ed3a9a55df..49346f1e6753 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 yangguo@chromium.org Remove experiments query param from scripts Created with: gclient setdep -r src/third_party/devtools-frontend/src@49346f1e6753 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: chromium:1048124 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: If982deaad7650ca3fd100e2ecbec71315b0ebfd4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041327Reviewed-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@{#738931}
-
Alex Chau authored
Bug: 1048704 Change-Id: I29dacfd0d0b0b0f4231160decb82f4ee4099922f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036184 Commit-Queue: Alex Chau <alexchau@chromium.org> Reviewed-by:
vitaliii <vitaliii@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#738930}
-
Mikel Astiz authored
The vast majority of bookmarks have already gone through the USS migrator according to metric Sync.USSMigrationEntityCount.BOOKMARK and it's no longer worth maintaining the historically-problematic USS migrator. Specifically, the proto fields originator_cache_guid and originator_client_item_id and NOT populated by the USS migrator, and this causes issues when it comes to inferring GUIDs for bookmarks, as the code started doing recently in particular with https://chromium-review.googlesource.com/c/chromium/src/+/1948430. Change-Id: I537faa4c19300e12e23ff0a97b1ad52d165d5e3a Bug: 1048381,978430 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041290 Commit-Queue: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#738929}
-
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: I22d4d88e7db7be3f7f2b345147ad3fd83de6ff96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041895Reviewed-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@{#738928}
-
Luca Hunkeler authored
Currently the title of the onboarding screen is a picture. This cl changes it to a string so that it can be translated. Bug: b/142367194 Change-Id: Icd501c7c9d19eaf88c4c91706250a62fb46a7dd2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020929Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Luca Hunkeler <hluca@google.com> Cr-Commit-Position: refs/heads/master@{#738927}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/13965cf764df..438b9bbca2aa Created with: gclient setdep -r src-internal@438b9bbca2aa 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: I19413269fd02e0ad5fc76658f97bfd6be0a6b9ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041325Reviewed-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@{#738926}
-
chromium-autoroll authored
https://chromium.googlesource.com/openscreen.git/+log/250ade1409dc..297e9f7db90b git log 250ade1409dc..297e9f7db90b --date=short --first-parent --format='%ad %ae %s' 2020-02-06 btolsch@chromium.org Add coverage tool setup + documentation Created with: gclient setdep -r src/third_party/openscreen/src@297e9f7db90b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/openscreen-chromium Please CC jophba@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 Bug: None Tbr: jophba@chromium.org Change-Id: Ief8b0553da29b7db24e59ebb31799a8673961bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041350Reviewed-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@{#738925}
-
Dominique Fauteux-Chapleau authored
Replace hard-coded colors with ones taken from the theme and background instead. Also add back some code that set text properties that were removed by mistake in a previous CL. Bug: 999145 Change-Id: I8f43c87b71dc3f4025433058729239e6cdb4ade5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028300Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#738924}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/78c7c5247c3e..ef0d76ae836b git log 78c7c5247c3e..ef0d76ae836b --date=short --first-parent --format='%ad %ae %s' 2020-02-06 ilnik@webrtc.org Add more VP9 header correctness check in RtpFrameReferenceFinder 2020-02-06 eshr@google.com Move quality rampup experiment to overuse module Created with: gclient setdep -r src/third_party/webrtc@ef0d76ae836b 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: chromium:1049129 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3492c44a781e99e9941ab1dcbf83edea22a239d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041326Reviewed-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@{#738923}
-
Maria Kazinova authored
It is needed ro check the assumption that the data message received and parsed on submission contains only one form at a time. Change-Id: Ibb7af31e283bc67f40be1a46ad4bde4fb9763457 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2038572 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#738922}
-
Stephen Chenney authored
TBR=fs@opera.com Bug=1048765 Change-Id: Idb287f3faf67a9f5f474883c58481de518b7349c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041870Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#738921}
-
Sean Harrison authored
Merge all Privacy page logging tests into one test Test flakiness of UMA logging tests appears to be related to intermittent timeouts. This has been fixed by merging all tests in the suite into one test that navigates around the privacy card instead of separate tests that reinstantiate the browser for each test in the suite, dramatically speeding up the whole test suite. Bug: 1043665 Change-Id: I3332516923dfbfa780fc1dee1561ecdd15bd0774 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027333 Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#738920}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/cbf79b95c2d4..4721e067812f git log cbf79b95c2d4..4721e067812f --date=short --first-parent --format='%ad %ae %s' 2020-02-06 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@4721e067812f 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 scroggo@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: scroggo@google.com Change-Id: I8708a22ffae046602c1595762a80c1556503dccb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041324Reviewed-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@{#738919}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/656650f461c8..2d70e98deab2 git log 656650f461c8..2d70e98deab2 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 johnkslang@users.noreply.github.com Merge pull request #2028 from ShchchowAMD/constant_expressions_array_mod Created with: gclient setdep -r src/third_party/glslang/src@2d70e98deab2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: Idfefe3ae6574bb045315397233dfaa922384bf12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041316Reviewed-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@{#738918}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d2d1b4e4..8b18fef9 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: I33dda80da936735b8a5bed0b61ec94093fa83ea9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041630Reviewed-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@{#738917}
-
Mihai Sardarescu authored
The sign-in external URL tests were spinning the runloop while waiting for the identities to be removed from the ChromeIdentityService. This was consistently failing with EarlGrey2. This CL uses an EarlGrey wait condition instead of spinning the runloop while waiting for the identities to be removed. Bug: 1031986 Change-Id: I0bcf6bda55caa506fe3a4d54ee607efc5c2e4d37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039551Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#738916}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/989bb5e74cd4..2f0985686143 git log 989bb5e74cd4..2f0985686143 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 lalitm@google.com Merge "tp: correctly inform SQLite about when it needs to filter/sort" Created with: gclient setdep -r src/third_party/perfetto@2f0985686143 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: If7676b1417b25960aaaf483fc2b61ac588dbe877 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041317Reviewed-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@{#738915}
-
Maria Kazinova authored
PasswordForm is a result of parsing and is a part of the browser process. The renderer process doesn't need it, as all necessary renderer process information is contained in FormData. Bug: 949519 Change-Id: I6cb42ce48f9e7190ea03bfe0aa84f5d2b8179b72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036105 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#738914}
-
Mohamed Amir Yosef authored
This is a mechnical fork of the existing SaveUpdate bubble without any change in functionality. Follow up CLs will introduce extra funcationlaity and change in the UI elements. Bug: 1044038 Change-Id: I1ab6b08a9097b4f7adc06b53317676b42b3a2bf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033072Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#738913}
-
Fredrik Söderquist authored
Removing entries for tests that no longer appear to be flaky, in some cases narrowing the expectation for a specific platform. Also collect some stray entries from around the file. Redirect some of those entries to a "master" bug. Bug: 1027287, 1034839, 658305, 873454 Change-Id: I588ccac08a2cdcc754293f955b291ddaba3b7f51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039550 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#738912}
-
Mikel Astiz authored
TBR=donnd@chromium.org Change-Id: I6a68584a07738a7d744a05673f09183ea04d9bfe Bug: 1048827 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041652Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#738911}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/e868546ad82d..417d89c32ff9 git log e868546ad82d..417d89c32ff9 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 ahaas@chromium.org Revert "Enable Javascript formatting by default" Created with: gclient setdep -r src/third_party/depot_tools@417d89c32ff9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 Bug: None Tbr: agable@chromium.org Change-Id: I3e54c3e8d8facbfffe9ac074a505895b9c63a3f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041552Reviewed-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@{#738910}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/c8ff1600d39e..78c7c5247c3e git log c8ff1600d39e..78c7c5247c3e --date=short --first-parent --format='%ad %ae %s' 2020-02-06 mbonadei@webrtc.org Revert "Reland "Reland "Reland "Implemented screen enumeration and selection for desktop capture under X11 using the X Resize and Rotate extension version 1.5."""" Created with: gclient setdep -r src/third_party/webrtc@78c7c5247c3e 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: chromium:396091 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ib6d1c6aaafc5346546ea7ac5145ec8cd9a34fec0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041551Reviewed-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@{#738909}
-
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: I52e52ef07f81c29461aee7b3a6ff4e0e051a0d14 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041550Reviewed-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@{#738908}
-
Mikel Astiz authored
This reverts commit 8f2f4243. Reason for revert: speculative revert for test failures on Mac for WebAppFrameToolbarBrowserTest.SpaceConstrained, see e.g. https://ci.chromium.org/p/chromium/builders/ci/Mac10.12%20Tests/31700 Original change's description: > Make PWA titlebar and icons flex and animate properly. > > Nested layouts now allocate available space properly to their > descendents. Also, we consistently use flex layout in the PWA titlebar. > > Removed a couple of invalid assumptions that were encoded as DCHECKs. > > There are still some inkdrop issues but they are purely cosmetic, see > crbug.com/1006162 for more detail. > > Bug: 1048061 > Change-Id: I403b71b5e2bbcb2d461e1ed6c543c76f91d4c652 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2036264 > Commit-Queue: Dana Fried <dfried@chromium.org> > Reviewed-by: Peter Boström <pbos@chromium.org> > Cr-Commit-Position: refs/heads/master@{#738874} TBR=pbos@chromium.org,dfried@chromium.org Change-Id: I731bad118043652a6dbd082c6099ebbd0c697835 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1048061 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041615Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#738907}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/ca6faed1054e..13965cf764df Created with: gclient setdep -r src-internal@13965cf764df 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: I28947c2aa33e9641048a105363153779ae7f1110 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041082Reviewed-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@{#738906}
-
Daniel Vogelheim authored
Complement the existing use counters for Trusted Types. We need to record: - whether a page has enabled trusted types, in enforcing or report-only mode, - whether a page has accessed the Trusted Type Policy Factory, and - whether (at least one) trusted type check has failed. Bug: 1042731 Change-Id: I567776acb5df17a1dabe7d605c37dd96c6754608 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035970 Commit-Queue: Daniel Vogelheim <vogelheim@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#738905}
-
Tanmoy Mollik authored
This CL removes some remaining usages of kMiceFeature and renames the feature object to kMobileIdentityConsistency to reduce confusion. Bug: 1046385, 1048635 Change-Id: Ia0fd886c9a458060b5794f9a53fcd7c3dbba9236 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2033518Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Auto-Submit: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#738904}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/e5385ea920e0..f5d128faa213 git log e5385ea920e0..f5d128faa213 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-validation-layers/src ab47cacfd3b3..b60b35843e66 (6 commits) 2020-02-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/vulkan-tools/src 260679605f98..428455ca6121 (2 commits) 2020-02-06 angle-autoroll@skia-public.iam.gserviceaccount.com Roll third_party/SwiftShader 8e8e1d0dd729..dd48b7e2d06e (2 commits) Created with: gclient setdep -r src/third_party/angle@f5d128faa213 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 cnorthrop@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: cnorthrop@google.com Change-Id: Iabd152286701588bb5189ba1a144952746674644 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041083Reviewed-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@{#738903}
-
Dominik Röttsches authored
https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/544031392417..63b8190db884 $ git log 544031392..63b8190db --date=short --no-merges --format='%ad %ae %s' 2020-02-06 ebrahim [test] minor 2020-02-06 ebrahim [glyf] Skip empty contours 2020-02-05 ebrahim [test] minor 2020-02-05 ckitagawa [cmap] remove dead code 2020-02-05 ebrahim [cbdt] minor, tweak spaces 2020-02-05 ebrahim [cbdt] Merge hb-ot-color-cbdt-table.cc into its header file 2020-02-05 59700018+ckitagawa-work [subset] Avoid incorrectly dropping cmap for NotoColorEmoji.ttf 2020-02-05 ebrahim [subset] minor on _subset 2020-02-05 ebrahim [subset] minor on tables iteration 2020-02-05 ebrahim [subset] minor on switch statements 2020-02-05 ebrahim [subset] Optimize _is_table_present 2020-02-05 ebrahim [cff] minor 2020-02-04 ckitagawa [subset] Keep head when no glyf table 2020-02-04 ebrahim [glyf] minor 2020-02-04 ebrahim [subset] Rename _subset2 to _subset 2020-02-02 ariza first rewrite of cff/cff2 _subset with _subset2 2020-02-04 ckitagawa Add guard to copy_glyph_at_idx 2020-02-01 ebrahim [name] Minor, use subtraction instead ternary operator 2020-01-28 qxliu [subset] Fix namerecord ordering This will fix inconsistency with fontTools. Also according to the spec, namerecords must be sorted first by platform ID, then by platform-specific ID, then by language ID, and then by name ID. 2020-01-21 ckitagawa parent 777ba47b50f6379b9f9abf1d72559316b7116b9e author ckitagawa <ckitagawa@chromium.org> 1579631743 -0500 committer ckitagawa <ckitagawa@chromium.org> 1580506176 -0500 2020-01-31 razrfalcon Minor hb_ot_layout documentation fixes. 2020-01-30 qxliu [subset] Fix simple glyph trim_padding in glyf table Detail: when numOfContours = 1 and flag = 0x31 xCoordinates and yCoordinates would be empty 2020-01-28 qxliu [subset] CMAP table subsetting fix Not all codepoints smaller than 0xFFFF go to cmap4 table. Only subset codepoints existing in each table. This will also make harfbuzz consistent with fontTools' behavior 2020-01-30 ebrahim [draw][docs] update to new terminology 2020-01-30 ebrahim [draw][docs] update to new terminlogy 2020-01-30 ebrahim [draw] minor 2020-01-29 ckitagawa [subset] COLR, simplify logic and use add_array 2020-01-29 ckitagawa Fix build 2020-01-29 ckitagawa Refactor to two iterators 2020-01-24 ckitagawa Use one-liner methods 2020-01-24 ckitagawa Try to fix Wrange-loop-analysis 2020-01-24 ckitagawa Minor style fixes 2020-01-24 ckitagawa Fix nullptr de-reference failure if both blobs in a subset test are 0 in size 2020-01-24 ckitagawa [subset] Add COLR support 2020-01-28 ebrahim [draw][glyf] Implement quadratic to cubic call translation 2020-01-28 ebrahim [draw] Rename conic_to to quadratic_to 2020-01-28 ebrahim Rename hb_outline_decompose to hb_font_draw_glyph and hb_outline_decompose_funcs_t to hb_draw_funcs_t 2020-01-27 ebrahim [outline] use hb_object_is_immutable instead comparing to Null 2020-01-25 ebrahim Rename hb_ot_glyph_* to hb_outline_* 2020-01-27 ebrahim [test][glyph] add subcomponent scale test 2020-01-27 ebrahim [test] test for not applying morx on horizontal runs if gsub exists 2020-01-26 razrfalcon Use correct return type in _unsafe_to_break_find_min_cluster. 2020-01-26 ebrahim [ot-glyph] Add fontkit non variables fonts tests 2020-01-26 ebrahim [ot-glyph][test] Avoid sprintf use 2020-01-26 ebrahim [ot-glyph] Add fontkits's variations toSVG tests 2020-01-26 ebrahim [ot-glyph] Add ttf-parser's outline_glyph tests Created with: roll-dep src/third_party/harfbuzz-ng/src R=bashi@chromium.org,behdad@chromium.org,bungeman@chromium.org,drott@chromium.org,eae@chromium.org,jshin@chromium.org Change-Id: Ic1e6e1014ddca36fea96a7dcb53dec51fc10b468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039614Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Dominik Röttsches <drott@chromium.org> Cr-Commit-Position: refs/heads/master@{#738902}
-
Marc Grimme authored
ManagementUIHandlerTests has a lot of code that repeats itself and makes it hard to understand and extend with more tests. This CL addresses this and consolidates reused code into helper methods to be used by other tests. Bug: 1043658 Change-Id: I4d52fb163b3431be7b3ecc9f1996ef419926099d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2010944 Commit-Queue: Marc Grimme <marcgrimme@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Cr-Commit-Position: refs/heads/master@{#738901}
-
Leon Han authored
Per the discussion at https://github.com/w3c/web-nfc/issues/523#issuecomment-581785547, such size limitation does not make much sense and does not bring much benefit to WebDevs. The spec issue: https://github.com/w3c/web-nfc/issues/523 BUG=520391,1048096 Change-Id: Id5fcc8c349ac220c460646f055b78b812da8aeba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2037310Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
François Beaufort <beaufort.francois@gmail.com> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#738900}
-
Roman Sorokin authored
depending on the fingerprint state Fixed: 936958 Change-Id: If920f13828140f78b765737c881c80eb5afa212c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035998 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#738899}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/b82ed734e767..656650f461c8 git log b82ed734e767..656650f461c8 --date=short --first-parent --format='%ad %ae %s' 2020-02-06 johnkslang@users.noreply.github.com Merge pull request #2078 from amdrexu/bugfix Created with: gclient setdep -r src/third_party/glslang/src@656650f461c8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: Ifb411d1b6031573742feede266099dc6a5b0c782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2041035Reviewed-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@{#738898}
-
Vladislav Kuzkokov authored
Add HTTPS to a list of supported protocols. Bug: None Change-Id: Ibbfcd5e9058758de6bf7b4dca799a92d00bf5d54 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2035994 Commit-Queue: Sergey Poromov <poromov@chromium.org> Reviewed-by:
Sergey Poromov <poromov@chromium.org> Auto-Submit: Vladislav Kuzkokov <vkuzkokov@chromium.org> Cr-Commit-Position: refs/heads/master@{#738897}
-
Harald Alvestrand authored
Bug: none Change-Id: Ibf43c6968f8fc3b38668fb636eeeb5094916453d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2039671Reviewed-by:
Marina Ciocea <marinaciocea@chromium.org> Commit-Queue: Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#738896}
-