- 12 Jan, 2021 40 commits
-
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1610387594-9644082f15d83cc3788996ee889bd06710e6b3cf.profdata to chrome-mac-master-1610408110-5a618b6e0bdb5b4a60796f5aa8c6f6759f78cdd3.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC pgo-profile-sheriffs@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:mac-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ieab1de1e4012865a5b23466b92c7a14ca9bdcf00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623257Reviewed-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@{#842346}
-
Koji Ishii authored
Blink (legacy and NG) and WebKit does not hyphenate the last word in a paragraph, except when it is a single-word paragraph. However, when the containing block is narrow, sometimes authors want a long last word to be hyphenated. This patch changtes the heursitic to allow hyphenation if the line is a single-word line. CSS Text 4 has a property to control this behavior, but no browsers have implemented it yet. Bug: 1022415 Change-Id: Ibd8d8b132e540a142f18efc09a37fed2b207bfdf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599567 Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#842345}
-
Sinan Sahin authored
Clean-up work after crbug.com/1153706 Bug: 1154731 Change-Id: I27a1003541b1ce577ca28f92f0b8aa5f0705b9c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622734Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Sinan Sahin <sinansahin@google.com> Cr-Commit-Position: refs/heads/master@{#842344}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 88.0.4324.85. R=rmhasan@google.com Bug: 1041619 Change-Id: Ic2f3c1f26f20a894982432476be04142dddac796 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623198 Commit-Queue: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#842343}
-
Michael Checo authored
Screenshot: http://shortn/_gDqXwFySMr Spec: https://carbon.googleplex.com/cros-ux/pages/diagnostics/mvp/cda946b2-7a91-4b33-90ca-1e054cd986fc#ce65ba52-0b2f-4307-aab1-196fce16bc22 Bug: 1125150 Test: browser_tests --gtest_filter=DiagnosticsApp* Change-Id: Ied96e5fc3601e1e47bec04d9d9c9b6bb14034dd7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2556009 Commit-Queue: Michael Checo <michaelcheco@google.com> Reviewed-by:
Joon Ahn <joonbug@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Cr-Commit-Position: refs/heads/master@{#842342}
-
chromium-autoroll authored
Roll Chrome Linux PGO profile from chrome-linux-master-1610387594-52fbb832db018eba5e89364d93d0a6bfe8f2e511.profdata to chrome-linux-master-1610408110-1b25c741a858a17df9d643531610232aedd2e5da.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-linux-chromium Please CC pgo-profile-sheriffs@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-chrome Tbr: pgo-profile-sheriffs@google.com Change-Id: Ibe737e499f7416e62f2b97ce9b21615c7dcd25e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623254Reviewed-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@{#842341}
-
Song Fangzhen authored
Based on the previous CL https://chromium-review.googlesource.com/c/chromium/src/+/2603775 It is simple to support mDNS. Below documents are from Eric Willigers <ericwilligers@chromium.org>. Explainer: https://github.com/WICG/raw-sockets/blob/master/docs/explainer.md Design doc: https://docs.google.com/document/d/1Xa5nFkIWxkL3hZHvDYWPhT8sZvNeFpCUKNuqIwZHxnE/edit?usp=sharing Bug: 1124255 Change-Id: I8cce5d944b1130461df596e667fbfc99c86f54bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619408Reviewed-by:
Eric Willigers <ericwilligers@chromium.org> Commit-Queue: Ke He <kehe@chromium.org> Cr-Commit-Position: refs/heads/master@{#842340}
-
Toby Huang authored
USER_TYPE_SUPERVISED is confusing with USER_TYPE_CHILD, especially since the former is deprecated. This CL is a mechanical change to rename USER_TYPE_SUPERVISED to USER_TYPE_SUPERVISED_DEPRECATED. It also renames other deprecated supervised user enums and functions. Bug: 1158600 Change-Id: I4d00c530a5ce3e58daa93c55dc37d68b7ddf53b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2592329 Commit-Queue: Toby Huang <tobyhuang@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#842339}
-
Yuly Novikov authored
Previously were disabled on iOS and Fuchsia Bug: angleproject:5417 Change-Id: I3e73e11b728ebfacb8082ce90f333193cb44a3d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621926Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#842338}
-
Koji Ishii authored
This patch fixes Minikin hyphenation to hyphenate words with leading and/or trailing punctuation characters, using the same logic as Minikin `WordBreaker`[1]. On Mac, the underlying Core Foundation API handles such cases. This issue is part of the reasons for the last words not being hyphenated <crbug.com/1022415>. [1] https://android.googlesource.com/platform/frameworks/minikin/+/master/libs/minikin/WordBreaker.cpp#270:~:text=WordBreaker%3A%3AwordStart Bug: 815061 Change-Id: I64908bf2000e9586b1cb7f0d28a0d730c6311da2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2599789 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Auto-Submit: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/master@{#842337}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/4f62c670fe0c..d08c55317628 2021-01-11 soxia@microsoft.com Make dual screen support default 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1ce65749e8d9313583a1f18fc14cae344a0c42ce Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623250Reviewed-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@{#842336}
-
Collin Baker authored
Bug: 1163666 Change-Id: Ie677edd59696139abab312bc80a0c033e35b68f7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613541 Auto-Submit: Collin Baker <collinbaker@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#842335}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/bdc7f626dbce..026943fd29be 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: I55c6df99da5bb85cc6b815d34890c1510b1061b0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622595Reviewed-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@{#842334}
-
chinsenj authored
Currently when a window destroys, it is not removed from DesksController.visible_on_all_desks_windows_. This can cause bugs where a destroyed window is returned. This CL changes the WorkspaceLayoutManager to remove visible on all desks windows when they are destroyed. Test: manual + added Bug: 1023794 Change-Id: If2b50fe87b5356044070dfc740809f80d268c24b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622396 Commit-Queue: Jeremy Chinsen <chinsenj@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#842333}
-
Evan Stade authored
Bug: 1158983 Change-Id: I785176aa17e7efab7d66d45ace4e88ffecaa9eb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2612151 Commit-Queue: Evan Stade <estade@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#842332}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/99c3a691c23d..ea26a8ce553f 2021-01-11 dawn-autoroll@skia-public.iam.gserviceaccount.com Roll Tint from f51d965befa1 to c3c70f848a71 (22 revisions) 2021-01-11 cwoffenden@gmail.com Minor fix to build with MSVC: Gets content address instead of iterator 2021-01-11 cwallez@chromium.org Remove obsolete build flag. 2021-01-11 yunchao.he@intel.com Add more constants for max texture sizes 2021-01-11 senorblanco@chromium.org Add ANGLE to Dawn build. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC dsinclair@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: chromium:1164276 Tbr: dsinclair@google.com Change-Id: I236814ebae3d546139caa63854d8a68883198f03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623247Reviewed-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@{#842331}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/36267de97e83..cf65caef0129 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 yoichio@google.com,hiroshige@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: None Tbr: yoichio@google.com,hiroshige@google.com Change-Id: I2bb8f6d40c211d8171395c1b9252b5cc5bb09054 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622964Reviewed-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@{#842330}
-
Aaron Leventhal authored
It is only safe to create an accessibility object when a document's style has been computed and layout is clean. Previously, tests failed because an extra kLoadComplete event was sometimes fired for the initial empty document, before navigating to the actual data: url with the test's contents. The extra event only seems to occur in ChromeOS debug builds. Bug: 1156939 Change-Id: I95f4afdb5471a98ed87fb1cf8e8a208e5ebfc453 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2611559Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Auto-Submit: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#842329}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/bdc7f626dbce..026943fd29be 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-win-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: I2938e7fc3d4dc85823ca8f7c12a2dd8158963cc2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623162Reviewed-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@{#842328}
-
Ehimare Okoyomon authored
Bug: 1158288 Change-Id: Ifa1084c6b4c606c1e0fa9900b78f44ffee60f784 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2586351 Commit-Queue: Ehimare Okoyomon <eokoyomon@chromium.org> Reviewed-by:
Christian Dullweber <dullweber@chromium.org> Reviewed-by:
Balazs Engedy <engedy@chromium.org> Cr-Commit-Position: refs/heads/master@{#842327}
-
Sophie Chang authored
This reverts commit c41d701b. Reason for revert: Breaks iOS since download service is incompatible with iOS Original change's description: > Componentize PredictionModelDownloadManager > > I'm also not entirely sure if DownloadService is available on iOS but a > lot of the code is still reusable for iOS (CRX verification and what not) > for it to move into components. Not moving PredictionModelDownloadClient > for now since that is more Chrome-specific since it references the > OptimizationGuideKeyedService directly and is registered with the Chrome- > side DownloadServiceFactory > > Bug: 1154790 > Change-Id: Ide3e38c63e92eec8a87ce92899d3e8c3d7f94161 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2617124 > Reviewed-by: Min Qin <qinmin@chromium.org> > Reviewed-by: Joshua Pawlicki <waffles@chromium.org> > Reviewed-by: Adam Langley <agl@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Reviewed-by: Nicolas Ouellet-Payeur <nicolaso@chromium.org> > Reviewed-by: Michael Crouse <mcrouse@chromium.org> > Commit-Queue: Sophie Chang <sophiechang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#842293} TBR=agl@chromium.org,rockot@google.com,qinmin@chromium.org,waffles@chromium.org,sophiechang@chromium.org,nicolaso@chromium.org,mcrouse@chromium.org,chromium-scoped@luci-project-accounts.iam.gserviceaccount.com Change-Id: I022cb81769e5f7ee5312feb498a201632ce93070 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1154790 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622582Reviewed-by:
Sophie Chang <sophiechang@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#842326}
-
Weblayer Skew Tests Version Updates authored
This CL will add skew tests for version 87.0.4280.148. R=rmhasan@google.com Bug: 1041619 Change-Id: I750fcfece9de37d5c56cc1a1a2c88bd8aa08047b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622996 Commit-Queue: chrome-weblayer-builder <chrome-weblayer-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#842325}
-
Alison Maher authored
Loop through the inner multicols collected in CL:2612392 once we've hit the outermost fragmentation context, and lay out the pending OOF positioned nodes associated with those multicols. Currently, we are laying out the OOFs inside the outermost fragmentation context rather than the inner mutlicols. This results in incorrect offsets. However, this CL allows us to test that everything is bubbling up correctly and layout is happening at the correct time. In follow-up changes, the layout of these OOF nodes will move from the outer context to the inner. Note: I also updated how we were converting to logical offsets in the normal case of fragmented OOF nodes since I realized those didn't look quite right (although it doesn't change the result of any of the existing tests). Bug: 1079031 Change-Id: I8f43e9d8f2c8e5f7e4617dbe4b1b80579060f4c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2616943 Commit-Queue: Alison Maher <almaher@microsoft.com> Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#842324}
-
Trent Begin authored
This change exposes the video conferencing routine by adding it to the network-diagnostics component. This routine is added under a new routine group, 'Google Services'. Bug: chromium:1142857 Change-Id: Iff9b4eb1c2c8c42c6b06d03dc3ddacb53bba3867 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2613017 Commit-Queue: Trent Begin <tbegin@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Kartik Hegde <khegde@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#842323}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/fff8e7632e28..026943fd29be 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-mac-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: I391ddb8d51e46e6b4a5286e78a0dbae28ccd8365 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623157Reviewed-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@{#842322}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/49d291065fee..de32c3d2de00 2021-01-11 vantablack@google.com Reland "Created test and fixed texture storage bug in d3d11" 2021-01-11 lfy@google.com Vulkan: Prefer host cached memory for Buffers 2021-01-11 ynovikov@chromium.org Fix iOS build 2021-01-11 ynovikov@chromium.org Enable building angle_white_box_tests on Fuchsia 2021-01-11 ianelliott@google.com dEQP: Avoid undefined right-shift behavior for GLhalf 2021-01-11 jmadill@chromium.org Remove obsolete build flag. 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 timvp@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+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: chromium:1164276 Tbr: timvp@google.com Test: Test: Change-Id: I81cc1095de7a22f291900d9f1b31d4b308b64331 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623244Reviewed-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@{#842321}
-
Daniel Hosseinian authored
The version number is localized. Bug: 93619 Change-Id: Ide20d30ff2d43d609c5313fe36d4ac367bca90f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619000 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#842320}
-
Cammie Smith Barnes authored
This CL is part of the Code Health Rotation (https://sites.google.com/corp/google.com/chrome-code-health/) and changes the few remaining occurrences in chrome/test/chromedriver of base::Bind, base::Callback, and base::Closure, to base::BindRepeating, base::RepeatingCallback, and base::RepeatingClosure, respectively, to match the surrounding code. Bug: 1007643 Change-Id: I3070f02201bdc338b6b70ab8f3b8b40f5111a6c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622991 Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Cr-Commit-Position: refs/heads/master@{#842319}
-
Ben Pastene authored
This bumps it from 2 to 4 across every bot. This helps builders like the amd64-generic CQ bot which runs shards with 15-17min runtimes (https://ci.chromium.org/p/chromium/builders/try/chromeos-amd64-generic-rel/737112) and the eve CI bot which runs shards with ~30min runtimes (https://ci.chromium.org/p/chrome/builders/ci/chromeos-eve-chrome/12083). Bug: None Change-Id: I3ef9d7eaabf3d1d8085d55b4f25adc70a6fc3f03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622897Reviewed-by:
Yuke Liao <liaoyuke@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#842318}
-
Frank Liberato authored
Allow duplicate pictures by returning the same ref-counted picture buffer to the VP9Decoder, with an updated timestamp. This also replaces the boolean "in client use" with a counter, since the same PictureBuffer can be out at the client as more than one VideoFrame now. We can only re-use it for decoding once all of the client uses are returned to the decoder. Bug: 1164463 Change-Id: I93fa076ae4fdd955687122df6c4cb12485cd6a7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2623030 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#842317}
-
Cammie Smith Barnes authored
This change renews the CreativeOriginStatus* histograms, which are currently set to expire at the end of December. Bug: 1149522 Change-Id: Ic3d761871bb81e19d2aabec9e2b101d37b452459 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2597574Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Commit-Queue: Cammie Smith Barnes <cammie@chromium.org> Cr-Commit-Position: refs/heads/master@{#842316}
-
Dan Harrington authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/2590649 First patchset has no changes. Fixes in the following patch. There were two fixes: * a test @Rule was private, should be public. * The java class FeedProcessScopeDependencyProviderTest was defined twice, so I renamed the new one to FeedProcessScopeDependencyProviderNativeTest Tbr: dewittj@chromium.org,ssid@chromium.org,isherman@chromium.org Bug: 1158468,1164102 Change-Id: I2be4e481dd34c8b07e0ce4e08baf75cb2c575d30 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2618497Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#842315}
-
Esmael El-Moslimany authored
The promo no longer takes on module styling. Instead the promo retains a pill style even when modules are enabled. The other change is the promo will be rendered below the most-visited element which eliminates the need for overlap detection. Bug: 1157037, 1163219 Change-Id: I6be99293b7c8e99ec43e88a7bf9eef715f4e84f6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2594509 Auto-Submit: Esmael Elmoslimany <aee@chromium.org> Commit-Queue: Esmael Elmoslimany <aee@chromium.org> Reviewed-by:
Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/master@{#842314}
-
Nikolai Artemiev authored
BUG=b:169636434 Change-Id: I7e23564219f5292273140c0abb4882876c7b7093 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2619441 Commit-Queue: Nikolai Artemiev <nartemiev@google.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#842313}
-
Philip Rogers authored
In https://crrev.com/624999, fixed and sticky positioned elements were promoted if they stick to a scroller. This patch takes that further and promotes fixed and sticky elements if they stick to a scroller, even if the scroller is overflow: hidden. This will let us remove the kHasNonLayerViewportConstrainedObjects main thread scrolling reason in a followup, which is difficult to support with CompositeAfterPaint. It is possible to have scroll animations with overflow hidden, scroll-behavior: smooth, and the root scroller. This is expected to regress the ie_chalkboard benchmark which now gets layerized which requires a raster larger than the visible rect. Before this patch, only the visible rect would be re-rasterized because there were no layers. This situation should be rare and this patch should be a small progression overall because it reduces main thread scrolling reasons. Bug: 649096 Change-Id: I6b1b15584166ace3dcd9b40d8271b13fb12b6366 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2100113 Commit-Queue: Philip Rogers <pdr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Auto-Submit: Philip Rogers <pdr@chromium.org> Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#842312}
-
Tomasz Wiszkowski authored
The secondary thick text color for dark theme points to the wrong color definition. Change-Id: I6256b1e9a965656a26f415abfa197f4e654d86db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622755Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Tomasz Wiszkowski <ender@google.com> Cr-Commit-Position: refs/heads/master@{#842311}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/4451f85e..43ed322b Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I1b13080a437dc485959d8067e05b7738be2b4ef6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622753Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#842310}
-
Becca Hughes authored
At the moment support for images that do not have a defined size or use "any" does not work. This fixes that. BUG=1085814 Change-Id: I28e6d52dfe4f0bf53edf0395af3d675a289340ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2621955 Auto-Submit: Becca Hughes <beccahughes@chromium.org> Commit-Queue: Tommy Steimel <steimel@chromium.org> Reviewed-by:
Tommy Steimel <steimel@chromium.org> Cr-Commit-Position: refs/heads/master@{#842309}
-
Sergei Glazunov authored
We're seeing a lot of Canary crashes that occur when BRP treats a freelist pointer as a reference count and corrupts it. Until we find the root cause, modify the layout of PartitionRefCount so that the count no longer overlaps with the pointer. Bug: 1164636 Change-Id: I39934867e042a1e54caa933e8ab82496c15f37fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2622097Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Will Harris <wfh@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Sergei Glazunov <glazunov@google.com> Cr-Commit-Position: refs/heads/master@{#842308}
-
Kuo-Hsin Yang authored
ScopedAllowIO in the main thread violates the thread restriction rule. Remove the unnecessary ScopedAllowIO. Bug: 1160988 Change-Id: I2fb606604473f10c845a77325a47fd9fad07c7ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2620822Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Commit-Queue: Kuo-Hsin Yang <vovoy@chromium.org> Cr-Commit-Position: refs/heads/master@{#842307}
-