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

Issue 10510004: Roll harfbuzz-ng 3b8fd9c48f4bde368bf2d465c148b9743a9216ee (Closed)

Created:
8 years, 6 months ago by bashi
Modified:
8 years, 6 months ago
Reviewers:
tony, behdad
CC:
chromium-reviews, jungshik at Google
Base URL:
http://git.chromium.org/chromium/src.git@master
Visibility:
Public.

Description

Roll harfbuzz-ng 3b8fd9c48f4bde368bf2d465c148b9743a9216ee The revision provides HB_NO_MT macro that disables multi-threading support. We don't need multi-threading support for harfbuzz-ng. BUG=none TEST=compiled ("make harfbuzz-ng") Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=140446

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+4838 lines, -2241 lines) Patch
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 3 chunks +8 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb.h View 2 chunks +3 lines, -0 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-atomic-private.hh View 2 chunks +43 lines, -15 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-blob.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-blob.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.cc View 3 chunks +25 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-private.hh View 3 chunks +15 lines, -1 line 0 comments Download
A third_party/harfbuzz-ng/src/hb-cache-private.hh View 1 chunk +72 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.h View 4 chunks +133 lines, -109 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.cc View 5 chunks +19 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-fallback-shape.cc View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-fallback-shape-private.hh View 1 chunk +4 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.h View 4 chunks +32 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.cc View 16 chunks +65 lines, -19 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font-private.hh View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.h View 1 chunk +0 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.cc View 2 chunks +45 lines, -9 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-glib.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-glib.cc View 1 chunk +10 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-gobject.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-gobject-enums.cc View 2 chunks +35 lines, -28 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.h View 1 chunk +2 lines, -8 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.cc View 4 chunks +8 lines, -6 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-graphite2-private.hh View 2 chunks +9 lines, -15 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-icu.h View 1 chunk +1 line, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-mutex-private.hh View 3 chunks +25 lines, -16 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-object-private.hh View 5 chunks +18 lines, -69 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-file-private.hh View 7 chunks +12 lines, -11 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 18 chunks +57 lines, -65 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot.h View 1 chunk +10 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-head-table.hh View 3 chunks +3 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.h View 2 chunks +11 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout.cc View 3 chunks +12 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh View 17 chunks +175 lines, -33 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh View 12 chunks +24 lines, -26 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 42 chunks +191 lines, -254 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh View 32 chunks +491 lines, -182 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh View 32 chunks +506 lines, -190 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-private.hh View 2 chunks +1 line, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-map.cc View 1 chunk +15 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-map-private.hh View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh View 2 chunks +3 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-name-table.hh View 3 chunks +8 lines, -9 lines 0 comments Download
D third_party/harfbuzz-ng/src/hb-ot-shape.h View 1 chunk +0 lines, -47 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape.cc View 15 chunks +116 lines, -36 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic.cc View 7 chunks +80 lines, -12 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-table.hh View 2 chunks +218 lines, -34 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc View 18 chunks +500 lines, -420 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-machine.hh View 4 chunks +166 lines, -177 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-private.hh View 1 chunk +270 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic-table.hh View 9 chunks +112 lines, -70 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-misc.cc View 2 chunks +144 lines, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-private.hh View 6 chunks +126 lines, -46 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc View 9 chunks +71 lines, -78 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-ot-shape-normalize-private.hh View 2 chunks +14 lines, -16 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-private.hh View 2 chunks +20 lines, -66 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-tag.h View 1 chunk +5 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 6 chunks +148 lines, -54 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-set.h View 1 chunk +132 lines, -0 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-set.cc View 1 chunk +191 lines, -0 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-set-private.hh View 1 chunk +169 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape.h View 2 chunks +4 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape.cc View 3 chunks +11 lines, -15 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-tt-font.cc View 1 chunk +2 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.h View 1 chunk +4 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.cc View 3 chunks +55 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode-private.hh View 1 chunk +51 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-uniscribe.h View 2 chunks +1 line, -9 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-uniscribe.cc View 2 chunks +7 lines, -5 lines 0 comments Download
A + third_party/harfbuzz-ng/src/hb-uniscribe-private.hh View 2 chunks +9 lines, -15 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-version.h View 2 chunks +6 lines, -2 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-warning.cc View 1 chunk +66 lines, -0 lines 0 comments Download
A + third_party/harfbuzz-ng/src/indic.cc View 2 chunks +17 lines, -19 lines 0 comments Download
M third_party/harfbuzz-ng/src/main.cc View 1 chunk +5 lines, -4 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
bashi
Hi Tony, Behdad, Could you take a look? The current revision fails to build on ...
8 years, 6 months ago (2012-06-04 04:32:01 UTC) #1
behdad
On 2012/06/04 04:32:01, bashik wrote: > Hi Tony, Behdad, > > Could you take a ...
8 years, 6 months ago (2012-06-04 12:26:39 UTC) #2
tony
LGTM, does this change the results of any layout tests?
8 years, 6 months ago (2012-06-04 16:40:49 UTC) #3
bashi
On 2012/06/04 16:40:49, tony wrote: > LGTM, does this change the results of any layout ...
8 years, 6 months ago (2012-06-04 22:56:55 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/bashi@chromium.org/10510004/1
8 years, 6 months ago (2012-06-04 22:57:31 UTC) #5
commit-bot: I haz the power
8 years, 6 months ago (2012-06-05 00:33:22 UTC) #6
Change committed as 140446

Powered by Google App Engine
This is Rietveld 408576698