Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(52)

Issue 23555005: Update freetype to the latest version of Android external/freetype (Closed)

Created:
7 years, 3 months ago by Xianzhu
Modified:
7 years, 3 months ago
CC:
brettw
Base URL:
https://chromium.googlesource.com/chromium/src/third_party/freetype.git@master
Visibility:
Public.

Description

Update freetype to the latest version of Android external/freetype This upgrades freetype to 2.4.9. Copied from public andorid source (https://android.googlesource.com/platform/external/freetype/). BUG=274031 R=brettw@chromium.org Committed: e3b631d

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5602 lines, -4476 lines) Patch
M README.chromium View 2 chunks +7 lines, -10 lines 0 comments Download
M include/freetype/config/ftconfig.h View 4 chunks +8 lines, -15 lines 0 comments Download
M include/freetype/config/ftmodule.h View 1 chunk +12 lines, -0 lines 0 comments Download
M include/freetype/config/ftstdlib.h View 2 chunks +7 lines, -6 lines 0 comments Download
M include/freetype/freetype.h View 8 chunks +46 lines, -22 lines 0 comments Download
M include/freetype/fterrdef.h View 2 chunks +3 lines, -1 line 0 comments Download
M include/freetype/fterrors.h View 1 chunk +2 lines, -1 line 0 comments Download
M include/freetype/ftgasp.h View 1 chunk +2 lines, -2 lines 0 comments Download
M include/freetype/ftstroke.h View 1 chunk +14 lines, -14 lines 0 comments Download
M include/freetype/fttypes.h View 2 chunks +2 lines, -2 lines 0 comments Download
M include/freetype/internal/autohint.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/freetype/internal/ftdriver.h View 7 chunks +10 lines, -11 lines 0 comments Download
M include/freetype/internal/ftobjs.h View 20 chunks +23 lines, -38 lines 0 comments Download
M include/freetype/internal/ftpic.h View 2 chunks +9 lines, -9 lines 0 comments Download
M include/freetype/internal/ftrfork.h View 1 chunk +51 lines, -0 lines 0 comments Download
M include/freetype/internal/ftserv.h View 2 chunks +341 lines, -273 lines 0 comments Download
M include/freetype/internal/ftstream.h View 1 chunk +5 lines, -5 lines 0 comments Download
M include/freetype/internal/pshints.h View 2 chunks +3 lines, -3 lines 0 comments Download
M include/freetype/internal/services/svbdf.h View 2 chunks +14 lines, -9 lines 0 comments Download
M include/freetype/internal/services/svcid.h View 2 chunks +27 lines, -21 lines 0 comments Download
M include/freetype/internal/services/svgldict.h View 2 chunks +17 lines, -11 lines 0 comments Download
M include/freetype/internal/services/svmm.h View 2 chunks +30 lines, -21 lines 0 comments Download
M include/freetype/internal/services/svpostnm.h View 2 chunks +17 lines, -15 lines 0 comments Download
M include/freetype/internal/services/svpscmap.h View 2 chunks +43 lines, -30 lines 0 comments Download
M include/freetype/internal/services/svpsinfo.h View 3 chunks +36 lines, -17 lines 0 comments Download
M include/freetype/internal/services/svsfnt.h View 2 chunks +16 lines, -15 lines 0 comments Download
M include/freetype/internal/services/svttcmap.h View 4 chunks +19 lines, -18 lines 0 comments Download
M include/freetype/internal/services/svttglyf.h View 3 chunks +10 lines, -9 lines 0 comments Download
M include/freetype/internal/sfnt.h View 3 chunks +5 lines, -5 lines 0 comments Download
M include/freetype/internal/t1types.h View 2 chunks +1 line, -12 lines 0 comments Download
M include/freetype/internal/tttypes.h View 1 chunk +1 line, -1 line 0 comments Download
M include/freetype/t1tables.h View 2 chunks +160 lines, -2 lines 0 comments Download
M src/autofit/afcjk.c View 4 chunks +6 lines, -6 lines 0 comments Download
M src/autofit/afdummy.c View 1 chunk +1 line, -1 line 0 comments Download
M src/autofit/aferrors.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/autofit/afglobal.c View 1 chunk +1 line, -1 line 0 comments Download
M src/autofit/afindic.c View 2 chunks +4 lines, -4 lines 0 comments Download
M src/autofit/aflatin.c View 30 chunks +97 lines, -97 lines 0 comments Download
M src/autofit/aflatin2.c View 3 chunks +5 lines, -5 lines 0 comments Download
M src/autofit/afloader.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/autofit/afloader.c View 4 chunks +13 lines, -6 lines 0 comments Download
M src/autofit/afpic.h View 3 chunks +10 lines, -3 lines 0 comments Download
M src/autofit/afpic.c View 2 chunks +7 lines, -3 lines 0 comments Download
M src/autofit/aftypes.h View 1 chunk +1 line, -1 line 0 comments Download
M src/autofit/afwarp.c View 1 chunk +1 line, -1 line 0 comments Download
M src/base/basepic.h View 2 chunks +18 lines, -3 lines 0 comments Download
M src/base/basepic.c View 3 chunks +27 lines, -17 lines 0 comments Download
M src/base/ftadvanc.c View 3 chunks +6 lines, -9 lines 0 comments Download
M src/base/ftbase.h View 1 chunk +4 lines, -3 lines 0 comments Download
M src/base/ftbase.c View 1 chunk +1 line, -1 line 0 comments Download
M src/base/ftbitmap.c View 3 chunks +6 lines, -2 lines 0 comments Download
M src/base/ftcalc.c View 7 chunks +10 lines, -9 lines 0 comments Download
M src/base/ftglyph.c View 2 chunks +13 lines, -13 lines 0 comments Download
M src/base/ftinit.c View 9 chunks +66 lines, -37 lines 0 comments Download
M src/base/ftobjs.c View 16 chunks +94 lines, -20 lines 0 comments Download
M src/base/ftoutln.c View 2 chunks +2 lines, -2 lines 0 comments Download
M src/base/ftpic.c View 2 chunks +6 lines, -6 lines 0 comments Download
M src/base/ftrfork.c View 7 chunks +29 lines, -51 lines 0 comments Download
M src/base/fttype1.c View 2 chunks +21 lines, -1 line 0 comments Download
M src/cff/cffdrivr.c View 12 chunks +40 lines, -23 lines 0 comments Download
M src/cff/cfferrs.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/cff/cffgload.c View 7 chunks +10 lines, -15 lines 0 comments Download
M src/cff/cffload.h View 1 chunk +1 line, -1 line 0 comments Download
M src/cff/cffload.c View 8 chunks +10 lines, -5 lines 0 comments Download
M src/cff/cffobjs.c View 11 chunks +63 lines, -45 lines 0 comments Download
M src/cff/cffparse.h View 2 chunks +5 lines, -1 line 0 comments Download
M src/cff/cffparse.c View 13 chunks +259 lines, -92 lines 0 comments Download
M src/cff/cffpic.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/cff/cffpic.c View 2 chunks +80 lines, -33 lines 0 comments Download
M src/cff/cfftoken.h View 3 chunks +57 lines, -57 lines 0 comments Download
M src/cff/cfftypes.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/psaux/afmparse.c View 3 chunks +2 lines, -5 lines 0 comments Download
M src/psaux/psauxerr.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/psaux/psauxmod.h View 1 chunk +1 line, -1 line 0 comments Download
M src/psaux/psauxmod.c View 1 chunk +1 line, -1 line 0 comments Download
M src/psaux/psconv.c View 5 chunks +12 lines, -4 lines 0 comments Download
M src/psaux/psobjs.c View 3 chunks +4 lines, -4 lines 0 comments Download
M src/psaux/t1cmap.c View 3 chunks +4 lines, -4 lines 0 comments Download
M src/psaux/t1decode.c View 5 chunks +11 lines, -4 lines 0 comments Download
M src/pshinter/pshnterr.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/pshinter/pshpic.h View 2 chunks +7 lines, -1 line 0 comments Download
M src/pshinter/pshpic.c View 2 chunks +14 lines, -8 lines 0 comments Download
M src/psnames/psmodule.c View 5 chunks +16 lines, -4 lines 0 comments Download
M src/psnames/psnamerr.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/psnames/pspic.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/psnames/pspic.c View 2 chunks +30 lines, -15 lines 0 comments Download
M src/psnames/pstables.h View 3 chunks +2931 lines, -2856 lines 0 comments Download
M src/raster/ftraster.c View 15 chunks +44 lines, -33 lines 0 comments Download
M src/raster/ftrend1.c View 4 chunks +14 lines, -8 lines 0 comments Download
M src/raster/rasterrs.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/raster/rastpic.h View 2 chunks +14 lines, -1 line 0 comments Download
M src/raster/rastpic.c View 4 chunks +23 lines, -16 lines 0 comments Download
M src/sfnt/sfdriver.c View 3 chunks +18 lines, -7 lines 0 comments Download
M src/sfnt/sferrors.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/sfnt/sfntpic.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/sfnt/sfntpic.c View 2 chunks +74 lines, -30 lines 0 comments Download
M src/sfnt/sfobjs.c View 3 chunks +9 lines, -1 line 0 comments Download
M src/sfnt/ttcmap.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/sfnt/ttcmap.c View 1 chunk +1 line, -1 line 0 comments Download
M src/smooth/ftgrays.c View 23 chunks +100 lines, -89 lines 0 comments Download
M src/smooth/ftsmerrs.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/smooth/ftsmooth.c View 8 chunks +13 lines, -13 lines 0 comments Download
M src/smooth/ftspic.h View 2 chunks +20 lines, -1 line 0 comments Download
M src/smooth/ftspic.c View 3 chunks +29 lines, -20 lines 0 comments Download
M src/truetype/ttdriver.c View 7 chunks +32 lines, -17 lines 0 comments Download
M src/truetype/tterrors.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/truetype/ttgload.c View 4 chunks +9 lines, -12 lines 0 comments Download
M src/truetype/ttgxvar.c View 2 chunks +4 lines, -1 line 0 comments Download
M src/truetype/ttinterp.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/truetype/ttinterp.c View 23 chunks +131 lines, -94 lines 0 comments Download
M src/truetype/ttobjs.h View 2 chunks +2 lines, -1 line 0 comments Download
M src/truetype/ttobjs.c View 3 chunks +11 lines, -4 lines 0 comments Download
M src/truetype/ttpic.h View 2 chunks +8 lines, -1 line 0 comments Download
M src/truetype/ttpic.c View 2 chunks +36 lines, -17 lines 0 comments Download
M src/truetype/ttpload.c View 2 chunks +9 lines, -9 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Xianzhu
Note: third_party/freetype is for Android only.
7 years, 3 months ago (2013-08-29 19:39:58 UTC) #1
brettw
We're trying to add owners for all third party libraries who are at least minimally ...
7 years, 3 months ago (2013-08-31 04:14:46 UTC) #2
Xianzhu
On 2013/08/31 04:14:46, brettw wrote: > We're trying to add owners for all third party ...
7 years, 3 months ago (2013-09-03 16:36:27 UTC) #3
Xianzhu
7 years, 3 months ago (2013-09-03 18:05:44 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as re3b631d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698