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

Side by Side Diff: third_party/harfbuzz-ng/NEWS

Issue 1476763003: Roll HarfBuzz to 1.1.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: windows line height rebaseline Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 Overview of changes leading to 1.1.1
2 Wednesday, November 24, 2015
3 ====================================
4
5 - Build fixes, specially for hb-coretext.
6
7
8 Overview of changes leading to 1.1.0
9 Wednesday, November 18, 2015
10 ====================================
11
12 - Implement 'stch' stretch feature for Syriac Abbreviation Mark.
13 https://github.com/behdad/harfbuzz/issues/141
14 - Disable use of decompose_compatibility() callback.
15 - Implement "shaping" of various Unicode space characters, even
16 if the font does not support them.
17 https://github.com/behdad/harfbuzz/issues/153
18 - If font does not support U+2011 NO-BREAK HYPHEN, fallback to
19 U+2010 HYPHEN.
20 - Changes resulting from libFuzzer continuous fuzzing:
21 * Reject font tables that need more than 8 edits,
22 * Bound buffer growth during shaping to 32x,
23 * Fix assertions and other issues at OOM / buffer max-growth.
24 - Misc fixes and optimizations.
25 - API changes:
26 * All fonts created with hb_font_create() now inherit from
27 (ie. have parent) hb_font_get_empty().
28
29
1 Overview of changes leading to 1.0.6 30 Overview of changes leading to 1.0.6
2 Thursday, October 15, 2015 31 Thursday, October 15, 2015
3 ==================================== 32 ====================================
4 33
5 - Reduce max nesting level in OT lookups from 8 to 6. 34 - Reduce max nesting level in OT lookups from 8 to 6.
6 Should not affect any real font as far as I know. 35 Should not affect any real font as far as I know.
7 - Fix memory access issue in ot-font. 36 - Fix memory access issue in ot-font.
8 - Revert default load-flags of fonts created using hb_ft_font_create() 37 - Revert default load-flags of fonts created using hb_ft_font_create()
9 back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING. This was changed in 38 back to FT_LOAD_DEFAULT|FT_LOAD_NO_HINTING. This was changed in
10 last release (1.0.5), but caused major issues, so revert. 39 last release (1.0.5), but caused major issues, so revert.
(...skipping 1219 matching lines...) Expand 10 before | Expand all | Expand 10 after
1230 HB_VERSION_MAJOR 1259 HB_VERSION_MAJOR
1231 HB_VERSION_MINOR 1260 HB_VERSION_MINOR
1232 HB_VERSION_MICRO 1261 HB_VERSION_MICRO
1233 HB_VERSION_STRING 1262 HB_VERSION_STRING
1234 HB_VERSION_CHECK() 1263 HB_VERSION_CHECK()
1235 hb_version() 1264 hb_version()
1236 hb_version_string() 1265 hb_version_string()
1237 hb_version_check() 1266 hb_version_check()
1238 1267
1239 1268
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/harfbuzz-ng/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698