- 17 Apr, 2020 40 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0173ae54a67a..02153f0ed2c9 git log 0173ae54a67a..02153f0ed2c9 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. Created with: gclient setdep -r src/third_party/devtools-frontend/src@02153f0ed2c9 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: I5469526d9469011b1945397bc503f46a7db94fbb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154555Reviewed-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@{#760053}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/748197e6959a..1bf127479c6d git log 748197e6959a..1bf127479c6d --date=short --first-parent --format='%ad %ae %s' 2020-04-17 kjlubick@google.com Reland "Revert "GrDisplacementEffect uses GrTextureEffect."" Created with: gclient setdep -r src/third_party/skia@1bf127479c6d 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 kjlubick@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: kjlubick@google.com Change-Id: Ie0e316f2b3ad1cd7ec503de25ace735ff8a24b2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154554Reviewed-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@{#760052}
-
Olivier Robin authored
Attribute is needed for some debug functions in Xcode (e.g. simulated MetricKit payload). Change-Id: I6ee8456a7dd4bc1ecc9e3ebc4e31526b2c5ad506 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144039Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Commit-Queue: Olivier Robin <olivierrobin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760051}
-
Eric Robinson authored
This histogram provides useful information when verification of the IndexedRuleset fails. Spikes in this can indicate a problem with the ruleset, and while the actual cause of the failure is less important now that the checksum method has been working for some time, overall information about failures is still needed. Bug: 1036874 Change-Id: Ia87dfcf8fff628b5f698d37334cb1c72361d438a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153315Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Eric Robinson <ericrobinson@chromium.org> Cr-Commit-Position: refs/heads/master@{#760050}
-
Michael Lippautz authored
The methods in the macro are put on every GarbageCollectedMixin which is expensive in terms of binary size. The HoH getter can be replaced with GetTraceDescriptor(). Change-Id: I0daaf3fc51a95f71baf7f6c7bed387e94963601f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2139758 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#760049}
-
Antonio Gomes authored
Note: This test fails in Firefox (and EdgeHTML) but this is expected as both haven't implemented the change on the spec yet. This is the Firefox bug about [1]. [1] https://bugzilla.mozilla.org/show_bug.cgi?id=1481876 BUG=767015, 1063749 R=rego@igalia.com Change-Id: I42392e66f6fabb3550907ad3309907f48e5fe18d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153268 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#760048}
-
Swapnil authored
installed extensions Some failures occur due to NOT_PERORMING_NEW_INSTALL error. The reason for this is a deprecated extension which should not be used, thus it is a misconfiguration from admin. Some failures occur due to REPLACED_BY_ARC_APP error. If a device doesn't support ARC++, the app will be installed, otherwise the ARC++ app will be used and this one will fail as expected. This error is considered a misconfiguration only if ARC++ is enabled for the profile. Bug: 1067605, 1067606 Change-Id: I8001c70c5b13a3aa1c06c4c3ab4549dfe1e04eda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144027 Commit-Queue: Swapnil Gupta <swapnilgupta@google.com> Reviewed-by:
Oleg Davydov <burunduk@chromium.org> Cr-Commit-Position: refs/heads/master@{#760047}
-
Gabriel Charette authored
DLL loading on background thread causing priority inversions that jank the main thread, see https://crbug.com/973868#c31 for a snapshot of a jank caused by this one. Bug: 973868 Change-Id: Id4879953754fb6bef09ef95fe998befce508e047 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152904Reviewed-by:
Robert Liao <robliao@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#760046}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/a12377e7..3b8fda4b 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I77766c4aebeec3de4e7446369f663d1bd8be8df1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154456Reviewed-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@{#760045}
-
Anqing Zhao authored
Make sure the following functions are covered. - ArcKioskAppManager::GetAppByAccountId - ArcKioskAppManager::UpdateNameAndIcon Change-Id: I5232d68c690682a94045b25a3a6e83e0595cc249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144083 Commit-Queue: Anqing Zhao <anqing@google.com> Reviewed-by:
Anatoliy Potapchuk <apotapchuk@chromium.org> Cr-Commit-Position: refs/heads/master@{#760044}
-
Mohamed Amir Yosef authored
This is a follow up to crrev.com/c/2141099 The test is still flaky because of its dependency on a singleton class. crrev.com/c/2141099 cleared the state after running each test to make sure not other tests are affected. This CL clears the states before running each test to make sure it's not affected by other tests outside chrome/browser/ssl/tls_deprecation_config_unittest.cc TBR= cthomp Bug: 2141099 Change-Id: I1bf04ee46023b43796767ca7cf92c1bda0b69cb6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153437 Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#760043}
-
Primiano Tucci authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0aa745498c75..307b31ea2a17 git log 0aa745498c75..307b31ea2a17 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 treehugger-gerrit@google.com Merge "Merged proto: Add TracingServiceState to merged protos" 2020-04-17 fmayer@google.com Improve symbolization docs. 2020-04-17 treehugger-gerrit@google.com Merge "IPC: Add Sync() method to synchronize Producer and Service" Created with: gclient setdep -r src/third_party/perfetto@307b31ea2a17 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: chromium:154237981 Change-Id: Iffb65e9784181e4d42311b9bac94631b67732277 Tbr: perfetto-bugs@google.com Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152792Reviewed-by:
Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Sami Kyöstilä <skyostil@chromium.org> Commit-Queue: Primiano Tucci <primiano@chromium.org> Auto-Submit: Primiano Tucci <primiano@chromium.org> Cr-Commit-Position: refs/heads/master@{#760042}
-
Henrique Ferreiro authored
Migrate this test out of web_tests/fast/css-grid-layout/ and into the WPT-specific directory, adding links to the relevant specs and a test assertion describing its purpose. Bug: 1063749, 767015 Change-Id: Icdb180274b6d82ae02dc25461efa1b5819670195 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151512 Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#760041}
-
Andrey Zaytsev authored
For more details: go/safety-check-mobile-design. Existing unit tests cover all of the affected code. Bug: 1070620, 1015841 Change-Id: Ie59e53d5f1f5466f5cf5cbd9c5422e2d88dc77f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2146904 Commit-Queue: Andrey Zaytsev <andzaytsev@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Rainhard Findling <rainhard@chromium.org> Reviewed-by:
Colin Blundell <blundell@chromium.org> Cr-Commit-Position: refs/heads/master@{#760040}
-
Victor Hugo Vianna Silva authored
Unit testing the new AccountStorageAuthHelper requires mocking 2 of the methods of SigninViewController. This CL makes such methods virtual and adds the basic unit test setup. Future CLs will: 1) Refactor AccountStorageAuthHelper so that it can be injected a signin_view_controller_getter callback. The controller itself cannot be directly injected since its attached to a browser, while the helper is per tab. 2) Add the actual tests. Bug: 1070944 Change-Id: I48fe5031e24ee6488be293d7f96f44c4716ae6b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153047 Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Mihai Sardarescu <msarda@chromium.org> Cr-Commit-Position: refs/heads/master@{#760039}
-
Jan Wilken Dörrie authored
This change applies the BindOnceRewriter in //google_apis. 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=kinaba@chromium.org Bug: 714018 Change-Id: Id6fb28ec93f35e37036c2277d0ec56f92cc7503f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2132191Reviewed-by:
Kazuhiro Inaba <kinaba@chromium.org> Commit-Queue: Kazuhiro Inaba <kinaba@chromium.org> Cr-Commit-Position: refs/heads/master@{#760038}
-
Sebastien Lalancette authored
Allows usage of this ViewController when we don't have a named image. Bug: 1064990 Change-Id: I53191d86f83fb552042f3f30c2de4bd954b30d09 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152896Reviewed-by:
Javier Ernesto Flores Robles <javierrobles@chromium.org> Commit-Queue: Sebastien Lalancette <seblalancette@chromium.org> Cr-Commit-Position: refs/heads/master@{#760037}
-
George Burgess IV authored
r758850 was a refactor of some code. Looks like it removed these functions from the `logging` namespace, but left the macros unchanged, causing clang-tidy errors. Bug: 1070788, 1070795 Change-Id: I15b209574674426e2a5fbbc37dc5fb4dc8f3559b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154380 Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#760036}
-
Majid Valipour authored
The test was moved but not its chrome specific automation script. Moved the script to correct folder and updated expectation file. Minor: Also rename the test to match the convention. FIXED: 912613 Change-Id: I44ddc7d5693df18f00400f79e63a95aeb626f03f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150397Reviewed-by:
Majid Valipour <majidvp@chromium.org> Reviewed-by:
Kevin Ellis <kevers@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#760035}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/29cf2b0cbb75..1261b5caa386 git log 29cf2b0cbb75..1261b5caa386 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 hbos@webrtc.org [Adaptation] Move EffectiveDegradationPreference to RA-Processor. 2020-04-17 mbonadei@webrtc.org Remove WebRTC-LibvpxVp{8,9}TrustedRateController. 2020-04-17 hbos@webrtc.org [Adaptation] Delete Processor Proof-of-Concept. Created with: gclient setdep -r src/third_party/webrtc@1261b5caa386 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: If8a47c59b7a424f7d9d123b9a415cc790c98fe6e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154553Reviewed-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@{#760034}
-
Owen Min authored
RetrieveDeviceSecret doesn't quit properly on Mac when password can't be retrieved. It invokes the |callback| twice and causes CHECK failure. Verify: 1) Install extension that has reportingPrivate permssion. 2) Open Console 3) Run following command: chrome.enterpriase .reportingPrivate.getPersistentSecret((i)=>{console.log(i);}); TEST: Manually Bug: 1068329 Change-Id: Ic12665c81a5794268e02d1208a20599aef48f500 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153893Reviewed-by:
Julian Pastarmov <pastarmovj@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#760033}
-
Alex Rudenko authored
Currently, the Esc event does not reach the inspected page when the user highlights an element in the Elements pane. With this change, the Esc event will be marked as not handled to allow event propagation. As the result, on Esc the highlighting will be turned off and the page will handle the Esc button. Fixed: 994645 Change-Id: I8aeee3364ee8806f1dc1808ce74647fd75a8b97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152369Reviewed-by:
Peter Marshall <petermarshall@chromium.org> Commit-Queue: Alex Rudenko <alexrudenko@chromium.org> Cr-Commit-Position: refs/heads/master@{#760032}
-
Antonio Gomes authored
BUG=767015, 1063749 Change-Id: I793f33d54ae5b57643fc669664793eb7e848ece9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153265 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#760031}
-
Denis Kuznetsov authored
After changes in issue 1058022 the tests are much less likely to time out on dgb/*san bots. If tests will flake again, please disable them indvidually rather then by reverting this CL. Bug: 1034481, 1031545 Bug: 1058022 Change-Id: I9c736f865d6f3cd5fedd675f5b480f6e0a458d8c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152371Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Commit-Queue: Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#760030}
-
Trent Apted authored
We're migrating away from the old Gallery chrome app. When MediaApp is enabled, r759170 ensures we pick chrome://media-app over Gallery. E.g., for the task request that comes from the Camera app to open the camera roll. This CL updates the set of tasks shown in the files app to match that logic, And implements the product request to: - Hide the Gallery in any case where the Media App can handle a file, - (ignoring any explicit preference for Gallery in this case), and - Ensure Media App is the "default" handler if there is no preference for a different app (even if that app would normally be default merely through having been installed). IsFallbackFileHandler becomes simpler because MediaApp now "can't" be a fallback handler to apply that logic, which is now encapsulated in AdjustTasksForMediaApp(). Existing expectations FileTasksBrowserTest don't change, but there are now some extra checks: - Verify that for every test case, MediaApp and Gallery are never both presented as options. - New tests are added for the logic that ensures Media App is chosen over installed apps, unless that app is an explicit user preference. Bug: 1030935, b/153387960, 1071289 Change-Id: I942dd47712817c0bc8767de7ff28d858f5e11a17 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2150528 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#760029}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/4d2298bfd78a..9f46e3dd5e11 git log 4d2298bfd78a..9f46e3dd5e11 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 63069047+pmistryNV@users.noreply.github.com Add support for extension GL_ARB_shader_bit_encoding (#2183) Created with: gclient setdep -r src/third_party/glslang/src@9f46e3dd5e11 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,timvp@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_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 Bug: None Tbr: radial-bots+chrome-roll@google.com,timvp@google.com Change-Id: I00b0098ecaa0215beac97f1190bc01faa645c855 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154552Reviewed-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@{#760028}
-
Dominique Fauteux-Chapleau authored
This is only a refactor and should not affect any existing Chrome behaviour. Change-Id: Iedceb619607d9ee63e3e6de66a7afe8934274494 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2148839Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#760027}
-
Aaron Leventhal authored
Bug: None Change-Id: I509b0b94c2ceadce9de74d644096be4f3a1c8e80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2152408Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#760026}
-
Jan Krcal authored
This CL removes any code in favicon_cache that related to favicon sync or that is not needed by the only remaining purpose of the class. This CL does not change behavior w.r.t. the remaining public API. Removing the class completely is left for follow-ups. Bug: 978775 Change-Id: Ibb69eb0258a78f056d762bf01b27a94b638a04d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2144137 Auto-Submit: Jan Krcal <jkrcal@chromium.org> Reviewed-by:
Mikel Astiz <mastiz@chromium.org> Commit-Queue: Jan Krcal <jkrcal@chromium.org> Cr-Commit-Position: refs/heads/master@{#760025}
-
Andrei Salavei authored
On secondary account sign-in, notify ARC that particular error is persistent and there is no reason to retry the sign-in request. Currently persistent errors are when user token become invalid or when requested account is missing in Chrome OS. Bug: b/146792085 Change-Id: I09addfb53968d83782390a7977c22ea1ba6b01d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108723 Commit-Queue: Andrei Salavei <solovey@google.com> Reviewed-by:
Kush Sinha <sinhak@chromium.org> Reviewed-by:
Yury Khmel <khmel@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#760024}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 6f980265. With Chromium commits locally applied on WPT: d0ad7cf8 "UpgradeInsecureRequest: Add WPTs for static-import in dedicated/shared workers" 86131ac4 "Add a test for ReplaceTrack that verifies video track content." 6c8523d2 "[scroll-timeline] Implement element-based scroll offset" 2780c65f "[css-filters] Move effect-reference-turbulence-invalid.html to WPT" 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: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=smcgruer No-Export: true Change-Id: I2adaf2c2ee2b880cb0dd33f251ce1b6682e3e207 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2153729Reviewed-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@{#760023}
-
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: Ib4be273ea7e3700445700765ad136b17bc3bec7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154550Reviewed-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@{#760022}
-
Julie Jeongeun Kim authored
This CL migrates grid-element-shrink-to-fit.html to external/wpt/css/css-grid/grid-model, adding links to the relevant specs and a test assertion describing its purpose, renaming it to grid-size-shrink-to-fit-001.html. Bug: 1063749 Change-Id: Ie09d20498f7add1792cdcfc7342778c53b99662a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154431 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Reviewed-by:
Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/master@{#760021}
-
Julie Jeongeun Kim authored
This CL migrates grid-element-min-max-height.html to external/wpt/css/css-grid/grid-model, adding links to the relevant specs and a test assertion describing its purpose, renaming it to grid-min-max-height-001.html. Bug: 1063749 Change-Id: I883f37b92e69daf841f47eb3d93983c5c1ad7a48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154363 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Manuel Rego <rego@igalia.com> Cr-Commit-Position: refs/heads/master@{#760020}
-
Boris Sazonov authored
This reverts commit 4eee5285. Reason for revert: base_unittests failures (https://ci.chromium.org/p/chromium/builders/ci/Lollipop%20Phone%20Tester/25027). Original change's description: > Reland "[Clank SSM]: Implement NativeUnwinderAndroid." > > This is a reland of 38e3a62a > > Reason for revert: Official build failure crbug/1071307 > Fix: Compile NativeUnwinderAndroid + tests only on arm/arm64 > > Original change's description: > > [Clank SSM]: Implement NativeUnwinderAndroid. > > > > This CL implements NativeUnwinderAndroid & tests for android > > unwinding support. It also enables StackSamplingProfilerTest > > on Android. > > > > A new target source_set is added, native_unwinder_android > > that contains NativeUnwinderAndroid. > > StackSamplingProfilerTest depends on it for android. > > > > Bug: 989102 > > Change-Id: Ie38fd99ca5fb053e1881d0977924b70a6fbc1e9b > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055743 > > Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> > > Reviewed-by: Nico Weber <thakis@chromium.org> > > Reviewed-by: Mike Wittman <wittman@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#759283} > > Bug: 989102, 1071307 > Change-Id: I03345dc46b205f3c1b211ffa9aeb6d51fdacaacf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151727 > Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> > Reviewed-by: Mike Wittman <wittman@chromium.org> > Reviewed-by: Nico Weber <thakis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#759777} TBR=gab@chromium.org,thakis@chromium.org,wittman@chromium.org,etiennep@chromium.org Bug: 989102, 1071768 Change-Id: I90411b354f4f357de7a1dffcd194051eac2eb820 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154186Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Boris Sazonov <bsazonov@chromium.org> Cr-Commit-Position: refs/heads/master@{#760019}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/4479a822c03f..29cf2b0cbb75 git log 4479a822c03f..29cf2b0cbb75 --date=short --first-parent --format='%ad %ae %s' 2020-04-17 mbonadei@webrtc.org Fix link to prerequisite SW for Android development. Created with: gclient setdep -r src/third_party/webrtc@29cf2b0cbb75 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: Ifedb7e35860a321f281f34912c7edada00d2bb4e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154548Reviewed-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@{#760018}
-
Matt Falkenhagen authored
This adds a histogram to the renderer similar to the browser one added in r758112. Testing locally there is up to ~1 second of delay because of main thread contention (JavaScript, layout, etc). Getting real-world data may be useful. Bug: 1017710 Change-Id: Ice19fd232ef99385f64f4ef4c1eb383ccfd8ac4a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2145387Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#760017}
-
Roman Sorokin authored
Stop honor the policy on the lock screen. Also tweaked LoginScreen*Policy tests a bit Fixed: 1071012 Bug: 1067260, 1071010, 1071779 Change-Id: Icaa5fd108b66dbe22fde738f000b3eff49236347 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2149357 Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Cr-Commit-Position: refs/heads/master@{#760016}
-
David Roger authored
The cause of the flake is not known but it may be the combination of BrowserWithTestWindowTest and MOCK_TIME. Some tests in that suite need BrowserWithTestWindowTest, and one test needs MOCK_TIME. There is no test that needs both. This CL splits the tests in two groups: - tests that need BrowserWithTestWindowTest. They are now no longer using MOCK_TIME - test that needs MOCK_TIME, now no longer using BrowserWithTestWindowTest. Fixed: 1014790 Change-Id: I2ee2cce2b38f21c00de3d841913c7307b17b2a78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2151590Reviewed-by:
Monica Basta <msalama@chromium.org> Commit-Queue: David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#760015}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/71edd921..a12377e7 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I325c3e119828bd08ed208b2739e83619852e529d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2154451Reviewed-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@{#760014}
-