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

Issue 205003003: Update harfbuzz-ng to 0.9.27 (Closed)

Created:
6 years, 9 months ago by eae
Modified:
6 years, 9 months ago
Reviewers:
dglazkov
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Update harfbuzz-ng to 0.9.27 Update the version of harfbuzz to 0.9.27 and set the HAVE_ICU_BUILTIN define to get it to use the builtin ICU functions. This also reverts r202083003 as the updated version of harfbuzz-ng includes that cherry-picked change. BUG=354117 TBR=dglazkov@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=258137

Patch Set 1 #

Patch Set 2 : w/missing files #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1497 lines, -807 lines) Patch
M third_party/harfbuzz-ng/NEWS View 1 chunk +48 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/harfbuzz.gyp View 1 chunk +28 lines, -24 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-atomic-private.hh View 2 chunks +9 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-blob.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-private.hh View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-serialize.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.h View 2 chunks +7 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.cc View 3 chunks +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-coretext.h View 1 chunk +8 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-coretext.cc View 6 chunks +196 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-face.cc View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-face-private.hh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-fallback-shape.cc View 2 chunks +13 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.cc View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-font-private.hh View 2 chunks +6 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.cc View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot.h View 1 chunk +1 line, -8 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.h View 1 chunk +0 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh View 2 chunks +2 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 3 chunks +17 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-private.hh View 1 chunk +0 lines, -2 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-ot-shape.h View 1 3 chunks +16 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape.cc View 5 chunks +54 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-default.cc View 1 chunk +4 lines, -180 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc View 1 1 chunk +417 lines, -0 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-ot-shape-complex-hebrew.cc View 1 3 chunks +13 lines, -61 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc View 2 chunks +1 line, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc View 8 chunks +23 lines, -9 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar-machine.hh View 11 chunks +189 lines, -180 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh View 5 chunks +19 lines, -19 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc View 2 chunks +1 line, -8 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc View 1 chunk +2 lines, -2 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-ot-shape-complex-tibetan.cc View 1 2 chunks +29 lines, -28 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc View 7 chunks +19 lines, -17 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh View 2 chunks +1 line, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-private.hh View 2 chunks +17 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-tag.cc View 11 chunks +248 lines, -67 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 4 chunks +9 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set-private.hh View 1 chunk +0 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape-plan.cc View 6 chunks +55 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape-plan-private.hh View 2 chunks +3 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-shaper-list.hh View 2 chunks +6 lines, -6 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-tt-font.cc View 1 chunk +0 lines, -79 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode-private.hh View 5 chunks +12 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-uniscribe.cc View 2 chunks +9 lines, -8 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-version.h View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
eae
The CQ bit was checked by eae@chromium.org
6 years, 9 months ago (2014-03-19 19:12:32 UTC) #1
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/205003003/1
6 years, 9 months ago (2014-03-19 19:14:03 UTC) #2
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-19 19:31:24 UTC) #3
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 9 months ago (2014-03-19 19:31:24 UTC) #4
eae
The CQ bit was checked by eae@chromium.org
6 years, 9 months ago (2014-03-19 20:09:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/205003003/20001
6 years, 9 months ago (2014-03-19 20:11:07 UTC) #6
commit-bot: I haz the power
Change committed as 258137
6 years, 9 months ago (2014-03-19 23:04:52 UTC) #7
Dominik Röttsches
Thanks for updating. What was the conclusion on the failing test cases? One nit, probably ...
6 years, 9 months ago (2014-03-20 06:06:46 UTC) #8
Dominik Röttsches
Like https://codereview.chromium.org/download/issue203123003_70001_80002.diff
6 years, 9 months ago (2014-03-20 06:39:42 UTC) #9
eae
6 years, 9 months ago (2014-03-20 15:13:59 UTC) #10
Message was sent while issue was closed.
On 2014/03/20 06:39:42, Dominik Röttsches wrote:
> Like https://codereview.chromium.org/download/issue203123003_70001_80002.diff

Good point, I'll make the change. Thank you.

Powered by Google App Engine
This is Rietveld 408576698