- 30 Sep, 2019 40 commits
-
-
Dale Curtis authored
https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/556890be42d8..a91a03b0e143 $ git log 556890be4..a91a03b0e --date=short --no-merges --format='%ad %ae %s' 2019-09-18 victorien x86: add warp_affine SSE4 and SSSE3 asm 2019-09-28 martin arm64: itx: Fix overflows in idct 2019-09-29 martin arm64: itx: Consistently use the factor 2896 in adst 2019-09-29 martin arm64: itx: Use smull+smlal instead of addl+mul 2019-09-15 git dav1dplay: initial support for --zerocopy 2019-09-15 git dav1dplay: add --untimed for benchmarking purposes 2019-09-15 git dav1dplay: add --highquality to toggle render quality 2019-07-19 victorien x86: add 32-bit support to SSSE3 deblock lpf 2019-04-17 rsbultje x86: add deblocking loopfilters SSSE3 asm (64-bit) Created with: roll-dep src/third_party/dav1d/libdav1d TBR=tguilbert Change-Id: I8f2787e5d25a7cf7dd64b58fc19ed271427feac1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832626Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Thomas Guilbert <tguilbert@chromium.org> Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#701352}
-
Sahir Vellani authored
Changed logic in scrollbar_controller to compute new scroll_offset using desired thumb offset and current thumb offset (similar to the main thread). (Need to format and clean up) Bug: 959559 Change-Id: If0335fc7baf53c4b224d39c2ec555057158d3713 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1811341Reviewed-by:
David Bokan <bokan@chromium.org> Reviewed-by:
Rahul Arakeri <arakeri@microsoft.com> Commit-Queue: Sahir Vellani <sahir.vellani@microsoft.com> Cr-Commit-Position: refs/heads/master@{#701351}
-
Gil Dekel authored
This CL adds chromeos-amd64-generic-dbg to commit-queue.cfg to run when changes are applied to content/gpu and media/. This is because these two libraries include files which utilize the 'use_vaapi' guard. Bug: 1007498 Change-Id: I3579624f6ad2d26989e30c1080d248428c9c751b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830113Reviewed-by:
Ben Pastene <bpastene@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#701350}
-
Mitsuru Oshima authored
Bug: 1001369 Test: manually tested. covered by unittest Change-Id: I22c3acc1c1231655ee84df4acac8f6f904d57c70 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831738 Commit-Queue: Mitsuru Oshima <oshima@chromium.org> Reviewed-by:
Daniele Castagna <dcastagna@chromium.org> Cr-Commit-Position: refs/heads/master@{#701349}
-
Alex Moshchuk authored
The test's second case deals with a hidden tab which contains a sad frame that's scrolled out of view. The main frame moved the iframe out of view programmatically after loading, and it's possible that the test wasn't waiting for this to be done before killing the subframe process and expecting the updated sad frame visibility to be logged from WebContentsImpl::SubframeCrashed(). This CL attempts to fix this by waiting for the scroll to complete via the iframe_out_of_view.html's notifyWhenLoaded(), which is also what similar tests in SitePerProcessProgrammaticScrollTest appear to use for this purpose. Bug: 1005049 Change-Id: I542725f328803983dc46c2ea181f2c849d0dca0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830405Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701348}
-
Mehran Mahmoudi authored
This is the second step in a series of CLs for moving the AddToHomescreen component to MVC in Android. In this CL view classes are added and hooked up. A subsequent CL will add the coordinator, mediator, and installer classes. Design doc: http://go/a2hs-mvc Bug: 994759 Change-Id: I3dbe02a14c5966986a483c4ba68f60f492a52d61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1793633 Commit-Queue: Mehran Mahmoudi <mahmoudi@chromium.org> Reviewed-by:
Matthew Jones <mdjones@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#701347}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/04b996416735..d5a9422f32c6 git log 04b996416735..d5a9422f32c6 --date=short --no-merges --format='%ad %ae %s' 2019-09-30 egdaniel@google.com Fix stroke outset for NonAAStrokeRectOp. 2019-09-30 egdaniel@google.com Use tighter bounds for renderArea of vkCmdBeginRenderPass. 2019-09-30 robertphillips@google.com Make SkPixmap-variant of createBackendTexture public 2019-09-30 brianosman@google.com Change ByteCode and ByteCodeFunction to classes Created with: gclient setdep -r src/third_party/skia@d5a9422f32c6 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 rmistry@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=rmistry@google.com Bug: None Change-Id: I3646cc49dec58038e565925cf5723c1ceb28e2ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832783Reviewed-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@{#701346}
-
Aleks Totic authored
Just a testcase, because the bug cannot be fixed at this time. Aborted attempt to fix this is at: https://chromium-review.googlesource.com/c/chromium/src/+/1820177/4 Bug: 1007065 Change-Id: I44195ec77cc8b0924c81a567a9505e8a77f7d492 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829878 Auto-Submit: Aleks Totic <atotic@chromium.org> Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Cr-Commit-Position: refs/heads/master@{#701345}
-
Dmitry Gozman authored
There are jsut a handfull of tests which use it, and we only dump wilLSendRequest anyway. All the tests do not gain any meaningful results from it, while prefetch.html is completely covered by prefetch-onload.html Bug: none Change-Id: I3cf80bee411fa94672f0585c7e38cdcad5806fad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831466 Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Reviewed-by:
Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#701344}
-
Ted Choc authored
The labels experiment introduce wrapping linear layouts that had their own selection backgrounds, which conflicted with the selection ripple of the pill drawable. BUG= Change-Id: I9b72fe0a2db424c8529f17cb0fd05bf1ff485118 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832651Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#701343}
-
Wez authored
Some sites are confused by seeing only "Fuchsia" in the UserAgent, and return mobile-oriented content. Temporarily report "X11; Fuchsia" to get desktop content, for now. This will be reverted when support for Client Hints is landed. Bug: fuchsia:36774, b/140763277 Change-Id: If02b19f446ba8e06dff37d787b74820e057edaa0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832610 Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Commit-Queue: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#701342}
-
Maggie Chen authored
OnGpuSwitched() calls RequestCompleteGpuInfoIfNeeded(), but it actually does nothing. Remove RequestCompleteGpuInfoIfNeeded() from OnGpuSwitched for now. If there is anything we would like to update on about:gpu page after the GPU switch. We can add the code here later. The name of the function RequestCompleteGpuInfoIfNeeded is very confusing. Rename it to RequestDxdiagDx12VulkanGpuInfoIfNeeded. Bug:977034 Change-Id: Iab727ed589d3e7fe4f3d0a293098986205432096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826141Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#701341}
-
Wez authored
Ordinal values were already 64-bit, but the generator was always setting the low-order bits to zero. This masked a bug in our method request header encoding, with the low-order bits being written to the wrong location. Bug: 991300 Change-Id: Ibac421f54dec9977ce0fe29330645035484f121f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832768 Commit-Queue: Wez <wez@chromium.org> Commit-Queue: Sergey Ulanov <sergeyu@chromium.org> Auto-Submit: Wez <wez@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701340}
-
Tim Song authored
A recent refactor caused the layer()->SetVisible() call to start an animation instead of immediately being invisible. BUG=1009342 Change-Id: I6e8fdaad4cbdc485e151d74c48bddc3a05751745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832035Reviewed-by:
Ahmed Mehfooz <amehfooz@chromium.org> Commit-Queue: Tim Song <tengs@chromium.org> Cr-Commit-Position: refs/heads/master@{#701339}
-
Hesen Zhang authored
- This CL implements support of Priority::NoThrottle notifications in display_decider flow and background_task_coordinator flow. - Added unittest. Bug: 1005008 Change-Id: Iab85bc9dded29729ed62178d807a5153df1acbe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1810079 Commit-Queue: Hesen Zhang <hesen@chromium.org> Auto-Submit: Hesen Zhang <hesen@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701338}
-
Gil Dekel authored
This CL fixes a compilation error with the webp_decoder_unit_test when building in component mode. Bug: 1007498, 1008962 Test: Now compiles in component mode Cq-Include-Trybots: luci.chromium.try:chromeos-amd64-generic-dbg Change-Id: I494d76a0445a4d9bc8f9f0fd6490440e8fbb8c45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832661 Commit-Queue: Gil Dekel <gildekel@chromium.org> Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#701337}
-
Peter Boström authored
These buttons are now treated like other toolbar buttons and appear alongside them. This removes the separate container and BrowserViewLayout special casing for it. This also removes the anticipated need to add theme support to the container separately from the toolbar. Bug: chromium:989131 Change-Id: I6cd01f8aec0984654cf70bc430301951f95ea612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829587 Commit-Queue: Peter Boström <pbos@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Reviewed-by:
Taylor Bergquist <tbergquist@chromium.org> Auto-Submit: Peter Boström <pbos@chromium.org> Cr-Commit-Position: refs/heads/master@{#701336}
-
Ryan Hamilton authored
Also remove QuicParams.support_ietf_format_quic_altsvc Change-Id: Ieddd84d04ff824d50da67dd1cc25963e908b4c61 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776678 Commit-Queue: Zhongyi Shi <zhongyi@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#701335}
-
Xianzhu Wang authored
This forbids production code depending on these targets, and enables these targets to depend on other testonly targets in the future. The only dependency prevented core:testing from being testonly was from BlinkLeakDetector. Add Page::PrepareForLeakDetection() and InternalSettingsPageSupplementStub (in page.h) to avoid the dependency. Change-Id: Ie22676a233d9b5c02cf3cde79629f4b84782b572 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829586Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701334}
-
Nate Fischer authored
InvocationHandlerWithDelegateGetter is a private class, so we cannot @link to it in javadoc. This is blocking rolling boundary interfaces. Bug: b/141876194 Test: None Change-Id: Icab90fa08fb80382f096c0cae7373311a4d9abe1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832155Reviewed-by:
Shimi Zhang <ctzsm@chromium.org> Commit-Queue: Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#701333}
-
Stefan Zager authored
This API allows javascript to determine whether the implementation is likely to run a visual update after the script yields. BUG=994063 R=danakj@chromium.org,ojan@chromium.org Change-Id: Ia3cf21dafce6fc255fdb96ff0b645d028c6826fd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1728054Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Reviewed-by:
Sunny Sachanandani <sunnyps@chromium.org> Commit-Queue: Stefan Zager <szager@chromium.org> Cr-Commit-Position: refs/heads/master@{#701332}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9ee7f7856b07..2b79be398f3e git log 9ee7f7856b07..2b79be398f3e --date=short --no-merges --format='%ad %ae %s' 2019-09-30 allenwebb@google.com Update test to match audio group membership. Created with: gclient setdep -r src/third_party/chromite@2b79be398f3e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@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:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: Ib230fd3bcbb3ef161d154d4f7da41518358abcfc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832620Reviewed-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@{#701331}
-
Nicholas Hollingum authored
Based on UI feedback we are modifying the spinner animations: - 200ms fade-in animation - minimum 200ms time showing the spinner - 200ms fade-out This CL adds the first part, the subsequent parts will be added in future CLs. Bug: 922977 Change-Id: Ib4a78b276740a70f822e18119bf58f6b83bb5ae1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830254Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Commit-Queue: Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#701330}
-
Evan Stade authored
Bug: 268984 Change-Id: Ie9244c091c4852722e5d7a42b3a0882b3938655d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1804825Reviewed-by:
Ted Choc <tedchoc@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#701329}
-
Erik Hendriks authored
Add a test to see that misc details are showing up ok. Also, make stabilization of the string table in the pseudo element test more robust. Change-Id: I3e5500c8095f41e4dc15ce3d6181c9fa8c5d33a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1827180 Commit-Queue: Erik Hendriks <hendriks@chromium.org> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#701328}
-
Joel Hockey authored
Bug: 985187 Change-Id: I789786546d0ca7556d4f17bc87b6c0ff5eb02f45 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826754 Commit-Queue: Joel Hockey <joelhockey@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#701327}
-
jonross authored
The skia_renderer_pixel_skia_gold_test has been stable for a while. We've actually began field trials of SkiaRenderer on Linux now, so this test suite is now representative of running ToT. We also no longer have Experimental set for any of the other SkiaRenderer tests. So I'm proposing removing it from this set of pixel tests. We should treat all failures here as actual failures. TEST=skia_renderer_pixel_skia_gold_test Bug: 956139 Change-Id: I028feceef89320279ce055d12ba0536f286c489f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1829568Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#701326}
-
Chris Lu authored
This state will be important when a badge's banner is presented and there are multiple non-fullscreen badges. In this situation, the badge will be displayed while the banner is presented. When the banner dismisses, the badge will be replaced by the overflow badge. Bug: 976901 Change-Id: Ic8d8b7571a468edd7bd0d7e18ec046fe4ce462ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1825868Reviewed-by:
Sergio Collazos <sczs@chromium.org> Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Cr-Commit-Position: refs/heads/master@{#701325}
-
liberato@chromium.org authored
Test has been failing on: https://ci.chromium.org/p/chromium/builders/ci/Mac10.13%20Tests%20(dbg) Bug: 1009725 Change-Id: I16298610a2742fbd00eb6c790f32f69c8bc619c8 TBR: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832785Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#701324}
-
Dan Harrington authored
These directories were created automatically, and should be ignored Change-Id: I34bfc68c9f002523f52295b2d358cf3cbe66574a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830109Reviewed-by:
Richard Coles <torne@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#701323}
-
Manu Cornet authored
Bug: 982511, 1009525 Change-Id: Iaa4b571c9ed8db5e0317f27096053c48ab5149a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832622Reviewed-by:
Alex Newcomer <newcomer@chromium.org> Commit-Queue: Alex Newcomer <newcomer@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Auto-Submit: Manu Cornet <manucornet@chromium.org> Cr-Commit-Position: refs/heads/master@{#701322}
-
Xinghui Lu authored
Text typed through dedicated number bar on Android keyboard is not captured through ImeCommittedTextEvent. Instead, it is captured through OnInputEvent with event type kKeyDown. Ideally there is no overlap between InputEvent and ImeCommittedTextEvent, if KeyDown event is triggered, ImeCommittedText event should not be triggered, and vice versa. Bug: 1006430 Change-Id: I366e87e80cf0741c209b67eb972df4f507b94bab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1824059Reviewed-by:
Vadym Doroshenko <dvadym@chromium.org> Commit-Queue: Xinghui Lu <xinghuilu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701321}
-
Shakti Sahu authored
This CL cleans up : 1- An unused feature : DownloadHomeShowStorageInfo which was used in download home v1 to toggle storage info button. 2- The flag DownloadHomeV2 3- The feature DownloadHomeV2 and its usage. 4- Some unused code cleanup in DownloadFilter.java Bug: 850608 Change-Id: I6c4d3cb84a54e512a51d0d51ce974d7a38324612 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1826996Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#701320}
-
Jon Mann authored
This reverts commit 465e6173. Reason for revert: Breaks build Original change's description: > tools/metrics/histograms/extract_histograms.py: Python 3 support > > Example error: > Traceback (most recent call last): > File "../../tools/metrics/histograms/generate_expired_histograms_array.py", line 14, in <module> > import extract_histograms > File "C:\Google\chromium\src\tools\metrics\histograms\extract_histograms.py", line 60, in <module> > import HTMLParser > ModuleNotFoundError: No module named 'HTMLParser' > > Also fixed deprecation warnings: > C:\Google\chromium\src\tools\metrics\histograms\extract_histograms.py:150: DeprecationWarning: The unescape method is deprecated and will be removed in 3.5, use html.unescape() instead. > return HTMLParser().unescape(line) > ...C:\Google\chromium\src\tools\metrics\histograms\extract_histograms_test.py:481: DeprecationWarning: Please use assertEqual instead. > self.assertEquals('This is a summary with & and " and \'', > > The changes are backwards compatible. > > Bug: 941669 > Change-Id: Ieb22e72b37ec26886f3ca1341e487be4f0ba3ab1 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830657 > Auto-Submit: Raul Tambre <raul@tambre.ee> > Commit-Queue: Alexei Svitkine <asvitkine@chromium.org> > Reviewed-by: Alexei Svitkine <asvitkine@chromium.org> > Cr-Commit-Position: refs/heads/master@{#701265} TBR=asvitkine@chromium.org,raul@tambre.ee Change-Id: Ie6f8b307af54bd3d0ca347efef8908d013416879 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 941669 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830287 Commit-Queue: Jon Mann <jonmann@chromium.org> Commit-Queue: Steven Holte <holte@chromium.org> Auto-Submit: Jon Mann <jonmann@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#701319}
-
Eric Karl authored
Logic which applies de_jelly_delta_y in SurfaceAggregator. Handles clipped / rounded_rect quads by promoting them to a render pass and skewing the resulting render pass. Bug: 995965 Change-Id: I2ddbc4333593252eb6dc0d678b1b3d1d863678e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1819641 Commit-Queue: Eric Karl <ericrk@chromium.org> Reviewed-by:
enne <enne@chromium.org> Cr-Commit-Position: refs/heads/master@{#701318}
-
Etienne Bergeron authored
This CL is lifting out the FcPattern accessors to the fontconfig_util file. It is also adding the unittests related to that code. The goal of this refactoring is to share the accessors with the new fallback font caching algorithm. R=robliao@chromium.org Bug: 1008531 Change-Id: Ib8d0ec9ef2ec93b91247595f7b03613d640ade80 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830059 Commit-Queue: Etienne Bergeron <etienneb@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#701317}
-
liberato@chromium.org authored
Test is flaky. Bug: 1009673 Change-Id: I1f80d9b4ff4e201182284d7004838da0bffec188 TBR: sky@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1830111Reviewed-by:
Frank Liberato <liberato@chromium.org> Commit-Queue: Frank Liberato <liberato@chromium.org> Cr-Commit-Position: refs/heads/master@{#701316}
-
chromium-autoroll authored
Roll airmont AFDO profile from 79-3903.0-1569234053-benchmark-79.0.3923.0-r1 to 79-3904.19-1569838411-benchmark-79.0.3923.0-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-afdo-airmont-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/+/master/autoroll/README.md CQ_EXTRA_TRYBOTS= TBR=c-compiler-chrome@google.com Change-Id: I3ee29bd0ff9df5ef768bd9720cfaf2f79333a9d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1832821Reviewed-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@{#701315}
-
John Williams authored
Setting DesktopMediaPicker::Params::select_only_screen to true allows the desktop picker dialog to be bypassed in the case where the user is asked to select a screen and there is only one screen available. Bug: 637643 Change-Id: I3a5ce311e4c0e63d1a9fd2eae1c7388056beb51b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1669775 Commit-Queue: John Williams <jrw@chromium.org> Reviewed-by:
Sergey Ulanov <sergeyu@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#701314}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/d58f380d..f85c9327 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,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I6a7704ddcbd5cb31646f6fab4dbdec5fe7a34cc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1831560Reviewed-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@{#701313}
-