- 13 Nov, 2020 40 commits
-
-
Maxim Kolosovskiy authored
uploading Bug: 1111809 Change-Id: Ifc174f35e840f9bcbca0e47cfeea1a4636801d0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527060 Commit-Queue: Maxim Kolosovskiy <kolos@chromium.org> Reviewed-by:
Christos Froussios <cfroussios@chromium.org> Cr-Commit-Position: refs/heads/master@{#827299}
-
Michael Bai authored
Bug: 1137463 Change-Id: I28bd2869b0007d4894f4110a48693014a6ce0b01 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536083Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#827298}
-
Michael Bai authored
Bug: 1114819 Change-Id: Iba1461d2269d5d07631066c1afb7564da8f12bf3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536015Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Michael Bai <michaelbai@chromium.org> Cr-Commit-Position: refs/heads/master@{#827297}
-
Lukasz Anforowicz authored
After this CL, chrome.tabs.update-initiated (and other extension-API-initiated) navigations to about:newtab will navigate to chrome://new-tab-page (similarly rewriting other URLs - e.g. "about:version" => "chrome://version" or "localhost:1234" [wrong scheme] to "http://localhost:1234"). This CL restores the old, pre-r818969 behavior that some extensions depend on. As pointed out in https://crbug.com/1145381#c4, exposing an ability to manipulate URLs in an unexpected way may erode some of security benefits that were achieved via an earlier r818969. This additional security risk seems acceptable because 1) this ability is only exposed to extension origins and 2) the URL is mutated upfront, before a navigation starts, 3) invalid URLs are rejected. Fixed: 1145381 Change-Id: Ia1dd7d8a0f4fd373d04e1b1353419ac30f88eb06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2519034Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#827296}
-
Nate Chapin authored
This removes the need for NavigatorNetworkInformation and WorkerNavigatorNetworkInformation. Bug: 1147612 Change-Id: I59f178cf746be7bf25c0246e6fc312f912b9ec47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533636 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#827295}
-
Paul Moy authored
With the initiative to create more sensible defaults for cros_healthd's diagnostic routines, the urandom routine shouldn't need to have its length_seconds parameter specified. If the parameter is not specified, the routine will use a default value. Bug: chromium:1131609 Change-Id: I9fbcedf35ea4d2cfbf44df79afb96510206c46f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533677 Commit-Queue: Paul Moy <pmoy@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Maksim Ivanov <emaxx@chromium.org> Cr-Commit-Position: refs/heads/master@{#827294}
-
Dave Tapuska authored
Move the emulation code into the base class. The construction of the emulator is gated on a ForMainFrame check. BUG=1097816 Change-Id: Iec921f6639caad1f216a9429e6a2c96b095c5321 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533907 Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Cr-Commit-Position: refs/heads/master@{#827293}
-
Mark Mentovai authored
This version of Xcode updates the macOS SDK to 11.0 20A2408 (closer to 11.0 than 11.0.1). Bug: 1108831 Change-Id: I9fe09af1d325e0e68e7351fe7f92ce84e676c922 CQ-Include-Trybots: luci.chromium.try:mac-arm64-rel Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537573 Commit-Queue: Mark Mentovai <mark@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#827292}
-
Kenichi Ishibashi authored
This is a follow-up of [1]. [1] https://chromium-review.googlesource.com/c/chromium/src/+/2532161/comment/b7184485_63304094/ Bug: N/A Change-Id: Icbb987ab9753a817dd64e12f3dd17be7e20919aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537520 Auto-Submit: Kenichi Ishibashi <bashi@chromium.org> Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#827291}
-
Aaron Leventhal authored
The call to MaybeUpdateLayoutAndCheckValidity() could end up in a call to OnImageRemoved(), which would remove the image from the map. Bug: 1144269 Change-Id: I9d38f2db283b41ce25bc40e95f10156849ebd39e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537571 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Nektarios Paisios <nektar@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#827290}
-
edchin authored
Design doc: go/bling-phishguard This CL continues work to compile code in iOS that was previously disabled behind PASSWORD_REUSE_DETECTION_ENABLED. Bug: 1147962 Change-Id: I6a22a7b44d3b2948a99cc5e0dbe409061ec22745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537593 Commit-Queue: edchin <edchin@chromium.org> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Cr-Commit-Position: refs/heads/master@{#827289}
-
sauski authored
Previously the survey dialog inherited the default zoom level of the browser, which caused some sizing issues. This CL resets the zoom level for the HaTS website for the non-primary OTR profile in which the survey is loaded. Bug: 1147390 Change-Id: I7369ad83fae255731617d1a9a43a4c2fd588502d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526344 Commit-Queue: Theodore Olsauskas-Warren <sauski@google.com> Reviewed-by:
Bret Sepulveda <bsep@chromium.org> Cr-Commit-Position: refs/heads/master@{#827288}
-
Hidehiko Abe authored
This is a reland of 7fdaa429 Original change's description: > Fix auto key repeat event interpretation. > > The original code interprets "rate" (the second argument) in > millisecond units. However, by definition, it is the number of > key events per second. > > Bug: 1141473 > Test: Ran on DUT. Ran unittest locally. > Change-Id: Iccdcd2c1e5fc3160da054617bc3e173bb23e9657 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2507412 > Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Cr-Commit-Position: refs/heads/master@{#827223} Bug: 1141473 Change-Id: I9af00fa55fc77cd931d3e203afd47e3a48e4b826 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537793Reviewed-by:
Markus Heintz <markusheintz@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Markus Heintz <markusheintz@chromium.org> Cr-Commit-Position: refs/heads/master@{#827287}
-
Clark DuVall authored
This may not be needed anymore, bots seem to pass without it. It looks like this was significantly slowing down startup, so if this does pop up again we probably want to find a better way to deal with it. Startup time improvements: 7.9% on android-go: https://pinpoint-dot-chromeperf.appspot.com/job/15b854a9520000 10.7% on Pixel 2: https://pinpoint-dot-chromeperf.appspot.com/job/12c81a5b520000 3.7% improvement in first contentful paint: https://pinpoint-dot-chromeperf.appspot.com/job/16b631cd520000 Bug: 1146438, 1112001 Change-Id: Icb2dd4333146c866bf67048040414c965eb93513 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535615Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#827286}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202011130600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/MixcfTPFsHokR735rFKmvn0Ctjeu1IlipdRyybXfstwC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: help-app@grotations.appspotmail.com Change-Id: Idfa903002d7d0dd64dbb58a2a58015f9951b908c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537912Reviewed-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@{#827285}
-
Xianzhu Wang authored
The assumption of not compositing fixed-position elements was outdated. It no longer depends on opacity or PreferCompositingToLCDText. Also convert these tests into ref tests. Change-Id: I1b022d675858299abda0b0d37768aa3198a4ac76 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533872 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#827284}
-
Aaron Colwell authored
This fixes flakiness in a variety of browser tests on Android caused by nested calls to Java_NestedSystemMessageHandler_dispatchOneMessage(). This method calls into looper code that is not reentrant safe which results in crashes. This change refactors the MessagePumpUI & NestedMessagePumpAndroid logic so that work can be dispatched without the looper code on the call stack. The code detects whether work events are being dispatched while inside the looper and defers that work until the Java_NestedSystemMessageHandler_dispatchOneMessage() call returns. This allows us to avoid making reentrant calls into the looper while still allowing nested RunLoops to work properly. - Splits MessagePumpUI::OnDelayedLooperCallback() and MessagePumpUI::OnNonDelayedLooperCallback() into 2 pieces so the dispatching of work can be separated from the looper callback. - Added deferred work tracking logic to NestedMessagePumpAndroid so that it can keep track of what events occurred while the looper was running and dispatch work once the looper returns. - Added logic to save/restore the delegate and quit status so that quitting one Run() level does not quit all levels. This makes the code more consistent with other MessagePump implementations. - Enable tests on Android that were previously disabled because of flakiness caused by crashing in the looper. Bug: 1110497, 1129592 Change-Id: I4cfb8804275045b6fb4ab2b0d89cdc20fdb8ea4c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2511790Reviewed-by:
Nasko Oskov <nasko@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Aaron Colwell <acolwell@chromium.org> Cr-Commit-Position: refs/heads/master@{#827283}
-
Nate Chapin authored
Navigator and WorkerNavigator. This allows a little bit of code-sharing. It also provides a Supplementable interface for classes that want to Supplement both Navigator and WorkerNavigator. Bug: 1147612 Change-Id: I9d587a8184479fbb1854e262d8350f0300d2e80f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535391Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#827282}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/180faebe8827..bee6408d7b67 2020-11-13 hta@webrtc.org Introduce length checking of all STUN byte string attributes 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: chromium:1144646 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: If77a043ede7056b4cae2b7b5a63715db92f56a99 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537910Reviewed-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@{#827281}
-
Clemens Arbesser authored
- Persist status message and progress bar between trigger script and regular script. - Stop the trigger script on empty server response. Bug: b/173106457 Change-Id: I843a5c18d09143fffaebf742f50005edb79574f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2534934Reviewed-by:
Mathias Carlen <mcarlen@chromium.org> Commit-Queue: Clemens Arbesser <arbesser@google.com> Cr-Commit-Position: refs/heads/master@{#827280}
-
Alexander Cooper authored
Construction logic is defined: https://immersive-web.github.io/layers/#dom-xrwebglbinding-xrwebglbinding Change-Id: I01fa10b1d1413a70150134e2423630dc4d0546a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536038 Auto-Submit: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Brandon Jones <bajones@chromium.org> Reviewed-by:
Brandon Jones <bajones@chromium.org> Cr-Commit-Position: refs/heads/master@{#827279}
-
Tanmoy Mollik authored
Refactor BookmarkPersonalizedSigninPromoDismissTest to use AccountManagerTestRule and ChromeActivityTestRule instead of SyncTestRule so that it can be batched easily. Bug: 1145843 Change-Id: Ia005508ccd84c439b04b25a65af0930b5a15ee0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527021 Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Marc Treib <treib@chromium.org> Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#827278}
-
Roman Arora authored
Adjust Tab search dark mode colors to meet WCAG requirements. - Selection/Hover colors now match Omnibox colors. - Fix non-existent variable name Screenshots: Before: https://drive.google.com/file/d/1BMIahHv0hNaxuXuAtk228QgGPip9HKJR/view?usp=sharing After: https://drive.google.com/file/d/16fnTW0bLdwRDp2_VCe3IzuOTsOniGL2k/view?usp=sharing Bug: 1110109 Change-Id: I087c49a9b98da70ab59f2e433f1487ec1ac008d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2533674Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Reviewed-by:
Thomas Lukaszewicz <tluk@chromium.org> Commit-Queue: Roman Arora <romanarora@chromium.org> Cr-Commit-Position: refs/heads/master@{#827277}
-
Ben Mason authored
TBR=govind@chromium.org Change-Id: I6aa9bff3c0e77769352cd04ad853c1a179f40807 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537750Reviewed-by:
Ben Mason <benmason@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Commit-Queue: Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#827276}
-
David Bienvenu authored
This completes the conversion of media/filters/*. Bug: 1007805 Change-Id: I86c90287a612b055e780eb175ef7f162d87f420f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2532903Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#827275}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2b4007e5. 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 NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-payments-fyi-rel Change-Id: I41177f05638d4efe32258f8a0154b5339927bcda Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537875Reviewed-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@{#827274}
-
Eugene But authored
This is a follow up to crrev.com/c/2533841 Bug: 1103752 Change-Id: I08ec6ffdafb72eb21f2617dd02585694a381ef6b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2535910Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#827273}
-
Tim Sergeant authored
This adds the Files app to the spot after the Chrome icon, for new users only. There's also some variations of the default pin layout controlled by a Finch experiment, I've moved the Files app up in those layouts for consistency. This change was requested for M88 and will be merged back. Bug: 1148519 Change-Id: Iae54561fec599b813ba97e82a5678fa834a02db2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537214Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Auto-Submit: Tim Sergeant <tsergeant@chromium.org> Cr-Commit-Position: refs/heads/master@{#827272}
-
Robbie Gibson authored
This allows other coordinators to use the LocationBarSteadyViewMediator if they want to use the LocationBarSteadyView. Bug: 1094335 Change-Id: I6fd912f8a2d560d7f3928b2201d42c8fff2b937a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2526425Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Reviewed-by:
Stepan Khapugin <stkhapugin@chromium.org> Commit-Queue: Robbie Gibson <rkgibson@google.com> Cr-Commit-Position: refs/heads/master@{#827271}
-
edchin authored
Design doc: go/bling-phishguard This CL continues work to compile code in iOS that was previously disabled behind PASSWORD_REUSE_DETECTION_ENABLED. Runtime changes are put behind a new feature flag. Bug: 1147962 Change-Id: I102c7c34630e7d3e848f2077b2703d223e4a788c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536936Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Ali Juma <ajuma@chromium.org> Commit-Queue: edchin <edchin@chromium.org> Cr-Commit-Position: refs/heads/master@{#827270}
-
Matthias Körber authored
Moves the place in the code where the precedence is granted to mitigate that overall predictions are not cached. Change-Id: Ib768918d2e0267b02846da534d904fa53df5ffbe Bug: 1148782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537835Reviewed-by:
Christoph Schwering <schwering@google.com> Commit-Queue: Matthias Körber <koerber@google.com> Cr-Commit-Position: refs/heads/master@{#827269}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202011130600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/lncFJYEwVu27fQaQFf8XRHbjYztYJXFXPbFvQaiqj_0C If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-app@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 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: media-app@grotations.appspotmail.com Change-Id: Ie4c95b099396cd95e10f65b29276ac8c2347fad8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537869Reviewed-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@{#827268}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/8bf9368130b8..f1f7c370eb0d 2020-11-13 treehugger-gerrit@google.com Merge "tp: Improve error message for RUN_METRIC substitution" 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: Ib2f504c4b531ef214ecd35a78719d16a147ff7de Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537911Reviewed-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@{#827267}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/4fb2d48fe563..8bf9368130b8 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-trace-processor-linux-chromium 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 Tbr: perfetto-bugs@google.com Change-Id: I1172908a7cb01fd6467c1a347f7b48ca3b85e851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537877Reviewed-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@{#827266}
-
Hans Wennborg authored
Due to a diagnostics change, it doesn't pass with tip-of-tree Clang. Delete it for now, and when Clang is updated it can be re-instated with updated expectations. Bug: 1148761 Change-Id: I5812c1a60eeaa19ec49507487402c1df169f2125 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537634 Commit-Queue: Hans Wennborg <hans@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Hans Wennborg <hans@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#827265}
-
Kramer Ge authored
This is a reland of 4ff93eee Remove over-constraining DCHECKs and add back egl fence workaround when EGL_ANDROID_native_fence_sync is not supported. Original change's description: > [ozone/wayland] Use linux_explicit_synchronization_protocol for in-fence > > If linux_explicit_synchronization_protocol is implemented by wayland > server, submit access fence together with buffers. Otherwise, wait for > fences in gpu process. It is preferred to defer waiting for buffer > content ready in Wayland server, because waiting for access fences in > client can be time-consuming. > > The access fence for primary plane should be inserted by the buffer queue. > > This is 7/? CL for overlay forwarding using wl_subsurface. > > Change-Id: I8a031c1941591c48eac8a51d12af195c345002e2 > Bug: 1063865 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2365994 > Commit-Queue: Kramer Ge <fangzhoug@chromium.org> > Reviewed-by: Robert Kroeger <rjkroege@chromium.org> > Reviewed-by: Maksim Sisov (GMT+2) <msisov@igalia.com> > Reviewed-by: Tom Sepez <tsepez@chromium.org> > Cr-Commit-Position: refs/heads/master@{#822813} Bug: 1063865 Change-Id: I4de88b299d4b8bf26ca1b1b5fa128865a2c9c38a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2518795Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#827264}
-
Egor Pasko authored
Tbr: agrieve@chromium.org Bug: None Change-Id: I5ef8c82f5ebd116f97baad82e8f2a6f1d582fc8a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2536460Reviewed-by:
Egor Pasko <pasko@chromium.org> Commit-Queue: Egor Pasko <pasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#827263}
-
Joanmarie Diggs authored
AXPlatformNodeBase::IsInvisibleOrIgnored is used to determine if, and how an element should be exposed to platform assistive technologies. It was not taking into account if the element in question was focused. As a result, if an author set aria-hidden to "true" on an ancestor of a focused widget, assistive technologies might not be able to obtain the selected text or receive the expected notifications when the text or caret offset changes. Because it is considered an authoring error to "hide" the focused element from assistive technologies, modify IsInvisibleOrIgnored to return false when the node is focused. Ax-Relnotes: Improves accessibility of focused widgets which have been incorrectly marked as hidden due to authoring error. Bug: 1144707 Change-Id: Id97053c1cddf3fa91518aa9950f4bb8ba2ca003a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2521570 Commit-Queue: Joanmarie Diggs <jdiggs@igalia.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#827262}
-
Igor Tukh authored
PermissionAuditingDatabase is a SQL-based storage for keeping information about the permissions usage. The information is represented in source code with PermissionUsageRecord structure. R=engedy@chromium.org Bug: 169305053 Change-Id: I65da241073a82baac4c02d240da36f6c379b7c56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2435307 Commit-Queue: Balazs Engedy <engedy@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#827261}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4c630d2bdded..6729bed0d4fd 2020-11-13 alcastano@google.com Introduce abstract class for categorized breakpoints 2020-11-13 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-11-13 tvanderlippe@chromium.org Update ESLint and related packages 2020-11-13 tvanderlippe@chromium.org Fix issues discovered by ESLint 7 2020-11-13 kimanh@chromium.org [LMI] Add settings view to linear memory inspector 2020-11-13 jacktfranklin@chromium.org Enable NodeText colours to be configured by parent 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:1110202,chromium:1142804,chromium:1148733 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I097051436f50fb53774b5ec2491d0c9cd8525f74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2537862Reviewed-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@{#827260}
-