- 21 Sep, 2020 40 commits
-
-
chromium-autoroll authored
Roll Chrome Win64 PGO profile from chrome-win64-master-1600656338-a4c2e29456479f7c103840465e0fb2a2783db828.profdata to chrome-win64-master-1600678560-d63b2733d2f4bab7a63bfddb4918170486fde26a.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-win64-chromium Please CC sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@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:win64-chrome Tbr: sebmarchand+pgo_roller@google.com,jeffyoon@google.com,liaoyuke@google.com Change-Id: I0710052611f83d5c7d707147a6e07d1c0e1a56c8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421428Reviewed-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@{#808837}
-
Alex Rudenko authored
Previously [1], we introduced throttling for painting the inspector overlay to reduce cpu usage on frequently updated pages. With new persistent overlays, this results in a rendering lag when scrolling the page. Therefore, this CL removes throttling to improve performance when scrolling. We will be still looking for better architecture to support smooth scrolling and low CPU usage. [1]: https://chromium-review.googlesource.com/c/chromium/src/+/2202858 Bug: 1062574 Change-Id: I15bec84aaf525f6ede236c82d0a4fe1ffd234317 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416294Reviewed-by:
Mathias Bynens <mathias@chromium.org> Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#808836}
-
arthursonzogni authored
The RFH::last_http_status_code must not change after a same-document navigation. The previous code was relying on blink for reporting the correct status code for every navigation. It was hoping blink won't report a different status code for same-document navigation. This patch move setting this value in DidCommitNewDocument(). As a result it can change only after cross-document navigation. This is better, but still not ideal. Ideally, we shouldn't depend on the renderer. We should be able to retrieve this information from the NavigationRequest instead. This will be done as part of: https://docs.google.com/document/d/1oUKSDYIaz1-XMJw2f3KRTvq7yNR5O5IK8Iwgmk8laiw/edit# Bug: None Change-Id: I50b42f825046ba76eb509d01373ce60d7087dd0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418957 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#808835}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/14dbf82961c3..b774d38d3143 2020-09-21 tommi@webrtc.org Remove use of AsyncInvoker from SctpDataChannel 2020-09-19 ajohnson@draster.com Fix bug with the sps-pps-idr-in-keyframe fmtp parameter. 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3a136490bbe16f382e9519ed18461192b6b456c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421429Reviewed-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@{#808834}
-
Denis Kuznetsov authored
Bug: 1110790 Change-Id: I84dd699a0a0d891d28e9f4468110b522e006d54c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418677 Auto-Submit: Denis Kuznetsov [CET] <antrim@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#808833}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I0376420c21e28e4c2a649bad01629955523b532b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421608Reviewed-by:
Ben Mason <benmason@chromium.org> Commit-Queue: Ben Mason <benmason@chromium.org> Cr-Commit-Position: refs/heads/master@{#808832}
-
Maria Kazinova authored
Fixes a crash for a case, when a successful submission is detected on iframe detach and a corresponding PasswordFormManager is moved while iterating through a vector of password form managers. Bug: 1129758 Change-Id: I03d8f41d2ee0dc599389385726e2f7f8c4d4b299 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418956 Commit-Queue: Maria Kazinova <kazinova@google.com> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#808831}
-
Alexander Surkov authored
Bug: 1124366 Change-Id: I2ab34d8aeee10e7598fd0eb05ce9cb294e835d4d AX-Relnotes: n/a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2412452Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Alexander Surkov <asurkov@igalia.com> Cr-Commit-Position: refs/heads/master@{#808830}
-
sandromaggi authored
It appears that this flag has lost its meaning. Removing it. Also unsubscribing from further PDM changes once the callback is called. Bug: b/168445878 Change-Id: I0222043e53070fde7a36ba507d6ed95b4d082d3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414395 Commit-Queue: Sandro Maggi <sandromaggi@google.com> Reviewed-by:
Clemens Arbesser <arbesser@google.com> Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Cr-Commit-Position: refs/heads/master@{#808829}
-
Illia Klimov authored
Bug: 1130500 Change-Id: I9354e349132dfda8359d761ff84ed10016d7914b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421492Reviewed-by:
Illia Klimov <elklm@google.com> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Commit-Queue: Illia Klimov <elklm@google.com> Cr-Commit-Position: refs/heads/master@{#808828}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/101b41c4cb7e..feeee8f4b576 2020-09-21 jacktfranklin@chromium.org Add unit test helpers for component DOM mutations 2020-09-21 alexrudenko@chromium.org Extract inline CSS in inspector overlay 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/+doc/master/autoroll/README.md Bug: chromium:1100925,chromium:1129881 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Id3e6223b93dbdea21785d52cc4be648efc716021 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421531Reviewed-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@{#808827}
-
Roman Sorokin authored
Also removed GOOGLE_CHROME_BRANDIND guards for the tests to align more to the real cases. Bug: 1108996, 1032194 Change-Id: I726c7b826c222b879df1da167ba82b8e5245d684 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2409910 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#808826}
-
Mariam Ali authored
This CL adds new strings that show the number of windows open for guest mode. Design Deck: go/alignmenus Screenshots: https://screenshot.googleplex.com/48G33sBGhnJZFUJ.png Bug: 1105763 Change-Id: Ifb616a042eef5195156ba98353a6af8d182413c3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410130 Commit-Queue: Mariam Ali <alimariam@google.com> Reviewed-by:
Peter Boström <pbos@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#808825}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/431ce7786b0d..015182971a39 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 elklm@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:1129493 Tbr: elklm@google.com Change-Id: I8f1c380021f92369c132266cca6de95980b1caf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421269Reviewed-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@{#808824}
-
Omar Morsi authored
The responsibilities of the current KeyPermissionsManager are moved into KeyPermissionsService, which is a per-Profile KeyedService. Bug: 1127284 Change-Id: Ided34a4397a07bb2112de6704862af3b2df51468 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2405576 Commit-Queue: Omar Morsi <omorsi@google.com> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Edman Anjos <edman@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Cr-Commit-Position: refs/heads/master@{#808823}
-
Roman Sorokin authored
It's used only when sync does not provide image details. I could not create a browser test for this. Fixed: 1081249 Test: manual Change-Id: I81ba0db7ae2ba79faa0e92318bc9138f7c1c7aeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419013Reviewed-by:
Roman Aleksandrov <raleksandrov@google.com> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#808822}
-
Olya Kalitova authored
Auto-adds https scheme to the new tab URL if scheme is not provided. For example, when NewTabPageLocation policy specifies URL without scheme -- https:// gets added by default. Bug: 1097727 Test: manually on DUT using YAPS Change-Id: I5c1185a08033c6d8605f1fac5e89b50151d5547b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416293 Commit-Queue: Olya Kalitova <okalitova@chromium.org> Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Cr-Commit-Position: refs/heads/master@{#808821}
-
Benoit Lize authored
This simplifies the code, and removes a branch from the allocation path. Bug: 998048 Change-Id: Icba80de3755a00164f40ee23b7fb4deb0f9d8ffa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418656 Commit-Queue: Benoit L <lizeb@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chris Palmer <palmer@chromium.org> Cr-Commit-Position: refs/heads/master@{#808820}
-
Anton Bikineev authored
API was not changed. base: :Lock was reverted, but apparently code that relied on its extended Change-Id: I053e46378c41b9a0c8da99db57695ba4ed6894d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418679 Commit-Queue: Anton Bikineev <bikineev@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Benoit L <lizeb@chromium.org> Cr-Commit-Position: refs/heads/master@{#808819}
-
Markus Handell authored
Reason: breaks post-commit testcase. Bug: 1128470 Change-Id: I6a6745e9ba8150dcac2408af1b73186ac05a75d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421308Reviewed-by:
Henrik Boström <hbos@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Commit-Queue: Markus Handell <handellm@google.com> Cr-Commit-Position: refs/heads/master@{#808818}
-
Anastasiia N authored
Update ProfileOAuth2TokenServiceDelegateChromeOS to return nullptr and use AccountManager's URLLoaderFactory in CreateAccessTokenFetcher() instead of using the one which is provided in parameters. Bug: 1119401 Change-Id: I1a02c1167f808144d83327762b8f3ba7fb5d19ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369092 Commit-Queue: Anastasiia N <anastasiian@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#808817}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/e627a7fbb803..101b41c4cb7e 2020-09-21 wolfi@chromium.org Turn link icon into mask 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/+doc/master/autoroll/README.md Bug: chromium:1072335,chromium:1122511 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I257fdff0822fe802c67a0aa906baa1a72ba96c64 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421177Reviewed-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@{#808816}
-
Rahul Goyal authored
This CL adds a new onboarding informational text for two new intents. Bug: b/168690281 Change-Id: I518273c372a8ac36e6a76dd08f324b7f086368e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419012Reviewed-by:
Marian Fechete <marianfe@google.com> Commit-Queue: Rahul Goyal <goyalrahul@google.com> Cr-Commit-Position: refs/heads/master@{#808815}
-
Mahmoud Gawad authored
Add UMA stats for the success / failure of: GenerateECKey, GenerateRSAKey, SignECKey, SignRSAKey. These operations belong to PlatformKeysService. Bug: 1128332 Change-Id: Ic7418d9578ac22d5537555cad21f0d56cd1418d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416454 Commit-Queue: Mahmoud Gawad <mgawad@google.com> Reviewed-by:
David Schinazi <dschinazi@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#808814}
-
Kushagra Sinha authored
Set per-file ownership of: - chrome/browser/ui/webui/signin/inline_login_handler_impl.{h,cc} - chrome/browser/ui/webui/signin/inline_login_dialog_chromeos.{h,cc} to the OWNERs of Chrome OS Account Manager. Fixed: 1129352 Change-Id: Iff179cef7daa8a405ba5c0c81940559aa10c4da1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416448Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#808813}
-
Matthias Körber authored
This CL adds the structured address representation into the AutofillProfile and implements functions to test the mergeability, invoke the merging and return the structured address tree. Bug: 1128367 Change-Id: I0c8704c49b59170261359478b03208f072ee83ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418409Reviewed-by:
Dominic Battré <battre@chromium.org> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#808812}
-
Irina Fedorova authored
This CL adds GetWeakCredentials, OnWeakCredentialsChanged, addWeakCredentialsListener and removeWeakCredentialsListener functions to provide the ability to use weak credentials in the UI. This CL updates the StartPasswordCheck in password_check_delegate to also check credentials for weakness. Bug: 1119752 Change-Id: I4bfee58ddebda551e41e3833792051527a41beb9 Tbr: rdevlin.cronin@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414271 Commit-Queue: Irina Fedorova <irfedorova@google.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Cr-Commit-Position: refs/heads/master@{#808811}
-
Tim Song authored
Given the PhoneHub notification data, this CL fills in the created CrOS corresponding notification's details: * timestamp * icons and images * priority * inline reply button Screenshot: https://screenshot.googleplex.com/8bhJVzvqFmPcufT.png BUG=1128091,1106937 Change-Id: I82d64c1bb01235bb1dc64fab0b29cd00b3bef1a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418557 Commit-Queue: Tim Song <tengs@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#808810}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/50ae4c5f4427..60ce96e2ff10 2020-09-18 afdx@google.com spirv-fuzz: Add pass recommendations (#3757) 2020-09-18 stefanomil@google.com spirv-fuzz: Consider all ids from dead blocks irrelevant (#3795) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/spirv-tools-chromium-autoroll Please CC syoussefi@google.com,radial-bots+chrome-roll@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:android_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: syoussefi@google.com,radial-bots+chrome-roll@google.com Change-Id: Ia0b9d05a357f7032fc2f115c0cfd730f2f7779d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421170Reviewed-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@{#808809}
-
Boris Sazonov authored
Modifies logic for the signed out state: X-Chrome-Connected with eligible_for_consistency is now sent to Gaia URLs only. This only affects Android and iOS with MobileIdentityConsistency flag enabled. Bug: 1129777 Change-Id: Ib702f0efabeb926f45b553841a6690c384f1187e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418576 Commit-Queue: Mihai Sardarescu <msarda@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#808808}
-
Christian Dullweber authored
There are lots of setting specific methods in WebsitePreferenceBridge that have no special logic. Merge them into one method. Change-Id: I402b529b2ac702922e52e9910e4d6f454406627d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2410409 Commit-Queue: Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Kamila Hasanbega <hkamila@chromium.org> Cr-Commit-Position: refs/heads/master@{#808807}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8c1248064f2d..431ce7786b0d 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 elklm@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: None Tbr: elklm@google.com Change-Id: I5d7d507bc6bb74d3193d77a8289152dcf6cd685b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2421174Reviewed-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@{#808806}
-
sandromaggi authored
The condition has shown to be stable enough that the bailout can be removed. Bug: b/159309621 Change-Id: I4d66174ac0fd2c117d31aa81303b2d2ee1e7cf84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2414179Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Sandro Maggi <sandromaggi@google.com> Cr-Commit-Position: refs/heads/master@{#808805}
-
Jan Wilken Dörrie authored
This change modifies the WellKnownChangePasswordNavigationThrottle to only be instantiated for navigations that were triggered from Google UI. This includes native UI on Android that starts Chrome in a CCT via an API call, or links clicked on passwords.google.com or chrome://settings. Bug: 1129323 Change-Id: I0addfba9d187d35297d9843fae1e79ac6ed8e788 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416275 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#808804}
-
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: Ifb89fd343d5ac8189bb3171f533c0d1b77ba0892 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2419721Reviewed-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@{#808803}
-
Palak Agarwal authored
Bug: 1128167 Change-Id: Ic79945517ee854a18788f08efe1686707086354b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418399 Commit-Queue: Palak Agarwal <agpalak@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Cr-Commit-Position: refs/heads/master@{#808802}
-
Tanmoy Mollik authored
Update sync error summary for sync_setup_incomplete error. Also update the strings for the error card that is shown for this error. Update the summary message on the sync row in main settings page when sync is requested off. Screenshot: https://crbug.com/1129813#c1 Bug: 1129813 Change-Id: I42082ab8f7976104e68c43b26529b0c99adebf5c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418444Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#808801}
-
Omar Morsi authored
Bug: 1056550 Change-Id: Idafa91e74cd7707632dbeaaaa0a27b448ae92719 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416372Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Reviewed-by:
Pavol Marko <pmarko@chromium.org> Commit-Queue: Omar Morsi <omorsi@google.com> Cr-Commit-Position: refs/heads/master@{#808800}
-
Victor-Gabriel Savu authored
Bug: chromium:1125660 Change-Id: I74db1c53cc125489babbaf254841e21cee2fe014 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2416589Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Victor-Gabriel Savu <vsavu@google.com> Cr-Commit-Position: refs/heads/master@{#808799}
-
Martynas Sinkievic authored
Accidentally added this bug in CL#2377727, probably failed at fixing a merge conflict. Bug: 1129697 Change-Id: I69438cebe7051bbdf1f9cec26b103a3530133c4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2418575Reviewed-by:
Matthias Körber <koerber@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#808798}
-