- 01 Apr, 2020 40 commits
-
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //pdf. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=thestig@chromium.org Bug: 714018 Change-Id: I6450f7b53ea140ac36b9db4a0c5bac5f3047f5dd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132261 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#755431}
-
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: I14e2abca33bacdfe8b3dfac3116d18159104d36a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132578Reviewed-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@{#755430}
-
Monica Basta authored
This CL prevents mirroring profile menu feature buttons icons: Passwords, Payment methods and localization in RTL mode. Payment methods and localization are symmetric and there is no need for mirroring. This change goes with consistency of the password icon in the settings page. Bug: 1052244 Change-Id: I59593312241b592169125d54640e0b4f08db78e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2127930Reviewed-by:
Thomas Tangl <tangltom@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#755429}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/5cf1e9a31c90..c66dad9552ef git log 5cf1e9a31c90..c66dad9552ef --date=short --first-parent --format='%ad %ae %s' 2020-04-01 bclayton@google.com Regres: Add invertCommon optimization. 2020-04-01 bclayton@google.com Regres: Move optimization logic to separate file 2020-04-01 bclayton@google.com Regres: Keep coverage span groups stable. 2020-04-01 bclayton@google.com Regres: Split coverage.go into multiple files 2020-04-01 bclayton@google.com Regres: Further optimizations for coverage 2020-04-01 bclayton@google.com Regres: Add cov.ReadJSON() Created with: gclient setdep -r src/third_party/swiftshader@c66dad9552ef If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I4bf210429838cc2de263f531f17da2c56b38fcca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132508Reviewed-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@{#755428}
-
François Beaufort authored
This CL makes sure the active_session_ object exists before shutting it down. Without this, it was potentially causing a browser crash. Bug: 1066768 Change-Id: I2793be0862b7c14b957712740c0bbde2b8d9f21a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131627 Commit-Queue: François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#755427}
-
Adrienne Walker authored
This is to enable developers to turn it off for testing what future deprecation will look like. Bug: 582750,1055010 Change-Id: I7ea0570ec6cda99ec8027219ba5f272d875b679c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124237 Commit-Queue: enne <enne@chromium.org> Reviewed-by:
Tao Bai <michaelbai@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#755426}
-
Daniel Cheng authored
`allocate()` with a hint is deprecated in C++17 and removed in C++20. Note that while `allocate(size_t)` isn't provided prior to C++17, `allocate(size_t, void* = nullptr)` is and will behave equivalently. Bug: 752720 Fixed: 1065435 Change-Id: I27a7a22a752e8304988f44d9a2e330a6b2b97db5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131045Reviewed-by:
Tiancong Wang <tcwang@google.com> Reviewed-by:
George Burgess <gbiv@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#755425}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //android_webview. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=changwan@chromium.org Bug: 714018 Change-Id: Idb3efb3cb232b948d227c4bd238327e3556afae7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132148 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Commit-Queue: Changwan Ryu <changwan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755424}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //chrome. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=avi@chromium.org Bug: 714018 Change-Id: I448d5a70b2027b4bbcaa91543cb6a1bd66c211cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132369 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#755423}
-
Rakesh Soma authored
Bug: 1066560 Change-Id: Icb6ae8ffc1cd5e4c7884e1984b584aa1f301433d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130180 Commit-Queue: Rakesh Soma <rakeshsoma@google.com> Reviewed-by:
Yusuf Sengul <yusufsn@google.com> Cr-Commit-Position: refs/heads/master@{#755422}
-
chromium-autoroll authored
Roll ChromeOS orderfile from 82-4085.6-1584957322-benchmark-82.0.4085.18-r1 to 83-4085.6-1584956258-benchmark-83.0.4091.0-r2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/cros-orderfile-chromium Please CC c-compiler-chrome@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: I5aacbe7cb136a728b817231ec9af1e64d5e383a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132580Reviewed-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@{#755421}
-
Wenyu Fu authored
This reverts commit e6de1039. Reason for revert: The crash was caused by a xml text failure. The original change also delete one of the test file unintentionally. A fix will be update as a patch set of this CL. Original change's description: > Revert "Move settings.homepage to homepage" > > This reverts commit e2054b9b. > > Reason for revert: this CL cause crashing. Tracked in crbug.com/1062959 > > Original change's description: > > Move settings.homepage to homepage > > > > Moving Homepage related settings code to homepage.settings package > > > > Change-Id: Iaf198f4a25cc03b32a1de997577d466916470437 > > Bug: 1052060 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095468 > > Commit-Queue: Wenyu Fu <wenyufu@chromium.org> > > Reviewed-by: Theresa <twellington@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#751162} > > TBR=twellington@chromium.org,wychen@chromium.org,wenyufu@chromium.org > > # Not skipping CQ checks because original CL landed > 1 day ago. > > Bug: 1052060 > Change-Id: I97b75da16bf58834ba555242476b9e3f7bfd71be > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109816 > Auto-Submit: Wenyu Fu <wenyufu@chromium.org> > Reviewed-by: Theresa <twellington@chromium.org> > Commit-Queue: Wenyu Fu <wenyufu@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751748} TBR=twellington@chromium.org,wychen@chromium.org,wenyufu@chromium.org Bug: 1052060 Change-Id: I0f0a1200755471478feb6966b21211694dd9710e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125467Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#755420}
-
Daniel Cheng authored
A content::RenderView should always have a valid blink::WebView if it is observable by non-content internal code. Change-Id: I4afd471b5b46e16865c5b46d3bbdc23a06b7f95a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131246Reviewed-by:
Sean Topping <seantopping@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#755419}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/7108574e87d0..0a34c98ea0b0 git log 7108574e87d0..0a34c98ea0b0 --date=short --first-parent --format='%ad %ae %s' 2020-04-01 surma@chromium.org Important changes to Whitespace Created with: gclient setdep -r src/third_party/devtools-frontend/src@0a34c98ea0b0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I940dbb8c24267a41a9ec7d2af20efb82cd4106b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131689Reviewed-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@{#755418}
-
zhaoyangli authored
This property is required for iOS builders running on chromium recipe. It was removed in crrev/c/2122472 by mistake. Change-Id: I0c4cf69ba6605ab73562d3eb125084afde828a76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128567Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Zhaoyang Li <zhaoyangli@chromium.org> Cr-Commit-Position: refs/heads/master@{#755417}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/38df4ab61807..afd2cfa6c14d git log 38df4ab61807..afd2cfa6c14d --date=short --first-parent --format='%ad %ae %s' 2020-04-01 ancheng.qiao@arm.com Add gles1 covgl tests Created with: gclient setdep -r src/third_party/angle@afd2cfa6c14d 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 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/+/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;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cwallez@google.com Change-Id: I9f19cfa63b33d41257b9300a5037e494269d6a94 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132506Reviewed-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@{#755416}
-
Devlin Cronin authored
Move feature_switch_unittest.cc to //extensions to neighbor its source file (feature_switch.[h|cc]). It has no //chrome dependencies. Bug: None Change-Id: Ie98bdd50d973e168e5ab593047fd697deec53bf2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131626Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755415}
-
Toby Huang authored
I'm not ready to remove the instrumentation code yet, so this CL punts the expiry of the SupervisedUsers.ExtensionsAllowlist UMA histogram to M84. The SupervisedUserAllowlistExtensionInstall feature flag will probably remain disabled throughout M83, so there likely won't be any data recorded on this histogram during M83. Bug: 1066071 Change-Id: I90d3a2d08e12d6cef514e00190fbf92773ca87e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131155Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Toby Huang <tobyhuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#755414}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //chrome/browser/notifications. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=mukai@chromium.org Bug: 714018 Change-Id: I88ad0171b45602b8467c2261e08bdf89701d6016 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132256 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Jun Mukai <mukai@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#755413}
-
Victor Hugo Vianna Silva authored
Move some of the logic in PasswordSaveUpdateWithAccountStoreViewTest to a dedicated class so that it can be used by other bubble unit tests. Change-Id: Ib1a1eb5f769ccfdf6abff8d8b31d374a8dd36438 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129530 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#755412}
-
Monica Basta authored
Bug: 1059820 Change-Id: I197d3d53f3db4fded2b7578b0aae38027812ed91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132188 Commit-Queue: Monica Basta <msalama@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755411}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d53bf048. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 2688e49a "De-flake two lazyload WPT tests." Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: cbiesinger@chromium.org: external/wpt/css/css-flexbox emilio@chromium.org: external/wpt/css/css-display foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools jfernandez@igalia.com: external/wpt/css/css-align mstensho@chromium.org: external/wpt/css/css-multicol panicker@chromium.org, tdresser@chromium.org: external/wpt/paint-timing rego@igalia.com: external/wpt/css/css-grid external/wpt/css/css-ui external/wpt/css/selectors xlai@chromium.org, jinho.bang@samsung.com, hs1217.lee@samsung.com: external/wpt/css/geometry NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I0879e73878115144bc72fac1d302db687596390a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132028Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#755410}
-
Alexander Cooper authored
This converts the //device/vr:fakes static_library to a component. This means that it can be included without needing to define "DEVICE_VR_IMPLEMENTATION." Change-Id: Ice6145301893c730109a4b7dd3432d2a366729a6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131212 Commit-Queue: Piotr Bialecki <bialpio@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#755409}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //chrome/browser/extensions. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=rdevlin.cronin@chromium.org Bug: 714018 Change-Id: I16a08028678bbfd28689c76fdea7e4baf570cc03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132390 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755408}
-
Garrett Beaty authored
All of the experimental try builders mirror either dummy builders or builders that are mirrored by other builders with the exception of ci/fuchsia-x64-dbg which is only mirrored by try/fuchsia-compile-x64-dbg. Change-Id: I2b682d3ac41514ec7c134634de246c44b8fbfb24 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128367Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Aaron Gable <agable@chromium.org> Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Cr-Commit-Position: refs/heads/master@{#755407}
-
Wenyu Fu authored
This reverts commit 2a103d18. Reason for revert: Will fix the flakiness in follow up patch sets. Original change's description: > Revert "Add MainSettingsFragmentTest" > > This reverts commit 8aee0918. > > Reason for revert: Test being added is flaky. See > https://bugs.chromium.org/p/chromium/issues/detail?id=1066619 > > Original change's description: > > Add MainSettingsFragmentTest > > > > MainSettings.java have bit less test coverage over some of the > > preferences, for example, the HomepageSettings at this moment. Adding > > MainSettingsFragmentTest is aiming for more test coverage for the > > list of preferences on the settings screen. > > > > Bug: 1052060, 1066362 > > Change-Id: Ib51c133f2a73f4ec85cc185c4101833bc3fa0b58 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124729 > > Commit-Queue: Wenyu Fu <wenyufu@chromium.org> > > Reviewed-by: Theresa <twellington@chromium.org> > > Reviewed-by: Natalie Chouinard <chouinard@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#754957} > > TBR=twellington@chromium.org,wychen@chromium.org,chouinard@chromium.org,wenyufu@chromium.org > > Change-Id: If15e22de962484fc87b3b5dc5eb1cfcf550cf024 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1052060, 1066362 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131017 > Reviewed-by: Rebekah Potter <rbpotter@chromium.org> > Commit-Queue: Rebekah Potter <rbpotter@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755115} TBR=twellington@chromium.org,wychen@chromium.org,rbpotter@chromium.org,chouinard@chromium.org,wenyufu@chromium.org Change-Id: I0404143a0d074621d2433a5329ff6db9d7f41d73 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1052060, 1066362 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130774Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#755406}
-
Vadym Doroshenko authored
Setting ownership to vakh for all safe browsing metrics. jdorrie for all Password Manager metrics. Bug:1050655 Change-Id: I21dd75bd707e048cdda50ed2cacdee24716aed2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128318 Commit-Queue: Vadym Doroshenko <dvadym@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Auto-Submit: Vadym Doroshenko <dvadym@chromium.org> Cr-Commit-Position: refs/heads/master@{#755405}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/71a7f0fe976c..85b8bc1b0e14 Created with: gclient setdep -r src-internal@85b8bc1b0e14 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1049638 Tbr: jbudorick@google.com Change-Id: I04a3d979609a48453727276d373553f2dcc57be2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132507Reviewed-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@{#755404}
-
Eugene But authored
DownloadManagerTestCase is flaky on the bots with slow CPU but works fine on the bot with fast CPU. So it is possible that flakiness is related to test server performance. Before this CL test server would produce a 50KB download file by yielding blocks of 1 byte size. This CL updates the server to yield 1KB blocks to improve performance, and introduces 100ms delay between yielding each block to keep the download realistically slow. Bug: 1066150, 914113 Change-Id: Ib3a35eb1e849e82dd47cda45b68261634813114e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130817 Commit-Queue: Eugene But <eugenebut@chromium.org> Auto-Submit: Eugene But <eugenebut@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Cr-Commit-Position: refs/heads/master@{#755403}
-
Livvie Lin authored
This is essentially the same CL as crrev.com/c/2120454 and crrev.com/c/2122861, but a follow-up CL accidentally deleted this logic, so reinstate it. Bug: 1061576 Change-Id: I4a916a27dcebd5825cccdfd6071dd644114cdfa4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131020 Commit-Queue: Livvie Lin <livvielin@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#755402}
-
Monica Basta authored
Password icon for the page action icon for passwords is seen inverted in RTL mode. This CL prevented the mirroring of the icon. This is consistent with the behavior of the password icon in the settings page. Bug: 1066402 Change-Id: I9c2df6d46fd7b34745da62e170eca5b68a6b3c88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128310Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Commit-Queue: Monica Basta <msalama@chromium.org> Cr-Commit-Position: refs/heads/master@{#755401}
-
Stephen McGruer authored
These were discovered when trying to roll testharness.js; missed in earlier work because they didn't have an opening parenthesis after the function name. Bug: 1051932 Change-Id: I09b7a25b093636bfca58b4e1067a3a10ffcdc9b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132138Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#755400}
-
Xianzhu Wang authored
It's dead code. It had been there before the blink reformat. Change-Id: Ibddd1f4994a5ec38a61e69fc19d9598b6dc2c01e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131527Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#755399}
-
Ehimare Okoyomon authored
Add a check to only call the cookie controls service if the new state is different from the previous state, because calling setChecked programmatically triggers onCheckedChanged. Bug: 1040091 Change-Id: I639a08cf47e365a3542c94b18ba680defca55b99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132209Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Cr-Commit-Position: refs/heads/master@{#755398}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //chrome/browser/media. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=raymes@chromium.org, tommi@chromium.org Bug: 714018 Change-Id: Ie7f42f27b2b92a1c0529a1e712ed627a4fe05803 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132255 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Tommi <tommi@chromium.org> Commit-Queue: Tommi <tommi@chromium.org> Cr-Commit-Position: refs/heads/master@{#755397}
-
Hailey Wang authored
Add calculation logic for maximum simultaneous load inside BackgroundTabLoadingPolicy. This will be used for restricting the number of background tabs loading in a future CL. Bug: 1059341 Change-Id: I7ecd751fafb202ffda09472a2121f72a02a22cb3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2120267 Commit-Queue: Hailey Wang <haileywang@google.com> Reviewed-by:
François Doray <fdoray@chromium.org> Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Cr-Commit-Position: refs/heads/master@{#755396}
-
Clark DuVall authored
The geolocation permission was getting automatically denied on some test runs. This should verify if it is because the prefs are getting persisted across test runs. Bug: 1064500 Change-Id: I385bb1326efa51c7885181a0f2557c8081bc313a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132669 Commit-Queue: Clark DuVall <cduvall@chromium.org> Commit-Queue: John Abd-El-Malek <jam@chromium.org> Auto-Submit: Clark DuVall <cduvall@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Cr-Commit-Position: refs/heads/master@{#755395}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //chrome/browser/chromeos/attestation. This rewriter replaces calls to base::Bind and base::BindRepeating with calls to base::BindOnce, in case the result is immediately assigned to a base::OnceCallback. Given that base::RepeatingCallback is implicitly convertible to base::OnceCallback, there is no change in functionality. Steps: 1. run_tool.py --tool base_bind_rewriters \ --tool-arg='--rewriter=bind_to_bind_once' 2. git cl format This CL was uploaded by git cl split. R=emaxx@chromium.org Bug: 714018 Change-Id: Iebee9bd19db9cd252dffa538ea34ebb1d169df62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132253 Auto-Submit: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Commit-Queue: Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#755394}
-
Jan Krcal authored
This is a core Sync health metric. Bug: 1063924 Change-Id: Ie7b6c047bc6be518f41cf8ff5b8bfded202c2cc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131827 Auto-Submit: Jan Krcal <jkrcal@chromium.org> Commit-Queue: Brian White <bcwhite@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Cr-Commit-Position: refs/heads/master@{#755393}
-
Sean Harrison authored
Translation team flagged this string for having an erroneous period. Bug: 1032584 Change-Id: Iedc92d023a6fe9e223c1be426daf4370122d1d43 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131916Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Cr-Commit-Position: refs/heads/master@{#755392}
-