- 20 Nov, 2019 40 commits
-
-
John Chen authored
Disabling the following tests on android-go_webview-perf: * system_health.common_mobile/browse:media:youtube:2019 * system_health.common_mobile/browse:news:nytimes:2019 * system_health.common_mobile/browse:news:cnn:2018 TBR=crouleau@chromium.org NOTRY=true Bug: 1026822 Change-Id: I2581e3c21158edff2563de628bfa41de7349271d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927216Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#717272}
-
Sammie Quon authored
Test: manual Change-Id: I6631d68eace73d0a3a783cc81a9dacd64a3060bb Fixed: 1005180 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927009Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Commit-Queue: Sammie Quon <sammiequon@chromium.org> Cr-Commit-Position: refs/heads/master@{#717271}
-
ckitagawa authored
This CL hooks up components/services/paint_preview_compositor to Chrome. This service is similar in function to the pdf_compositor, but handles different data and produces a different output. Specifically, it consumes SkPictures and produces Bitmaps. Note: this is behind the buildflag enable_paint_preview Bug: 1011430 Change-Id: I0d169833c65fdb07e02d12dd0753ddc0066bb87a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879560Reviewed-by:
Colin Blundell <blundell@chromium.org> Reviewed-by:
Ian Vollick <vollick@chromium.org> Reviewed-by:
Mehran Mahmoudi <mahmoudi@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#717270}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=kylechar@chromium.org Bug: 1023677 Change-Id: Ie9121e5e3b44b0e61475908e3b2f7a9e3bb22699 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926872 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#717269}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/google/shaderc/+log/c7f5cfd07f41..091a11f81dce git log c7f5cfd07f41..091a11f81dce --date=short --no-merges --format='%ad %ae %s' 2019-11-20 9856269+sarahM0@users.noreply.github.com Add spvc parser support for OpUndef, OpString, OpMemberDecorate, OpDecorationGroup, OpLine, and OpNoLine (#898) Created with: gclient setdep -r src/third_party/shaderc/src@091a11f81dce If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/shaderc-chromium-autoroll Please CC radial-bots+chrome-roll@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=radial-bots+chrome-roll@google.com Bug: None Change-Id: I8e9e4c9e27f01e13702dab57b589353b2c396d90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925456Reviewed-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@{#717268}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=karandeepb@chromium.org Bug: 1023677 Change-Id: I0a3ffdd7fb46eae4caab2a4bd412558ec88a56ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926944 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#717267}
-
Matt Falkenhagen authored
Bug: 1007763 Change-Id: I023398876a01f064c66aa039cad30ae18de93632 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924178 Commit-Queue: Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#717266}
-
Etienne Bergeron authored
The only place where RenderTextMac is created is with RenderText::CreateFor(Typesetter::NATIVE). Typesetter::NATIVE is currently used for TextEliding at these three places: * https://cs.chromium.org/chromium/src/chrome/browser/download/download_ui_model.cc?l=241 * https://cs.chromium.org/chromium/src/chrome/browser/download/download_ui_model.cc?l=247 * https://cs.chromium.org/chromium/src/chrome/browser/ui/toolbar/back_forward_menu_model.cc?l=106 Thus, the RenderTextMac is no longer used for text rendering. Bug: 454835 Change-Id: Iccf81ab85e846469d66ad4a9863a067ea566c411 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902193 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
ccameron <ccameron@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#717265}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=alexilin@chromium.org Bug: 1023677 Change-Id: I5e9d0eeafc9c1d89454c1ef489c14ead6f0b14da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926936 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#717264}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=hendrich@chromium.org Bug: 1023677 Change-Id: I0c49e6220082ed39c6f4cd890abf601696b37f27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926926 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Commit-Queue: Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#717263}
-
Matt Falkenhagen authored
Mostly around gpu* files. Bug: 1007763 Change-Id: I2775108b85341ddf4b6b66da22f3eb744c0b2a66 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924338Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#717262}
-
Jordan Bayles authored
This patch implements Open Screen's TLS connection API inside of Chrome's Open Screen platform implementation. A platform client implementation is included, as well as a few network utilities, changes to ChromeUdpSocket to use the new network utilities, and a new MojoDataPump implementation backing a new NetworkDataPump interface. Finally, a new network annotation is included, as well as unit testing of all of the new nontrivial classes. t ccl format Change-Id: I7c53cbf1f2cc122f99d9c2f7a88da40e5dd88b90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1867446 Commit-Queue: Jordan Bayles <jophba@chromium.org> Reviewed-by:
Yuri Wiitala <miu@chromium.org> Reviewed-by:
mark a. foltz <mfoltz@chromium.org> Reviewed-by:
Ramin Halavati <rhalavati@chromium.org> Cr-Commit-Position: refs/heads/master@{#717261}
-
Reilly Grant authored
Bug: 1007656 Change-Id: I9fad1474439514365fd44065e5175e546fc920c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925466 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Toni Baržić <tbarzic@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#717260}
-
Demetrios Papadopoulos authored
JS done automatically with git cl format --js chrome/browser/resources/downloads/ HTML done manually by removing extra indentation. Fixed: 1022215 Change-Id: If784d43a5035b0ec921a44d45b24b0fcc0500b96 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918440Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#717259}
-
Xianzhu Wang authored
Rebaseline some tests for CAP. compositing/change-preferCompositingToLCDText-setting.html is removed because we don't (need to) support dynamic switching setting of prefer-compositing-to-lcd-text. The related compositing decision functionality has been tested in unit tests. Bug: 524134 Change-Id: I5b63d582b012f60914d961444393871921596ff0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925770Reviewed-by:
Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#717258}
-
Lei Zhang authored
It is only used within headless_content_main_delegate.cc, so do not expose in the header. Change-Id: If3b84d343906bc74683bee357ed3a3bb3748d67f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927021 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#717257}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=tienmai@chromium.org Bug: 1023677 Change-Id: Ifea0a0c234d52f2fbc54e4cee8ef0c6430a04396 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925730 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#717256}
-
Michael Spang authored
Having this dependency in use_x11 && !use_ozone builds is unexpected, but we can handle it. It's not used in any other builds, so remove it from those. Bug: 1026406 Change-Id: Id72c86cd501cb22a0ee25513d2024cf990cfcff6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925676 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#717255}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=yusufsn@google.com Bug: 1023677 Change-Id: I22198e3d52314be41e082681148180bfae85d074 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926880 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Tien Mai <tienmai@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#717254}
-
Eric Lawrence authored
With an eye toward deprecating use of the registerProtocolHandler API from cross-origin subframes, add UMA datapoints to determine how broadly this API is used in that context. Bug: 977083 Change-Id: Ia87f7bfb14774dc2dcc682101a0f03253601c235 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924795 Commit-Queue: Mike West <mkwst@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#717253}
-
Michael Spang authored
There's an erroneous dependency that builds ozone layout code in all builds. Remove it. Bug: 1026406 Change-Id: I8434c30ae0e41351bf156c2443c86da3177b29ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925675 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Cr-Commit-Position: refs/heads/master@{#717252}
-
Tom Anderson authored
BUG=1025266 R=rjkroege Change-Id: Id1e67e64e1eb433d26a9f54c1d2b201c8215c71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922697 Commit-Queue: Thomas Anderson <thomasanderson@chromium.org> Auto-Submit: Thomas Anderson <thomasanderson@chromium.org> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Cr-Commit-Position: refs/heads/master@{#717251}
-
Francois Doray authored
This param will be used to asses the maximum gains that we can get by investing in freezing all tabs. We don't have plan to ever freeze media tabs, so it makes sense to opt them out in this experiment. Change-Id: I07456aacd5168ffc7cc776c203c6a74517dbeabd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924880Reviewed-by:
Sébastien Marchand <sebmarchand@chromium.org> Commit-Queue: François Doray <fdoray@chromium.org> Cr-Commit-Position: refs/heads/master@{#717250}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=karandeepb@chromium.org Bug: 1023677 Change-Id: I48254db78b1a4fbd2a1e5236d6a0751214e25f88 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926919 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#717249}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=jdeblasio@chromium.org Bug: 1023677 Change-Id: I206da9bb88df567ecb2ce3f253e423652d214040 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926854 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Joe DeBlasio <jdeblasio@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#717248}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=robertogden@chromium.org Bug: 1023677 Change-Id: Icd1836250e3ea8314ec366b5aa60d726a41d85b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926938 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Robert Ogden <robertogden@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#717247}
-
John Chen authored
Disabling failing perf test rendering.desktop/camera_to_webgl on Linux. TBR=crouleau@chromium.org NOTRY=true Bug: 1026788 Change-Id: I33855a286f0391630291ecfd8a78d31de53a61cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925262 Commit-Queue: John Chen <johnchen@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#717246}
-
John Williams authored
This implementation involves a lot of duplication of code from CastActivityRecord that really should be cleaned up, but it works. Change-Id: Ia286ef583d5b17d5982cf9babeccf28808b1ac33 Bug: 809249 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925343 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
Takumi Fujimoto <takumif@chromium.org> Cr-Commit-Position: refs/heads/master@{#717245}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=tsepez@chromium.org Bug: 1023677 Change-Id: Ia6d484489d2c2e0c28f46e2127cd42a5e9cde8d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927012 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Tom Sepez <tsepez@chromium.org> Commit-Queue: Tom Sepez <tsepez@chromium.org> Cr-Commit-Position: refs/heads/master@{#717244}
-
Lukasz Anforowicz authored
This CL replaces/removes the following method of ContentBrowserClient: virtual mojo::PendingRemote<network::mojom::URLLoaderFactory> CreateURLLoaderFactoryForNetworkRequests( RenderProcessHost* process, network::mojom::NetworkContext* network_context, mojo::PendingRemote<network::mojom::TrustedURLLoaderHeaderClient>* header_client, const url::Origin& origin, const url::Origin& main_world_origin, const base::Optional<net::NetworkIsolationKey>& network_isolation_key); with the following method: virtual void OverrideURLLoaderFactoryParams( RenderProcessHost* process, const url::Origin& origin, network::mojom::URLLoaderFactoryParams* factory_params); This CL helps simplify the code (by limiting the responsibility of the ContentBrowserClient override). This CL also helps (by decoupling params tweaking from factory creation) be more flexible wrt *when* the ContentBrowserClient client is consulted (a follow-up CL moves the call to OverrideURLLoaderFactoryParams slightly earlier). This CL is intended to introduce no behavior changes: - No intended changes of network::mojom::URLLoaderFactoryParams used to create factories. - The change where the call to network::mojom::CreateURLLoaderFactory happens and how the factory is "fused" with mojo pipes should be insignificant (the CL removes the call to CreateURLLoaderFactory in extensions/browser/url_loader_factory_manager.h - afterwards the code always falls back to the existing call from RenderProcessHostImpl::CreateURLLoaderFactoryInternal). Bug: 1025303 Change-Id: I86e6d053f6d189a5fef507819a9bf943711c345d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918268Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#717243}
-
Christopher Grant authored
This change adds a test system and initial test cases for stack.py. It works by fudging input APKs, libraries and the sybmolizer. As the script is changed or augmented, new test cases can be added here. The intent is to eventually also cover: - 64-bit architecture APKs - StackTrace::ToString() decoding Bug: 1015159 Change-Id: I46f1b3f814e3892c8c65c156a754d7a8d62da91b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925223 Commit-Queue: Christopher Grant <cjgrant@chromium.org> Reviewed-by:
Egor Pasko <pasko@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#717242}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/61f0e2f4f9a4..df50080c47e0 Created with: gclient setdep -r src-internal@df50080c47e0 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 TBR=jbudorick@google.com Bug: chromium:b/141127636,chromium:None Change-Id: Ifa8e6cc2264b79e14fb60e8e1dbeef037d25948c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926511Reviewed-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@{#717241}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=mcnee@chromium.org Bug: 1023677 Change-Id: I08516e4198393e57c995aa175e716c316f056d6c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925735 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Kevin McNee <mcnee@chromium.org> Commit-Queue: Kevin McNee <mcnee@chromium.org> Cr-Commit-Position: refs/heads/master@{#717240}
-
Ryan Hansberry authored
Bump up expiry dates as necessary, and update contact details: bluetooth-aggressive-appearance-filter, show-bluetooth-device-battery, and updated_cellular_activation_ui are all features still under development, and their expiry dates have been bumped to M85. instant-tethering has been marked as 'never-expire' because our team needs to be able to change it to enabled during development. This is because though it is a stable, launched feature, it is only marked enabled on select, approved boards (e.g., Pixelbook) which have passed Bluetooth verification and received Finch config seeds marking it as enabled. This means it is disabled-by-default and needs to be flipped to enabled on test machines. Bug: 1026291 Change-Id: Iffe0d2f72d5c380e6c01f244c6dcc4bcf332c1d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1917993Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Ryan Hansberry <hansberry@chromium.org> Auto-Submit: Ryan Hansberry <hansberry@chromium.org> Cr-Commit-Position: refs/heads/master@{#717239}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=diannahu@chromium.org Bug: 1023677 Change-Id: Ifd1adafef8dfad750aa9b319d524426bf6496642 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926791 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Dianna Hu <diannahu@chromium.org> Commit-Queue: Dianna Hu <diannahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#717238}
-
Dana Fried authored
This uses a method suggested by aleventhal@ in that it provides a hidden view on each widget that can be used to send accessibility notifications via the existing (at least on Mac) ViewAccessibility::AnnounceText() method. This CL expands AnnounceText() to be available on all platforms, with the non-Mac implementation using an invisible view parented to the widget's RootView. Currently uses alerts since they are compatible with all screen readers. Followup work will be to change to a live region update, which is a less obtrusive alert (see crbug.com/1024898). Bug: 1024026 Change-Id: I9dbe0d7e38fb69d3ada8b8e1574aee211bfe6291 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913281Reviewed-by:
Robert Liao <robliao@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Commit-Queue: Robert Liao <robliao@chromium.org> Auto-Submit: Dana Fried <dfried@chromium.org> Cr-Commit-Position: refs/heads/master@{#717237}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9233e0c593b1..b5a4004a3e8c git log 9233e0c593b1..b5a4004a3e8c --date=short --no-merges --format='%ad %ae %s' 2019-11-20 scroggo@google.com Add arm64 Wuffs perf bots 2019-11-20 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 8d45badce994..2914b63d6886 (1 commits) Created with: gclient setdep -r src/third_party/skia@b5a4004a3e8c 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 robertphillips@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 TBR=robertphillips@google.com Bug: chromium:1023191,chromium:None Change-Id: Id77b504dd4dc4e94d801f070ef5a20035914dde5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926656Reviewed-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@{#717236}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=emircan@chromium.org Bug: 1023677 Change-Id: I79e54ce00deeb5aa40c055633b6ace0813427643 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927050 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Emircan Uysaler <emircan@chromium.org> Commit-Queue: Emircan Uysaler <emircan@chromium.org> Cr-Commit-Position: refs/heads/master@{#717235}
-
Kevin Marshall authored
ScrollLatencyScrollbarBrowserTest.ScrollbarThumbDragLatency is disabled because it breaks browser_tests on Mac. TBR=dtapuska@chromium.org Bug: 1026720 Change-Id: Idbfdd91221c94bea5e1b52d6026a9c4d7682e2df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924280Reviewed-by:
Kevin Marshall <kmarshall@chromium.org> Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Cr-Commit-Position: refs/heads/master@{#717234}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=karandeepb@chromium.org Bug: 1023677 Change-Id: I6d4fe6a3d14d511be84b317559900be2491bbe8e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927028 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#717233}
-