Commit Graph

39684 Commits

Author SHA1 Message Date
Brian Osman
8c0a1cad37 Switch nanobench to SkJSONWriter
Bug: skia:
Change-Id: I3b014b71695b598c72c569f1466ad3dd7c85cd98
Reviewed-on: https://skia-review.googlesource.com/c/187386
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-01-28 19:54:26 +00:00
recipe-roller
d28c9f3efd Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/b19e8dff155d6bb50ddbb8b7ddd12b4b28fec7b4 Add a --nodownload option to get_toolchain_if_necessary.py (brucedawson@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I2ddf374dc7415c0b58ab6b86ef1c76050b2ffffd
Reviewed-on: https://skia-review.googlesource.com/c/187385
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-01-28 19:49:56 +00:00
skia-autoroll
50191ad972 Roll third_party/externals/swiftshader 314ad8112fb9..bfdb95a639b9 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/314ad8112fb9..bfdb95a639b9


git log 314ad8112fb9..bfdb95a639b9 --date=short --no-merges --format='%ad %ae %s'
2019-01-28 sugoi@google.com Framebuffer clear assert fix


Created with:
  gclient setdep -r third_party/externals/swiftshader@bfdb95a639b9

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=borenet@google.com

Change-Id: I51eef36a7f137eb6f6bbd9815c19c86ecb10382f
Reviewed-on: https://skia-review.googlesource.com/c/187422
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: Eric Boren <borenet@google.com>
2019-01-28 19:47:26 +00:00
Brian Osman
d8a90f9be1 Converting more debug code to SkJSONWriter
All of SkDrawCommand / SkDebugCanvas now uses SkJSONWriter.
Also removed the bespoke json generator and pretty-printer
in GrAuditTrail. This was the largest volume of code still
using JsonCPP. (There are other stragglers).

Bug: skia:
Change-Id: I3aee554764689ce50c8e707caf26c76093b9bb8f
Reviewed-on: https://skia-review.googlesource.com/c/187040
Commit-Queue: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-01-28 19:06:06 +00:00
Greg Daniel
41f0e28fd5 Add MaxAPIVersion to GrVkBackendContext.
This moves us to the correct way of handling the correct version of
Vulkan that the client wants us to use.

Bug: skia:
Change-Id: I6c7962b5d2d48ae142c6a701c30f5af3801ac99b
Reviewed-on: https://skia-review.googlesource.com/c/187382
Reviewed-by: Sergey Ulanov <sergeyu@chromium.org>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
2019-01-28 19:01:46 +00:00
skia-autoroll
9850fd23a0 Roll third_party/externals/swiftshader 543629bc5aa7..314ad8112fb9 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/543629bc5aa7..314ad8112fb9


git log 543629bc5aa7..314ad8112fb9 --date=short --no-merges --format='%ad %ae %s'
2019-01-28 wez@chromium.org [Fuchsia] Use the read/write permission flag names when mapping VMOs.


Created with:
  gclient setdep -r third_party/externals/swiftshader@314ad8112fb9

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=borenet@google.com

Change-Id: I127e45508c8a8ea8f8ba8042193077e620b5ede7
Reviewed-on: https://skia-review.googlesource.com/c/187420
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-28 18:53:16 +00:00
Mike Reed
5f528e5fd8 Revert "Reland "Revert "remove legacy code for text attributes on paint"""
This reverts commit 3c03c851ad.

Modification was to copy/assign fBitfieldsUInt rather than fBitfields,
since fBitfields might be smaller, and therefore ignore some bits that
we do use in hashing, etc.

Bug: skia:
Change-Id: I5965d5d64bd22bd60f0da797fdfeeffb730588ea
Reviewed-on: https://skia-review.googlesource.com/c/187307
Reviewed-by: Ben Wagner <bungeman@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-01-28 18:27:26 +00:00
skia-autoroll
9ef1040d2d Roll third_party/externals/swiftshader 7521150ee200..543629bc5aa7 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/7521150ee200..543629bc5aa7


git log 7521150ee200..543629bc5aa7 --date=short --no-merges --format='%ad %ae %s'
2019-01-28 capn@google.com Fix LLVM 3.0 build issue.


Created with:
  gclient setdep -r third_party/externals/swiftshader@543629bc5aa7

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=borenet@google.com

Change-Id: Ib7551ef0fbb54bd0796467d80b38a80fb8861bac
Reviewed-on: https://skia-review.googlesource.com/c/187326
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-28 17:51:26 +00:00
Hal Canary
b18876fae1 DEPS: use our mirror for wuffs
Change-Id: I9bea0b03a70c70e9daba72bc7a24d0aaa8c1c354
Reviewed-on: https://skia-review.googlesource.com/c/186876
Reviewed-by: Eric Boren <borenet@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-01-28 17:47:56 +00:00
Brian Salomon
eceb19f37e Remove GrBuffer::mapPtr()
Only used in an assert.

Change-Id: Iecfd853a71d7dd1c22096886465843c7a0122c74
Reviewed-on: https://skia-review.googlesource.com/c/187380
Auto-Submit: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-01-28 17:41:56 +00:00
Brian Salomon
ede88ab2b4 Remove some unused GrGLGpu member fields and functions.
-Members related to already removed stencil clear program.
-hasExtension() inline memeber function
-declaration for unimplemented setTextureSwizze() member function.

Change-Id: Ibe6054fcb7f7c8c69cfcbbbb12df95f9dcebf9fe
Reviewed-on: https://skia-review.googlesource.com/c/187305
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
2019-01-28 15:29:56 +00:00
Brian Salomon
805cc7a2f8 Avoid setting the GL color mask and clear color redundantly before glClear.
Change-Id: I0830e62fc65fd4a85c27db01aab8e16697c840f7
Reviewed-on: https://skia-review.googlesource.com/c/187304
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-01-28 15:18:26 +00:00
Mike Reed
3c03c851ad Reland "Revert "remove legacy code for text attributes on paint""
This reverts commit fd0bba81c0.

Reason for revert: PaintTest.cpp:150 failing

Original change's description:
> Revert "Revert "remove legacy code for text attributes on paint""
> 
> This reverts commit fb0e2aa8fd.
> 
> Bug: skia:
> Change-Id: I16bf3c999233f7498a4d76dfbcfb26be725e88f5
> Reviewed-on: https://skia-review.googlesource.com/c/187261
> Reviewed-by: Mike Reed <reed@google.com>
> Commit-Queue: Mike Reed <reed@google.com>
> Auto-Submit: Mike Reed <reed@google.com>

TBR=reed@google.com

Change-Id: Ic52282f36841b7402a3a5466b93ef56ecdb6f51b
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/187306
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-01-28 15:02:08 +00:00
Nigel Tao
22e862430e Let SkWuffsCodec allow workbuf_len == 0
Some Wuffs actions don't require extra 'scratch space'.

Bug: skia:8235
Change-Id: Idcd2e1a8676b3b9f98dcff94ad1450d1e18a0401
Reviewed-on: https://skia-review.googlesource.com/c/187160
Reviewed-by: Leon Scroggins <scroggo@google.com>
Commit-Queue: Leon Scroggins <scroggo@google.com>
2019-01-28 14:49:43 +00:00
Brian Salomon
31a60dbd7b Remove GrGLGpu member vars related to already removed clear-as-draw program.
Change-Id: Id193e4ccee77323dd172b83e7d90f94a2691466f
Reviewed-on: https://skia-review.googlesource.com/c/187301
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Michael Ludwig <michaelludwig@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Michael Ludwig <michaelludwig@google.com>
2019-01-28 14:46:53 +00:00
Brian Salomon
8bc352c305 Revert "Revert "Avoid checking extension string in GrGLGpu::onResetContext.""
This reverts commit 04c1cccaa4.

Reland that preserves GL_NV_shader_framebuffer_fetch support.

Change-Id: I8d51321a552d0abfd0a8fa36c4d00b9b0e0d8663
Reviewed-on: https://skia-review.googlesource.com/c/187300
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-01-28 14:39:43 +00:00
Mike Reed
fd0bba81c0 Revert "Revert "remove legacy code for text attributes on paint""
This reverts commit fb0e2aa8fd.

Bug: skia:
Change-Id: I16bf3c999233f7498a4d76dfbcfb26be725e88f5
Reviewed-on: https://skia-review.googlesource.com/c/187261
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-01-28 13:56:24 +00:00
skia-recreate-skps
7f54fdc434 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: Id6a4e676ac4762150d9af63819633431e42b1dd8
Reviewed-on: https://skia-review.googlesource.com/c/187222
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-01-28 13:41:06 +00:00
skia-autoroll
8e81ecf095 Roll third_party/externals/angle2 9e53fccb8fd2..4c94788c9c85 (1 commits)
9e53fccb8f..4c94788c9c


git log 9e53fccb8fd2..4c94788c9c85 --date=short --no-merges --format='%ad %ae %s'
2019-01-28 cwallez@chromium.org Suppress RobustBufferAccessBehaviorTest.EmptyBuffer on Pixel XL Vk


Created with:
  gclient setdep -r third_party/externals/angle2@4c94788c9c85

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=borenet@google.com

Change-Id: If670f1eb6fb5326932cf4ee3971a44d6fd8c0a50
Reviewed-on: https://skia-review.googlesource.com/c/187280
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-28 13:41:04 +00:00
Kevin Lubick
04c1cccaa4 Revert "Avoid checking extension string in GrGLGpu::onResetContext."
This reverts commit a5bc81285a.

Reason for revert: Potentially breaking some Android bots

Original change's description:
> Avoid checking extension string in GrGLGpu::onResetContext.
> 
> Also, remove support for NV_shader_framebuffer_fetch (no longer listed in
> extension registry).
> 
> Change-Id: Icad4ecf057a7e598ce41dd6ee4029cfe0d9488f8
> Reviewed-on: https://skia-review.googlesource.com/c/186873
> Commit-Queue: Brian Salomon <bsalomon@google.com>
> Commit-Queue: Greg Daniel <egdaniel@google.com>
> Auto-Submit: Brian Salomon <bsalomon@google.com>
> Reviewed-by: Greg Daniel <egdaniel@google.com>

TBR=egdaniel@google.com,bsalomon@google.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Change-Id: I18a744d62af2edce1bdfdc09e68a86535f62b093
Reviewed-on: https://skia-review.googlesource.com/c/187263
Reviewed-by: Kevin Lubick <kjlubick@google.com>
Commit-Queue: Kevin Lubick <kjlubick@google.com>
2019-01-28 13:03:23 +00:00
skia-autoroll
04ac845bf7 Roll ../src 10c4dca3c694..f2110ca4a90b (54 commits)
10c4dca3c6..f2110ca4a9


git log 10c4dca3c694..f2110ca4a90b --date=short --no-merges --format='%ad %ae %s'
2019-01-28 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@fc57d7ad7a2942cfa363d5a9b8c6c7d74f5bb693
2019-01-28 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3aa7a422f9a0..d2ab8619548a (1 commits)
2019-01-28 wzang@chromium.org cros: Speculative fix for flaky LoadApp test
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ad3ab831db32..3aa7a422f9a0 (3 commits)
2019-01-27 weiliangc@chromium.org viz: Add color space information to SkiaRenderer
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 04c2991c29c1..ad3ab831db32 (1 commits)
2019-01-27 reed@google.com rm bounds from textblobbuilder
2019-01-27 mstensho@chromium.org Introduce NGLayoutResult delegate constructor.
2019-01-27 mmenke@chromium.org Socket Pools Refactor 9:  Move SSLConnectJob to its own file.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal cda71886b57b..04c2991c29c1 (1 commits)
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ui/ozone/platform/wayland.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 632d2722dda6..cda71886b57b (2 commits)
2019-01-27 robertma@chromium.org [blinkpy] Fix virtual tests discovery on Windows
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 2beedbc7e4e2..632d2722dda6 (1 commits)
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components/gwp_asan.
2019-01-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from a019d491e01f to 2817832155fe
2019-01-27 guidou@chromium.org [Onion Soup] Move MediaStream audio interfaces to Blink
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 13a8836256c1..2beedbc7e4e2 (1 commits)
2019-01-27 yaoxia@chromium.org Give console warning for deprecation of DownloadInSandboxWithoutUserActivation
2019-01-27 metzman@chromium.org [libFuzzer] Update docs to reflect new V8-ARM builders
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8c65c2868c5d..13a8836256c1 (1 commits)
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser/content_settings.
2019-01-27 olivierli@chromium.org Use base::FeatureList to control experiments in HistoryService
2019-01-27 jinho.bang@samsung.com PaymentRequest: Implement retry() in Android side
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ui/compositor.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ac2ed7df2033..8c65c2868c5d (1 commits)
2019-01-27 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@c6a58d46b7a1dec34a4a189ff18577557b32430f
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /content/renderer/media/stream.
2019-01-27 pshmakov@google.com Receive and verify multiple trusted origins from TWA clients
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal b5d462f614c5..ac2ed7df2033 (1 commits)
2019-01-27 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@7ff59ab57177956108a2b7584f57e140d735ac5f
2019-01-27 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11657.0.0 for chromeos.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4bc0507ffff1..b5d462f614c5 (5 commits)
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /components/invalidation.
2019-01-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 55bd70de653a..accf90556a95 (1 commits)
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /base/memory/shared_memory_unittest.cc.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal acee6cbedb0e..4bc0507ffff1 (7 commits)
2019-01-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 74.0.3684.0_rc-r1 to 74.0.3685.0_rc-r1
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /chrome/browser/download.
2019-01-27 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@8ae1ddbc812733c3a73b103eafad56fb43a2f4b5
2019-01-27 zhongyi@chromium.org Retry connection on the alternate network for write error.
2019-01-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 65a9ce55d77b to a019d491e01f
2019-01-27 justincohen@google.com [ios] Disable failing SaveCardInfobarEGTest tests.
2019-01-27 edchin@chromium.org [ios] Do not hide infobar in side swipe tab change
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /net/quic.
2019-01-27 edchin@chromium.org #import web_state.h
2019-01-27 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 33625e18d47e..55bd70de653a (1 commits)
2019-01-27 chrome-release-bot@chromium.org Updating trunk VERSION from 3685.0 to 3686.0
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ui/base/webui.
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /third_party/blink/renderer/platform/wtf.
2019-01-27 pwnall@chromium.org test: Replace _TEST_CASE_ with _TEST_SUITE_ in /ios/chrome/browser/tabs.
2019-01-27 justincohen@google.com [ios] Disable various flakey NTP tests.
2019-01-27 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 33363aa07cff..acee6cbedb0e (1 commits)
2019-01-27 vtsyrklevich@chromium.org GWP-ASan: Change double free crash analysis logic


Created with:
  gclient setdep -r ../src@f2110ca4a9

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=borenet@google.com

Change-Id: Iaeb1898d7b523d6b2ca09d6b89728bfc5c52145d
Reviewed-on: https://skia-review.googlesource.com/c/187157
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-28 01:37:48 +00:00
Mike Reed
fb0e2aa8fd Revert "remove legacy code for text attributes on paint"
This reverts commit 80f4adf98f.

Reason for revert: breaking PaintTest

Original change's description:
> remove legacy code for text attributes on paint
> 
> Bug: skia:2664
> Change-Id: I09f9d1401410d7ca338d7acde5a9660921c74da9
> Reviewed-on: https://skia-review.googlesource.com/c/185460
> Commit-Queue: Mike Reed <reed@google.com>
> Reviewed-by: Florin Malita <fmalita@chromium.org>

TBR=bungeman@google.com,rmistry@google.com,herb@google.com,fmalita@chromium.org,reed@google.com

Change-Id: If9bbb92d6eb064aba30cfa9069051ff60585a269
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:2664
Reviewed-on: https://skia-review.googlesource.com/c/187260
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
2019-01-28 00:18:09 +00:00
Mike Reed
80f4adf98f remove legacy code for text attributes on paint
Bug: skia:2664
Change-Id: I09f9d1401410d7ca338d7acde5a9660921c74da9
Reviewed-on: https://skia-review.googlesource.com/c/185460
Commit-Queue: Mike Reed <reed@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-01-27 23:54:45 +00:00
skia-recreate-skps
27e5125dbc Update SKP version
Automatic commit by the RecreateSKPs bot.

TBR=rmistry@google.com
NO_MERGE_BUILDS

Change-Id: I7106c1bcfceeb4a8822208aa075b097836eb74ac
Reviewed-on: https://skia-review.googlesource.com/c/187221
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-01-27 09:12:39 +00:00
skia-recreate-skps
02edccb024 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: I64af3d56a0ba74842d60d40f786b55f60ca13f51
Reviewed-on: https://skia-review.googlesource.com/c/187220
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-01-27 06:06:14 +00:00
skia-autoroll
a5d41af0e8 Roll ../src 9f72579db61b..10c4dca3c694 (112 commits)
9f72579db6..10c4dca3c6


git log 9f72579db61b..10c4dca3c694 --date=short --no-merges --format='%ad %ae %s'
2019-01-27 pwnall@chromium.org Roll src/third_party/googletest/src/ 9518a5742..5ec7f0c4a (10 commits)
2019-01-27 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@f33a54b1f9e2cf8a15e1ca06f123f61f3564ab61
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 97dedda6a492..33363aa07cff (3 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from d4f74b9e5a82 to 65a9ce55d77b
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 89faf0651c17..97dedda6a492 (3 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools eb2767b2eb24..bdb1123726a2 (1 commits)
2019-01-26 tangltom@chromium.org [unified-consent] Fix sync page browser tests on dbg
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d96e42a63b59..89faf0651c17 (3 commits)
2019-01-26 xiaochengh@chromium.org [BidiCaretAffinity] Make NGCaretNavigator structureless and stack allocated
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3d2f3e0882d8..d96e42a63b59 (2 commits)
2019-01-26 keiichiw@chromium.org [Video Capture, Tests]: Permit non-JFIF/EXIF JPEG data for TakePhoto tests
2019-01-26 tangltom@chromium.org [unified-consent] Revamp advanced sync setup during opt-in
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 601a97551212..3d2f3e0882d8 (3 commits)
2019-01-26 cassew@google.com Fixed SVR case where native UI has been torn down
2019-01-26 jdoerrie@chromium.org [Passwords] Implement Extension Bindings for Changing Passwords
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal debfdbae2ec3..601a97551212 (3 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from cebc87ed4b10 to d4f74b9e5a82
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 233357879a53..debfdbae2ec3 (3 commits)
2019-01-26 sullivan@chromium.org Pipe intent received timestamp through to InputTo* page load metrics.
2019-01-26 caseq@chromium.org Revert "Take the process limit into account in GetMaxRendererProcessCount() on Linux."
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite f2b63146dd6b..33625e18d47e (1 commits)
2019-01-26 justincohen@google.com [ios] Enable slimnav by default.
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 35fed637e9de..233357879a53 (1 commits)
2019-01-26 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11651.0.0 for chromeos.
2019-01-26 agrieve@chromium.org SuperSize: Label "aggregate padding of diff'ed symbols" as "Overhead"
2019-01-26 digit@google.com android: Ensure all localized strings for Norwegian are used.
2019-01-26 kojii@chromium.org [LayoutNG] Compute VisualRect from LayoutObject
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8cb3911f7e9b..35fed637e9de (1 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 48c3b49693ae..f2b63146dd6b (5 commits)
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d7373af4b529..8cb3911f7e9b (3 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 73.0.3683.4_rc-r1 to 74.0.3684.0_rc-r1
2019-01-26 armax@chromium.org [getUserMedia] remove googHotword constraint.
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal f6ccdc6c3e62..d7373af4b529 (1 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 34369b5e7f07 to cebc87ed4b10
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 73.0.3683.3_rc-r1 to 73.0.3683.4_rc-r1
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 16a2fe7e1553..f6ccdc6c3e62 (2 commits)
2019-01-26 agrieve@chromium.org Android: Fix chrome_public_test_apk_incremental failing to list tests.
2019-01-26 dalecurtis@chromium.org Improve video frame rendering traces.
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 7c4d51cc6482..16a2fe7e1553 (5 commits)
2019-01-26 ginko@google.com Refactors arrow key util functions to be more readable
2019-01-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@3b1b4cff2e7078df6d6e1be8bd04e3daf551c727
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal fe9504cfbd59..7c4d51cc6482 (3 commits)
2019-01-26 chrome-release-bot@chromium.org Updating trunk VERSION from 3684.0 to 3685.0
2019-01-26 findit-for-me@appspot.gserviceaccount.com Revert "Add tentative WPT to verify download in sandbox"
2019-01-26 dbeam@chromium.org Extensions: fix console error when removing from detail view
2019-01-26 hcarmona@chromium.org Navi: Don't show email module outside en-US.
2019-01-26 fdegans@chromium.org Reland "[Fuchsia] Implement extra headers support in NavigationController."
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 11455bfdc0c5..71b05185eb63 (3 commits)
2019-01-26 dtseng@chromium.org Remove duplicate bluetooth_private externs from chrome_extensions.js
2019-01-26 azeemarshad@chromium.org [AndroidSms] Add FcmConnectionEstablisherImpl to support FCM web push
2019-01-26 caseq@chromium.org Mark external/wpt/html/semantics/links/links-created-by-a-and-area-elements/target_blank_implicit_noopener.tentative.html as timing out on win
2019-01-26 lethalantidote@chromium.org Remove kMediaTextTrackList and kMediaTrackSelectionCheckmark
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 73.0.3683.0_rc-r1 to 73.0.3683.3_rc-r1
2019-01-26 thestig@chromium.org Take the process limit into account in GetMaxRendererProcessCount() on Linux.
2019-01-26 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@d46b9d7e2c8d073f347e965c00ed27093608a764
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 1b0dd7244802..48c3b49693ae (3 commits)
2019-01-26 steimel@chromium.org [Media Intent Handler] Add video/3gpp to supported MIME types
2019-01-26 fdegans@chromium.org [Fuchsia] Enable test suites on the main waterfall.
2019-01-26 khachatryan@chromium.org [ChromeDriver] Drop suporting Chrome v70 add supporting Chrome v73
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 5904ee3f58e3..d51fbe347e70 (1 commits)
2019-01-26 tetsui@chromium.org NotificationViewMD:Call DisableNotification at end
2019-01-26 slow until 1/29 Revert "WebUI Dark Mode: force user manager and print preview into light mode"
2019-01-26 palmer@chromium.org Improve the Rule Of 2 documentation.
2019-01-26 dbeam@chromium.org WebUI Dark Mode: fix various .svg url()s with optimize_webui = true
2019-01-26 tikuta@chromium.org Extract param struct to separate header
2019-01-26 szager@chromium.org Enable IOv2 by default
2019-01-26 mcasas@chromium.org Rebaseline Pixel_Canvas*LowLatency2D tests, 2/2
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium a8c86c2b674e..b600f15d3895 (4 commits)
2019-01-26 xiaohuic@google.com assistant: remove deprecated code
2019-01-26 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 4420ef0c7306..fe9504cfbd59 (4 commits)
2019-01-26 jkim@igalia.com [s13n] Move signin_view_controller.cc away from using AccountTrackerService
2019-01-26 weidongg@chromium.org Rename app_list_constants to app_list_metrics and clean up
2019-01-26 rkjnsn@chromium.org Remove cancel message in favor of CANCELED error type.
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia f6a2348535c9..fad5c773f7b6 (1 commits)
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools db34d87aff44..eb2767b2eb24 (1 commits)
2019-01-26 crouleau@chromium.org Perf infra: move arguments for scripts around.
2019-01-26 pmarko@chromium.org Only check primary profile's dev tools enablement if it's managed
2019-01-26 yaoxia@chromium.org Add tentative WPT to verify download in sandbox
2019-01-26 robliao@chromium.org Align the chrome://flags Restart Button with Native Buttons
2019-01-26 ericorth@chromium.org Improve HostResolver cache-only and stale support
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 19ec8ef577ff..1b0dd7244802 (1 commits)
2019-01-26 thakis@chromium.org Build clang without static analyzer and arc migrator.
2019-01-26 bajones@chromium.org Remove debug logging from XR interface
2019-01-26 xiaohuic@google.com assistant: guard voice match setting ui with flag
2019-01-26 acolwell@google.com Remove redundant code in NavigationHandleImpl constructor.
2019-01-26 martinkr@google.com fido: enable WebAuthnUseNativeWinApi and WebAuthnProxyCryptotoken
2019-01-26 drubery@chromium.org Temporarily add safe_browsing to allow_circular_includes_from
2019-01-26 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 578e24839231..a8c86c2b674e (1 commits)
2019-01-26 dcheng@chromium.org Don't perform layout in provisional frames
2019-01-26 fdegans@chromium.org Revert "[Fuchsia] Implement extra headers support in NavigationController."
2019-01-26 lukasza@chromium.org Verify |cache_storage_origin| via CanAccessDataForOrigin.
2019-01-26 andreasbutler@google.com [IndexedDB]: Fix flaky mac cursor tests
2019-01-26 dbeam@chromium.org WebUI Dark Mode: fix Autofill section margin regression
2019-01-26 aleventhal@chromium.org Keep errormessage relation around as long as focused field is invalid
2019-01-26 dmblack@google.com Associate Assistant window with the active user.
2019-01-26 gyuyoung@igalia.com s13n: Replace all uses of AccountTrackerService in chrome_password_protection_service_unittest.cc
2019-01-26 meacer@chromium.org Lookalike URLs: Separate incognito tests into a new test case
2019-01-26 danakj@chromium.org Push event handling failures up the stack, clear the client early.
2019-01-26 xingliu@chromium.org Download notification: use new ChromeNotificationBuilder API for metrics.
2019-01-25 paulmiller@google.com Allow non-WebUI navigations in single-process mode
2019-01-25 tedchoc@chromium.org Disable AutofillActionTest.FillManually
2019-01-25 falken@chromium.org WPT: service worker: test clients.get(resultingClientId) for cross-origin.
2019-01-25 dtapuska@chromium.org Reland add tentative WPT tests for stale while revalidate handling.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia d41c1876d834..f6a2348535c9 (6 commits)
2019-01-25 malaykeshav@chromium.org Add support to clear stored touch calibration pref data
2019-01-25 japhet@chromium.org Allow <iframe src="javascript:''"> to commit synchronously.
2019-01-25 rockot@google.com Mojo: Make fuzzers behave like they're the broker process
2019-01-25 dtseng@chromium.org Refresh ChromeVox CommandStore
2019-01-25 danakj@chromium.org Add to RenderWidget::QueueMessage() comment.
2019-01-25 mario@igalia.com Move away from AccountTrackerService in AccountManagerUIHandler
2019-01-25 dmazzoni@chromium.org Improve performance of LegacyAbstractInlineTextBox::GetText()
2019-01-25 khushalsagar@chromium.org media/android: Add plumbing for secure media using AImageReader.


Created with:
  gclient setdep -r ../src@10c4dca3c6

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=borenet@google.com

Change-Id: Ic778af3c25abb4da9b568b093ffd8e040f9b3a04
Reviewed-on: https://skia-review.googlesource.com/c/187151
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-27 01:07:20 +00:00
recipe-roller
e695c18553 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
depot_tools:
  https://crrev.com/bdb1123726a2810c5f3e28f28f4802fa469e6914 [osx_sdk] Fix properties when setting a single value. (iannucci@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Iaebaed12990b5a900fe916911d37b3032a40c0e7
Reviewed-on: https://skia-review.googlesource.com/c/187123
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-01-26 21:22:47 +00:00
skia-autoroll
6535d1f283 Roll third_party/externals/angle2 d51fbe347e70..9e53fccb8fd2 (1 commits)
d51fbe347e..9e53fccb8f


git log d51fbe347e70..9e53fccb8fd2 --date=short --no-merges --format='%ad %ae %s'
2019-01-26 tandrii@chromium.org [commit-queue.cfg] Create new project-scoped CQ config.


Created with:
  gclient setdep -r third_party/externals/angle2@9e53fccb8fd2

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=djsollen@google.com

Change-Id: I662ca6c7d1787ff436f51eb5b8e236fa00808ced
Reviewed-on: https://skia-review.googlesource.com/c/187148
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-26 12:13:25 +00:00
skia-recreate-skps
d3a6a8162c Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: I2902d84ee182a38bf04f7e97a6873b93dae1f9ec
Reviewed-on: https://skia-review.googlesource.com/c/187180
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-01-26 06:06:26 +00:00
skia-autoroll
9d0568939a Roll third_party/externals/angle2 59d756e530c5..d51fbe347e70 (2 commits)
59d756e530..d51fbe347e


git log 59d756e530c5..d51fbe347e70 --date=short --no-merges --format='%ad %ae %s'
2019-01-26 jmadill@chromium.org Fold buffer access validation into extensions.
2019-01-25 syoussefi@chromium.org Vulkan: Fix timestamp query units


Created with:
  gclient setdep -r third_party/externals/angle2@d51fbe347e70

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=djsollen@google.com

Change-Id: Ib9c708b490c8c0a937721c7397aee9b5e2e21558
Reviewed-on: https://skia-review.googlesource.com/c/187143
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-26 02:42:54 +00:00
skia-autoroll
4d29e6d743 Roll third_party/externals/swiftshader 1cd31ea14438..7521150ee200 (1 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/1cd31ea14438..7521150ee200


git log 1cd31ea14438..7521150ee200 --date=short --no-merges --format='%ad %ae %s'
2019-01-25 sugoi@google.com Implementation of partial clear


Created with:
  gclient setdep -r third_party/externals/swiftshader@7521150ee200

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=djsollen@google.com

Change-Id: I5fe86824634b09d49715b46af2217786e2bc6452
Reviewed-on: https://skia-review.googlesource.com/c/187141
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-26 00:51:21 +00:00
skia-autoroll
5141e2cef4 Roll ../src 7fafb7b52e77..9f72579db61b (420 commits)
7fafb7b52e..9f72579db6


git log 7fafb7b52e77..9f72579db61b --date=short --no-merges --format='%ad %ae %s'
2019-01-25 ljusten@chromium.org Fix ShillManagerClientTest.GetNetworksForGeolocation
2019-01-25 vakh@chromium.org Capture Safety Net ID if the APK download telemetry report can be sent.
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bfb698e79191..4420ef0c7306 (2 commits)
2019-01-25 kolos@chromium.org Revert "[Password Generation] Disable button titles calculation in Beta, Stable"
2019-01-25 parastoog@google.com [AF] Keep profiles validity states updated.
2019-01-25 afakhry@chromium.org Fix external displays switching to mirror mode unexpectedly
2019-01-25 tonikitoo@igalia.com [s13n] Convert c/b/policy/cloud/user_policy_signin_service_unittest.cc away from PO2TS
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 148c14459dd2..578e24839231 (2 commits)
2019-01-25 davidben@chromium.org Tidy up LoginHandler callbacks.
2019-01-25 sebmarchand@chromium.org Include base/timer/timer.h in the files that use it.
2019-01-25 sammiequon@google.com overview: Add a test for shield widget on enter overview.
2019-01-25 johntlee@chromium.org WebUI: Remove md_ prefixes from all History files/folders
2019-01-25 vmpstr@chromium.org [DL]: Implement updateAndCommit().
2019-01-25 rbpotter@chromium.org Print Preview: Remove unnecessary destination logic
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 60574b5f91b9..db34d87aff44 (1 commits)
2019-01-25 mheikal@chromium.org [UMA] Adds start/finish NativeBackgroundTask metrics
2019-01-25 pwnall@chromium.org sqlite: Backport a fifth round of bugfixes.
2019-01-25 tommycli@chromium.org Textfield: Fix Clusterfuzz nullptr crash.
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@fe50b07a051669d6545e629787358db6950a7644
2019-01-25 dlibby@microsoft.com Remove ETW update thread
2019-01-25 dmblack@google.com Modify Assistant voice match strings.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 1879ca54b916..514fe3e70db8 (2 commits)
2019-01-25 sullivan@chromium.org Add a UKM observer to measure time spent in foreground.
2019-01-25 mario@igalia.com Ignore ATS::Observer::OnAccountUpdateFailed from AccountManagerUIHandler
2019-01-25 mario@igalia.com Make SigninClient::DelayNetworkCall() take a base::OnceCallback
2019-01-25 iclelland@chromium.org Move 'wake-lock' feature policy feature behind runtime flag
2019-01-25 steinbock@google.com Prevent improper call of FeedDataContinue in AudioSinkAndroidAudioTrackImpl.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/skia 094ab18b457e..d41c1876d834 (27 commits)
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 59d756e530c5..5904ee3f58e3 (1 commits)
2019-01-25 xhwang@chromium.org media: Rename MockMediaSource to TestMediaSource
2019-01-25 anastasi@google.com Add support for two color accessibility focus rings
2019-01-25 gab@chromium.org Introduce NoDestructorTest.PriorityInversionAtStaticInitializationResolves
2019-01-25 huangs@chromium.org [Bundles] apk_operations.py: Add flag to specify fake module installation.
2019-01-25 wez@chromium.org Disable Run() timeout in media_pipeline_integration_fuzzer under ASAN.
2019-01-25 agrieve@chromium.org Android: Add java_deobfuscate support for NoSuchFieldError
2019-01-25 newcomer@chromium.org cros: Fix bubble menu not showing up on screen when too tall
2019-01-25 khmel@chromium.org app_service: Fix possible crash on open native settings.
2019-01-25 ikobylin@yandex-team.ru [i18n] Remove i18n_template.html
2019-01-25 ayui@chromium.org Change TrustedSourcesManager to return unique_ptr instead of raw pointer
2019-01-25 dbertoni@chromium.org [Extensions] Reduce the percentage of visible pixels required.
2019-01-25 kdillon@chromium.org Add updates to histograms.xml for forbidden synchronous XHR in page dismissal.
2019-01-25 mlamouri@chromium.org VSCode: use valid value for autoClosingBrackets.
2019-01-25 sky@chromium.org window-service: minor renaming/docs for ClientRoot
2019-01-25 jarhar@chromium.org [DevTools] Escape exclamation points in copy as curl
2019-01-25 huangs@chromium.org [SuperSize] Console: Resolve symbol grouping for symbols without object_path.
2019-01-25 ayui@chromium.org Update SystemNetworkApi to use mojo GetNetworkList()
2019-01-25 orinj@chromium.org Preserve vector order in RemoveDuplicatePrepopulateIDs
2019-01-25 lukasza@chromium.org Move verification of OpenURL_Params and DownloadURL_Params to util func.
2019-01-25 danyao@chromium.org Reland "[Nav Experiment] Call LoadIfNecessary() in CWVWebView session restore."
2019-01-25 olivierli@chromium.org Make base::Feature variables const and not constexpr in safebrowsing::
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium f0898a22bff3..148c14459dd2 (4 commits)
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal bc26fdabb612..bfb698e79191 (5 commits)
2019-01-25 ccameron@chromium.org Don't use NSAccessibilityRemoteUIElement for WebContentsViewMac
2019-01-25 khachatryan@chromium.org Reland [ChromeDriver] Check Chrome and ChromeDriver versions compatibility
2019-01-25 seblalancette@chromium.org [AF] Fixed flakiness in Autocomplete Browser Tests.
2019-01-25 bajones@chromium.org Removed XRDevice interface
2019-01-25 pfeldman@chromium.org DevTools: remove support for handleless operations from DOMAgent.
2019-01-25 rockot@google.com Eliminate catalog usage in ui and services/ws
2019-01-25 michaeldo@chromium.org Disable logging if the chrome://inspect page web view is purged.
2019-01-25 luum@chromium.org Supporting Epson printer PPD matching
2019-01-25 davidben@chromium.org Split the dialog in LoginHandlerViews into its own object.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll Fuchsia SDK from 1704026b98af to 34369b5e7f07
2019-01-25 thomasanderson@chromium.org X11: Treat a minimized window as visible
2019-01-25 kpschoedel@chromium.org Revert "Revise EventRewriter API."
2019-01-25 msisov@igalia.com [ozone/wayland] Use nearest to origin display as a primary one.
2019-01-25 yiyix@chromium.org Remove base::Feature for draw occlusion
2019-01-25 tguilbert@chromium.org Sync WMPI's play/pause during RemotePlayback
2019-01-25 bpastene@chromium.org Add telemetry(_perf)_unittests to the cros device test bot.
2019-01-25 etienneb@chromium.org Add a sanity check for detecting incorrect PreRunTestOnMainThread overloading
2019-01-25 odejesush@chromium.org Fix SingleCategoryPreference crash for chosen objs
2019-01-25 tbansal@chromium.org NQE: Cap effective connection type when cell signal strength is low
2019-01-25 hferreiro@igalia.com Replace AccountTrackerService in profile_window.cc
2019-01-25 wangxianzhu@chromium.org [PE] Don't call FirstLineStyleRef from ImageChanged()
2019-01-25 danyao@chromium.org Revert "[Nav Experiment] Call LoadIfNecessary() in CWVWebView session restore."
2019-01-25 siggi@chromium.org RC: Reduce content->resource_coordinator service dependency.
2019-01-25 dgozman@chromium.org Use WebNavigationBodyLoader instead of WebURLLoader for main resource
2019-01-25 thomasanderson@chromium.org Don't duplicate close button on newer Cinnamon notifications
2019-01-25 etienneb@chromium.org Remove cpu_profiler tracing category
2019-01-25 jennyz@chromium.org Enable Zero State by default.
2019-01-25 fdegans@chromium.org [Fuchsia] Update a reference to an old target.
2019-01-25 etienneb@chromium.org Add mojom category to slow-reports
2019-01-25 yliuyliu@google.com Set property needs to be done before constructor for Robolectric 4.0+
2019-01-25 rockot@google.com Convert media manifests to C++
2019-01-25 thestig@chromium.org Remove cruft from various browser-side PDF support code.
2019-01-25 danyao@chromium.org [Nav Experiment] Call LoadIfNecessary() in CWVWebView session restore.
2019-01-25 malaykeshav@chromium.org List evdi displays as USB during touch pairing
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@b1aba2545af037a8bd495dec2be6713f6144d000
2019-01-25 ccameron@chromium.org Mac OOP-R GPU crashes: Flush after every command
2019-01-25 pwnall@chromium.org appcache: Add README.md.
2019-01-25 nektar@chromium.org Adds kListGrid to the list of roles that behave like a set
2019-01-25 agrieve@chromium.org Android: Remove md5_check from compile_resources.py & add AtomicOutput
2019-01-25 ginko@google.com SearchBox now autofills text on result focus
2019-01-25 andrescj@chromium.org VAAPI-JDA: Re-extract lower level decode code.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium e24ead1a8947..f0898a22bff3 (1 commits)
2019-01-25 skobes@chromium.org Exclude SVG elements from JankTracker.
2019-01-25 mmenke@chromium.org Socket Pools Refactor 8: Merge SOCKS socket pool into transport pool.
2019-01-25 brucedawson@chromium.org Update sizeviewer readme to use secure URL
2019-01-25 mlamouri@chromium.org VSCode: update documentation to handle Linux underscore bug.
2019-01-25 nuskos@chromium.org Remove special handling of a traceevent in the scheduler.
2019-01-25 mkwst@chromium.org 'Sec-Fetch-Dest' should return correct values for <object> and <embed>.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 59b1ed4a60fc..59d756e530c5 (1 commits)
2019-01-25 sebmarchand@chromium.org Include base/bind_helpers.h in the files that use it.
2019-01-25 pmonette@chromium.org Fix flaky AntivirusMetricsProvider unit tests
2019-01-25 hidehiko@chromium.org Refactor AlarmTimer to report error to the caller.
2019-01-25 fdegans@chromium.org [Fuchsia] Ignore IP_MULTICAST_IF not being implemented.
2019-01-25 johnidel@chromium.org Record size and display type of ad frames
2019-01-25 mdjones@chromium.org Block edit-url suggestion on NTP
2019-01-25 yusufo@google.com Add an API for plumbing screenshots from C++ -> Java
2019-01-25 mmenke@chromium.org Revert "Disable two flaky NetworkContextConfiguration browser tests"
2019-01-25 wangxianzhu@chromium.org Add tests for WeakIdentifierMap and improve/simplify it
2019-01-25 gogerald@google.com [Autofill Assistant] Lazy instantiate web controller, service, memory and script tracker
2019-01-25 huayinz@chromium.org Fix cancel on touch outside in AppModalPresenter
2019-01-25 stkhapugin@chromium.org Remove GetWidth() and GetTextWidth() from OmniboxView.
2019-01-25 sadrul@chromium.org viz: Update needs-begin-frame after presentation feedback.
2019-01-25 lukasza@chromium.org Advice about using CanAccessDataForOrigin and terminating renderers
2019-01-25 stevenjb@chromium.org Remove DeviceState dependency for NetworkState.IsRoaming() (Take 2)
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 03e626851265..bc26fdabb612 (3 commits)
2019-01-25 carlosil@chromium.org Add carlosil as owner to interstitial histograms.
2019-01-25 skym@chromium.org [Feed] Import feed@ed7c2ae304814efdb0e85cfbfe5205897b0d8d03
2019-01-25 bcwhite@chromium.org More histogram owner fixes, as requested by active owners.
2019-01-25 agrieve@chromium.org Android: Fix ninja not noticing when signing keys change
2019-01-25 nharper@chromium.org QuicStreamFactory no longer needs to be an SSLConfigService::Observer
2019-01-25 jamescook@chromium.org Update flag-metadata.json for some ash flags
2019-01-25 twellington@chromium.org Make CompositorViewHolder focusable on tablets in a11y tab switcher
2019-01-25 mcasas@chromium.org Rebaseline Pixel_Canvas*LowLatency2D tests, 1/2
2019-01-25 xiaochengh@chromium.org Remove unused SpellChecker::CancelCheck
2019-01-25 xiaochengh@chromium.org [BidiCaretAffinity] Remove legacy support from bidi caret affinity
2019-01-25 mstensho@chromium.org [LayoutNG] Use NGInlineBreakToken when appropriate.
2019-01-25 ellyjones@chromium.org Revert "Reland "mac: roll to 10.13 SDK""
2019-01-25 weidongg@chromium.org Move constants from app_list_constants.h to app_list_config.h part 1
2019-01-25 mdjones@chromium.org Use consistent status bar theming in webapps
2019-01-25 ellyjones@chromium.org flags: remove mhtml-generator-option
2019-01-25 ntfschr@chromium.org AW: use ABI constants in chromium scripts
2019-01-25 nicolaso@chromium.org chrome://bookmarks: increase padding on managed UI icon
2019-01-25 apotapchuk@chromium.org Fix chromium crash after setting up policy for device disable
2019-01-25 davidben@chromium.org Roll src/third_party/boringssl/src 8e8f25042..6c1b376e1
2019-01-25 ldaguilar@chromium.org Return whether request to schedule immediate status report was successful.
2019-01-25 avi@chromium.org Fix window activation issue.
2019-01-25 andrewxu@chromium.org Fix the bug that external display shows the old notification right after being connected.
2019-01-25 chaopeng@chromium.org Use GetDeviceScaleFactor to get scale factor for coord space transform
2019-01-25 ellyjones@chromium.org mac: remove 10.10 deployment target conditionals
2019-01-25 rockot@google.com Convert audio service manifests to C++
2019-01-25 mmoskvitin@google.com [sync] Update SESSIONS -> PROXY_TAB prefs migration way
2019-01-25 rockot@google.com Convert preferences manifests to C++
2019-01-25 mahmadi@chromium.org [iOS][Translate] Renames translate_popup_menu_coordinator/mediator
2019-01-25 penghuang@chromium.org Provide presentation feedback for vulkan.
2019-01-25 thegreenfrog@chromium.org [ios] Implement Find for FindInPageManager
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 91ef1c316730..19ec8ef577ff (1 commits)
2019-01-25 ellyjones@chromium.org Reland "mac: roll to 10.13 SDK"
2019-01-25 vtsyrklevich@chromium.org GWP-ASan: Increase allocations on canary/dev
2019-01-25 mmenke@chromium.org Add *.weba audio/webm MIME mapping.
2019-01-25 ossu@chromium.org Remove DC component from BeepingSource
2019-01-25 cricke@chromium.org Enable suppression of error page from the Java side
2019-01-25 xidachen@chromium.org Create a CrossThreadKeywordValue
2019-01-25 digit@google.com Fix generation of empty output jars on Unix.
2019-01-25 edchin@chromium.org [ios] Move SadTabTabHelper creation to AttachTabHelpers()
2019-01-25 sebmarchand@chromium.org Include base/bind.h in the files that use it.
2019-01-25 mamir@chromium.org [Sync::USS] Implement PasswordSyncBridge::GetData()
2019-01-25 geofflang@chromium.org Reorder GL implementations on Mac to not use EGL so early.
2019-01-25 smaier@chromium.org Rerouting all Java tasks through TaskRunner API
2019-01-25 mamir@chromium.org [Sync::USS] Implement PasswordSyncBridge::ApplySyncChanges()
2019-01-25 sebmarchand@chromium.org Include base/bind.h in the files that use it (in //component).
2019-01-25 hans@chromium.org Roll clang 351477:352138.
2019-01-25 hajimehoshi@chromium.org Use per-frame task runner at WebSocketHandshakeThrottle and MimeSniffingLoader
2019-01-25 kmilka@chromium.org [NTP] Update field trial testing config for UseGoogleLocalNtp
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@2c648ed9e292dadc539e7481efe07cca7fc7a924
2019-01-25 sebmarchand@chromium.org Include base/bind.h in the files that use it (in //content).
2019-01-25 guidou@chromium.org [PeerConnection] Improve spec compliance of RTCIceCandidate constructor
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ab68058ef255..03e626851265 (2 commits)
2019-01-25 tonikitoo@igalia.com [s13n] Convert signin_profile_attributes_updater_unittest.cc to use IdentityManager testing APIs
2019-01-25 fdoray@chromium.org Enable NoBestEffortTasksTest.LoadAndPaintAboutBlank on ASAN bots.
2019-01-25 mmenke@chromium.org Socket Pools Refactor 12: Make WebSocket sockets unregister themselves.
2019-01-25 junyer@chromium.org Roll src/third_party/re2/src/ 687524544..a8176127e (4 commits)
2019-01-25 mstensho@chromium.org [LayoutNG] BFC roots never produce inline break tokens.
2019-01-25 frechette@chromium.org Removing empty line from celltolang data reader.
2019-01-25 ossu@chromium.org Mark storage/indexeddb/index-population.html as flaky on Mac
2019-01-25 ossu@chromium.org Revert "Fix chromevox state transition announcement"
2019-01-25 knollr@chromium.org fix: forward close event if we show a close button explicitely
2019-01-25 rkgibson@google.com Fix bug in ClipboardURLProvider text suggestion
2019-01-25 clamy@chromium.org Remove members from NavigationHandleImpl 2
2019-01-25 gambard@chromium.org [iOS] Update Settings design
2019-01-25 szermatt@chromium.org [Autofill Assistant] Have controller track message and details.
2019-01-25 adityakeerthi@google.com TaskScheduler: Add metrics to track cancelled delayed tasks
2019-01-25 ljusten@chromium.org Revert "Use install_attributes.proto from system_api"
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal d4efdd402d48..ab68058ef255 (1 commits)
2019-01-25 hferreiro@igalia.com Port OAuth2LoginVerifier away from GaiaCookieManagerService callbacks
2019-01-25 anthonyvd@chromium.org [HrefTranslate] Show UI if not auto-translating
2019-01-25 mamir@chromium.org [Sync::USS] Add NOTIMPLEMENTED methods to PasswordStoreX
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto d04daa05f551..11455bfdc0c5 (2 commits)
2019-01-25 andruud@chromium.org Fix performance regressions related to InvalidationSet::Backing.
2019-01-25 mamir@chromium.org [Sync] Fix for Password Sync on Linux
2019-01-25 donna.wu@intel.com Use UsbDeviceInfo in DevicePermissions::FindUsbDeviceEntry().
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal ed9c68d43a63..d4efdd402d48 (1 commits)
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@60af8e615eedbdc30cc44d4bc233f43cdd59f61b
2019-01-25 ios-autoroller@chromium.org [MDC roll] Roll Material Components to eb06a3ba6561b910857100bdedd50eb6167d7eba
2019-01-25 nhiroki@chromium.org Worker: Fix wpt/workers/semantics/run-a-worker/003.html for shared workers
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto e7605db01b24..d04daa05f551 (1 commits)
2019-01-25 ioanap@chromium.org Keep the Settings>Passwords menu item enabled when saving is disabled by policy
2019-01-25 szermatt@chromium.org [Autofill Assistant] Define an overall state for the Controller.
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 36f64175b11d..ed9c68d43a63 (1 commits)
2019-01-25 skyostil@chromium.org base: Enable SequenceManager backend in MessageLoop by default
2019-01-25 skyostil@chromium.org base: Add workaround for iOS message pump timer slack bug
2019-01-25 jdoerrie@chromium.org [base] Change Registry to base::string16 and base::char16
2019-01-25 jlebel@chromium.org [iOS] Renaming method in ManageSyncSettingsTableViewControllerPresentationDelegate
2019-01-25 jlebel@chromium.org [iOS] Adding "Sync your Chrome data" switch in Google services settings
2019-01-25 mstensho@chromium.org Rename OverrideContainingBlockPercentageResolutionLogicalHeight.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 49ccf380bb4e..e7605db01b24 (1 commits)
2019-01-25 kojii@chromium.org [auto] Update FlagExpectations for LayoutNG
2019-01-25 ossu@chromium.org Revert "[ChromeDriver] Check Chrome and ChromeDriver versions compatibility"
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c1b405c7c793..36f64175b11d (3 commits)
2019-01-25 lowell@chromium.org Delete (now) useless FakeGaiaCookieManagerService factory method.
2019-01-25 jkrcal@chromium.org [Wallet Sync] Re-enable integration tests for Directory for wallet data
2019-01-25 mastiz@chromium.org Add sync integration tests for bag-of-chips
2019-01-25 tkent@chromium.org Mark validation-bubble-oopif-clip.html flaky.
2019-01-25 rakina@chromium.org Allow FindBuffer to find text bounded by a range
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll AFDO from 73.0.3682.0_rc-r1 to 73.0.3683.0_rc-r1
2019-01-25 antrim@google.com Add design min voltage
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 3a7bfcd59126..c1b405c7c793 (2 commits)
2019-01-25 mastiz@chromium.org Add UMA metric to surface discrepancies between prefs and directory
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 80b9cf7dfda1..60574b5f91b9 (1 commits)
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@388ba3a049a3473b1945b9f8f81e9d6e342a249e
2019-01-25 wdzierzanowski@opera.com Allow CustomProxyConfig to apply to non-idempotent methods
2019-01-25 yhirano@chromium.org Support teeing form data in BytesConsumerTee.
2019-01-25 oshima@chromium.org Overview animation improvements
2019-01-25 shimazu@chromium.org Make ResourceDispatcherTests pass with ResourceLoadViaDataPipe
2019-01-25 jkim@igalia.com [s13n] Remove unused dependencies from ChildAccountServiceFactory
2019-01-25 mrsuyi@chromium.org Cast find_in_page.js return value from id to NSString.
2019-01-25 chili@chromium.org [Explore sites]: Personalization fixes:
2019-01-25 shik@chromium.org Remove vendor prefix from css.
2019-01-25 bratell@opera.com Deduplicate copied code in Android memory usage accounting
2019-01-25 mastiz@chromium.org Rename SyncBackendHostImpl-->SyncEngineImpl
2019-01-25 richard.li@intel.com [OnionSoup] Build typemapping for network.mojom.DataElement
2019-01-25 edchin@chromium.org [ios] #import web_state_user_data.h
2019-01-25 yukishiino@chromium.org v8binding: Retire [CallWith={Current,Entered}Window]
2019-01-25 3su6n15k.default@developer.gserviceaccount.com Automated Commit: LKGM 11644.0.0 for chromeos.
2019-01-25 ksakamoto@chromium.org Fix preload tests failing on wpt.fyi dashboard, second attempt
2019-01-25 hajimehoshi@chromium.org Use per-frame task runner at ImageCapture::grabFrame
2019-01-25 keishi@chromium.org Collect live non Node wrappers in scavenger GC
2019-01-25 melzhang@google.com Implement Open Native ARC Settings function.
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 30a2de957fb5..3a7bfcd59126 (1 commits)
2019-01-25 tasak@google.com Revert "media/gpu/test: Add test helper class to write video frames to file."
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal a25018c08224..30a2de957fb5 (1 commits)
2019-01-25 horo@chromium.org Use 3 sec timeout for openSXGInIframeAndWaitForMessage()
2019-01-25 rakina@chromium.org Make GetMappingUnitsForDOMRange clamp partially out-of-range units
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite 1ccc2cd88501..91ef1c316730 (1 commits)
2019-01-25 karandeepb@chromium.org Blink: Deflake isolatedWorld/cross-origin-xhr.html layout test.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/dawn fe92685bfc93..da8ee83ee727 (1 commits)
2019-01-25 dstaessens@chromium.org media/gpu/test: Add test helper class to write video frames to file.
2019-01-25 karandeepb@chromium.org Blink: Fix bypass-main-world-csp-iframes.html layout test.
2019-01-25 beaufort.francois@gmail.com Allow video paused when hidden to enter Auto Picture-in-Picture
2019-01-25 tkent@chromium.org Form-associated custom elements: FormController handles ListedElement instead of HTMLFormControlElementWithState
2019-01-25 rekanorman@google.com [App Management] Create ExtensionApps instance to publish web apps.
2019-01-25 karandeepb@chromium.org Blink: Fix isolatedWorld/events.html layout test.
2019-01-25 acourbot@chromium.org media/gpu/vea_unittest: detach VideoFrameQualityValidator thread checker in constructor
2019-01-25 govind@chromium.org Updating XTBs based on .GRDs from branch master
2019-01-25 karandeepb@chromium.org Blink: Fix bypass-main-world-csp-for-inline-style.html layout test.
2019-01-25 karandeepb@chromium.org Blink: Fix bypass-main-world-csp-for-xhr.html layout test.
2019-01-25 tkent@chromium.org Form-associated custom elements: Add infrastructure to invoke restoreValueCallback
2019-01-25 robertogden@chromium.org Clean up Previews.ServerLitePage timing histograms
2019-01-25 yhirano@chromium.org Move BytesConsumer from core/fetch to platform/loader/fetch
2019-01-25 tzik@chromium.org Update test expectation of timeline-microtasks.js
2019-01-25 rmcelrath@chromium.org Revert "Enable NetworkService by default on ChromeOS."
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult b000c2118787..1879ca54b916 (1 commits)
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal c9b1245ae4f3..a25018c08224 (2 commits)
2019-01-25 tkent@chromium.org Reland "[Validation bubble][OOPIF] Do not show cut-off validation bubble on OOPIF"
2019-01-25 yuli@chromium.org Fix showing black thumbnail for recorded video.
2019-01-25 bashi@chromium.org service worker: Clarify sequences in ServiceWorkerContextClient
2019-01-25 yuli@chromium.org Rename 'capturing' to 'streaming'.
2019-01-25 chrome-release-bot@chromium.org Updating trunk VERSION from 3683.0 to 3684.0 and incrementing major version to 74
2019-01-25 dbeam@chromium.org Delete closure_args.gypi! All hail closure_args.gni!
2019-01-25 joelhockey@chromium.org Roll src/third_party/cros_system_api/ e40991531..443f025d0 (2 commits)
2019-01-25 kojii@chromium.org [LayoutNG] Let NGLineBreaker to handle tabs more similar to spaces
2019-01-25 robertogden@chromium.org Remove bustamante from //tools/chrome_proxy/OWNERS
2019-01-25 dbeam@chromium.org WebUI Dark Mode: clean up some cr-slider CSS var nits
2019-01-25 lucmult@chromium.org Change MyFilesVolume feature to be enabled by default
2019-01-25 Erik.Anderson@microsoft.com XHR: Remove extra progress event dispatch when handling request error
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 8060c28e90b3..c9b1245ae4f3 (5 commits)
2019-01-25 aarontag@chromium.org Change signature of GetCookieListCallback to include list of excluded cookies
2019-01-25 mlamouri@chromium.org Autoplay: remove ForcePreloadNoneForMediaElement setting with JB deprecation.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite fbd926922dae..1ccc2cd88501 (2 commits)
2019-01-25 caseq@chromium.org Revert "Disable CrSettingsPersonalizationOptionsTest.AllBuilds in debug"
2019-01-25 rockot@google.com Remove process-wide default service catalogs
2019-01-25 sebmarchand@chromium.org Include base/bind.h in the files that use it (in //chrome).
2019-01-25 dbeam@chromium.org WebUI Dark Mode: update cr-profile-avatar-selector selected border color
2019-01-25 shampson@chromium.org Adds metrics for RTCQuicTransport origin trial.
2019-01-25 twellington@chromium.org Remove expired ContextualSuggestions.ResultsReturnedInOverviewMode
2019-01-25 lucmult@chromium.org Fix crostini tests with MyFilesVolume flag enabled
2019-01-25 dbeam@chromium.org WebUI Dark Mode: update cr-search-field background colors
2019-01-25 cmumford@google.com Reland: Re-implement CrOS merge session throttle in the network service.
2019-01-25 tetsui@chromium.org StaticKCM: Send keyboard layout name.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult cf13e722c223..b000c2118787 (1 commits)
2019-01-25 dstaessens@chromium.org media/gpu/test: Add video frame conversion helpers for testing.
2019-01-25 crouleau@chromium.org Pass --smoke-test-mode to merge script.
2019-01-25 jinsukkim@chromium.org Handle css:overscroll-behavior-x property
2019-01-25 xiaochengh@chromium.org [BidiCaretAffinity] Remove virtual/bidi-caret-affinity test suite
2019-01-25 wolenetz@chromium.org MSE: Remove spammy and confusing DTS>PTS MEDIA_LOG
2019-01-25 dats@chromium.org Add metrics for counting migrated dirty files.
2019-01-25 steimel@chromium.org [Global Media Controls] Use MediaKeyListenerManager for Mac extensions
2019-01-25 slangley@google.com Remove showOffers and associated private api calls from banners.js
2019-01-25 caseq@chromium.org Disable CrSettingsPersonalizationOptionsTest.AllBuilds in debug
2019-01-25 rockot@google.com Remove mash/runner and its exclusive dependencies
2019-01-25 sque@google.com infra: Add Linux Goma RBE ToT (ATS) builder
2019-01-25 wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com Import wpt@572d61dfea8ebcd27ed761fca8ceeec4fc816cd0
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 96f0c8956b94..8060c28e90b3 (6 commits)
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium 0389ff1a7228..e24ead1a8947 (2 commits)
2019-01-25 steimel@chromium.org [Global Media Controls] Add HardwareMediaKeyHandling flag to Mac OS
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools edfbc9ced2fc..80b9cf7dfda1 (1 commits)
2019-01-25 danakj@chromium.org Update color space in tests without SynchronizeVisualProperties.
2019-01-25 xiaochengh@chromium.org Remove SpellChecker::PrepareForLeakDetection
2019-01-25 chili@chromium.org [Explore sites]: Update error page text to be more compliant
2019-01-25 agl@chromium.org Add feature for CECPQ2 (disabled by default).
2019-01-25 thestig@chromium.org Add wez@ as a //base owner.
2019-01-25 shampson@chromium.org RTCQuicTransport uses proper buffer size constants.
2019-01-25 leon.han@intel.com [OnionSoup] Replace content::RendererPreferences with the mojom one.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src e2279da7148d..cf011f990163 (1 commits)
2019-01-25 skym@chromium.org [Feed] Switch scheduler's request tracking to only last 30 seconds.
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite d9b3a6a40dc4..fbd926922dae (1 commits)
2019-01-25 pwnall@chromium.org Revert "IndexedDB: Remove unnecessary resets of the cursor prefetch cache."
2019-01-25 dbeam@chromium.org WebUI Dark Mode: update cr-slider colors
2019-01-25 palmer@chromium.org Use a more obviously-correct way to calculate allocation sizes.
2019-01-25 rakina@chromium.org Activate invisible elements when focusing happens
2019-01-25 mattreynolds@google.com Check gamepad pose in GamepadComparisons
2019-01-25 mlamouri@chromium.org Rename pref/settings for media autoplay scope to be Web Application Scope.
2019-01-25 agl@chromium.org Fix comment for |kTLS13KeyUpdate|.
2019-01-25 kelvinjiang@chromium.org [Extensions] Ext details page: reload button for terminated extensions
2019-01-25 xiaohuic@google.com assistant: guard potential settings manager crash
2019-01-25 sandersd@chromium.org [media] Implement MediaCodecVideoDecoder::GetSupportedConfigs().
2019-01-25 azeemarshad@chromium.org [Web Push] Add silent push exception for Android Messages for Web
2019-01-25 rkjnsn@chromium.org Add IPC messages for file reading.
2019-01-25 bsazonov@chromium.org [Unity][Android] Implement 'Cancel sync?' dialog
2019-01-25 ksakamoto@chromium.org Turn signed_exchange_signature_header_field_fuzzer into http_structured_header_fuzzer
2019-01-25 davidbienvenu@chromium.org Hook up native window occlusion result to window_occlusion_tracker
2019-01-25 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/catapult 46e3f0707549..cf13e722c223 (1 commits)
2019-01-25 mlamouri@chromium.org Autoplay: remove all cross-origin policy code and metrics.
2019-01-25 jkim@igalia.com [s13n] Remove unused function and unused headers from signin_promo.cc
2019-01-25 hiroh@chromium.org media/gpu: Start a frame validator thread in VideoFrameValidator::Create()
2019-01-25 tbansal@chromium.org Add UnthrottleRequestsAfterLongQueuingDelay to field trial config file
2019-01-25 findit-for-me@appspot.gserviceaccount.com Revert "Remove DeviceState dependency for NetworkState.IsRoaming()"
2019-01-25 ccameron@chromium.org MacPWAs: Merge create and update codepaths
2019-01-25 jkunkee@microsoft.com [libvpx] Use HighBD config for ARM64 Windows
2019-01-25 gyuyoung@igalia.com s13n: Replace use of AccountTrackerService in avatar_toolbar_button.h/cc
2019-01-25 liberato@chromium.org Add lookup table experiment to MediaCapabilities
2019-01-25 fdegans@chromium.org [Fuchsia] Implement extra headers support in NavigationController.
2019-01-25 nektar@chromium.org Added browser tests for IAccessible::put_accValue
2019-01-25 estevenson@chromium.org Hook-up flag for storing dex files uncompressed in Trichrome.
2019-01-25 jkim@igalia.com [s13n] Move chrome_signin_view_controller.mm away from using AccountTrackerService
2019-01-25 jkim@igalia.com [s13n] Move SyncConfirmationHandlerTest away from SigninManager
2019-01-25 buldina@chromium.org [ChromeDriver] Update SwitchToFrame() error checks to match W3C spec
2019-01-25 tiborg@chromium.org [DFMs] Measure DFM install duration
2019-01-25 pdr@chromium.org Add debug printers for visual viewport nodes
2019-01-25 jkim@igalia.com [s13n] Update comment for OnAccountRemovedWithInfo in identity_api.h
2019-01-25 jegray@google.com Fix flaky previews browser tests
2019-01-25 llin@chromium.org Skipping sending speaker id selection info to disable user verification.
2019-01-25 kristipark@chromium.org [NTP] Fix doodle notifier for dark mode
2019-01-25 martis@chromium.org Image annotation service: batch and throttle requests.
2019-01-25 rmcelrath@chromium.org Enable NetworkService by default on ChromeOS.
2019-01-25 qiyuh@google.com arc: bluetooth: Use mojom.value rather than json in SdpAttribute
2019-01-25 dpapad@chromium.org WebUI cleanup: Specify a CustomEvent type parameter, part3.
2019-01-25 mxcai@chromium.org Settings: Clean up unused header includes and methods.
2019-01-25 rbpotter@chromium.org Print Preview: Fix destinations timing bug
2019-01-25 johnidel@chromium.org Add metric for number of ad frames that receive user gesture
2019-01-25 kmilka@chromium.org [NTP] Add metrics for search suggestions
2019-01-25 ceciliani@google.com [App Management] Migrate videocam, mic, location-on icons from settings to cr_elements
2019-01-25 cjamcl@google.com DevTools: Update to version 4.0.0 of Lighthouse
2019-01-25 ceciliani@google.com [App Management] Rename |item| to |app_item|
2019-01-25 weiliangc@chromium.org viz: SkiaRender should use image filter directly
2019-01-25 qiyuh@google.com arc: bluetooth: Remove garbage code
2019-01-25 fdegans@chromium.org [Fuchsia] Remove a lingering reference to application_config_manager
2019-01-25 chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com Roll src-internal 406f8a00f9f0..96f0c8956b94 (4 commits)
2019-01-25 sergeyu@chromium.org [Fuchsia] Fix runner scripts for devices with an active amber source
2019-01-25 rdevlin.cronin@chromium.org [Extensions Bindings] Fix a crash in argument serialization
2019-01-25 carlosk@chromium.org Disabling flaky instrumentation tests: OfflinePageAutoFetchTest
2019-01-25 grunell@chromium.org Histogram for network error code at WebRTC text log upload failure.
2019-01-25 adanilo@chromium.org Suppress spurious 'Unkown error' on file open fail
2019-01-24 vmpstr@chromium.org [PE] Remove unneeded code from fragment anchor.
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/pdfium c30b0a434de9..0389ff1a7228 (3 commits)
2019-01-24 yaoxia@chromium.org Only block download in sandbox without user activation
2019-01-24 bialpio@chromium.org Start leveraging ArCoreApk.checkAvailability
2019-01-24 wangxianzhu@chromium.org Update TestExpectations for two http/tests/devtools/layers tests
2019-01-24 hozhng@google.com [Expiration-date-fix-flow] Pre-populate month and year under certain conditions
2019-01-24 khorimoto@chromium.org [CrOS MultiDevice] Implement Android Messages app URL migration.
2019-01-24 karandeepb@chromium.org Extensions: Plumb isolated world CSP to the renderer.
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/chromite c4f1acd86f1d..d9b3a6a40dc4 (1 commits)
2019-01-24 jacde@chromium.org Implement XRRigidTransform
2019-01-24 dbeam@chromium.org WebUI Dark Mode: update some cr-dialog separator colors
2019-01-24 akihiroota@chromium.org Toggling language switching checkbox sets ChromeVox preference.
2019-01-24 vmpstr@chromium.org [DL]: Replace getDisplayLock() with displayLock attribute.
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/depot_tools 4d965ee2d8cc..edfbc9ced2fc (1 commits)
2019-01-24 melandory@chromium.org [chrome://invlaidations] Diagnostic info for fcm channel.
2019-01-24 danakj@chromium.org Reland "Remove conditional use of LayerTreeView from RenderWidget."
2019-01-24 robliao@chromium.org Migrate base::win::RegKey::ChangeCallback to OnceCallback
2019-01-24 agl@chromium.org net/cert: add the ability to limit path building time.
2019-01-24 katie@chromium.org Separate enums for accessibility_controller.mojom to reduce #include sizes.
2019-01-24 mmoroz@chromium.org Fix initialization in //media pipeline integration fuzzers on Mac.
2019-01-24 lucmult@chromium.org [Files app] Fix MyFiles display path for settings
2019-01-24 wfh@chromium.org Update Flash plugin metadata versions to latest version.
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/SPIRV-Tools/src 8915a7c8f120..e2279da7148d (1 commits)
2019-01-24 rockot@google.com Mojo: Validate Channel::Message extra header size
2019-01-24 kelvinjiang@chromium.org [Extensions] Fix unexpected extension id change in the activity log
2019-01-24 danielng@google.com Crostini App Search basic functionality and UI
2019-01-24 rbpotter@chromium.org Print Preview: Change dropdown string to "See more"
2019-01-24 sclittle@chromium.org LazyLoad: Ignore lazyload=on on frames if disabled by Data Saver restriction.
2019-01-24 metzman@chromium.org Roll src/third_party/libprotobuf-mutator/src/ c148984c5..439e81f8f (26 commits)
2019-01-24 pmonette@chromium.org Reland "Get the CertificateInfo of the current exe from ModuleDatabase"
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/angle 47ca1b2fa399..59b1ed4a60fc (1 commits)
2019-01-24 chromium-autoroll@skia-public.iam.gserviceaccount.com Roll src/third_party/perfetto 1fc4082ba1db..49ccf380bb4e (1 commits)
2019-01-24 chouinard@chromium.org [Chromeshine] Persist events to LevelDB.
2019-01-24 vtsyrklevich@chromium.org GWP-ASan: Print stack traces when is_debug=true
2019-01-24 amaralp@chromium.org Moving menu button logic into MenuButton class
2019-01-24 thestig@chromium.org Make the PDF compositor service experiment available on Android.
2019-01-24 boliu@chromium.org Revert "Use SharedImages in GlRenderer"
2019-01-24 dbeam@chromium.org WebUI Dark Mode: force user manager and print preview into light mode
2019-01-24 jegray@google.com Add histograms for HintCacheLevelDBStore
2019-01-24 rockot@google.com Mojo: Optimize Node::DestroyAllPortsWithPeer
2019-01-24 nparker@chromium.org Remove unused NotificationImageReporter-related messages from csd.proto
2019-01-24 katie@chromium.org Makes Select To Speak work in embedded Google docs.
2019-01-24 tangltom@chromium.org [unified-consent] Fix browser tests for personalization_options
2019-01-24 harrisjay@chromium.org Implements a workaround for wrapping page info dialogs.
2019-01-24 kamesan@chromium.org Fix typo in documentation of base/bind.h
2019-01-24 bpastene@chromium.org Disable NetworkListenersARC and WebRTCPeerConnCameraVP8 on chromeos-kevin-rel tester.


Created with:
  gclient setdep -r ../src@9f72579db6

The AutoRoll server is located here: https://autoroll.skia.org/r/chromium-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Perf-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Release-All-CommandBuffer;skia.primary:Test-Mac-Clang-MacBookPro11.5-GPU-RadeonHD8870M-x86_64-Debug-All-CommandBuffer
TBR=djsollen@google.com

Change-Id: I8dcc97eac5e2a7877c0199febb37dd33885649ac
Reviewed-on: https://skia-review.googlesource.com/c/187019
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-26 00:24:50 +00:00
recipe-roller
30c3e089aa Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/5fe47aa25ed8ffbd93a0cdc482dfe3691de97fe1 Enable requesting builds as experimental using buildbucket.put. (gbeaty@chromium.org)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Idafbdcc8bdbbd206d3acce9a9f2bfc960f7f6398
Reviewed-on: https://skia-review.googlesource.com/c/187120
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-01-25 23:58:10 +00:00
skia-autoroll
c4838bed0b Roll third_party/externals/swiftshader 86f8bdb2934c..1cd31ea14438 (2 commits)
https://swiftshader.googlesource.com/SwiftShader.git/+log/86f8bdb2934c..1cd31ea14438


git log 86f8bdb2934c..1cd31ea14438 --date=short --no-merges --format='%ad %ae %s'
2019-01-25 sugoi@google.com Support for clearing Framebuffer attachments
2019-01-25 sugoi@google.com Basic RenderPass implementation


Created with:
  gclient setdep -r third_party/externals/swiftshader@1cd31ea14438

The AutoRoll server is located here: https://autoroll.skia.org/r/swiftshader-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Test-Debian9-Clang-GCE-GPU-SwiftShader-x86_64-Debug-All-SwiftShader
TBR=djsollen@google.com

Change-Id: I4ddad8fd0fe1446c26b49b5fcc5d1aefac7c6acd
Reviewed-on: https://skia-review.googlesource.com/c/187014
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-25 23:56:10 +00:00
Brian Osman
fad5c773f7 Convert DM's -r JSON parsing to SkJSON
Bug: skia:
Change-Id: I987f527dbd742453422073f8e2b28d824f8a62eb
Reviewed-on: https://skia-review.googlesource.com/c/186879
Commit-Queue: Brian Osman <brianosman@google.com>
Commit-Queue: Florin Malita <fmalita@chromium.org>
Auto-Submit: Brian Osman <brianosman@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
2019-01-25 22:35:45 +00:00
Mike Reed
f6a2348535 remove tricky asint
Bug: skia:
Change-Id: I8d5f9b29b48273a3648dfe925ff3e9e8d0ee71f3
Reviewed-on: https://skia-review.googlesource.com/c/187060
Reviewed-by: Mike Reed <reed@google.com>
Commit-Queue: Mike Reed <reed@google.com>
Auto-Submit: Mike Reed <reed@google.com>
2019-01-25 22:32:45 +00:00
recipe-roller
5d982feca8 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/b7ddcda6a85a7f6ddba7d0ca8151ca43daa1012e [file][symlink tree] Update registration logic (joshuaseaton@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6db08c167707572cc7d9fff3c7590833d2391d33
Reviewed-on: https://skia-review.googlesource.com/c/186877
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-01-25 20:59:44 +00:00
Hal Canary
49233d2521 DEPS: use our mirror for Nima-Cpp
Change-Id: I6d4b688407a6b60e2d672d97bc91816f7212e1bf
Reviewed-on: https://skia-review.googlesource.com/c/186871
Reviewed-by: Hal Canary <halcanary@google.com>
Commit-Queue: Hal Canary <halcanary@google.com>
2019-01-25 20:23:14 +00:00
Brian Salomon
a5bc81285a Avoid checking extension string in GrGLGpu::onResetContext.
Also, remove support for NV_shader_framebuffer_fetch (no longer listed in
extension registry).

Change-Id: Icad4ecf057a7e598ce41dd6ee4029cfe0d9488f8
Reviewed-on: https://skia-review.googlesource.com/c/186873
Commit-Queue: Brian Salomon <bsalomon@google.com>
Commit-Queue: Greg Daniel <egdaniel@google.com>
Auto-Submit: Brian Salomon <bsalomon@google.com>
Reviewed-by: Greg Daniel <egdaniel@google.com>
2019-01-25 20:15:54 +00:00
Ethan Nicholas
842d31b141 fixed Metal matrix constructors
Bug: skia:8544
Change-Id: Ie1e96ab1ef6e8c032fa510be36c035f91a1f6851
Reviewed-on: https://skia-review.googlesource.com/c/185687
Reviewed-by: Chris Dalton <csmartdalton@google.com>
Commit-Queue: Ethan Nicholas <ethannicholas@google.com>
2019-01-25 18:37:34 +00:00
Brian Osman
57796b340e Revert "Remove --readPath/-r from DM"
This reverts commit c5245fcd8e.

Reason for revert: Still being used.

Original change's description:
> Remove --readPath/-r from DM
> 
> This was an (unused) feature to compare GM results against a previously
> generated set, while DM was running. It was also one of the users of
> JsonCPP, which is being evicted from Skia.
> 
> Bug: skia:
> Change-Id: I42d6204250782681e22219863e7170744d8be111
> Reviewed-on: https://skia-review.googlesource.com/c/186867
> Auto-Submit: Brian Osman <brianosman@google.com>
> Commit-Queue: Mike Klein <mtklein@google.com>
> Reviewed-by: Mike Klein <mtklein@google.com>

TBR=mtklein@google.com,brianosman@google.com

Change-Id: I05a74166a72ce106be73f3e0809e7f96e963aab5
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: skia:
Reviewed-on: https://skia-review.googlesource.com/c/186868
Reviewed-by: Brian Osman <brianosman@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-01-25 18:03:11 +00:00
Eric Boren
d41c1876d8 Add chromium_revision tag to SKP CIPD package
Bug: skia:8680
Change-Id: Ic84f33bc9c864005369e94a9d0039f92eb1bc17d
Reviewed-on: https://skia-review.googlesource.com/c/184922
Commit-Queue: Eric Boren <borenet@google.com>
Reviewed-by: Ravi Mistry <rmistry@google.com>
2019-01-25 17:30:27 +00:00
skia-autoroll
414f077451 Roll third_party/externals/angle2 59b1ed4a60fc..59d756e530c5 (1 commits)
59b1ed4a60..59d756e530


git log 59b1ed4a60fc..59d756e530c5 --date=short --no-merges --format='%ad %ae %s'
2019-01-25 geofflang@chromium.org Vulkan: Add a test for scissored depth and stencil clears.


Created with:
  gclient setdep -r third_party/externals/angle2@59d756e530c5

The AutoRoll server is located here: https://autoroll.skia.org/r/angle-skia-autoroll

Documentation for the AutoRoller is here:
https://skia.googlesource.com/buildbot/+/master/autoroll/README.md

If the roll is causing failures, please contact the current sheriff, who should
be CC'd on the roll, and stop the roller if necessary.

CQ_INCLUDE_TRYBOTS=skia.primary:Build-Debian9-Clang-x86_64-Release-ANGLE;skia.primary:Perf-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC5i7RYH-GPU-IntelIris6100-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Perf-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-AlphaR2-GPU-RadeonR9M470X-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUC6i5SYK-GPU-IntelIris540-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-NUCD34010WYKH-GPU-IntelHD4400-x86_64-Debug-All-ANGLE;skia.primary:Test-Win10-Clang-ShuttleC-GPU-GTX960-x86_64-Debug-All-ANGLE
TBR=djsollen@google.com

Change-Id: Ib4dbcf1227bdc7e6cc012b8fa25ca696b1bf79c0
Reviewed-on: https://skia-review.googlesource.com/c/187002
Reviewed-by: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: skia-autoroll <skia-autoroll@skia-public.iam.gserviceaccount.com>
2019-01-25 17:06:45 +00:00
Brian Osman
c5245fcd8e Remove --readPath/-r from DM
This was an (unused) feature to compare GM results against a previously
generated set, while DM was running. It was also one of the users of
JsonCPP, which is being evicted from Skia.

Bug: skia:
Change-Id: I42d6204250782681e22219863e7170744d8be111
Reviewed-on: https://skia-review.googlesource.com/c/186867
Auto-Submit: Brian Osman <brianosman@google.com>
Commit-Queue: Mike Klein <mtklein@google.com>
Reviewed-by: Mike Klein <mtklein@google.com>
2019-01-25 16:51:41 +00:00
Brian Salomon
0d60676556 Actually reuse GrTexture if SkPromiseImageTexture used with multiple
images.

Change-Id: Id68d2f2a4c0012b2219a505f1259a9c9bd014c65
Reviewed-on: https://skia-review.googlesource.com/c/186700
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-01-25 16:04:49 +00:00
Brian Osman
aae638807c Switch DM JSON output to use SkJSONWriter
Bug: skia:
Change-Id: I3ceccd050a294260da54ff8a01a4837eb0cfb369
Reviewed-on: https://skia-review.googlesource.com/c/186866
Reviewed-by: Mike Klein <mtklein@google.com>
Reviewed-by: Florin Malita <fmalita@chromium.org>
Commit-Queue: Brian Osman <brianosman@google.com>
2019-01-25 15:39:13 +00:00
Brian Salomon
35ba614dc5 Remove GrGpuResource::abandon from the public API.
Bug: skia:7966
Change-Id: I222db4f4bc765fad3e5f1461f3a8f3c663bb9429
Reviewed-on: https://skia-review.googlesource.com/c/186545
Reviewed-by: Robert Phillips <robertphillips@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
2019-01-25 15:37:20 +00:00
Brian Salomon
9bc76d96f9 Change the meaning of GrBudgetedType::kUnbudgetedUncacheable.
kUnbudgetedCacheable now means that the resource is never purged
until its unique key is removed.

This fixes an issue where a cached texture for a promise image
might get purged by cache pressure. This in turn could cause
Skia to call the promise image's Fulfill proc multiple times with
no intervening Release calls. The balancing Release calls would
occur, but the policy is that each Fulfill should be balanced by
Release *before* another Fulfill.

Update/add unit tests.

Bug: chromium:922851
Change-Id: I6411e413b3104721ca4bb6e7f07b3b73d14cbcf9
Reviewed-on: https://skia-review.googlesource.com/c/186361
Commit-Queue: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
2019-01-25 14:13:00 +00:00
recipe-roller
a7cb690dc8 Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (e.g. depot_tools) into downstream projects
(e.g. tools/build).


More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
recipe_engine:
  https://crrev.com/43eff8591be49e62d8f264ec63ce1e162f88ab43 [isolated] Add UI link (joshuaseaton@google.com)


TBR=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I57ef6ef86eb8d0764d5ed32874b9c7c88f18ad57
Reviewed-on: https://skia-review.googlesource.com/c/186865
Reviewed-by: Recipe Roller <recipe-roller@chromium.org>
Commit-Queue: Recipe Roller <recipe-roller@chromium.org>
2019-01-25 08:56:19 +00:00
skia-recreate-skps
74b6cf3a72 Update go_deps asset
Automatic commit by the UpdateGoDEPS bot.

TBR=borenet@google.com

Change-Id: I0dc22ed3a236b26f97244539a6e93630796a2bf1
Reviewed-on: https://skia-review.googlesource.com/c/186960
Reviewed-by: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
Commit-Queue: <skia-recreate-skps@skia-swarming-bots.iam.gserviceaccount.com>
2019-01-25 06:09:55 +00:00