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

Issue 1408003004: Roll harfbuzz-ng to 1.0.5 (Closed)

Created:
5 years, 2 months ago by eae
Modified:
5 years, 2 months ago
Reviewers:
drott, behdad
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@2526
Target Ref:
refs/pending/branch-heads/2526
Project:
chromium
Visibility:
Public.

Description

Roll harfbuzz-ng to 1.0.5 Update the bundled version of harfbuzz-ng in third_party to 1.0.5. R=behdad@chromium.org,drott@chromium.org Review URL: https://codereview.chromium.org/1401363002 Cr-Commit-Position: refs/heads/master@{#353793} (cherry picked from commit 98eef9ffcf1f49bcef3fed5f3d1a09d844ef8f02) BUG=526101 Committed: https://chromium.googlesource.com/chromium/src/+/df9e5616c10caafb2cde692213c3513192398487

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1426 lines, -882 lines) Patch
M third_party/harfbuzz-ng/NEWS View 1 chunk +42 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/README.chromium View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-blob.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.h View 3 chunks +11 lines, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer.cc View 31 chunks +52 lines, -31 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-private.hh View 1 chunk +2 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-buffer-serialize.cc View 7 chunks +22 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-common.cc View 12 chunks +17 lines, -17 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-coretext.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-face.cc View 12 chunks +12 lines, -12 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.h View 11 chunks +18 lines, -13 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font.cc View 42 chunks +69 lines, -39 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-font-private.hh View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.h View 3 chunks +10 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ft.cc View 21 chunks +129 lines, -58 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-graphite2.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-object-private.hh View 7 chunks +16 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-file-private.hh View 5 chunks +10 lines, -10 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-open-type-private.hh View 17 chunks +70 lines, -36 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh View 13 chunks +28 lines, -28 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-font.cc View 8 chunks +89 lines, -7 lines 0 comments Download
A third_party/harfbuzz-ng/src/hb-ot-glyf-table.hh View 1 chunk +104 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-head-table.hh View 2 chunks +3 lines, -2 lines 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.cc View 3 chunks +4 lines, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh View 23 chunks +54 lines, -54 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh View 10 chunks +22 lines, -22 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh View 42 chunks +190 lines, -135 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh View 49 chunks +160 lines, -145 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh View 42 chunks +116 lines, -125 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh View 4 chunks +18 lines, -17 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-name-table.hh View 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh View 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc View 5 chunks +17 lines, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc View 1 chunk +1 line, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-ot-tag.cc View 4 chunks +15 lines, -2 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-private.hh View 5 chunks +43 lines, -34 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-set.h View 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape.cc View 2 chunks +1 line, -6 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shape-plan.cc View 2 chunks +8 lines, -3 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-shaper.cc View 1 chunk +1 line, -1 line 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.h View 5 chunks +5 lines, -5 lines 0 comments Download
M third_party/harfbuzz-ng/src/hb-unicode.cc View 9 chunks +9 lines, -9 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: 2 (0 generated)
eae
Committed patchset #1 (id:1) manually as df9e5616c10caafb2cde692213c3513192398487.
5 years, 2 months ago (2015-10-16 15:38:15 UTC) #1
chromium-reviews
5 years, 2 months ago (2015-10-16 17:43:51 UTC) #2
Message was sent while issue was closed.
lgtm
On Oct 16, 2015 12:38 PM, "eae@chromium.org via codereview.chromium.org" <
reply@chromiumcodereview-hr.appspotmail.com> wrote:

> Reviewers: behdad, drott,
>
> Message:
> Committed patchset #1 (id:1) manually as
> df9e5616c10caafb2cde692213c3513192398487.
>
> Description:
> Roll harfbuzz-ng to 1.0.5
>
> Update the bundled version of harfbuzz-ng in third_party to 1.0.5.
>
> R=behdad@chromium.org,drott@chromium.org
>
> Review URL: https://codereview.chromium.org/1401363002
>
> Cr-Commit-Position: refs/heads/master@{#353793}
> (cherry picked from commit 98eef9ffcf1f49bcef3fed5f3d1a09d844ef8f02)
>
> BUG=526101
>
> Committed:
>
>
https://chromium.googlesource.com/chromium/src/+/df9e5616c10caafb2cde692213c3...
>
> Please review this at https://codereview.chromium.org/1408003004/
>
> Base URL: https://chromium.googlesource.com/chromium/src.git@2526
>
> Affected files (+1426, -882 lines):
>   M third_party/harfbuzz-ng/NEWS
>   M third_party/harfbuzz-ng/README.chromium
>   M third_party/harfbuzz-ng/src/hb-blob.cc
>   M third_party/harfbuzz-ng/src/hb-buffer.h
>   M third_party/harfbuzz-ng/src/hb-buffer.cc
>   M third_party/harfbuzz-ng/src/hb-buffer-private.hh
>   M third_party/harfbuzz-ng/src/hb-buffer-serialize.cc
>   M third_party/harfbuzz-ng/src/hb-common.h
>   M third_party/harfbuzz-ng/src/hb-common.cc
>   M third_party/harfbuzz-ng/src/hb-coretext.cc
>   M third_party/harfbuzz-ng/src/hb-face.cc
>   M third_party/harfbuzz-ng/src/hb-font.h
>   M third_party/harfbuzz-ng/src/hb-font.cc
>   M third_party/harfbuzz-ng/src/hb-font-private.hh
>   M third_party/harfbuzz-ng/src/hb-ft.h
>   M third_party/harfbuzz-ng/src/hb-ft.cc
>   M third_party/harfbuzz-ng/src/hb-graphite2.cc
>   M third_party/harfbuzz-ng/src/hb-object-private.hh
>   M third_party/harfbuzz-ng/src/hb-open-file-private.hh
>   M third_party/harfbuzz-ng/src/hb-open-type-private.hh
>   M third_party/harfbuzz-ng/src/hb-ot-cmap-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-font.cc
>   A third_party/harfbuzz-ng/src/hb-ot-glyf-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-head-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-hhea-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-hmtx-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout.cc
>   M third_party/harfbuzz-ng/src/hb-ot-layout-common-private.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout-gdef-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout-gpos-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout-gsub-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout-gsubgpos-private.hh
>   M third_party/harfbuzz-ng/src/hb-ot-layout-jstf-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-maxp-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-name-table.hh
>   M third_party/harfbuzz-ng/src/hb-ot-shape.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-arabic-fallback.hh
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-hangul.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-indic.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-myanmar.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-thai.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-complex-use.cc
>   M third_party/harfbuzz-ng/src/hb-ot-shape-normalize.cc
>   M third_party/harfbuzz-ng/src/hb-ot-tag.cc
>   M third_party/harfbuzz-ng/src/hb-private.hh
>   M third_party/harfbuzz-ng/src/hb-set.h
>   M third_party/harfbuzz-ng/src/hb-shape.cc
>   M third_party/harfbuzz-ng/src/hb-shape-plan.cc
>   M third_party/harfbuzz-ng/src/hb-shaper.cc
>   M third_party/harfbuzz-ng/src/hb-unicode.h
>   M third_party/harfbuzz-ng/src/hb-unicode.cc
>   M third_party/harfbuzz-ng/src/hb-version.h
>
>
>

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698