Commit e1c1fd3d authored by chromium-autoroll's avatar chromium-autoroll Committed by Commit Bot

Roll src/third_party/freetype/src 3aaae716b25b..d4f9c249893a (8 commits)

https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3aaae716b25b..d4f9c249893a

git log 3aaae716b25b..d4f9c249893a --date=short --no-merges --format='%ad %ae %s'
2019-11-23 jstracke@Google.com [base] Really fix #57194.
2019-11-23 wl@gnu.org [truetype] Avoid sanitizer warning (#57289).
2019-11-23 prince.cherusker@gmail.com [truetype] Fix integer overflow (#57287).
2019-11-23 bungeman@google.com [sfnt] Avoid sanitizer warning (#57286).
2019-11-23 jstracke@Google.com [base] Fix `NULL + offset' sanitizer warnings (#57194).
2019-11-23 wl@gnu.org * include/freetype/internal/ftmemory.h (FT_OFFSET): New macro.
2019-11-23 bungeman@google.com [sfnt] Ensure OTTO fonts have tables (#57285).
2019-11-23 behdad@behdad.org Minor fixes for recent compilers.

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

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: chromium:1027032,chromium:10269104,chromium:977845
Tbr: bungeman@google.com,drott@google.com,thestig@google.com
Change-Id: I4fa3c77314d6b1af1a83e490587412765bde9d98
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932027
Commit-Queue: Ben Wagner <bungeman@chromium.org>
Reviewed-by: default avatarchromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com>
Cr-Commit-Position: refs/heads/master@{#718670}
parent ceecbae0
...@@ -223,7 +223,7 @@ vars = { ...@@ -223,7 +223,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': '3aaae716b25bd2d3232e279bc05af65cff446dd9', 'freetype_revision': 'd4f9c249893a146b0c94a152f7674e288d181f95',
# 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-73-g3aaae716b Version: VER-2-10-1-81-gd4f9c2498
Revision: 3aaae716b25bd2d3232e279bc05af65cff446dd9 Revision: d4f9c249893a146b0c94a152f7674e288d181f95
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