diff options
author | Nicolas Pena <npm@chromium.org> | 2018-04-25 17:05:41 +0000 |
---|---|---|
committer | Chromium commit bot <commit-bot@chromium.org> | 2018-04-25 17:05:41 +0000 |
commit | d9da586dd3dbaa35706ac274e2fef8b73b867b22 (patch) | |
tree | 4ed11e16c1ce3391bd69e6b6db993877083ad6b9 /third_party | |
parent | ac19439e28b67289b8ea60fea7d2806cbaa150c9 (diff) | |
download | pdfium-d9da586dd3dbaa35706ac274e2fef8b73b867b22.tar.xz |
Roll third_party/freetype/src/ 26ad1acbc..2157d8fa6 (21 commits)chromium/3409
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/26ad1acbcb4c..2157d8fa6f7e
$ git log 26ad1acbc..2157d8fa6 --date=short --no-merges --format='%ad %ae %s'
2018-04-24 bungeman [base] Avoid undefined behaviour in lcd filtering code (#53727).
2018-04-22 wl * src/base/ftoutln.c (FT_Outline_Decompose): Improve error tracing.
2018-04-22 apodtele [base] Fix bitmap emboldening.
2018-04-22 wl Revert "[base] Fix bitmap copying where the new pitch is smaller."
2018-04-22 wl [base] Fix bitmap copying where the new pitch is smaller.
2018-04-22 wl Another fix for handling invalid format 2 cmaps.
2018-04-19 apodtele Documentation tweaks.
2018-04-19 wl [autofit] Add support for Georgian Mtavruli characters.
2018-04-19 wl Fix handling of invalid format 2 cmaps.
2018-04-17 wl [truetype] Integer overflow issues.
2018-04-16 wl CHANGES: Mention CVE-2018-6942.
2018-04-16 wl [truetype] Integer overflow issues.
2018-04-15 ankit97dhankhar [docmaker] Make it work with python3.
2018-04-15 apodtele [build] Use `info' function of make 3.81.
2018-04-15 wl [truetype]: Limit `SLOOP' bytecode argument to 16 bits.
2018-04-14 wl [truetype] Integer overflow issues.
2018-04-14 wl [autofit] Update to Unicode 11.0.0.
2018-04-07 madigens Modernize CMake build.
2018-04-09 wl [truetype] Integer overflow issues.
2018-04-06 apodtele [windows, wince] Clean up legacy project files.
2018-04-04 wl [cff, type1] Sanitize `BlueFuzz' and `BlueShift'.
Created with:
roll-dep third_party/freetype/src
Bug: pdfium:1070
Change-Id: I097d77d9f9f4e37524edfdeaa2bc49e261ce4f42
Reviewed-on: https://pdfium-review.googlesource.com/31312
Reviewed-by: Nicolás Peña Moreno <npm@chromium.org>
Commit-Queue: Nicolás Peña Moreno <npm@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 949a30d0a2..5f06044c6f 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-9-20 -Revision: 4a03f17449ae45f0dacf4de4694ccd6e5e1b24d1 +Version: VER-2-9-67 +Revision: 2157d8fa6f7e12063ca166476ed2223d24234db7 Security Critical: yes License: FreeType License (FTL) License File: FTL.TXT |