Граф коммитов

262 Коммитов

Автор SHA1 Сообщение Дата
angle-autoroll 2697f1f03d Roll ./third_party/spirv-tools/src 1eb89172a82b..15fc19d0912d (1 commits)
1eb89172a8..15fc19d091


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@15fc19d0912d

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/spirv-tools-angle-autoroll
Please CC cwallez@chromium.org on the revert to ensure that a human
is aware of the problem.

To report a problem with the AutoRoller itself, please file a bug:
https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug

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

Bug: None
TBR=cwallez@chromium.org
Change-Id: I1ea8b23204c09ff214e38a5ed1bdb0cd02739757
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1768885
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-27 08:06:26 +00:00
angle-autoroll 39e2669a3e Roll ./third_party/spirv-tools/src aef8f92b2bb6..1eb89172a82b (3 commits)
aef8f92b2b..1eb89172a8


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@1eb89172a82b

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=jonahr@chromium.org,jonahr@google.com
Change-Id: Iacbec76c6c8667fdf818206f1fe8f4577c026d82
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1770175
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-26 08:19:23 +00:00
angle-autoroll 890a65b17d Roll ./third_party/glslang/src 34cccdc65d79..a3bc04b278ed (5 commits)
34cccdc65d..a3bc04b278


Created with:
  gclient setdep -r ./third_party/glslang/src@a3bc04b278ed

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=jonahr@chromium.org,jonahr@google.com
Change-Id: If2dcd0ae19146f2058d4ea2989ce2754cd87c63d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1767497
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-23 09:25:16 +00:00
Jamie Madill 5f3c98de9d Revert "Vulkan: Use VK repos' internal BUILD.gn files"
This reverts commit 552f5fcb0d.

Reason for revert: Causing flakiness in "confirm no-op" CQ step.
See issue for more details.

Bug: chromium:997016

Original change's description:
> Vulkan: Use VK repos' internal BUILD.gn files
> 
> This retires custom BUILD.gn files for the Vulkan Headers, Tools,
> Validation-Layers, and Loader repos. They now have integrated BUILD.gn
> files so switched ANGLE to use those by default.
> Also Validation Layer, Loader, and Tools repos no longer uses codegen
> so this speeds up the build overall.
> Switched over from old VK_LAYER_LUNARG_standard_validation meta-layer
> to VK_LAYER_KHRONOS_validation unified layer.
> 
> This changes includes a temporary workaround to the Vulkan-Loader repo
> to remove its Window's build dependence on WDK. There are plans to
> remove that depenedence in Loader master, but until then we can use
> our custom branch workaround.
> It also includes a custom branch for validation layers that includes
> some build fixes for ANGLE.
> Finally, the layers were crashing on Android when attempting to use
> DebugUtils extension so forcing DebugReport on Android for now.
> 
> Bug: angleproject:2449
> Bug: angleproject:3320
> Bug: angleproject:3852
> Change-Id: I48b36acefcc7f2bc930eb72d6fdbc87bca24f833
> Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1610438
> Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
> Reviewed-by: Jamie Madill <jmadill@chromium.org>
> Commit-Queue: Tobin Ehlis <tobine@google.com>

TBR=ynovikov@chromium.org,tobine@google.com,syoussefi@chromium.org,jmadill@chromium.org

Change-Id: Iec97ba8cb5c38fa56bfd4c0afb0f7af8d68513ff
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: angleproject:2449, angleproject:3320, angleproject:3852
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1767363
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-23 01:05:50 +00:00
Tobin Ehlis 552f5fcb0d Vulkan: Use VK repos' internal BUILD.gn files
This retires custom BUILD.gn files for the Vulkan Headers, Tools,
Validation-Layers, and Loader repos. They now have integrated BUILD.gn
files so switched ANGLE to use those by default.
Also Validation Layer, Loader, and Tools repos no longer uses codegen
so this speeds up the build overall.
Switched over from old VK_LAYER_LUNARG_standard_validation meta-layer
to VK_LAYER_KHRONOS_validation unified layer.

This changes includes a temporary workaround to the Vulkan-Loader repo
to remove its Window's build dependence on WDK. There are plans to
remove that depenedence in Loader master, but until then we can use
our custom branch workaround.
It also includes a custom branch for validation layers that includes
some build fixes for ANGLE.
Finally, the layers were crashing on Android when attempting to use
DebugUtils extension so forcing DebugReport on Android for now.

Bug: angleproject:2449
Bug: angleproject:3320
Bug: angleproject:3852
Change-Id: I48b36acefcc7f2bc930eb72d6fdbc87bca24f833
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1610438
Reviewed-by: Shahbaz Youssefi <syoussefi@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Tobin Ehlis <tobine@google.com>
2019-08-22 18:20:47 +00:00
angle-autoroll f26abdb4f4 Roll ./third_party/spirv-tools/src 0cbdc7a2c35b..aef8f92b2bb6 (2 commits)
0cbdc7a2c3..aef8f92b2b


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@aef8f92b2bb6

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=jonahr@chromium.org,jonahr@google.com
Change-Id: I6294a75d72198b951506b298e571692e4bcf31c8
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1764654
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-22 08:12:14 +00:00
angle-autoroll ed4906f89d Roll ./third_party/glslang/src 95609e6d923a..34cccdc65d79 (2 commits)
95609e6d92..34cccdc65d


Created with:
  gclient setdep -r ./third_party/glslang/src@34cccdc65d79

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=jonahr@chromium.org,jonahr@google.com
Change-Id: I081646d2e3a52bf36108313bf531d3308eaed98c
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1763168
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-21 07:56:38 +00:00
angle-autoroll d228d52c30 Roll ./third_party/spirv-tools/src bc62722b80a6..0cbdc7a2c35b (1 commits)
bc62722b80..0cbdc7a2c3


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@0cbdc7a2c35b

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=jonahr@chromium.org,jonahr@google.com
Change-Id: I18367493052de4c05c85e2e1b6d080e70bee4f5e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1763169
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-21 07:50:58 +00:00
angle-autoroll f3ccfba711 Roll ./third_party/spirv-tools/src 7b4e5bd5ec82..bc62722b80a6 (3 commits)
7b4e5bd5ec..bc62722b80


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@bc62722b80a6

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=syoussefi@chromium.org
Change-Id: Icc053f2d4f640868fa010e835f1c9c98e2b1bdcd
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1760588
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-19 07:56:58 +00:00
angle-autoroll 791e19e774 Roll ./third_party/spirv-tools/src ff872dc6bf9f..7b4e5bd5ec82 (2 commits)
ff872dc6bf..7b4e5bd5ec


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@7b4e5bd5ec82

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=syoussefi@chromium.org
Change-Id: Id2cd2aa4e98750f80dc7b023e48d4708c12a6b7d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1757865
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-16 09:17:28 +00:00
angle-autoroll 611663f4f6 Roll ./third_party/glslang/src 37fc4d27d612..95609e6d923a (1 commits)
37fc4d27d6..95609e6d92


Created with:
  gclient setdep -r ./third_party/glslang/src@95609e6d923a

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=syoussefi@chromium.org
Change-Id: I3c9a4bf1bd3594a46359f7ddb41e9fc927858600
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1755323
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-15 08:43:35 +00:00
angle-autoroll a59888cccd Roll ./third_party/spirv-tools/src f701237f2d88..ff872dc6bf9f (3 commits)
f701237f2d..ff872dc6bf


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@ff872dc6bf9f

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=syoussefi@chromium.org
Change-Id: I111edf50b76557c575dc4ac0aa6d268076e7e36a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1755510
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-15 08:40:25 +00:00
Jamie Madill 2971fd34dc Roll glmark2.
Includes build for Android, test fixes, and swapInterval 0 for WGL.

Bug: angleproject:3806
Change-Id: Ied8f221fc3002cff2ccdc83dc6d45bc8640a4a4d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1752017
Reviewed-by: James Dong <dongja@google.com>
Reviewed-by: Cody Northrop <cnorthrop@google.com>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-14 14:53:57 +00:00
angle-autoroll 956770025c Roll ./third_party/spirv-tools/src 95386f9e45a2..f701237f2d88 (1 commits)
95386f9e45..f701237f2d


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@f701237f2d88

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=syoussefi@chromium.org
Change-Id: I594c11907c62b541cf5090c5368493dd6d4996cb
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1750896
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-13 07:51:00 +00:00
angle-autoroll 4248e115bb Roll ./third_party/glslang/src 3cea2e5882e3..37fc4d27d612 (1 commits)
3cea2e5882..37fc4d27d6


Created with:
  gclient setdep -r ./third_party/glslang/src@37fc4d27d612

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=ynovikov@chromium.org
Change-Id: I93044555595ec89246df6a704ad90811222f84c1
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1748611
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-12 09:58:42 +00:00
angle-autoroll 07bd043438 Roll ./third_party/spirv-tools/src 22ce39c8e1ec..95386f9e45a2 (1 commits)
22ce39c8e1..95386f9e45


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@95386f9e45a2

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=ynovikov@chromium.org
Change-Id: I851e3f1d0177ba53cb403aae1dbc372f98cf9f20
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1748612
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-12 09:36:52 +00:00
Robert Iannucci da8dad17b3 Rolling 11 dependencies
Roll ./build/ 680f9ea3d..5262b9094 (10 commits)

680f9ea3db..5262b90946

$ git log 680f9ea3d..5262b9094 --date=short --no-merges --format='%ad %ae %s'
2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890571594499 to 890568639186
2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890574089166 to 890571594499
2019-08-08 chromium-autoroll Roll Fuchsia SDK from 890577289982 to 890574089166
2019-08-07 gogerald [StartSurface] Move the tab_ui strings to the feature module
2019-08-07 tiborg [build] Remove dont_load_shared_libraries GN parameter
2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890579756157 to 890577289982
2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890582331998 to 890579756157
2019-08-07 chromium-autoroll Roll Fuchsia SDK from 890585497544 to 890582331998
2019-08-07 yucliu [Fuchsia][EME] Correct CDM service name
2019-08-07 hmohit Add gn arg to overwrite rpath.

Roll ./buildtools/ d5c58b84d..74cfb5700 (19 commits; 3 trivial rolls)

d5c58b84d5..74cfb57006

$ git log d5c58b84d..74cfb5700 --date=short --no-merges --format='%ad %ae %s'
2019-07-25 thomasanderson List natvis files as inputs
2019-07-23 tikuta Roll GN from 972ed755 to 152c5144
2019-07-19 tsniatowski ensure_gn_version.py: don't die if existing gn is very old
2019-07-16 bratell Before trying to overwrite the gn binary, make it writable
2019-07-12 vapier ensure_gn_version.py: reinstall if tool is missing
2019-07-11 vapier ensure_gn_version.py: fix exception printing
2019-06-24 brettw Roll GN from 8c7f4910 to 972ed755
2019-06-21 thomasanderson Reland "Roll GN from 81ee1967 to 8c7f4910"
2019-06-17 sdy Revert "Roll GN from 81ee1967 to 8c7f4910"
2019-06-16 thomasanderson Roll GN from 81ee1967 to 8c7f4910
2019-06-14 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..ad464887b (53 commits)"
2019-06-13 mstensho Revert "Roll src/buildtools/third_party/libc++/trunk/ 5938e0582..78822a685 (48 commits)"
2019-06-07 oysteine Tracing: Moved the tracing sampling profiler to the tracing service
2019-05-23 wychen Exclude AndroidStudioDefault folder in Java import checking
2019-05-19 rsesek Roll GN from 64b846c9 to 81ee1967.
2019-05-13 jbudorick checkdeps: encode input to os.walk as utf-8.

Roll ./testing/ 32e614b7e..58990c945 (420 commits)

32e614b7ec..58990c945f

$ git log 32e614b7e..58990c945 --date=short --no-merges --format='%ad %ae %s'
2019-07-01 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter again
2019-07-01 dewittj@chromium.org [EoS] Update fieldtrial testing config
2019-07-01 rdevlin.cronin@chromium.org [Extensions] De-flake MultiActionAPITest.DynamicSetIcon
2019-07-01 hypan@google.com Add the "remote" arg for chromeos-kevin-perf-fyi
2019-07-01 yliuyliu@google.com [code coverage] Merge Java coverage files to avoid duplicate names
2019-07-01 bsheedy@chromium.org Change revision passed to V8 GPU pixel tests
2019-07-01 jbudorick@chromium.org Add filter file for services_unittests on android-asan.
2019-07-01 michaelpg@chromium.org Fix WelcomeScreenBrowserTest keyboard selection
2019-07-01 tikuta@chromium.org [testing/buildbot] switch to use xenial for some test
2019-06-29 rmhasan@google.com Make metadata an optional field that does not need to be the same for all shard's JSON results
2019-06-29 cduvall@chromium.org Update NavigationLoaderOnUI browser_tests filter
2019-06-29 jbudorick@chromium.org luci: add android-asan back to consoles.
2019-06-28 jbudorick@chromium.org perf: run internal resource_sizes_* targets on both android builders.
2019-06-28 ynovikov@chromium.org Re-enable tests on Linux Experimental NVIDIA and Intel bots.
2019-06-28 hypan@google.com [perf] Add performance_test_suite for chromeos-kevin-perf-fyi tester
2019-06-28 ynovikov@chromium.org Use targeted OS version for GPU bots.
2019-06-28 tbansal@chromium.org Enable PredictivePrefetchingAllowedOnAllConnectionTypes
2019-06-28 danakj@chromium.org Add android_browsertests to the set of all builds and run it on the bots
2019-06-28 sgilhuly@chromium.org Disable reflection-on-composited test for Vulkan FYI
2019-06-28 estevenson@chromium.org Revert "Reland #2: "Trichrome Proguard: Fix locale pak selection.""
2019-06-28 edwardjung@chromium.org Add security interstititial dark mode experiment to field trial testing config
2019-06-28 cduvall@chromium.org Make DataReductionProxyURLLoaderThrottle work on UI thread
2019-06-28 hypan@google.com Reduce the shard number to 4 for android-pixel2-perf-fyi tester
2019-06-28 cblume@chromium.org Add more flaky tests to SKV content_browsertests
2019-06-28 cduvall@chromium.org Convert URLLoaderRequestInterceptors to work on UI thread
2019-06-27 ahemery@chromium.org Fix for the fyi bot runs of BF Cache tests.
2019-06-27 cduvall@chromium.org Fix CaptivePortalBrowserTest when NavigationLoaderOnUI is enabled
2019-06-27 bsheedy@chromium.org Stream goldctl output on V8 builders
2019-06-27 bpastene@chromium.org Disable failing AutotestPrivateWithPolicyApiTest on linux-chromeos-google-rel.
2019-06-27 cduvall@chromium.org Fix CrossSiteDocumentBlockingTest when NavigationLoaderOnUI is enabled
2019-06-27 jbudorick@chromium.org android: move android-asan to hammerhead+kitkat.
2019-06-27 sinhak@chromium.org Fix Chrome OS Account Manager Settings page UI tests
2019-06-27 bpastene@chromium.org Disable failing MultiActionAPITest.DynamicSetIcon tests on linux-chromeos-google-rel.
2019-06-27 rsesek@chromium.org Delete MojoChannelMac fieldtrial_testing_config.json entry.
2019-06-27 cduvall@chromium.org Update NavigationLoaderOnUI test filter file
2019-06-27 ahemery@chromium.org Add test runs with BackForwardCache on linux-fieldtrial-rel.
2019-06-27 hao.x.li@intel.com Run dawn_end2end_tests with backend validation layers
2019-06-26 meacer@chromium.org Enable Lookalike URLs interstitial by default
2019-06-26 bpastene@chromium.org Duplicate all src-side configs for chromium.chrome bots as chrome.
2019-06-26 yliuyliu@google.com [code coverage] Move Java coverage files from --task-output-dir to --coverage-dir
2019-06-26 jbudorick@chromium.org android: add test filter for breakpad_unittests on ASAN.
2019-06-26 estevenson@chromium.org Reland #2: "Trichrome Proguard: Fix locale pak selection."
2019-06-26 estevenson@chromium.org Android: Remove "jni_package" from JNI templates.
2019-06-26 horo@chromium.org Move http_structured_header and SignedExchangeRequestMatcher to blink/common
2019-06-26 tby@chromium.org [Cros SR] Add Finch flag to the field trial testing config.
2019-06-26 cduvall@chromium.org Run tests for NavigationLoaderOnUI on mojo FYI bots
2019-06-25 btolsch@chromium.org Add empty json config for openscreen bots
2019-06-25 sajjadm@google.com Removing references to deleted fuzzers.
2019-06-25 harringtond@chromium.org fieldtrial testing OfflineContentOnDino -> AutoFetchOnNetErrorPage
2019-06-25 kaznacheev@google.com Fix AppListClientImplBrowserTest.OpenSearchResult on branded builds
2019-06-25 dougarnett@chromium.org [Previews] Increases default slow page trigger max threshold to 3G
(...)
2019-05-07 jarrydg@chromium.org Quota: Update fieldtrial testing config with new suffix.
2019-05-07 rbpotter@chromium.org Reland Extensions Web UI: Use HTML Imports Polyfill
2019-05-07 fdegans@chromium.org [fuchsia] Re-enable disabled content unittests
2019-05-07 fhorschig@chromium.org [NTP Suggestions] Clean up unused feature
2019-05-07 jochen@chromium.org Add content_shell_crash_test to Android
2019-05-07 yuzus@chromium.org Enable OomIntervention v2 by default
2019-05-06 ender@google.com Add fieldtrial configuration entry for NewAnswersLayoutAndroidOmniboxM74
2019-05-06 metzman@chromium.org [libFuzzer] Fix condition so that seed corpus is built if specified
2019-05-06 martiniss@chromium.org Set default merge for isolated scripts
2019-05-06 iclelland@chromium.org Revert "Remove chrome_elf_import_unittests and add delayloads_unittests"
2019-05-06 metzman@chromium.org [libFuzzer][LPM] Refer to libprotobuf-mutator as LPM
2019-05-06 cliffsmo@microsoft.com Remove chrome_elf_import_unittests and add delayloads_unittests
2019-05-06 rsesek@chromium.org macOS Signing Scripts: Configure unittests to run on CI.
2019-05-06 magchen@chromium.org Add a Finch experiment V8HugeMaxOldGenerationSizefor V8 heap size increase
2019-05-06 wanderview@chromium.org Blob: Add testing config for BlobReaderEagerCompletion feature.
2019-05-06 nyquist@chromium.org [feature_engagement] Make it possible to check in configurations
2019-05-06 hofbauer@chromium.org Add FieldTrial testing config for WebRTC-BweAllocProbingOnlyInAlr.
2019-05-04 caseq@chromium.org Revert "Extensions Web UI: Use HTML Imports Polyfill"
2019-05-04 bpastene@chromium.org Replace chrome_kevin_tast_tests with chrome_all_tast_tests.
2019-05-04 tmathmeyer@chromium.org Remove BackgroundSrcVideoTrackDisable Experiment
2019-05-04 rbpotter@chromium.org Extensions Web UI: Use HTML Imports Polyfill
2019-05-03 jbudorick@chromium.org Run resource_sizes on the luci android perf bots.
2019-05-03 findit-for-me@appspot.gserviceaccount.com Revert "Make breakpad_unittests use Chrome's test runner instead of gtest's"
2019-05-03 iclelland@chromium.org Add fuzzer coverage for the feature policy values parser.
2019-05-03 davidben@chromium.org Unwind Socket::kReadIfReadyExperiment.
2019-05-03 fdegans@chromium.org [fuchsia] Re-enable disabled content_unittests
2019-05-03 mark@chromium.org Make breakpad_unittests use Chrome's test runner instead of gtest's
2019-05-02 behdadb@chromium.org Added missing dependency
2019-05-02 jonross@chromium.org Cleanup Viz Test Configs
2019-05-02 smaier@chromium.org Proguard flag files cleanup
2019-05-02 rbpotter@chromium.org Web UI HTML Imports: Add interactive_ui_tests suite
2019-05-02 behdadb@chromium.org Added the representative perf tests to the test suites
2019-05-02 ynovikov@chromium.org Disable webgl_conformance_vulkan_passthrough_tests on Win10 NVIDIA GTX 1660
2019-05-02 rbpotter@chromium.org Print Preview: Use HTML Imports Polyfill
2019-05-02 rsesek@chromium.org Delete testing/scripts/gyp_flag_compare.py
2019-05-01 martiniss@chromium.org Set default merge script for gtests
2019-05-01 huangdarwin@chromium.org Docs: Mention that libprotobuf-mutator is LPM
2019-05-01 jbudorick@chromium.org Tear down src configs for cronet buildbots.
2019-05-01 brlong@microsoft.com Regression fix: don't add virtual files for drags starting in renderer
2019-05-01 rmcilroy@chromium.org Revert "Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab.""
2019-05-01 mmoroz@chromium.org [snappy] Get rid of //base dependency in snappy_compress_fuzzer.
2019-04-30 wez@chromium.org [Fuchsia] Build and run the gfx_unittests suite.
2019-04-30 enga@chromium.org Remove dawn_end2end_tests from GPU FYI bots
2019-04-30 sahel@chromium.org Rename NoCreditCardAbort field trial to match the finch experiment name.
2019-04-30 rmcilroy@chromium.org Reland "[Perf] Update Pixel2 FYI perf bot to MonoChrome6432.aab."
2019-04-30 behdadb@chromium.org Logic needed for representative performance tests.
2019-04-30 mastiz@chromium.org Remove legacy sync codepath prior to pseudo-USS
2019-04-30 sky@chromium.org Disables SingleProcessMash by default
2019-04-30 perezju@chromium.org [testing] Remove --output-trace-tag arg in Telemetry args
2019-04-30 bpastene@chromium.org chromeos: Run all Tast tests via the host-side tast bin.

Roll ./third_party/Python-Markdown/ b08af21eb..36657c103 (1 commit)

b08af21eb7..36657c103c

$ git log b08af21eb..36657c103 --date=short --no-merges --format='%ad %ae %s'
2019-07-24 efoo OWNERS files updated with latest COMPONENT and TEAMS.

Roll ./third_party/fuchsia-sdk/ 8e8db13b5..5fd29151c (3 commits)

8e8db13b53..5fd29151cf

$ git log 8e8db13b5..5fd29151c --date=short --no-merges --format='%ad %ae %s'
2019-06-18 sergeyu [Fuchsia] Fix gen_build_defs.py to recognize device_profile sdk parts
2019-04-17 wez [Fuchsia] Switch from 'new_parts' to 'parts' when generating GN.
2019-04-11 kmarshall [Fuchsia] Use the "new_parts" section from the SDK manifest.

Roll ./third_party/googletest/ d5024103c..c721b68dd (1 commit)

d5024103c8..c721b68dde

$ git log d5024103c..c721b68dd --date=short --no-merges --format='%ad %ae %s'
2019-07-31 efoo OWNERS files updated with latest COMPONENT and TEAMS.

Roll ./third_party/jsoncpp/ fd0ac8ce6..48246a099 (5 commits)

fd0ac8ce63..48246a0995

$ git log fd0ac8ce6..48246a099 --date=short --no-merges --format='%ad %ae %s'
2019-07-30 efoo OWNERS files updated with latest COMPONENT and TEAMS.
2019-07-16 mbonadei Do not pass -Wno-implicit-fallthrough to MSVC.
2019-07-15 mbonadei Do not use -Wno-deprecated-declarations on MSVC.
2019-07-12 jophba Update JsonCPP dependency + owners
2019-05-09 metzman [jsoncpp] Add fuzzer.

Roll ./third_party/jsoncpp/ f572e8e42e22..645250b66907 (799 commits)

f572e8e42e..645250b669

$ git log f572e8e42e22..645250b66907 --date=short --no-merges --format='%ad %ae %s'

2019-07-10 jophba@chromium.org \#979 Fix parseFromStream definition
2019-07-11 jophba@chromium.org Add new JSON_USE_NULLREF flag
2019-07-09 jophba@chromium.org \#964 Delete JSONCPP_NORETURN for [[noreturn]]
2019-07-02 chenguopingdota@163.com pop the root node after readValue()
2019-07-02 chenguopingdota@163.com adjust some codes position
2019-07-01 jophba@chromium.org Update version.h.in header comments
2019-06-28 jophba@chromium.org Fix comments on Json Reader
2019-06-28 jophba@chromium.org Update minimum CMake version requirement
2019-06-28 jophba@chromium.org Issue #633: Fix issue with maxInt
2019-06-27 jophba@chromium.org Run clang-format on the repository
2019-06-26 security-tps@google.com Add fuzz.cpp to jsoncpp_test
2019-06-26 security-tps@google.com Update main.cpp
2019-06-26 security-tps@google.com added fuzz.cpp to macro in main.cpp
2019-06-24 security-tps@google.com Update jsontest.cpp
2019-06-24 security-tps@google.com Update jsontest.cpp
2019-06-24 security-tps@google.com Update jsontest.cpp
2019-06-24 security-tps@google.com Update CMakeLists.txt
2019-06-24 security-tps@google.com Update CMakeLists.txt
2019-06-24 security-tps@google.com Update main.cpp
2019-06-24 security-tps@google.com Update main.cpp
2019-06-24 security-tps@google.com Update main.cpp
2019-06-24 security-tps@google.com Added include fuzz.cpp
2019-06-24 security-tps@google.com added llvm
2019-06-24 security-tps@google.com fix llvm
2019-06-24 security-tps@google.com Update fuzz.cpp
2019-06-24 security-tps@google.com Update fuzz.h
2019-06-24 security-tps@google.com Update fuzz.cpp
2019-06-24 security-tps@google.com Update fuzz.h
2019-06-24 security-tps@google.com Update fuzz.cpp
2019-06-24 security-tps@google.com Update fuzz.h
2019-06-24 security-tps@google.com Update fuzz.h
2019-06-24 security-tps@google.com Update fuzz.cpp
2019-06-24 security-tps@google.com Updated fuzz.h
2019-06-24 security-tps@google.com Updated header and fixed the bug
2019-06-12 security-tps@google.com Add a simple fuzz test for jsoncpp.
2019-06-03 olivier.liess@eurodecision.com version.h : wrong file was deployed, added required include path and
2019-06-25 cmlchen@tencent.com extract variable
2019-06-21 cmlchen@tencent.com fix compile problem
2019-06-21 cmlchen@tencent.com use fpclassify to test a float number is zero or nan
2019-05-31 chenguopingdota@163.com repair a typo error
2019-06-24 jophba@chromium.org Issue 920: Fix android build with casting fix
2018-05-28 BillyDonahue@users.noreply.github.com Add WideString test for Issue #756
2019-06-25 jophba@chromium.org Update appveyor to use build images
2019-06-25 jophba@chromium.org Update travis scripts
2019-06-25 jophba@chromium.org Modernize Travis and Appveyor configs
2019-06-24 jophba@chromium.org Update issue templates
2019-06-24 jophba@chromium.org Update issue templates
2019-06-24 jophba@chromium.org Run clang format
2019-06-24 jophba@chromium.org Update CONTRIBUTING.md
2019-06-24 jophba@chromium.org Update README.md
2019-06-24 jophba@chromium.org Create CONTRIBUTING.md
(...)
2014-07-01 aaronjjacobs@gmail.com Gave the amalgamated source section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the documentation section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the testing section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the scons section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the cmake section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the using section a makeover.
2014-07-01 aaronjjacobs@gmail.com Gave the introduction section a makeover.
2014-07-01 aaronjjacobs@gmail.com Began converting the README to Markdown.
2014-07-01 aaronjjacobs@gmail.com Ran clang-format again.
2014-07-01 aaronjjacobs@gmail.com Fixed some clang-format weirdness.
2014-07-01 aaronjjacobs@gmail.com Ran clang-format over all .h and .cpp files.
2014-07-01 aaronjjacobs@gmail.com Set BinPackParameters to false.
2014-07-01 aaronjjacobs@gmail.com Added a clang-format config file, in preparation for formatting jsoncpp.
2014-06-30 aaronjjacobs@gmail.com Fixed some cruft in the Travis CI config file.
2014-06-30 aaronjjacobs@gmail.com Updated notification settings for Travis CI.
2014-05-13 cdunn2001@gmail.com fix stdexcept
2014-04-23 aaronjjacobs@gmail.com Fixed a test that causes a crash when exceptions are disabled.
2014-04-23 aaronjjacobs@gmail.com Added structured error reporting to Reader.
2014-04-23 aaronjjacobs@gmail.com Added features that allow the reader to accept common non-standard JSON.
2014-04-19 cdunn2001@gmail.com vim modeline
2014-04-19 cdunn2001@gmail.com Comment reading/write improvements
2014-04-19 cdunn2001@gmail.com JSON_ASSERT -> JSON_ASSERT_MESSAGE
2014-01-29 aaronjjacobs@gmail.com Added missing includes for std::istream.
2013-09-23 baptiste.lepilleur@gmail.com Fixed broken build on VS 2012
2013-08-08 aaronjjacobs@gmail.com Fixed some snprintf-related build breakages in Visual Studio.
2013-08-08 aaronjjacobs@gmail.com Updated two calls to sprintf that I missed in r269.
2013-08-08 aaronjjacobs@gmail.com Replaced the complex implementation of valueToString(double).
2013-08-08 aaronjjacobs@gmail.com Added more floating point tests.
2013-08-08 aaronjjacobs@gmail.com Added further floating point tests.
2013-08-06 aaronjjacobs@gmail.com Switched away from sprintf, which is prone to buffer overflows.
2013-05-09 baptiste.lepilleur@gmail.com - CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC. - Fixed some warnings
2013-05-09 baptiste.lepilleur@gmail.com - disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information) - added batchbuild config for XP VM
2013-05-09 baptiste.lepilleur@gmail.com Added simple batch build script for CMake.
2013-05-09 baptiste.lepilleur@gmail.com Added missing source file to CMakeLists.txt.
2013-05-09 baptiste.lepilleur@gmail.com
2013-05-08 baptiste.lepilleur@gmail.com Fixed continuous integration matrix for debug/release build. Made static debug build verbose.
2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for debug/release build. Made static debug build verbose.
2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration matrix for shared/static library (specified through environment variables).
2013-05-08 baptiste.lepilleur@gmail.com Added continuous integration failure e-mail notification.
2013-05-08 baptiste.lepilleur@gmail.com Added clang compiler for continuous integration.
2013-05-08 baptiste.lepilleur@gmail.com Added basic Travis CI integration contributed by Igor Okulist.
2013-05-08 baptiste.lepilleur@gmail.com Fixed CMake / Unix build instructions.
2013-05-08 baptiste.lepilleur@gmail.com - New CMake based build system. Based in part on contribution from Igor Okulist and Damien Buhl (Patch #14). Added support for running tests and building with DLL on Windows. - added missing JSON_API - Visual Studio DLL: suppressed warning "C4251: <data member>: <type> needs to have dll-interface to be used by..." via pragma push/pop in json-cpp headers. - New header json/version.h now contains version number macros (JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH and JSONCPP_VERSION_HEXA). While this header is generated by CMake, it is committed to ease build with alternate build system (CMake only update the file when it changes avoid issues with VCS).
2013-04-12 baptiste.lepilleur@gmail.com - Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci). - Patch #3474563: added missing JSON_API on some classes causing link issues when building as a dynamic library on Windows (contributed by Francis Bolduc).
2013-04-12 baptiste.lepilleur@gmail.com Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao).
2013-04-12 baptiste.lepilleur@gmail.com Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia).
2013-02-18 baptiste.lepilleur@gmail.com Fix gcc -Wall warnings (patch from Matt McCormick)
2012-12-20 baptiste.lepilleur@gmail.com Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined.
2012-07-27 baptiste.lepilleur@gmail.com Added missing "include/json/assertions.h" header in amalgamate.py.
2012-03-12 aaronjjacobs@gmail.com Made it possible to drop null placeholders from array output.


Roll ./third_party/yasm/ 86b605814..15439370a (1 commit)

86b6058141..15439370af

$ git log 86b605814..15439370a --date=short --no-merges --format='%ad %ae %s'
2019-03-14 thomasanderson More fixes necessary for Windows/libc++

Roll ./third_party/zlib/ f95aeb0fa..0f820c1d7 (24 commits)

f95aeb0fa7..0f820c1d71

$ git log f95aeb0fa..0f820c1d7 --date=short --no-merges --format='%ad %ae %s'
2019-08-08 adenilson.cavalcanti Allow disabling Castagnoli compression optimization
2019-08-05 adenilson.cavalcanti Increasing the expected compressed output size
2019-08-01 adenilson.cavalcanti Using the same hash function in compression on both x86 and ARM
2019-07-25 thakis Make chromeconf.h use opt-out instead of opt-in.
2019-07-19 darin Avoid 'internal_state' macro pollution from zlib.h.
2019-06-24 tsniatowski zlib: fix gn error when is_clang=false target_cpu="arm"
2019-06-11 scroggo Simplify sharing third_party/zlib with AOSP
2019-06-10 jose.dapena zlib: fix ARMv8 CRC32 compilation in GCC
2019-05-14 huangs [DOM Distiller] Compress resources to save 86 kB on Android.
2019-04-18 richard.townsend Tidy and further integrate Arm feature detection for Windows
2019-04-15 richard.townsend Correct zlib build logic for Windows on Arm
2019-04-15 noel [zlib] Add OS_FUCHSIA feature detection and enable zlib NEON crc32
2019-04-08 thomasanderson Make //third_party/zlib a component
2019-03-29 drubery Pass file_length to UpdateArchiveAnalyzer
2019-03-28 dcheng Update include paths for //base/hash/md5.h
2019-03-28 wnwen Android: Remove build/secondary
2019-02-15 noel [zlib] Add Android ARM aarch64 feature detection
2019-02-14 lizeb blink/bindings: Use PartitionAlloc for zlib's temporary data.
2019-02-13 noel [zlib_bench] improve program options handling
2019-01-31 adenilson.cavalcanti Enable decode input reads in 64 bit chunks
2019-01-11 lizeb blink/bindings: Use PartitionAlloc for compressing strings.
2019-01-08 avi Use base::size rather than arraysize in third_party/zlib/.
2019-01-02 avi Use base::size rather than arraysize in third_party/zlib/.
2018-12-20 msalama Avoid uncompressing if uncompressed size is too big.

Roll ./tools/md_browser/ e94626962..0bfd826f8 (2 commits)

e946269624..0bfd826f85

$ git log e94626962..0bfd826f8 --date=short --no-merges --format='%ad %ae %s'
2019-06-18 ntfschr Docs: correctly slugify escaped chars
2019-06-01 ntfschr Better regex for md_browser.py

Created with:
  roll-dep ./build ./buildtools ./testing ./third_party/Python-Markdown ./third_party/fuchsia-sdk ./third_party/googletest ./third_party/jsoncpp ./third_party/jsoncpp/source ./third_party/yasm ./third_party/zlib ./tools/md_browser

Change-Id: Iac134649e58cf3b1d5ed13dc26e8c2bf3ebdba7b
Bug: angleproject:3792
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1744175
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-09 13:06:15 +00:00
angle-autoroll e54c3e3aa0 Roll ./third_party/spirv-tools/src b029d3697ea3..22ce39c8e1ec (5 commits)
b029d3697e..22ce39c8e1


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@22ce39c8e1ec

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=ynovikov@chromium.org
Change-Id: I23e306f0a23e08870b16c016f0e2f2118fa3d3b6
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1746189
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-09 07:41:44 +00:00
Robert Iannucci bca3e7b2b4 Roll ./build/ 54ea0e7fd..680f9ea3d (665 commits)
54ea0e7fd1..680f9ea3db

$ git log 54ea0e7fd..680f9ea3d --date=short --no-merges --format='%ad %ae %s'
2019-08-06 iannucci [build/toolchain] Add individual vpython spec to win/tool_wrapper.py
2019-08-06 jdonnelly Revert "Proguard conditional keeps for layouts"
2019-08-06 awolter [Fuchsia] Remove fuchsia.net.SocketProvider from manifests
2019-08-06 chromium-autoroll Roll Fuchsia SDK from 890588017156 to 890585497544
2019-08-06 harshpa Proguard conditional keeps for layouts
2019-08-06 chromium-autoroll Roll Fuchsia SDK from 890591001924 to 890588017156
2019-08-06 chromium-autoroll Roll Fuchsia SDK from 890593631659 to 890591001924
2019-08-05 liaoyuke [code coverage] Skip instrumenting files that has triggers a SI bug
2019-08-05 chromium-autoroll Roll Fuchsia SDK from 890596874171 to 890593631659
2019-08-05 bpastene chromeos: Point TMPDIR to /usr/local/tmp during VM/DUT tests.
2019-08-05 chromium-autoroll Roll Fuchsia SDK from 890600805183 to 890596874171
2019-08-05 chromium-autoroll Roll Fuchsia SDK from 890603479401 to 890600805183
2019-08-04 chromium-autoroll Roll Fuchsia SDK from 890606035392 to 890603479401
2019-08-04 chromium-autoroll Roll Fuchsia SDK from 890608527889 to 890606035392
2019-08-04 chromium-autoroll Roll Fuchsia SDK from 890611617821 to 890608527889
2019-08-03 chromium-autoroll Roll Fuchsia SDK from 890614483854 to 890611617821
2019-08-03 chromium-autoroll Roll Fuchsia SDK from 890617289215 to 890614483854
2019-08-03 chromium-autoroll Roll Fuchsia SDK from 890619875909 to 890617289215
2019-08-03 chromium-autoroll Roll Fuchsia SDK from 890622382381 to 890619875909
2019-08-03 sergeyu [fuchsia] Fix exe_runner.py
2019-08-02 smaier Give longer oatdump timeout in class verification failure script
2019-08-02 tsniatowski Fix android shared_library metadata output_extension handling
2019-08-02 chromium-autoroll Roll Fuchsia SDK from 890625413366 to 890622382381
2019-08-02 vtsyrklevich Create separate gwp_asan_unittests target
2019-08-02 csharp Reland "Reland "Remove references to MessagePump::Type""
2019-08-02 csharp Revert "Reland "Remove references to MessagePump::Type""
2019-08-02 carlscab Reland "Remove references to MessagePump::Type"
2019-08-02 cjgrant crashpad_stackwalker: Specify Android platform when generating symbols
2019-08-02 chromium-autoroll Roll Fuchsia SDK from 890628039446 to 890625413366
2019-08-02 chromium-autoroll Roll Fuchsia SDK from 890630742147 to 890628039446
2019-08-01 thakis Replace global NO_TCMALLOC and USE_TCMALLOC defines with BUILDFLAG(USE_TCMALLOC).
2019-08-01 chromium-autoroll Roll Fuchsia SDK from 890633683590 to 890630742147
2019-08-01 tiborg [build] Move logic selecting feature module libraries into Chrome layer
2019-08-01 thakis Disable Wimplicit-int-float-conversion on the clang tot bots in nocompile tests as well.
2019-08-01 thakis Disable Wimplicit-int-float-conversion on the clang tot bots.
2019-08-01 chromium-autoroll Roll Fuchsia SDK from 890643698313 to 890633683590
2019-08-01 eliribble Properly handle transient communication errors with gsutil.py
2019-08-01 ianloic Reland "[Fuchsia] Update to new FIDL string and vector APIs"
2019-07-31 zmin Revert "[Fuchsia] Update to new FIDL string and vector APIs"
2019-07-31 wez [Fuchsia] Fix update-sdk.py not to re-download the same SDK.
2019-07-31 enne Allow Android to be built in an out-of-repo build dir
2019-07-31 efoo OWNERS files updated with latest COMPONENT and TEAMS.
2019-07-31 ianloic [Fuchsia] Update to new FIDL string and vector APIs
2019-07-31 jbudorick android: add a local emulator environment.
2019-07-31 findit-for-me Revert "Remove references to MessagePump::Type"
2019-07-31 chromium-autoroll Roll Fuchsia SDK from 890646710525 to 890643698313
2019-07-31 carlscab Remove references to MessagePump::Type
2019-07-31 chromium-autoroll Roll Fuchsia SDK from 890647868040 to 890646710525
2019-07-30 dpursell [Fuchsia] initialize async_wait_t options field
2019-07-30 chromium-autoroll Roll Fuchsia SDK from 890650128659 to 890647868040
(...)
2019-05-07 raul //build/util/lastchange.py: Decode Git output for Python 3 support
2019-05-07 chromium-autoroll Roll Fuchsia SDK from 891418129671 to 891415132646
2019-05-07 xhwang Set |is_cast_using_cma_backend| to false by default on Android
2019-05-06 chromium-autoroll Roll Fuchsia SDK from 891421020977 to 891418129671
2019-05-06 agrieve Android: Filter out ijar build messages about "Passing class through"
2019-05-06 estevenson Android: Remove unused firebase_app_id from BuildConfig.java.
2019-05-06 oprypin Support Python 3 in jni_generator.py
2019-05-06 thakis win: Re-enable libc++ on Windows.
2019-05-06 estevenson Android: Set Firebase app IDs at runtime.
2019-05-06 chromium-autoroll Roll Fuchsia SDK from 891423780675 to 891421020977
2019-05-06 msalama Orderfile: Caller-callee instrumentation to improve performance.
2019-05-06 chromium-autoroll Roll Fuchsia SDK from 891426706836 to 891423780675
2019-05-06 robliao Revert "Make Visual Studio version selection more smart"
2019-05-06 chromium-autoroll Roll Fuchsia SDK from 891429647473 to 891426706836
2019-05-05 chromium-autoroll Roll Fuchsia SDK from 891432088534 to 891429647473
2019-05-05 chromium-autoroll Roll Fuchsia SDK from 891434892022 to 891432088534
2019-05-05 yang.gu Make Visual Studio version selection more smart
2019-05-05 chromium-autoroll Roll Fuchsia SDK from 891437836392 to 891434892022
2019-05-04 chromium-autoroll Roll Fuchsia SDK from 891440437628 to 891437836392
2019-05-04 chromium-autoroll Roll Fuchsia SDK from 891443015083 to 891440437628
2019-05-04 chromium-autoroll Roll Fuchsia SDK from 891461844150 to 891443015083
2019-05-03 estevenson Android: Fix resource_ids_provider_dep for TrichromeChrome.[apk/aab]
2019-05-03 estevenson Android: Turn proguard flags expectation file back on.
2019-05-03 agrieve Fix emma_coverage=true GN gen failure
2019-05-03 jbudorick Revert "Reland "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag""
2019-05-03 xhwang Reland "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag"
2019-05-03 thakis win: Don't build /FORCE:DuplicateRes targets with /WX.
2019-05-03 thakis Switch use_lld from whitelist to blacklist
2019-05-02 bjoyce Fix Ignore_proguard_configs paramter in android_aar_prebuilt().
2019-05-02 yliuyliu Include all classes for jacoco agent
2019-05-02 thakis Enable LLD in 32-bit Chrome OS ARM builds.
2019-05-02 thakis Make exclude_unwind_tables only dependent on is_official_build
2019-05-02 thakis linux/32-bit: Use lld as linker.
2019-05-02 chromium-autoroll Roll Fuchsia SDK from 891464457253 to 891461844150
2019-05-01 sergeyu [Fuchsia] Implement SysmemBufferManager and SysmemBufferCollection
2019-05-01 xhwang Revert "base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag"
2019-05-01 chromium-autoroll Roll Fuchsia SDK from 891467542177 to 891464457253
2019-05-01 xhwang base: Add ENABLE_LOG_ERROR_NOT_REACHED buildflag
2019-05-01 estevenson Trichrome Proguard: Handle Java locale lists in the library.
2019-05-01 chromium-autoroll Roll Fuchsia SDK from 891470157719 to 891467542177
2019-05-01 chromium-autoroll Roll Fuchsia SDK from 891473642618 to 891470157719
2019-05-01 bjoyce android_aar_prebuilt: Add ignore_proguard_config as flag.
2019-05-01 justincohen Reland "[ios] Disable custom libcxx with xcode clang."
2019-05-01 sunnyps viz: Change OutputSurface and BeginFrameSource creation order
2019-04-30 carlosk Revert "Reland "[ios] Disable custom libcxx with xcode clang.""
2019-04-30 justincohen Reland "[ios] Disable custom libcxx with xcode clang."
2019-04-30 chromium-autoroll Roll Fuchsia SDK from 891475811432 to 891473642618
2019-04-30 mastiz Remove legacy sync codepath prior to pseudo-USS
2019-04-30 bpastene chromeos: Run all Tast tests via the host-side tast bin.
2019-04-30 tiborg [bundles] Add install script and its dependencies to runtime deps

Created with:
  roll-dep ./build

Bug: 973721
Change-Id: I0a05e26c7f2836b4a261eaa59db7bc0111755935
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1740510
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
Commit-Queue: Jamie Madill <jmadill@chromium.org>
2019-08-08 17:02:47 +00:00
angle-autoroll 0fec5eabc6 Roll ./third_party/spirv-tools/src 698b56a8f024..b029d3697ea3 (2 commits)
698b56a8f0..b029d3697e


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@b029d3697ea3

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=ynovikov@chromium.org
Change-Id: I25c62c4e6f905331fb658ab2b1cb2f5556bd3513
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1743588
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-08 08:01:51 +00:00
angle-autoroll 74ec0afe01 Roll ./third_party/spirv-tools/src 4f14b4c8cc25..698b56a8f024 (1 commits)
4f14b4c8cc..698b56a8f0


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@698b56a8f024

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=ynovikov@chromium.org
Change-Id: I2f060affd28ad48d0bd6ceb283cbe71f669d5d35
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1738326
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-06 07:49:32 +00:00
angle-autoroll b8a27c5e6b Roll ./third_party/glslang/src a0eb5efd2bad..3cea2e5882e3 (1 commits)
a0eb5efd2b..3cea2e5882


Created with:
  gclient setdep -r ./third_party/glslang/src@3cea2e5882e3

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=geofflang@google.com
Change-Id: I11d337682184083a98cdea36ed94441897250c74
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1736398
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-05 08:46:05 +00:00
angle-autoroll 73ec5b06ff Roll ./third_party/spirv-tools/src 0b70972a29c7..4f14b4c8cc25 (1 commits)
0b70972a29..4f14b4c8cc


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@4f14b4c8cc25

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=geofflang@google.com
Change-Id: If2f37d2752f5e32b85081df915fdfa541872df4a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1736399
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-05 07:59:35 +00:00
angle-autoroll 017c9d8ea7 Roll ./third_party/spirv-tools/src ac3d131054ac..0b70972a29c7 (6 commits)
ac3d131054..0b70972a29


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@0b70972a29c7

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


Bug: None
TBR=geofflang@google.com
Change-Id: Ia54fbc8403a4d7432ceb79369d257df860f81194
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1732515
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-02 09:17:54 +00:00
angle-autoroll 5e6468ba6b Roll ./third_party/glslang/src eea340047eca..a0eb5efd2bad (1 commits)
eea340047e..a0eb5efd2b


Created with:
  gclient setdep -r ./third_party/glslang/src@a0eb5efd2bad

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


Bug: None
TBR=geofflang@google.com
Change-Id: Ifc6b5debeccd4e74fc1eb2c1a5ad9079fedab981
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1732791
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-08-02 08:33:54 +00:00
angle-autoroll 34ebecc19c Roll ./third_party/glslang/src f04f1f93a70f..eea340047eca (1 commits)
f04f1f93a7..eea340047e


Created with:
  gclient setdep -r ./third_party/glslang/src@eea340047eca

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=geofflang@google.com
Change-Id: I5d672794fb0ff90519363cad5172a614e8705347
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1728332
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-31 10:07:25 +00:00
angle-autoroll 70cded6ac6 Roll ./third_party/spirv-tools/src 9559cdbdf011..ac3d131054ac (4 commits)
9559cdbdf0..ac3d131054


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@ac3d131054ac

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=geofflang@google.com
Change-Id: I88f21fb37e85379603e48bbbf221d9088b7cfaaf
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1725336
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-30 09:23:59 +00:00
angle-autoroll 3527cf1aa8 Roll ./third_party/glslang/src 7fc868349143..f04f1f93a70f (1 commits)
7fc8683491..f04f1f93a7


Created with:
  gclient setdep -r ./third_party/glslang/src@f04f1f93a70f

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=geofflang@google.com
Change-Id: Ife87ce07871fed4270585054a7ce29b17c0ae313
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1725526
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-30 07:43:39 +00:00
angle-autoroll c405776eb4 Roll ./third_party/glslang/src 42f813401bdf..7fc868349143 (2 commits)
42f813401b..7fc8683491


Created with:
  gclient setdep -r ./third_party/glslang/src@7fc868349143

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=jmadill@chromium.org,jmadill@google.com
Change-Id: I91cbab4ec63909cf62892905d0e6500e22261855
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1723835
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-29 10:17:57 +00:00
angle-autoroll d7e0a36ac6 Roll ./third_party/spirv-tools/src f54b8653dd9d..9559cdbdf011 (1 commits)
f54b8653dd..9559cdbdf0


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@9559cdbdf011

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=jmadill@chromium.org,jmadill@google.com
Change-Id: I27a15130e7b8786e1d2404a2cfa6954f9ddd339f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1723834
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-29 08:00:27 +00:00
angle-autoroll f002a63774 Roll ./third_party/glslang/src 9f2236e58ed0..42f813401bdf (6 commits)
9f2236e58e..42f813401b


Created with:
  gclient setdep -r ./third_party/glslang/src@42f813401bdf

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=jmadill@chromium.org,jmadill@google.com
Change-Id: I88b5be03e7f7ec2b442baa2a01033ac5ca97dd4d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1720290
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-26 10:26:23 +00:00
angle-autoroll eaef09c0cc Roll ./third_party/spirv-tools/src 3855447d93eb..f54b8653dd9d (9 commits)
3855447d93..f54b8653dd


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@f54b8653dd9d

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=jmadill@chromium.org,jmadill@google.com
Change-Id: Id79c4c5ce598fb2bb1206e3902ffede2aa8dc4c8
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1720289
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-26 09:46:13 +00:00
angle-autoroll cd369bb8a2 Roll ./third_party/spirv-tools/src 76b75c40a1e2..3855447d93eb (3 commits)
76b75c40a1..3855447d93


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@3855447d93eb

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=jmadill@chromium.org,jmadill@google.com
Change-Id: I5d98e670ca5e5de9c2675cca7803e395e7f0d1d3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1714120
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-23 11:06:30 +00:00
angle-autoroll 3c4cfad19f Roll ./third_party/spirv-tools/src aa9e8f538041..76b75c40a1e2 (1 commits)
aa9e8f5380..76b75c40a1


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@76b75c40a1e2

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I4582e909efe850056ab42131cfcbfb9ac5915cec
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1709733
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-19 07:46:26 +00:00
angle-autoroll 27ee35e627 Roll ./third_party/spirv-tools/src 58e2ec25bab0..aa9e8f538041 (1 commits)
58e2ec25ba..aa9e8f5380


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@aa9e8f538041

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I9922d2ef0fa7b0c2c29885931bdc82628902b61a
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1708062
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-18 10:11:37 +00:00
angle-autoroll eb3224998d Roll ./third_party/glslang/src 74426f7570fd..9f2236e58ed0 (1 commits)
74426f7570..9f2236e58e


Created with:
  gclient setdep -r ./third_party/glslang/src@9f2236e58ed0

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: Ic57be04dba37fd9f7e1e5e2fa02c9bca7dfcc054
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1708061
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-18 08:06:57 +00:00
angle-autoroll b243a2a4f2 Roll ./third_party/glslang/src e383c5f55def..74426f7570fd (1 commits)
e383c5f55d..74426f7570


Created with:
  gclient setdep -r ./third_party/glslang/src@74426f7570fd

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I0cc449077f69844a19d4f3bdde44cb67e029851e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1706208
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-17 10:09:30 +00:00
angle-autoroll 1c16455ea1 Roll ./third_party/spirv-tools/src 1fedf72e500b..58e2ec25bab0 (2 commits)
1fedf72e50..58e2ec25ba


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@58e2ec25bab0

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I10633d72c7f0909100f38e3a90262efc6324d055
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1705596
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-17 07:53:39 +00:00
angle-autoroll c6d4824831 Roll ./third_party/spirv-tools/src 032adc4d7ede..1fedf72e500b (1 commits)
032adc4d7e..1fedf72e50


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@1fedf72e500b

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I9d87155c8bf373886c811636451b11503a147522
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1703170
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-16 07:57:23 +00:00
angle-autoroll 84b5c90e0b Roll ./third_party/glslang/src 1a6e8534cef3..e383c5f55def (4 commits)
1a6e8534ce..e383c5f55d


Created with:
  gclient setdep -r ./third_party/glslang/src@e383c5f55def

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=geofflang@chromium.org
Change-Id: I4170e1f1d0a59167ac6281d2a2ce348b36f53a2d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1703169
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-16 07:46:53 +00:00
angle-autoroll db63735646 Roll ./third_party/spirv-tools/src 0c4feb643b89..032adc4d7ede (11 commits)
0c4feb643b..032adc4d7e


Also rolling transitive DEPS:
  ./third_party/spirv-headers/src de99d4d834ae..123dc278f204

Created with:
  gclient setdep -r ./third_party/spirv-tools/src@032adc4d7ede

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.



Bug: None
TBR=cwallez@chromium.org
Change-Id: I3130674feba4f56450da0ff3fa3d836467cd8d20
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1700639
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-15 08:56:42 +00:00
angle-autoroll 1ea79ef8e6 Roll ./third_party/glslang/src 71892a5eda90..1a6e8534cef3 (3 commits)
71892a5eda..1a6e8534ce


Created with:
  gclient setdep -r ./third_party/glslang/src@1a6e8534cef3

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=cwallez@chromium.org
Change-Id: I9ede1a71b2e638474ad4daf59f2ab89134df0da4
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1700638
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-15 07:57:01 +00:00
angle-autoroll 80bb311639 Roll ./third_party/glslang/src c538b5d796fb..71892a5eda90 (1 commits)
c538b5d796..71892a5eda


Created with:
  gclient setdep -r ./third_party/glslang/src@71892a5eda90

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.



Bug: None
TBR=cwallez@chromium.org
Change-Id: Ic3fa0d8603682ac27119c81252421dc140670b86
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1699756
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-12 07:59:29 +00:00
angle-autoroll f6083425e8 Roll ./third_party/glslang/src 8aa9a7bb8f74..c538b5d796fb (2 commits)
8aa9a7bb8f..c538b5d796


Created with:
  gclient setdep -r ./third_party/glslang/src@c538b5d796fb

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


TBR=cwallez@chromium.org

Change-Id: I3f06b71a73385d33349e971262bee6bc97bec183
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1697174
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-11 07:54:20 +00:00
angle-autoroll 8e70900e91 Roll ./third_party/glslang/src 4b4b41a63499..8aa9a7bb8f74 (1 commits)
4b4b41a634..8aa9a7bb8f


Created with:
  gclient setdep -r ./third_party/glslang/src@8aa9a7bb8f74

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


TBR=cwallez@chromium.org

Change-Id: Iec081c31b79bd1a555552e7649861f88f000f64f
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1692188
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-09 12:34:51 +00:00
angle-autoroll b1b22b4182 Roll ./third_party/spirv-tools/src 9702d47c6fe4..0c4feb643b89 (7 commits)
9702d47c6f..0c4feb643b


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@0c4feb643b89

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


TBR=cwallez@chromium.org

Change-Id: I428c6d686be4b1721ecaa9398bbb0b4c83de859e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1692187
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-09 12:31:30 +00:00
Jamie Madill 524a8c9049 Fix header check for GLES 1.0 conformance tests.
The no_gtest target wasn't sharing its header visiblity with the main
target. Fix this using public_deps.

Also rolls angle-internal to pick up MSVC build fixes.

Bug: angleproject:3654
Change-Id: I4aca1f167031c0b41d1a7f7ff4d7303a960e2839
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1688500
Commit-Queue: Jamie Madill <jmadill@chromium.org>
Reviewed-by: Jamie Madill <jmadill@chromium.org>
2019-07-04 18:51:39 +00:00
angle-autoroll b00ecb9a18 Roll ./third_party/glslang/src 22683b409e6d..4b4b41a63499 (1 commits)
22683b409e..4b4b41a634


Created with:
  gclient setdep -r ./third_party/glslang/src@4b4b41a63499

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


TBR=ynovikov@google.com

Change-Id: I90385bd8f9286aba10ee3d17e73c74e699c42e9e
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1688580
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-04 08:23:15 +00:00
angle-autoroll d822e560f2 Roll ./third_party/glslang/src 73f010813812..22683b409e6d (3 commits)
73f0108138..22683b409e


Created with:
  gclient setdep -r ./third_party/glslang/src@22683b409e6d

The AutoRoll server is located here: https://autoroll.skia.org/r/glslang-angle-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.


TBR=ynovikov@google.com

Change-Id: I9a8f278ce2d481006cd35b80e86bee6c9424986d
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1686962
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-03 07:46:04 +00:00
angle-autoroll 6b58303336 Roll ./third_party/spirv-tools/src e6e3e2ccc6a2..9702d47c6fe4 (1 commits)
e6e3e2ccc6..9702d47c6f


Created with:
  gclient setdep -r ./third_party/spirv-tools/src@9702d47c6fe4

The AutoRoll server is located here: https://autoroll.skia.org/r/spirv-tools-angle-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.


TBR=ynovikov@google.com

Change-Id: Ifc59637c3ddf90ca82677380d484a4d1fd7a4c45
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/1686961
Reviewed-by: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
Commit-Queue: angle-autoroll <angle-autoroll@skia-public.iam.gserviceaccount.com>
2019-07-03 07:44:13 +00:00