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

Issue 1401363002: 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@master
Target Ref:
refs/pending/heads/master
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 Committed: https://crrev.com/98eef9ffcf1f49bcef3fed5f3d1a09d844ef8f02 Cr-Commit-Position: refs/heads/master@{#353793}

Patch Set 1 #

Patch Set 2 : Add missing header #

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 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: 16 (8 generated)
eae
5 years, 2 months ago (2015-10-13 15:29:37 UTC) #2
behdad
lgtm
5 years, 2 months ago (2015-10-13 15:30:33 UTC) #3
drott
LGTM
5 years, 2 months ago (2015-10-13 15:32:04 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1401363002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1401363002/1
5 years, 2 months ago (2015-10-13 15:38:22 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/126884) android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, ...
5 years, 2 months ago (2015-10-13 15:53:43 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1401363002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1401363002/40001
5 years, 2 months ago (2015-10-13 16:00:31 UTC) #14
commit-bot: I haz the power
Committed patchset #2 (id:40001)
5 years, 2 months ago (2015-10-13 18:20:42 UTC) #15
commit-bot: I haz the power
5 years, 2 months ago (2015-10-13 18:21:43 UTC) #16
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/98eef9ffcf1f49bcef3fed5f3d1a09d844ef8f02
Cr-Commit-Position: refs/heads/master@{#353793}

Powered by Google App Engine
This is Rietveld 408576698