- 25 Mar, 2020 30 commits
-
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/0113d29ea0c4..9a378addafad git log 0113d29ea0c4..9a378addafad --date=short --first-parent --format='%ad %ae %s' 2020-03-24 mtklein@google.com refactor apply_transfer_function() Created with: gclient setdep -r src/third_party/skia@9a378addafad 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 Bug: None Tbr: robertphillips@google.com Change-Id: I0ea29c9d83d7828021ab8b72b25345e4c698961e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119190Reviewed-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@{#753086}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/4c6c40d47dc5..b867e14cac14 git log 4c6c40d47dc5..b867e14cac14 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 enga@chromium.org Add DAWN_NO_DISCARD to ErrorData Created with: gclient setdep -r src/third_party/dawn@b867e14cac14 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 cwallez@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: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:1063810 Tbr: cwallez@google.com Change-Id: Ib146fb30ea49b6244cb2b171de12ea84428a56ba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119191Reviewed-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@{#753085}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org 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:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast Tbr: cr-fuchsia+bot@chromium.org Change-Id: I6d61ce6edb195f7c2159970a8c02a2c4dc6e5973 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119133Reviewed-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@{#753084}
-
Rohit Rao authored
The PolicyTest fixture supplies PrefServices that are managed by policy. It also supplies a MockConfigurationPolicyProvider that can be updated with test-specific policy values. Individual tests (to be written in the future) can use this infrastructure to verify that preferences are properly set based on policy data. BUG=1024115 Change-Id: I5ad4e9ae0089eb55253701806e371680f608d81f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117317 Commit-Queue: Rohit Rao <rohitrao@chromium.org> Reviewed-by:
Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#753083}
-
Alex Moshchuk authored
This CL re-enables six previously disabled tests for how password-triggered isolation and strict origin isolation interact with field trials, memory thresholds, and manual overrides. These include *PasswordSiteIsolationFieldTrialTest* and *StrictOriginIsolationFieldTrialTest*. These tests were previously disabled due to runtime usage of ScopedFeatureList (see https://crbug.com/846380). This is a problem for browser tests, but less so for unit tests, where such usage is still allowed. This CL converts these tests to unit tests in site_isolation_policy_unittest.cc. This makes more sense anyway, as the tests purely check the state of site isolation policy in different configurations, without relying on any browsertest support. An added bonus is that they now also run on Android try bots, whereas previously there was no Android coverage (browser_tests don't run on Android). For that same reason, this CL also converts and moves the SitePerProcessMemoryThresholdBrowserTest* tests. This uncovered four bugs in the tests when run on Android bots, also fixed in this CL. Bug: 1009828 Change-Id: I10218fcac47284f84d102f6bf3ec1ae3893f3ed3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116150Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Commit-Queue: Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#753082}
-
Chris Hall authored
Removing usage of unsigned integer types in language detection to comply with style guide. R=dmazzoni,meredithl CC=thestig Change-Id: Ibeed71088a0ed4239f4d3c0aab8acc34b55687a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2096603Reviewed-by:
Meredith Lane <meredithl@chromium.org> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Chris Hall <chrishall@chromium.org> Cr-Commit-Position: refs/heads/master@{#753081}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/4e09751d83cc..3685fb977e15 git log 4e09751d83cc..3685fb977e15 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 treehugger-gerrit@google.com Merge "Add vts10 suite to existing vts tests" Created with: gclient setdep -r src/third_party/perfetto@3685fb977e15 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I83d3fcdb530409738cab6e4337ef9f87f28eaa90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117883Reviewed-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@{#753080}
-
David Black authored
For now, timers will render in a label displaying their times remaining (in seconds) but this will be updated to match the spec in a later CL. Note that this UI element is dynamic, it will update itself in response to updates to the underlying timers. Bug: b:149570650 Change-Id: I6288bba8664b702ef8e21ef96a9f58f6159ee88b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109823 Commit-Queue: David Black <dmblack@google.com> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Reviewed-by:
Jeroen Dhollander <jeroendh@google.com> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Cr-Commit-Position: refs/heads/master@{#753079}
-
Brian Sheedy authored
Adds support for running the Android RenderTests with the comparison method set to Skia Gold instead of the legacy local pixel comparison approach. Also enables the functionality on the VR RenderTests in order to test stability on the CI bots. Bug: 1057845 Change-Id: Ibd38148a5449cc1c961a1dc224f6cacaef458ce8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934783 Commit-Queue: Brian Sheedy <bsheedy@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Reviewed-by:
Peter Conn <peconn@chromium.org> Cr-Commit-Position: refs/heads/master@{#753078}
-
Nate Chapin authored
Use GetExecutionContext(), which should ~always be non-null, instead of domWindow(), which is null for non-attached Document. Bug: 1029822 Change-Id: I907cb2da8f851068a669f344230ce77f1a247895 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118711 Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#753077}
-
Caleb Rouleau authored
I am leaving Google. R=kbr@chromium.org Change-Id: I71c7eb22af1492cd76dd98a3526983226bc5fe16 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117647Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#753076}
-
Maggie Cai authored
This CL adds the delete functionality for the preferred app list. This CL also migrate relevant unit tests from the original preferred app tests. BUG=853604 Change-Id: Ib16470c0badf60f0da17fa4c3d7dae9594c5623c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117596 Commit-Queue: Maggie Cai <mxcai@chromium.org> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#753075}
-
Josh Karlin authored
What: Enable async ad tagging by default again. I reverted it last time due to performance regressions on the perf bots. This time, it should have less overhead since it skips checking the top of the v8 stack. I'll watch the bots after landing again. Why: Async ad tagging is necessary to capture ad script doing things like loading image resources in the main frame. One place we use this is to detect interstitial ads. Previously reverted CL: https://crrev.com/c/2053411 Bug: 851531 Change-Id: Ibf61388a44eadce91f322a6c07245650476b9ef9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078652Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Josh Karlin <jkarlin@chromium.org> Cr-Commit-Position: refs/heads/master@{#753074}
-
David Munro authored
* Add a margin around the slider so the label doesn't get cut off and no scrollbar shows up * Align the max label correctly under the slider Screenshot: https://drive.google.com/open?id=1-K52YfP_4ZQ-zKkIu2ErLrprJXQM7kGY Bug: chromium:858815 Test: Manual Change-Id: I8c5b054a1df920f832e652aaa0848cd752601159 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115868 Commit-Queue: David Munro <davidmunro@google.com> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#753073}
-
Julian Watson authored
This allows the prefs to be reused elsewhere. Bug: 1049453 Change-Id: I52de2f0d7296d3bf522af5ef2aad79cf78370d15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2114514Reviewed-by:
Timothy Loh <timloh@chromium.org> Reviewed-by:
Joel Hockey <joelhockey@chromium.org> Commit-Queue: Julian Watson <juwa@google.com> Cr-Commit-Position: refs/heads/master@{#753072}
-
Robert Liao authored
BUG=1057754 Change-Id: I268a85ff46614362b56a4501321018dc64c496cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118574 Commit-Queue: Robert Liao <robliao@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#753071}
-
Rakib M. Hasan authored
This CL adds the _install_apks function to each WPTAdapter subclass which will install APKs for each browser. TBR=martiniss@chromium.org Bug: 1050754 Change-Id: I7cea7869ab4e498adf0e8215b8b78796f3b4df4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116779 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#753070}
-
Lei Zhang authored
Add a basic test to make sure RenderPage() works correctly for simple rendering. Change-Id: I2b2fd287167c532cb2f35c50726b880f56cb496b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117354 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by:
Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#753069}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2702ad73. With Chromium commits locally applied on WPT: bb6643e9 "Simplify image-loading-subpixel-clip.html." 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 NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: I6ca21db7b38ea59853e6d7b809a6b178eae43b56 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118591Reviewed-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@{#753068}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/012f9c0fc75e..cdbe45e832f2 git log 012f9c0fc75e..cdbe45e832f2 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 michael.liao@microsoft.com [Elements Panel]: Accounting for case where resolvedNode is null Created with: gclient setdep -r src/third_party/devtools-frontend/src@cdbe45e832f2 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/+/master/autoroll/README.md Bug: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I4dad485a0598dbb79b8fc9ea71b7a2837be0192e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118467Reviewed-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@{#753067}
-
Hesen Zhang authored
- Created TileInfoFetcher interface. - Implemented main logic on TileInfoFetcherImpl, need to nail down the error response and other details. - TODO: Add unittests. Bug: 1063996 Change-Id: I82c8c22c6ba56f16bb0f483ec78ff799b87e7702 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2115887Reviewed-by:
Xing Liu <xingliu@chromium.org> Commit-Queue: Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#753066}
-
Peter Kasting authored
No other platform actually reads this, so make that clear. This will make some plumbing easier for later refactors since I don't have to worry about setting this cross-platform. Frankly, I'd love to remove the Mac usage too -- there's only one, in NativeWidgetMacNSWindowHost::CreateCompositor() -- but I'm not sure enough of all the plumbing here to try to pull that off. Bug: none Change-Id: I9f203cc8974afa68cc12f8999c3c39d8e9e05600 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117333 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#753065}
-
Evan Stade authored
Bug: 1063495,1058600 Change-Id: I04ef88ef4bb9465cc933fc3d16d0405356438526 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112959Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Robbie McElrath <rmcelrath@chromium.org> Commit-Queue: Evan Stade <estade@chromium.org> Cr-Commit-Position: refs/heads/master@{#753064}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: Iceda0cfa595630a354659cdffc4132a2fcf98c73 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117297 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#753063}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/d682fa4e329a..e9013eeb3d1d git log d682fa4e329a..e9013eeb3d1d --date=short --first-parent --format='%ad %ae %s' 2020-03-24 ehmaldonado@google.com Reland "depot_tools: Run using Python 3 by default." Created with: gclient setdep -r src/third_party/depot_tools@e9013eeb3d1d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org 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 Bug: None Tbr: agable@chromium.org Change-Id: I63bc27f78f35a1fe815301e08b0d3f04d907471b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118934Reviewed-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@{#753062}
-
Daniel Libby authored
Paint invalidation container information is no available in CAP, as it requires querying the compositing state to see whether a GraphicsLayer is created in a PaintLayer's ancestor chain. UpdatePaintInvalidationContainer should therefore be a no-op in CAP. This is an incremental change in pursuit of adding a DCHECK(!CAP) in LayoutObject::EnclosingCompositedContainer and removing that DisableCompositingQueryAssert from CAP codepaths. Bug: 1007989 Change-Id: I0ecd12fdf907f1746d54a67437143cb5ce7eb5fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118212Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#753061}
-
Caleb Rouleau authored
I am leaving Google. The TODO is unnecessary. R=johnchen@chromium.org, wenbinzhang@google.com Change-Id: Ib34659ab4f74bafc1338f50d2e263b816398b760 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118670Reviewed-by:
John Chen <johnchen@chromium.org> Reviewed-by:
Wenbin Zhang <wenbinzhang@google.com> Auto-Submit: Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Wenbin Zhang <wenbinzhang@google.com> Cr-Commit-Position: refs/heads/master@{#753060}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4645a3f2eba0..054d61d117f0 git log 4645a3f2eba0..054d61d117f0 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 bsheedy@chromium.org [Telemetry] Add minidump symbol caching Created with: gclient setdep -r src/third_party/catapult@054d61d117f0 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 skyostil@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:chromeos-kevin-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:1061497 Tbr: skyostil@google.com Change-Id: Ib80382567b14ae4e3f9589be09fba71f48e310d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118931Reviewed-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@{#753059}
-
Reilly Grant authored
There are a number of tests in serialPort_readable.html. One of them is timing out. This change breaks each test into its own file so that we can figure out which one it is. Bug: 1057938 Change-Id: I57a72f24d212f44cafa5ad8778cc73d4cb1365d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118584 Auto-Submit: Reilly Grant <reillyg@chromium.org> Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#753058}
-
Jing Wang authored
In the series of SetSurroundingText and OnSurroundingTextChange calls, the current type of surrounding text is string, but the cursor index is calculated based on string16. So if the surrounding text contains emoji, the text before cursor calculation could be wrong. So change type of all surrounding text to be string16. Test: tested with Linux emulator Bug: 1042084 Change-Id: I17df2d0a8a73b8db9d756c782aff8caae0ecb554 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105264 Commit-Queue: Jing Wang <jiwan@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/master@{#753057}
-
- 24 Mar, 2020 10 commits
-
-
Luke Zielinski authored
This squashes the file into a single ordered list, which makes it easier to merge new failures in. It also adds several newly-exposed failures (eg: precondition fails, subtests). TBR=robertma Change-Id: Icfe6c58220183fe2c6e2640565a225fcb85c8c18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2090304Reviewed-by:
Luke Z <lpz@chromium.org> Commit-Queue: Luke Z <lpz@chromium.org> Cr-Commit-Position: refs/heads/master@{#753056}
-
Igor Makarov authored
- created one root .style.yapf file for third_party/blink/renderer - reformat *.py files in third_party/blink/renderer Bug: 1051750 Change-Id: I0379ae76ca8d570baaff1e0527641b171b3cdf17 No-Presubmit: True Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105303 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#753055}
-
Jeff Yoon authored
* ci.star - ios13-sdk-device to run Chromium recipe * mb_config.pyl - GN arguments for ios13-sdk-device * testing/*.pyl, *.json - definition for additional targets. * ios13-sdk-device does not run any tests. Bug: 1055164,912681 Change-Id: I360214e360e429638021583814d056cd1994e7d0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071293 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#753054}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/9b00f1ff5440..0113d29ea0c4 git log 9b00f1ff5440..0113d29ea0c4 --date=short --first-parent --format='%ad %ae %s' 2020-03-24 reed@google.com Add skvm program to colorspacexformsteps 2020-03-24 egdaniel@google.com Add support for tracking resources on d3d command list. 2020-03-24 jvanverth@google.com Fill in the D3DTexture class. 2020-03-24 egdaniel@google.com Add support for recycle d3d command lists. 2020-03-24 bsalomon@google.com Revert "Reland x2 "Drawing YUVA images does not flatten for bicubic."" 2020-03-24 egdaniel@google.com Implement submission of d3d command lists and tracking of when they finish. 2020-03-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms cbf3b9df1ae1..bd0abcd0646a (1 commits) 2020-03-24 michaelludwig@google.com Implement GrTAllocator in terms of GrBlockAllocator 2020-03-24 bsalomon@google.com Reland x2 "Drawing YUVA images does not flatten for bicubic." 2020-03-24 bungeman@google.com BlendFormula to validate in constructor. Created with: gclient setdep -r src/third_party/skia@0113d29ea0c4 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 Bug: None Tbr: robertphillips@google.com Change-Id: I608e26204e78677bbd59603661275e21e88bf80f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117491Reviewed-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@{#753053}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/ed0e932cc0b7..e39d055d085a git log ed0e932cc0b7..e39d055d085a --date=short --first-parent --format='%ad %ae %s' 2020-03-24 kbr@chromium.org Fix robust resource initialization with clipped CopyTexSubImage2D. Created with: gclient setdep -r src/third_party/angle@e39d055d085a 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: I9d7f43f582773227eea44420322b7df7a91586e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117880Reviewed-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@{#753052}
-
Scott Violet authored
This adds 'android_weblayer' to nearly all places that 'android_webview' is. The only places I did not add weblayer that have webview are for autofill and ones clearly webview specific (such as WebViewWakeMetricsService). BUG=1049426 TEST=test only change Change-Id: I09484751d8cd1e38d3fa5632a5268b2ebdf23635 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116575Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#753051}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/27948b2c03ba..4e09751d83cc git log 27948b2c03ba..4e09751d83cc --date=short --first-parent --format='%ad %ae %s' 2020-03-24 taylori@google.com Merge "perfetto-ui: Fix aggregation of CPU tracks" Created with: gclient setdep -r src/third_party/perfetto@4e09751d83cc If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll 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/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I408dbd0d0b16d737637161f2233afe9f89ef541c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2117881Reviewed-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@{#753050}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/6e4a36a5..3b9e4cb4 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: I58b26e25faf0177370e9b94ae01d7afb0d32ef6a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118592Reviewed-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@{#753049}
-
Etienne Pierre-doray authored
This check causes problems for marking and isn't necessary in ShouldYield() because workers haven't flushed their work queues. It should only happen when a worker returns instead. Bug: 1046343 Change-Id: I469c4e8e98130debb43a68dd5d7e6e2b5c77f168 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2112235Reviewed-by:
Gabriel Charette <gab@chromium.org> Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#753048}
-
Lan Wei authored
After we finish the scroll unification, the scrolls happens mainly on the compositor thread, and the scroll code in the main thread will be removed. eventSender sends the scroll events to main thread, so it would not work after the scroll unification. We should replace eventSender.continuousMouseScrollBy with gpuBenchmarking.smoothScrollBy in scroll tests in fast/scroll-behavior/smooth-scroll/. Bug: 1047176 Change-Id: I3a2a153c2f1632167e06ce8e1f6b9600f1c54313 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083341 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#753047}
-