Commit 49bed407 authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/freetype/src 7e1b39f6cd1f..10d8de7541ab (5 commits)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/7e1b39f6cd1f..10d8de7541ab

git log 7e1b39f6cd1f..10d8de7541ab --date=short --first-parent --format='%ad %ae %s'
2020-01-02 drott@chromium.org [truetype] Fix UBSan warning on offset to nullptr (#57501).
2019-12-31 ramakrishnan.nikhil@gmail.com [woff2] Allow bitmap-only fonts (#57394).
2019-12-21 hugh.mcmaster@outlook.com [docs] (2/2) Fix generation of API documentation (#56745).
2019-12-21 hugh.mcmaster@outlook.com [docs] (1/2) Move static web assets (#56745).
2019-12-21 drott@chromium.org Fix more UBSan warnings on adding offset to nullptr (#57432).

Created with:
  gclient setdep -r src/third_party/freetype/src@10d8de7541ab

If this roll has caused a breakage, revert this CL and stop the roller
using the controls here:
https://autoroll.skia.org/r/freetype-chromium
Please CC bungeman@google.com,drott@google.com,thestig@google.com on the revert to ensure that a human
is aware of the problem.

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

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

Cq-Include-Trybots: luci.chromium.try:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel
Bug: 1036154, 1032387, 1034075
Tbr: bungeman@google.com,drott@google.com,thestig@google.com
Change-Id: If0edcc48ac1b8a9ca4d0848137d1d17d90cf91ed
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1985685
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Reviewed-by: default avatarDominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#727962}
parent ca0b5b5e
...@@ -226,7 +226,7 @@ vars = { ...@@ -226,7 +226,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling freetype # the commit queue can handle CLs rolling freetype
# and whatever else without interference from each other. # and whatever else without interference from each other.
'freetype_revision': '7e1b39f6cd1f8e14d45592c9b192ade643d8d9de', 'freetype_revision': '10d8de7541ab1f26f6f04b2118d13a92a7119102',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz # the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Name: FreeType Name: FreeType
URL: http://www.freetype.org/ URL: http://www.freetype.org/
Version: VER-2-10-1-88-g7e1b39f6c Version: VER-2-10-1-93-g10d8de754
Revision: 7e1b39f6cd1f8e14d45592c9b192ade643d8d9de Revision: 10d8de7541ab1f26f6f04b2118d13a92a7119102
License: Custom license "inspired by the BSD, Artistic, and IJG (Independent License: Custom license "inspired by the BSD, Artistic, and IJG (Independent
JPEG Group) licenses" JPEG Group) licenses"
License File: src/docs/FTL.TXT License File: src/docs/FTL.TXT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment