- 24 Dec, 2019 2 commits
-
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/9ad288ade0a9..dda54b59351e git log 9ad288ade0a9..dda54b59351e --date=short --first-parent --format='%ad %ae %s' 2019-12-23 fdegans@chromium.org Disable TracingControllerTest.testFlushTracing on Mac. Created with: gclient setdep -r src/third_party/catapult@dda54b59351e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC oysteine@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:947675 Tbr: oysteine@google.com Change-Id: I453bc3d60e64c1bafbecac7083dc2dd28c330285 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980936Reviewed-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@{#727285}
-
Natalie Chouinard authored
Use of java_files is being deprecated in favor of sources. Update documentation that still references java_files. TBR=aluo,bialpio,dpranke,pasko Bug: 1035082 Change-Id: Ibcab73a9d90e010cdffd3018d3fd238662945f97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980981Reviewed-by:
Natalie Chouinard <chouinard@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#727284}
-
- 23 Dec, 2019 38 commits
-
-
Andrew Xu authored
(1) In shelf_view_unittest.cc, the test waits until the shelf app removal animation finishes. (2) In power_button_controller_unittest.cc, tap location is changed to fix the test. TBR=xiyuan@chromium.org Bug: 1032702 Change-Id: Iab90a15618dcf7c014770f24b25e69c7530e1f7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981132Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#727283}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e5d36ed0a1f0..070d459567f5 Created with: gclient setdep -r src-internal@070d459567f5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: jbudorick@google.com Change-Id: I39dc5e7cb5d191d77a356410705f5183d88b28a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980978Reviewed-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@{#727282}
-
Ted Meyer authored
MediaError will take advantage of this change, (which will help explain the separation of media_serializers_base.h). In the followup CL. Change-Id: I0048b1d8e8670e62f895d4519bc81ddb6aaf18f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979354 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#727281}
-
Mikhail Khokhlov authored
Trace processor shell has limited command line parsing capabilities on Windows; currently it supports only a subset of flags and only in specific order. This CL brings the order of flags in accordance with how the TP shell expects it. Bug: 1028612 Change-Id: If8046d43e82bb55570a1ab2422286e336ce5bfc4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980611Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727280}
-
Robert Woods authored
In this CL: - Save FileHandlers to WebAppDatabase - Implement GetAllFileHandlers in WebAppFileHandlerManager Bug: 938103 Change-Id: I64a2115dc800b8216f7899d9f83ae19586b45db7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1958297 Commit-Queue: Robert Woods <robertwoods@google.com> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#727279}
-
David Munro authored
Bug: None Test: None Change-Id: I0f6945b91d4a5597928b472804a3b01cddb49663 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980333 Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: David Munro <davidmunro@google.com> Cr-Commit-Position: refs/heads/master@{#727278}
-
sczs authored
Change-Id: I31e619bc9a063e2410c7dca505dcd3506ae4c342 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981089Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#727277}
-
Jing Wang authored
Change the error format with function name, now put function at front. Also avoid multiple-line error message. Bug: 1024606 Change-Id: I23f4db9cdec469eede696a1a5c730b072d6f786f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1971042 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#727276}
-
Khushal authored
This marks a few tests as RetryOnFailure which are flaky on this bot. R=kbr@chromium.org Bug: 1037650 Change-Id: I08d873bc0a4f579ebba27edc3c34adaf21b8f477 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981111 Commit-Queue: Khushal <khushalsagar@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Auto-Submit: Khushal <khushalsagar@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#727275}
-
Eugene But authored
EG2 version of the test is failing on the bots. TBR=stkhapugin@chromium.org Bug: 1037651 Change-Id: I05a0b8b986e7dcf8c424ad4e090485a167b357e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981114Reviewed-by:
Eugene But <eugenebut@chromium.org> Commit-Queue: Eugene But <eugenebut@chromium.org> Cr-Commit-Position: refs/heads/master@{#727274}
-
Kurt Horimoto authored
This CL updates InfobarBadgeTabModel to use InfoBarIOS::Observer callbacks to detect infobar accept/revert events, deprecating the public API previously used to relay this information. Additionally, this CL decomposes observer functionality into internal classes in order to allow easily hooking up multiple scoped observers. Using nested classes also helps to minimize the publicly-accessible InfobarBadgeTabHelper API, preventing it from being misused. This CL also updates the badge models to be stored in an std::map to avoid the extra step of converting the InfobarType to an NSNumber to use for NSDictionary lookups. Bug: 1030357 Change-Id: I5f22f81fc8f1838b1cf235584390f7d5af54ea30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977026 Commit-Queue: Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#727273}
-
Devlin Cronin authored
Update RenderFrameHostImpl browser tests to use WebContentsConsoleObserver instead of ConsoleObserverDelegate. This allows us to observe console messages added without overriding the existing delegate of the WebContents. Bonus cleanups: - Avoids the static_cast to WebContentsImpl - No need for a filter specifying "*" Bug: 1034150 Change-Id: I24513a79cbcce736cb003cb4fba3c966db9fcd19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1976293Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#727272}
-
Sasha McIntosh authored
Features with "test" status are enabled in content shell web tests by default. This change makes the JPEG YUV decoding feature a "test" feature and updates associated tests. Bug: 919627 Change-Id: Id09d8592a74b06320be684014adca1f333ee6781 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1798523 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Leon Scroggins <scroggo@chromium.org> Reviewed-by:
Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#727271}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org,hansberry@chromium.org Bug: 1035378 Change-Id: I3c307314efbf3c4b10b65e7d0bdf4f617d668309 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981052Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727270}
-
Mikhail Khokhlov authored
Before we turn proto trace generation on for all bots, we want to make sure that it works on Android. Bug: 1028612 Change-Id: Ie013950818a1d6de0181e474387c0dc6a7c8eb81 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980574Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727269}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1037652 Change-Id: I71dfab70de4baacf214ddf0f7375bf15c3ffac3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981112Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727268}
-
Mikhail Khokhlov authored
We are going to turn proto trace generation on everywhere, but we are not ready to run TBMv3 metrics on all platforms. This CL hides all the TBMv3 stuff behind a flag and sets this flag on linux-perf-fyi bot where we test TBMv3 metrics. Bug: 990304 Change-Id: I95f10acd6d287f5873e5c39755acde5ca0f007d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980580Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Mikhail Khokhlov <khokhlov@google.com> Cr-Commit-Position: refs/heads/master@{#727267}
-
Andrew Xu authored
When enabling the hotseat, back gesture is enabled as well. Touch event falling in the area of back gesture is consumed by back gesture handler. As a result, no gesture event will be generated for it by gesture provider and it causes the test failure. This CL ensures that touch location is outside of the back gesture area. TBR=xiyuan@chromium.org Bug: 1032702 Change-Id: Ia560025ecf755be0858f0698933a306e5a1ac169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981063 Commit-Queue: Andrew Xu <andrewxu@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#727266}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7cf4a2e19adb..a2d7225c0fc1 git log 7cf4a2e19adb..a2d7225c0fc1 --date=short --first-parent --format='%ad %ae %s' 2019-12-23 herb@google.com Internalize vertexStride calculation to SubRun Created with: gclient setdep -r src/third_party/skia@a2d7225c0fc1 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 fmalita@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: fmalita@google.com Change-Id: Ieacc76f71388e410ba1934f251f09059c64cc338 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980976Reviewed-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@{#727265}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/09ff24ebc7be..e5d36ed0a1f0 Created with: gclient setdep -r src-internal@e5d36ed0a1f0 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: chromium:1035074 Tbr: jbudorick@google.com Change-Id: I86192e5fb681eaf1385005b95a8bed80ca339c33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980975Reviewed-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@{#727264}
-
Chromium WPT Sync authored
Using wpt-import in Chromium d622f8cf. With Chromium commits locally applied on WPT: c15c1083 "Add test that datachannels close when connection does." 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=foolip No-Export: true Change-Id: I2a2e78359e82c1770f2f6061d0c04dcd78d77a9c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980556Reviewed-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@{#727263}
-
Fabrice de Gans-Riberi authored
The test is flaky on both Linux and Mac. THis also updates a stale bug reference. TBR=fdegans@chromium.org Bug: 1036287 Change-Id: I237b5fb7f7814bb62c7c7d711f230e42cc150dd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981059Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727262}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1035622 Change-Id: Ifc0ba6dee39ceac1f3948322a2bcbf1769a7f284 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981057Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727261}
-
Mythri A authored
This CL was created automatically with tools/perf/update_wpr script R=crouleau@chromium.org Change-Id: Ied1ae9172e4a4edf705effdfa14cfb900b128dc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1975721 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#727260}
-
Caleb Rouleau authored
./generate_perf_sharding.py update-timing --waterfall all and commit the results. Bug: 1035696 Change-Id: I5e23afe802f14c5c979fb5f5fc0464df5c00dd18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980168 Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Reviewed-by:
John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#727259}
-
Fabrice de Gans-Riberi authored
The test is flaky. TBR=fdegans@chromium.org Bug: 1035620 Change-Id: I603710df4e6fabeee6dbe9804d7dcb0c016f8984 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981055Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727258}
-
Demetrios Papadopoulos authored
Bug: 986596 Change-Id: I9bfc629fdc676c54baa885b568366d9bee5c624d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980178 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#727257}
-
Fabrice de Gans-Riberi authored
TBR=fdegans@chromium.org Bug: 1036055, 1036636 Change-Id: I64c4aefd39cf55fc55eb8f4568821ee610a05f2b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981062Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727256}
-
Fabrice de Gans-Riberi authored
The test flakily times out. TBR=hta@chromium.org,fdegans@chromium.org Bug: 1033652 Change-Id: I030ba52b88fd758e8bdf0622be3315636d67c33a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1981049Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727255}
-
Andrew Xu authored
When enabling the hotseat flag, tests verifying the feature of dragging home launcher will fail because the verified feature is disabled in hotseat. This CL disables the hotseat flag for those tests. TBR=xiyuan@chromium.org Bug: 1032702 Change-Id: I2d87572337f2a9971ca5951f177269773bc076a4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1435275Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#727254}
-
Fabrice de Gans-Riberi authored
TBR=fdegans@chromium.org,bokan@chromium.org Bug: 1033381 Change-Id: Iec79c0683356f605105fd78dba00ce0d76ef8464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980974Reviewed-by:
Fabrice de Gans-Riberi <fdegans@chromium.org> Commit-Queue: Fabrice de Gans-Riberi <fdegans@chromium.org> Cr-Commit-Position: refs/heads/master@{#727253}
-
Richard Li authored
On Intel ICL platform with HDR monitor being connected, we have observed quite obvious wrong color when playing HDR video. The root cause is that sRGB is being used in GLRenderer::DrawYUVVideoQuad mistakenly. This CL fixes it by using the original HDR colorspace instead. Bug: 1033776 Change-Id: I7739c0afc4d623907571cda866a77c51c1f706e1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1966578Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#727252}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/809437762d00..07f0f019e397 git log 809437762d00..07f0f019e397 --date=short --first-parent --format='%ad %ae %s' 2019-12-23 syoussefi@chromium.org Translator: Memory qualifiers on SSBO fields Created with: gclient setdep -r src/third_party/angle@07f0f019e397 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/+/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 Bug: None Tbr: cnorthrop@google.com Change-Id: Iff2670c76c4e5cfcc57041fcc0815d16045b2cf1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980159Reviewed-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@{#727251}
-
Clark DuVall authored
TextViewWithCompoundDrawables will be needed for the permissions dialog in WebLayer, but might as well move everything in the text/ dir since they might be needed later. Bug: 1030785, 1025609 Change-Id: I856713fdc220bd67f78e76b024d446b02bda732e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980164Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#727250}
-
minch authored
Bump up the splitview divider's resizable area from 64dips to 96dips. Bug: 1035126 Change-Id: If0cde6b8c95be47a0871780c8fe4fdd2972f24d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980960Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Min Chen <minch@chromium.org> Cr-Commit-Position: refs/heads/master@{#727249}
-
rbpotter authored
Move multidevice page files that are unused by browser settings to chromeos/. Note: not moving browser proxy and constants, since these are used by site settings. Bug: 990132 Change-Id: I9864217b0a90eb7e2fb35a9a5a358841a555b650 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1979513 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#727248}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/df9071f57626..7cf4a2e19adb git log df9071f57626..7cf4a2e19adb --date=short --first-parent --format='%ad %ae %s' 2019-12-23 herb@google.com Remove unneeded refStrike() from SubRun Created with: gclient setdep -r src/third_party/skia@7cf4a2e19adb 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 fmalita@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: fmalita@google.com Change-Id: I01d3733183e65e5d3742b956e05418b6710b0e2d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1980163Reviewed-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@{#727247}
-
Kyle Horimoto authored
Because the wallpaper picker app uses the chrome.storage.sync API, it relies on OS app syncing to be enabled. Thus, this type does not have its own ModelType or UserSelectableOsType and instead is a one-off boolean value stored directly in user prefs. TBR=treib@chromium.org Fixed: 1031627 Change-Id: I6e1ea9e762cc964effd61f3cb6903e1f69c34ab3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1977956Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#727246}
-