diff options
author | Dan Sinclair <dsinclair@chromium.org> | 2017-07-18 09:13:27 -0400 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2017-07-18 13:36:47 +0000 |
commit | 61a3cb81a298640ec65fc019926a3a46b8cf8617 (patch) | |
tree | c2ee5e1a0b15aa8603ba6cac2fa877ccdca4b9fc /third_party | |
parent | ffbc0d9a08f8443e67965f03dc0ae427c7f8d145 (diff) | |
download | pdfium-61a3cb81a298640ec65fc019926a3a46b8cf8617.tar.xz |
Roll third_party/freetype/src cf8d9b4ce..38bdf22bf (9 commits)
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/cf8d9b4ce3fa..38bdf22bfe68
$ git log cf8d9b4ce..38bdf22bf --date=short --no-merges --format='%ad %ae %s'
2017-07-13 wl [truetype] Improve code comment.
2017-07-13 wl [base] Fix memory leak.
2017-07-12 wl [base] Integer overflow.
2017-07-12 wl Document how to scale manually.
2017-07-12 wl CHANGES: Add information on global metrics rounding.
2017-07-12 wl * src/truetype/ttpload.c (tt_face_get_location): Off-by-one typo.
2017-07-11 htl10 Changelog: typo, chromium issue id is 2276 instead of 2278
2017-07-07 wl [cff] Integer overflow.
2017-07-06 apodtele Tweak suggested use of `lsb_delta' and `rsb_delta'.
TBR=thestig@chromium.org
BUG: pdfium:812
Change-Id: Iaabe11da93752dcbe9c1e7ac80b6758010e074ba
Reviewed-on: https://pdfium-review.googlesource.com/8030
Commit-Queue: dsinclair <dsinclair@chromium.org>
Reviewed-by: dsinclair <dsinclair@chromium.org>
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/freetype/README.pdfium | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third_party/freetype/README.pdfium b/third_party/freetype/README.pdfium index b451ed9384..f5c43072c0 100644 --- a/third_party/freetype/README.pdfium +++ b/third_party/freetype/README.pdfium @@ -1,7 +1,7 @@ Name: FreeType URL: http://www.freetype.org/ -Version: VER-2-8 -Revision: a12a34451a99cbbcad55d466940fd445171927fd +Version: VER-2-8-73 +Revision: 38bdf22bfe68432aebdd33c198a0bd11b4ebb96f Security Critical: yes License: FreeType License (FTL) License File: FTL.TXT |