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

Issue 70193010: Update harfbuzz-ng to 0.9.24 (Closed)

Created:
7 years, 1 month ago by eae
Modified:
7 years, 1 month ago
CC:
chromium-reviews, jshin+watch_chromium.org, Chris Evans
Visibility:
Public.

Description

Update harfbuzz-ng to 0.9.24 Update our version of harfbuzz-ng in third_party from 0.9.17 to 0.9.24. R=behdad@chromium.org BUG=318953 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=235074

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7273 lines, -3153 lines) Patch
M third_party/harfbuzz-ng/NEWS View 1 chunk +130 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/README.chromium View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/harfbuzz.gyp View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-blob.cc View 11 chunks +149 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.h View 2 chunks +10 lines, -10 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.cc View 27 chunks +434 lines, -13 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-private.hh View 3 chunks +6 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-serialize.cc View 7 chunks +74 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.h View 3 chunks +147 lines, -131 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.cc View 11 chunks +152 lines, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-coretext.cc View 9 chunks +433 lines, -28 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-deprecated.h View 2 chunks +20 lines, -14 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-face.h View 1 chunk +117 lines, -0 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-face.cc View 1 chunk +482 lines, -0 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-face-private.hh View 1 chunk +108 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.h View 2 chunks +130 lines, -77 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.cc View 39 chunks +508 lines, -277 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font-private.hh View 7 chunks +19 lines, -78 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.cc View 8 chunks +43 lines, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-glib.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-gobject.h View 1 chunk +4 lines, -33 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-gobject-enums.cc.tmpl View 2 chunks +5 lines, -6 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-gobject-structs.h View 1 chunk +95 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-gobject-structs.cc View 1 chunk +74 lines, -17 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.cc View 4 chunks +19 lines, -14 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-icu-le.cc View 1 chunk +0 lines, -215 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-old.cc View 1 chunk +0 lines, -410 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 1 chunk +8 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-head-table.hh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.h View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.cc View 11 chunks +206 lines, -62 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh View 6 chunks +37 lines, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh View 2 chunks +6 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 21 chunks +76 lines, -88 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh View 9 chunks +22 lines, -69 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh View 16 chunks +161 lines, -143 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh View 1 chunk +229 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-private.hh View 5 chunks +271 lines, -119 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-map.cc View 4 chunks +8 lines, -45 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-map-private.hh View 1 chunk +3 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-name-table.hh View 3 chunks +4 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape.cc View 12 chunks +95 lines, -70 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc View 5 chunks +20 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh View 4 chunks +10 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc View 44 chunks +250 lines, -107 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh View 18 chunks +1232 lines, -851 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh View 3 chunks +21 lines, -19 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc View 3 chunks +11 lines, -12 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh View 3 chunks +3 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-sea.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-fallback.cc View 5 chunks +51 lines, -25 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc View 3 chunks +30 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 4 chunks +15 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set.h View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set.cc View 18 chunks +244 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set-private.hh View 6 chunks +13 lines, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape.cc View 6 chunks +60 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape-plan.cc View 8 chunks +104 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ucdn.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.h View 2 chunks +97 lines, -9 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.cc View 9 chunks +128 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-uniscribe.cc View 14 chunks +654 lines, -111 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-version.h View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/test.cc View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/test-buffer-serialize.cc View 2 chunks +5 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/test-size-params.cc View 1 chunk +4 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/test-would-substitute.cc View 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 16 (0 generated)
eae
7 years, 1 month ago (2013-11-13 21:20:41 UTC) #1
behdad_google
lgtm
7 years, 1 month ago (2013-11-13 21:34:54 UTC) #2
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 1 month ago (2013-11-13 21:49:04 UTC) #3
behdad%chromium.org
lgtm
7 years, 1 month ago (2013-11-13 21:54:26 UTC) #4
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 1 month ago (2013-11-13 21:58:44 UTC) #5
eseidel
lgtm
7 years, 1 month ago (2013-11-13 22:12:19 UTC) #6
eseidel
Do we need to notify the security team for any post-commit audit of this code?
7 years, 1 month ago (2013-11-13 22:13:27 UTC) #7
eae
On 2013/11/13 22:13:27, eseidel wrote: > Do we need to notify the security team for ...
7 years, 1 month ago (2013-11-13 22:14:46 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/70193010/1
7 years, 1 month ago (2013-11-13 22:17:01 UTC) #9
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=36073
7 years, 1 month ago (2013-11-14 00:00:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/70193010/1
7 years, 1 month ago (2013-11-14 00:15:27 UTC) #11
commit-bot: I haz the power
Retried try job too often on chromium_presubmit for step(s) presubmit http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=chromium_presubmit&number=36100
7 years, 1 month ago (2013-11-14 00:42:57 UTC) #12
jungshik at Google
LGTM to make the CQ happy :-)
7 years, 1 month ago (2013-11-14 01:10:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/eae@chromium.org/70193010/1
7 years, 1 month ago (2013-11-14 01:14:37 UTC) #14
eae
On 2013/11/14 01:10:43, Jungshik Shin wrote: > LGTM to make the CQ happy :-) Thanks ...
7 years, 1 month ago (2013-11-14 01:39:32 UTC) #15
commit-bot: I haz the power
7 years, 1 month ago (2013-11-14 06:52:31 UTC) #16
Message was sent while issue was closed.
Change committed as 235074

Powered by Google App Engine
This is Rietveld 408576698