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

Side by Side Diff: third_party/harfbuzz-ng/README.chromium

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
« no previous file with comments | « third_party/harfbuzz-ng/NEWS ('k') | third_party/harfbuzz-ng/src/hb-buffer.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Name: harfbuzz-ng 1 Name: harfbuzz-ng
2 Short Name: harfbuzz-ng 2 Short Name: harfbuzz-ng
3 URL: http://harfbuzz.org 3 URL: http://harfbuzz.org
4 Version: 1.0.6 4 Version: 1.1.1
5 Date: 20151022 5 Date: 20151124
6 Security Critical: yes 6 Security Critical: yes
7 License: MIT 7 License: MIT
8 License File: COPYING 8 License File: COPYING
9 9
10 Description: 10 Description:
11 This is harfbuzz-ng, a new implementation of harfbuzz with a different 11 This is harfbuzz-ng, a new implementation of harfbuzz with a different
12 API from the old one. 12 API from the old one.
13 13
14 This copy of harfbuzz is usually updated by downloading the release tarball 14 This copy of harfbuzz is usually updated by downloading the release tarball
15 from http://www.freedesktop.org/software/harfbuzz/release/ , removing 15 from http://www.freedesktop.org/software/harfbuzz/release/ , removing
16 files in src, copying *.h *.hh *.cc (except for hb-uniscribe*) from the 16 files in src, copying *.h *.hh *.cc (except for hb-uniscribe*) from the
17 tarball's src folder over to src, then checking for removed or added files 17 tarball's src folder over to src, then checking for removed or added files
18 and update our build recipes in BUILD.gn and harfbuzz.gyp accordingly, update 18 and update our build recipes in BUILD.gn and harfbuzz.gyp accordingly, update
19 the NEWS file from HarfBuzz' release notes, and bump the version numbers 19 the NEWS file from HarfBuzz' release notes, and bump the version numbers
20 in README.chromium. 20 in README.chromium.
21
22 Cherry-picked f6799700404c49ae0a for solving an issue with shaper driven run
23 segmentation caused by compatibility decomposition.
24 See https://github.com/behdad/harfbuzz/issues/152
OLDNEW
« no previous file with comments | « third_party/harfbuzz-ng/NEWS ('k') | third_party/harfbuzz-ng/src/hb-buffer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698