- 14 Aug, 2020 40 commits
-
-
Matthias Körber authored
Adds test to check getting and setting the structured address tokens. It is also tested that the tokens are reset if the unstructured information changes. Change-Id: Ia10d19bc31a11443beb31ee509b35a33b68edad6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355904Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#798122}
-
Peter Kasting authored
Bug: 1104532 Change-Id: Icd6a1b8331d30837f0b60937dd55f23d60d334fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355009 Auto-Submit: Peter Kasting <pkasting@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Reviewed-by:
François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#798121}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/477f9ae93304..66f621ae9064 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 juanmihd@google.com,cfroussios@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1041781,chromium:1075562,chromium:897470 Tbr: juanmihd@google.com,cfroussios@google.com Change-Id: I6c21831e8a183685b6ca6be0d1f11332c40a3f80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355519Reviewed-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@{#798120}
-
Omer Katz authored
HashTable with Member had a data race that required adding an atomic ctor for Member via ConstructTraits. It was not needed for WeakMember because weak HashTables were traced only on mutator thread. Now these tables can be traced concurrently so the same data race can occur for WeakMember as well. Bug: 986235 Change-Id: Ic54167be0dbcbb025b136ee023929125b1a33c55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352922 Commit-Queue: Omer Katz <omerkatz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Cr-Commit-Position: refs/heads/master@{#798119}
-
Omer Katz authored
Now that UntracedMember don't use atomic writes anymore, it is no longer safe to concurrently trace collections holding UntracedMember. Since UntracedMember is not traceable, this can only affect in practice HashMap where the key is an UntracedMember (such HashMaps could have been concurrently traced so far and won't anymore). According to code search, no such HashMaps currently exist, so this CL should not affect performance. Bug: 986235 Change-Id: Id4eb925cb5bd2001a8d8e845c746e6da5fd76925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353455 Commit-Queue: Omer Katz <omerkatz@chromium.org> Commit-Queue: Anton Bikineev <bikineev@chromium.org> Auto-Submit: Omer Katz <omerkatz@chromium.org> Reviewed-by:
Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#798118}
-
Antonio Gomes authored
This allows lacros/chrome to auto hide/show ChromeOS shelf when it enters in fullscreen mode. It is the so called 'immersive fullscreen' mode that chromeos/chrome has. MANUAL TEST: Enter lacros/chrome in fullscreen and hover the mouse pointer over the bottom border of the screen (shelf area). The shelf should slide-up. Note that this brings lacros/chrome fullscreen behavior closer to chromeos/chrome's. In a follow up CL, the omnibox widget that slides down from the upper border of Ash will be plumbed up to lacros/chrome. BUG=1113900 R=msisov@igalia.com, nickdiego@igalia.com Change-Id: I4b7c04d18b73747a0c70bffa5a6d6741df6c4346 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353116Reviewed-by:
Maksim Sisov (GMT+3) <msisov@igalia.com> Reviewed-by:
Nick Yamane <nickdiego@igalia.com> Commit-Queue: Antonio Gomes (GMT-4) <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#798117}
-
Yann Dago authored
This is a reland of 70cab0ca Original change's description: > Handle "--channel" switch in chrome setup to allow channel switching > > In order to support channel switching on the main installation of > the browser, A switch flag "--channel" that specifies which channel of > the browser is about to be installed is added to the setup's command > line. This flag will be used to store the right channel value in the > registry so the browser knows which channel is running. > The supported values are {stable|dev|beta}. This new switch will be > ignored for if any of "--chrome-beta", "--chrome-dev" and "--chrome-sxs" > is found in the command line. > > Bug: 1102927 > Change-Id: Ib7bd622e906f8f4af067307c90d0caffc73afc24 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2172210 > Commit-Queue: Yann Dago <ydago@chromium.org> > Reviewed-by: Greg Thompson <grt@chromium.org> > Cr-Commit-Position: refs/heads/master@{#797688} Bug: 1102927 Change-Id: I345e2f7c74c439e001697a10465b17cf3392e2db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354538 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Cr-Commit-Position: refs/heads/master@{#798116}
-
Reilly Grant authored
This change fixes SerialIoHandler::Close() to ensure that the callback is always executed even if there isn't a file handle to close. Failing to do so will trigger a DCHECK in the Mojo bindings layer and could cause clients of the Mojo interface to stall waiting for a response. Bug: 884928 Change-Id: I272cc1987627232dc2143380071a07b7c58fb2cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354775 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#798115}
-
Peter Boström authored
Punts removal for now. We'd still like to have this and even though it's on our backburner we'd like the feature to not be cleaned up. Bug: 933384, 110684 Change-Id: Iadfdd3cfaa60691ad0e01c1771eac545ee36676a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354917 Auto-Submit: Peter Boström <pbos@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#798114}
-
Anastasiia N authored
AccountManagerBrowserTest wasn't included in chrome/test/data/webui/BUILD.gn Change-Id: Id8f3a4e5f8aa4b1d5f2674842a3d25dc895c9783 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352925Reviewed-by:
Kush Sinha <sinhak@chromium.org> Commit-Queue: Anastasiia N <anastasiian@chromium.org> Cr-Commit-Position: refs/heads/master@{#798113}
-
Rakina Zata Amni authored
Since unload-in-commit is not supported yet, we're adding a way to skip bfcaching pages that have unload handlers on same-site navigations to avoid exposing a web-observable behavior change (unload handlers running after a same-site navigation). Note that we're only checking for unload handlers in frames that share the same SiteInstance as the main frame, because unload handlers that exist in cross-SiteInstance subframes will be dispatched after we committed the navigation, regardless of our decision to swap BrowsingInstances or not. Bug: 977562, 1110744 Change-Id: If7b3f1ad3f6f67e13c582f8df216ebd3ef66bc9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2348245 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#798112}
-
Zach Trudo authored
Bug: chromium:1078512 Change-Id: I99668ac08697ebc1205d5c840413c2de642942ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353558Reviewed-by:
Leonid Baraz <lbaraz@chromium.org> Commit-Queue: Zach Trudo <zatrudo@google.com> Cr-Commit-Position: refs/heads/master@{#798111}
-
Eric Seckler authored
Failing on the bots, see bug. Change-Id: I01427f5933b4fe7633d264e830a93b328bd0ac5f No-Try: True TBR: wenbinzhang@google.com Bug: 1116469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2356344Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Eric Seckler <eseckler@chromium.org> Cr-Commit-Position: refs/heads/master@{#798110}
-
Aaron Leventhal authored
A kMenuButton is a menuitem inside of a group. The Mac mapping is special. Everything else just maps to the platform's menu item role. Without this change, non-Mac platforms announce a menuitem in a group as a menu, when it's actually a menuitem. In the future, the special Mac mapping may change, as it is likely problematic. More info at https://github.com/w3c/core-aam/issues/78 TBR=haraken@chromium.org Bug: 1114712 Change-Id: I3c065f474e235915e5b22569dad08a0e250077f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353431 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#798109}
-
Jonathan Ross authored
This histogram has expired, and since been replaced by the Memory.GPU.PeakMemoryAllocationSource histogram. So here we are removing it. Bug: 1072665 Change-Id: I1e59305597ce028d02af3bbd9593064df908a545 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354533Reviewed-by:
Khushal <khushalsagar@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#798108}
-
Numfor Mbiziwo-Tiapo authored
This change makes putAll return an array of the inserted keys on a successful insertion Change-Id: I6157019646e78d31f1d2277942afffaec43774d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352829 Commit-Queue: Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Olivier Yiptong <oyiptong@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Cr-Commit-Position: refs/heads/master@{#798107}
-
Chris Sharp authored
Bug: 1018157 Change-Id: Icb81b6975ba45932efb896e2ecf633cde1a6b8c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352849 Commit-Queue: Chris Sharp <csharp@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#798106}
-
Mugdha Lakhani authored
If a page is being prerendered, we don't need to capture its text for the translate agent. This adds a check and skips page text capture. Bug: 1096088 Change-Id: I566495f377bd26d7cdc4f45c3b40c52fd76379eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352820 Commit-Queue: Mugdha Lakhani <nator@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#798105}
-
Rouslan Solomakhin authored
This patch adds a cross-platform way for Web Payment feature to invoke the PAY intent of an Android app. As a first step, only the Android apps installed on the Android subsystem of Chrome OS are supported. Bug: 1061503 Change-Id: I6252d0d0467462d834965e777562b8e4f3f5c425 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2252653 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Nick Burris <nburris@chromium.org> Cr-Commit-Position: refs/heads/master@{#798104}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/241a4a92fb96..4c3752c7f677 2020-08-14 taylori@google.com Merge "perfetto-ui: Add analytics" 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:linux-perfetto-rel Bug: None Tbr: perfetto-bugs@google.com Change-Id: Iecb00ddb68899473e74110c36af097a80c1a5776 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355839Reviewed-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@{#798103}
-
Sophie Chang authored
Change-Id: Ieaca21d9bec003c5431fb4876d1e442eba50037c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355099Reviewed-by:
Michael Crouse <mcrouse@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#798102}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/d315022be5b7..24b5971b84c0 2020-08-14 cwallez@chromium.org Remove deprecated wgpu::BufferCopyView members If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: cwallez@google.com Change-Id: Idda3dbae3d6d04d6f3b26f3ed539d2b0b6233735 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355833Reviewed-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@{#798101}
-
Glen Robertson authored
Also ran update_use_counter_feature_enum.py to update enums.xml. Bug: 1061503 Change-Id: Ic476333cad72038ed84ea0c80940c2e159bf77c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352303 Commit-Queue: Glen Robertson <glenrob@chromium.org> Auto-Submit: Glen Robertson <glenrob@chromium.org> Reviewed-by:
Matt Giuca <mgiuca@chromium.org> Cr-Commit-Position: refs/heads/master@{#798100}
-
Irina Fedorova authored
This CL updates usage of ShowPasswordBehavior in password_edit_dialog by overriding some methods. Is allows as to use ShowPasswordBehavior not only in Details dialog, but also in Edit Password correctly. Before this changes, there were some problems with password changing, for example, if a user opens password_edit_dialog and changes the password, then clicking the "Show password" button will reset the change. Bug: 377410 Change-Id: Ice957cb7e1aa0301f4ac0798e9233d1415b7ec49 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2346291 Commit-Queue: Irina Fedorova <irfedorova@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#798099}
-
Clemens Arbesser authored
This adds a lite_service that is able to perform a single call to GetActions, containing the trigger script path (only if MSBB flag is on). A set of new trigger parameters controls whether autofill_assistant should start with the lite service or the regular one. This CL also adds a workaround for an issue with BottomSheet, where setting new sheet contents will sometimes cause the sheet to go into PEEK mode. Bug: b/162223457 Bug: b/162222884 Bug: b/162222405 Bug: b/162223434 Bug: b/160859107 Change-Id: I15361c72a6893cafbb13543467ab36e0c9f5cf87 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2332711 Commit-Queue: Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#798098}
-
dizg authored
in the profile creation flow Bug: 1105865 Change-Id: Ie0b4d9f57be1edb784c108f774905ecf2d687c9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339315 Commit-Queue: Diana Zagidullina <dizg@google.com> Reviewed-by:
Monica Basta <msalama@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#798097}
-
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/+doc/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: I6150b206191d4a4f04565af1c639137f5da7b9b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355840Reviewed-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@{#798096}
-
Fergus Dall authored
This increases the default size to 10 lines (from 6) by hiding the empty progress-message box in the error state. This also makes the error logs line up with where the progress message was, and equalizes the margins above and below the error logs. Bug: 1110165 Change-Id: Iffb922a9a06eae67b2d6674015d18da302211ac4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352260 Commit-Queue: Fergus Dall <sidereal@google.com> Reviewed-by:
David Munro <davidmunro@google.com> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#798095}
-
Juanmi Huertas authored
This reverts commit dd116903. Reason for revert: It seems that this build does not compile on mac-arm64-rel Original change's description: > Using vector icons for launcher search provider > > Currently LauncherSearchProvider use png as the format for the result. > This CL changes the format to vector icons (.icon). > > Bug: 1067326 > Change-Id: I55fb11ed50906a5199bc28339de42d4903433b36 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352290 > Reviewed-by: Austin Tankiang <austinct@chromium.org> > Reviewed-by: Noel Gordon <noel@chromium.org> > Reviewed-by: Xiyuan Xia <xiyuan@chromium.org> > Reviewed-by: Jia Meng <jiameng@chromium.org> > Reviewed-by: Tony Yeoman <tby@chromium.org> > Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> > Cr-Commit-Position: refs/heads/master@{#798087} TBR=xiyuan@chromium.org,noel@chromium.org,jiameng@chromium.org,tby@chromium.org,thanhdng@chromium.org,austinct@chromium.org Change-Id: I18582a947cf1ee287b3beaf81dbb549a9dace9a7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1067326 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354307Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Commit-Queue: Juanmi Huertas <juanmihd@chromium.org> Cr-Commit-Position: refs/heads/master@{#798094}
-
Andrey Zaytsev authored
Bug: 1070620 Change-Id: I6b6c41eaaabf3a1e7c8ca59fcf7fbbce18f30cc8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352742 Auto-Submit: Andrey Zaytsev <andzaytsev@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Andrey Zaytsev <andzaytsev@google.com> Cr-Commit-Position: refs/heads/master@{#798093}
-
Peter E Conn authored
Change-Id: Ieb903ebc9e4e17b0c755dfcaf1403eea8e92e96a Bug: 1110494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352817Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#798092}
-
Elly Fong-Jones authored
We don't yet understand why the window position is wrong on macOS 11, so disable that part of the test for now. Bug: 1101398 Change-Id: Ic6c29b60fb5c80ee8efb2be8dc1caef8d206e3bc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354418Reviewed-by:
Leonard Grey <lgrey@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#798091}
-
Ewann authored
This CL updates the custom separator thickness to match the 'default' separator. Bug: 1106669 Change-Id: I49f8e0c1df6169826e27dfff0685ea9395922a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352734 Commit-Queue: Ewann Pellé <ewannpv@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#798090}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1597363129-a36e46938cb7f6611b8efddbaf720b98c4f2f1a3.profdata to chrome-mac-master-1597384369-5af373c8a15e3096c063e440b85721943db04b1b.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@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/+doc/master/autoroll/README.md Cq-Include-Trybots: chrome/try:mac-chrome Tbr: liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com Change-Id: If2bdeb5b394ff697a48e3c826e5d3f073fdc8d2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355829Reviewed-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@{#798089}
-
Rainhard Findling authored
* Makes the safety check Chrome cleaner child automatically update from CCT state changes by registering it as a CCT observer. Bug: 1087263 Change-Id: I0549e961c0e6afe0f34efff73c8381b4d551fa3a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2353259Reviewed-by:
Andrey Zaytsev <andzaytsev@google.com> Commit-Queue: Rainhard Findling <rainhard@chromium.org> Cr-Commit-Position: refs/heads/master@{#798088}
-
Thanh Nguyen authored
Currently LauncherSearchProvider use png as the format for the result. This CL changes the format to vector icons (.icon). Bug: 1067326 Change-Id: I55fb11ed50906a5199bc28339de42d4903433b36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352290Reviewed-by:
Austin Tankiang <austinct@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jia Meng <jiameng@chromium.org> Reviewed-by:
Tony Yeoman <tby@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#798087}
-
Boris Sazonov authored
This reverts commit 3fafebb6. Reason for revert: https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/26557 Original change's description: > Enable Permissions Tests on L > > https://crrev.com/c/2352519 stopped attempting to load the GvrKeyboard, > and the original bug that it fixed had the same error stack as seen in > this bug. Re-enable the Permissions Tests that were failing with the > same error. > > Fixed: 1091800 > Change-Id: Icc2bf2d29ddd8ffbf0016df2be6e9e6d310a1ac3 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2354721 > Commit-Queue: Alexander Cooper <alcooper@chromium.org> > Commit-Queue: Brian Sheedy <bsheedy@chromium.org> > Auto-Submit: Alexander Cooper <alcooper@chromium.org> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Cr-Commit-Position: refs/heads/master@{#797967} TBR=bsheedy@chromium.org,alcooper@chromium.org Change-Id: I12545b8305fe531473d0c290695e4eec39807b6c No-Presubmit: true No-Tree-Checks: true No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355949Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#798086}
-
arthursonzogni authored
COOP access reporting will ship only in 'reporting-only'. Support for the 'enforced-mode' has been dropped for now. This patch remove all the tests related to the part dropped. Bug: 1090273 Change-Id: If3081929f2409e33afe9891353afb5045df07662 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352809Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Cr-Commit-Position: refs/heads/master@{#798085}
-
David Roger authored
Bug: 1076880 Change-Id: I40a5944ab6f2679dcd26d4d793e2646e81d7a053 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2352805Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#798084}
-
Camille Lamy authored
This CL changes the handling of redirects in COOP to match https://github.com/whatwg/html/pull/5739. Instead of comparing a response to the current document, we will compare it to the last entry in the redirect chain. Change-Id: I73a3926a8827733974d7c08b7f3553da06435ac3 Bug: 1108292 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339988 Commit-Queue: Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#798083}
-