- 20 Jan, 2021 40 commits
-
-
Eugene But authored
Bug: None Change-Id: I4c80be5c88f4d27f23a3566bedd52cb534f43dac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638539Reviewed-by:
Justin Cohen <justincohen@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845222}
-
Sylvain Defresne authored
Bug: none Change-Id: Iffa8026d0c0a73bdc85ca0a8c6b7285920cb52b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640574Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845221}
-
Yaron Friedman authored
1. Migrate tests to robolectric unit tests. 2. Add one integration test to confirm it's initialized Change-Id: I8e89487a7ece9cbef330caec6dae0e7bae25d44f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639647 Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#845220}
-
Leonid Baraz authored
In ScopedReservation destructor did Reserve instead of Discard! This is now fixed, and unit tests provided for this and other cases. Also, Storage tests now verify that all memory has been released after the storage is reset. Bug: b:174509632 Change-Id: Ic3594f569f53c103d6ae9c6a73bd030c5f25d698 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638220 Commit-Queue: Zach Trudo <zatrudo@google.com> Reviewed-by:
Zach Trudo <zatrudo@google.com> Auto-Submit: Leonid Baraz <lbaraz@chromium.org> Cr-Commit-Position: refs/heads/master@{#845219}
-
Robert Flack authored
Specifically, this extends the following histograms: - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2_Impl - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2_Main - Event.Latency.ScrollUpdate.Wheel.HandledToRendererSwap2 These are used to narrow down which part of scroll event dispatch was slow when Event.Latency.ScrollUpdate.Wheel.TimeToScrollUpdateSwapBegin4 has a regression during input metrics triage. When we resolve the discrepencies between these metrics and EventLatency metrics (https://crbug.com/1079116) these can be replaced but these also serve as a valuable comparison to find where the discrepencies are coming from. Bug: 1149530 Change-Id: I4826b65ab0363e5cd3ea1691580d091ebb0ea911 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626417 Commit-Queue: Robert Flack <flackr@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Mark Pearson <mpearson@chromium.org> Cr-Commit-Position: refs/heads/master@{#845218}
-
Robert Flack authored
This extends the histogram Event.SingleTapType so that we can monitor changes as we attempt to reduce the number of sites which have double tap to zoom enabled. Bug: 1088745 Change-Id: Ife06d0a4763924a3872754fdebbff63ad83abca0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2629867Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Robert Flack <flackr@chromium.org> Cr-Commit-Position: refs/heads/master@{#845217}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/7be5f12445fa..e48903477157 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 gab@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1168461 Tbr: gab@google.com Change-Id: I4537acd9f8ecf42b1a3c53a0620f67fd88321489 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640674Reviewed-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@{#845216}
-
Shengfa Lin authored
Previously, inView in GetElementLocation only checks for elements directly under document to see if the point includes the element under document. However, this does not handle element in shadow DOM. The change is to check shadow root includes the element at the point traversing all the way up to document. Bug: chromedriver:3708 Change-Id: I78cafc847fee3ec4ad850cfaaea66b2f301aa600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638653Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Shengfa Lin <shengfa@google.com> Cr-Commit-Position: refs/heads/master@{#845215}
-
Mitsuru Oshima authored
Bug: 1155308 Change-Id: I3dddd787488aeea1d82fb50f48dd469f49acb5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637088Reviewed-by:
Dominick Ng <dominickn@chromium.org> Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#845214}
-
Stephen Chenney authored
When a bitmapped image is rotated (due to embedded EXIF orientation information) the ImagePainter::PaintIntoRect function incorrectly computed the source rectangle using the unrotated image. This CL corrects that shortcoming, ensuring that the image's aspect ratio is maintained. From a patch by Eric Lawrence now with tests. Bug: 1082669 Change-Id: I667883481132986cb5a33edd269ab10ac1d29ee7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639804 Commit-Queue: Stephen Chenney <schenney@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#845213}
-
Mitsuru Oshima authored
Bug: 1155308 Change-Id: I05d8df24fabbd9c62b1228052aadf69d92f34699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2598757 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#845212}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/186fe9903404..2900a0f4cb82 2021-01-20 angle-autoroll@skia-public.iam.gserviceaccount.com Roll Chromium from f3626a1b to 13257563 (396 revisions) 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 cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_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: cnorthrop@google.com Change-Id: I96929108a4037bf21f6a97b1c19b8f9c14b3f0f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639929Reviewed-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@{#845211}
-
Daniel Hosseinian authored
Wrap around a dom-if template, which is a thriftier use of resources since the password dialog should only be shown at the beginning of a PDF viewing session. More importantly, only a small portion of PDFs require the dialog. Rename the element from viewer-password-screen to viewer-password-dialog. Fetch password dialog screens before the page is served instead of using load time data. Change-Id: I240b8c416d51e423e177548d773eab98e4ca360a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632265Reviewed-by:
dpapad <dpapad@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#845210}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/26fdcbb38b7d..4c89481be495 2021-01-20 tdenniston@google.com [svg] Implement feMorphology filter 2021-01-20 johnstiles@google.com Generate simpler code for ClampFragmentProcessor. 2021-01-20 ethannicholas@google.com Refactored SkSL convertDo & convertFor 2021-01-20 johnstiles@google.com Update glsltype_string and type_to_grsltype to a complete set. 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 scroggo@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: scroggo@google.com Change-Id: I1a7d1ca5f981a49843bee290a4808fd88f0e7c2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640673Reviewed-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@{#845209}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/540f809f11e2..ff509c5440f5 2021-01-20 andoli@chromium.org [module.json extensions] node_debugger 2021-01-20 fbeaufort@chromium.org Add categories, description, and screenshots to Application panel 2021-01-20 tvanderlippe@chromium.org Migrate naturalOrderComparator to string-utilities 2021-01-20 andoli@chromium.org [module.json extensions] media 2021-01-20 yiorsi@gmail.com Fix: remove the underline from CSS var() 2021-01-20 patrick.brosset@microsoft.com Avoid Layout pane overflows due to the color swatch hover style 2021-01-20 andoli@chromium.org Localize settings strings when used 2021-01-20 andoli@chromium.org [module.json extensions] node_main views 2021-01-20 tvanderlippe@chromium.org Migrate escapeForRegExp to string-utilities 2021-01-20 chrche@microsoft.com [Loc] Migrate inline_editor to localization V2 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:1050549,chromium:1134103,chromium:1136655,chromium:1146450,chromium:1168446 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: Ifc05c40c8da5b7ab0156c10d9f7fe873e2eb6569 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639138Reviewed-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@{#845208}
-
Robert Liao authored
The Windbg Extensions API is spread across multiple interfaces, making a template based getter more convenient than statically defined interface getters. BUG=1168231 Change-Id: Id9789641074b842ebcb086d386c58fffabdf104a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637270Reviewed-by:
Wei Li <weili@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Auto-Submit: Robert Liao <robliao@chromium.org> Cr-Commit-Position: refs/heads/master@{#845207}
-
Mehran Mahmoudi authored
This attempts to fix a flake in two tests that use UiAutomator. It replaces UiAutomator with manual MotionEvent simulations. Bug: 1165456 Change-Id: I435415fd1a238d8e30e4071c9cb94c0cbaccf5a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638396 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Calder Kitagawa <ckitagawa@chromium.org> Auto-Submit: Mehran Mahmoudi <mahmoudi@chromium.org> Cr-Commit-Position: refs/heads/master@{#845206}
-
Benjamin Beaudry authored
On Windows, Narrator's text navigation by paragraph, line, word and character stops on <hr> elements and it didn't in legacy Edge. This is a pain point for many of our users, so we decided to reproduce the behavior we had on legacy Edge. when navigating a web page by word or character. Bug: N/A AX-Relnotes: Narrator will no longer stop on horizontal separators Change-Id: Iaa4496e1ff1c18ba229d69921cb3b16634e146d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611648 Commit-Queue: Benjamin Beaudry <benjamin.beaudry@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#845205}
-
Tim van der Lippe authored
Required for https://crrev.com/c/2631120 R=szuend@chromium.org Bug: 1050549 Change-Id: I0577204362fafbc4598a05b10cc8c8f522ae6792 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640496 Commit-Queue: Tim van der Lippe <tvanderlippe@chromium.org> Commit-Queue: Simon Zünd <szuend@chromium.org> Auto-Submit: Tim van der Lippe <tvanderlippe@chromium.org> Reviewed-by:
Simon Zünd <szuend@chromium.org> Cr-Commit-Position: refs/heads/master@{#845204}
-
Steven Bennetts authored
This also modernizes DeviceState.apn_list_ to use Value instead of ListValue and removes the unused accessor. Bug=b:176226595 Change-Id: Ida3f1eb4c12d2af39ab7cc183e40a2f66dd3acff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640634 Auto-Submit: Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Azeem Arshad <azeemarshad@chromium.org> Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Cr-Commit-Position: refs/heads/master@{#845203}
-
Peter E Conn authored
The linked bug occurred because when the disclosure notification is accepted, we update the SharedPreferences saying so, but the UX model is not updated as well. Because it would be quite difficult/involved to trigger an update in the model from the BroadcastReceiver that is triggered by the notification, we just check to see if the underlying data has been updated when the Activity is stopped. Change-Id: I30067ff39c064d9bedc872ab822f30a9d8749dbf Bug: 1168306 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640453Reviewed-by:
Ella Ge <eirage@chromium.org> Commit-Queue: Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#845202}
-
Lijin Shen authored
Listening to the modal dialog managers in order to suspend/hide when dialogs are shown/hidden. Bug: 1163300 Change-Id: I2d2ddac572f22cd4d270b1693a9ece5ec18ade0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633196 Commit-Queue: Lijin Shen <lazzzis@google.com> Reviewed-by:
Pavel Yatsuk <pavely@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#845201}
-
Jana Grill authored
Change the domain placeholder name to manager and adjust its description and add screenshot to make it easier for the translators to understand the usage of the text. Strings that are constructed with this message already use the manager rather than the domain. Bug: b:172678338 Test: None Change-Id: Ife33997d6acd0e2d51d4c7a70f9f401816dcaa33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635141Reviewed-by:
Brian Malcolm <bmalcolm@chromium.org> Commit-Queue: Jana Grill <janagrill@chromium.org> Cr-Commit-Position: refs/heads/master@{#845200}
-
Eugene But authored
Change-Id: If0661618b0e6d11f17f3cd6dd5cb7cb031628a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638405Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
David Jean <djean@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845199}
-
chinsenj authored
Currently ctrl + overview calls CaptureModeController::CaptureScreenshotsOfALlDisplays() but this does not record any metrics. This CL changes it so when CaptureScreenshotsOfALlDisplays() is called, it records to Ash.CaptureModeController.EntryPoint and Ash.CaptureModeController.CaptureConfiguration. Test: manual Bug: 1140182 Change-Id: I0671ba00ef2ddb8b75c502f8495ed6259b78a1b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2637778Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Reviewed-by:
Jeremy Chinsen <chinsenj@chromium.org> Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Cr-Commit-Position: refs/heads/master@{#845198}
-
Rune Lillesveen authored
We were missing features for correctly invalidating style on MathML elements for changes affected by UA rules. Bug: 1167169 Change-Id: Idb6c95dbf3526b5f293f7e4b593f403a34721253 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2632949 Commit-Queue: Rune Lillesveen <futhark@chromium.org> Reviewed-by:
Frédéric Wang <fwang@igalia.com> Cr-Commit-Position: refs/heads/master@{#845197}
-
Eugene But authored
Change-Id: I64cb7e84946575ebf0116733a1e49bfaf1525d3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638782Reviewed-by:
Caitlin Fischer <caitlinfischer@google.com> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#845196}
-
chromium-autoroll authored
Roll ChromeOS Orderfiles from 89-4380.0-1610362181-benchmark-89.0.4389.4-r1 to 89-4380.0-1610362181-benchmark-89.0.4389.5-r1 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/+doc/master/autoroll/README.md Tbr: c-compiler-chrome@google.com Change-Id: Iade4b9eac050dc4fdab6e76f19d4804f8b762ec3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639158Reviewed-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@{#845195}
-
Tibor Goldschwendt authored
MV tile button color should follow the NTP theme. However, during refactoring we made the tile button color follow the OS mode. This CL reverts the relevant changes. Bug: 1168368 Change-Id: Ied5b56c5774e359b7c674b54786079bf0ec3a0a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638858 Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by:
Yue Zhang <yuezhanggg@chromium.org> Cr-Commit-Position: refs/heads/master@{#845194}
-
Titouan Rigoudy authored
This change is a functional no-op. Along the way, I took the opportunity to improve documentation on PolicyContainerHost constructors that are called in this change. Bug: chromium:1126856, chromium:1154729 Change-Id: I28a600c00fbcb107d9c2ed72dd6070bc05fb62ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2600744 Commit-Queue: Titouan Rigoudy <titouan@chromium.org> Auto-Submit: Titouan Rigoudy <titouan@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Antonio Sartori <antoniosartori@chromium.org> Cr-Commit-Position: refs/heads/master@{#845193}
-
Kevin McNee authored
This is a partial revert of https://chromium-review.googlesource.com/c/chromium/src/+/1986918 which caused a chrome force-signin flow to crash. Bug: 1076696, 1038584 Change-Id: I2148a18bd3d36700ade50b554511d580e2d73164 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633805Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Michael Wasserman <msw@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#845192}
-
Maria Kazinova authored
forms. __gCrWeb.passwords.getPasswordFormDataAsString method is not supporting forms that are outside the <form> tag properly, this CL fixes it. Change-Id: If8897e966a6d5b62661c8094bb01cb82fdbf9681 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2640115Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Maria Kazinova <kazinova@google.com> Cr-Commit-Position: refs/heads/master@{#845191}
-
Elly Fong-Jones authored
This dialog requires its completion callback to be run even when the dialog is closed without either accepting or cancelling it, so wire that up. Bug: 1163052 Change-Id: Ibd7232b5addbf6f30e39050c7e955207670b0153 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618097Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Commit-Queue: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#845190}
-
Yue Li authored
Bug: b/175747630 Test: None Change-Id: I6e0c50ffa3a90a8088cfa21f3c1cf128f7fd412f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2636877 Auto-Submit: Yue Li <updowndota@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#845189}
-
chromium-internal-autoroll authored
Release_Notes: http://go/media_app-x20/relnotes/Main/media_app_202101200600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/LTwCHYV_Qb_5UAU6yqK2ddjnDLJwx7QJG5dCp9yUO-UC 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: b/138543581,b/172415656,b/177381366,b/177381582,b/177382762,b/177388943,b/177604649,b/177784709,b/177856222 Tbr: media-app@grotations.appspotmail.com Change-Id: I4eb9ad72d9c518f37f467188500176a17a1872a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2639517Reviewed-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@{#845188}
-
Brandon Wylie authored
When going straight to incognito, the search engine logos feature isn't setup correctly. Bug: 1117574 Change-Id: I3a622727b24c06dc3f89f35dc5cf053fdb8d0c5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2626350 Commit-Queue: Brandon Wylie <wylieb@chromium.org> Reviewed-by:
Filip Gorski <fgorski@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/master@{#845187}
-
minch authored
Update the buttons visibility while initializing the desks bar, regardless of the desk bar's state. Bug: 1167362 Change-Id: I8f4578300ff4259bcba14a4f175c55ed062ccb03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2635442Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#845186}
-
Mike Chen authored
This is to enable performance measurements of individual optimisations on stack tracing. To provide useful debugging information, Arm's Memory Tagging Extension (MTE) requires capturing stack traces on each allocation, therefore unwinding is a performance-sensitive operation. We're also planning to change Chrome's unwinders for MTE's complementary technologies (PAC and BTI). This test will help us measure the impact of these various flags and changes, check for regressions, and help us find optimizations. Bug: 1137393 Change-Id: I768c2dcf2cacdc5bba2cdec81d973b87ba3d4ea0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621832 Commit-Queue: Richard Townsend <richard.townsend@arm.com> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#845185}
-
Stephen McGruer authored
As part of mandatory code review, all uses of WPT tooling have been migrated from the automatically synced copy in //third_party/blink/web_tests/external/wpt/ to the manual copy in //third_party/blink/tools/blinkpy/third_party/wpt/wpt/. It's time to stop syncing tools again :). Bug: 1165950 Change-Id: I9e05c1a2a8319e6080f6c6a86de89928b3aed6ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633424 Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Reviewed-by:
Luke Z <lpz@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@google.com> Cr-Commit-Position: refs/heads/master@{#845184}
-
Dirk Pranke authored
This addresses a 2->3 issue w/ print statements in calculate_package_deps.py. Bug: 1112471 Change-Id: I29e7e778bb8843a14fafea23e40fb754d959b772 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2638722Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Thomas Anderson <thomasanderson@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#845183}
-