Commit ad9dca0b authored by Dominik Röttsches's avatar Dominik Röttsches Committed by Commit Bot

Roll src/third_party/harfbuzz-ng/src/ 36fb2b4da..fe5329231 (26 commits)

Fixes emoji subdivision flag rendering when fallback is needed to find
the emoji font that covers subdivision flags.

Fixes conflicts between Chromium and HarfBuzz' preferences for compiler
warnings configuration by using HarfBuzz' new
HB_NO_PRAGMA_GCC_DIAGNOSTIC_WARNING define which avoids overriding
Chromium's -Werror.

Rebaselines due to a change in fallback mark positioning centering
marks at the middle of the advance width instead of the middle of the
ink rectangle.

https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/36fb2b4da971..fe5329231015

$ git log 36fb2b4da..fe5329231 --date=short --no-merges --format='%ad %ae %s'
2019-01-28 behdad [CI] Peg CircleCI badge link to master branch
2019-01-28 behdad [ci] Peg build status badges to master branch
2019-01-28 behdad Switch README / README.md
2019-01-28 behdad [uniscribe] Whitelist function type cast
2019-01-28 behdad Fix sign comparison error
2019-01-28 behdad Fix warning
2019-01-28 behdad [pragma] Silence MSVC unknown-pragma warning
2019-01-26 behdad Fix -Wcast-function-type warnings in util/ with gcc 4.8
2019-01-25 behdad Fix mac test
2019-01-25 behdad More static constexpr
2019-01-25 behdad [AAT] Add test for recent Ligature stack fix, using Zapfino on Mac
2019-01-24 behdad [AAT] Minor sign
2019-01-24 behdad [AAT] Use a ring buffer for ligature stack
2019-01-24 behdad Whitespace
2019-01-24 behdad [AAT] Handle transition errors during machine operation
2019-01-24 behdad [AAT] Ignore machine errors and continue
2019-01-24 behdad [AAT] Minor
2019-01-24 behdad [AAT] Handle out-of-bounds classes
2019-01-24 behdad [AAT] Minor
2019-01-24 behdad [AAT] Minor
2019-01-24 behdad More pragma control
2019-01-24 behdad Comment
2019-01-24 behdad Fix test
2019-01-24 behdad Form cluster for Emoji sub-region tag sequences
2019-01-24 behdad Fix macos tests with previous commit
2019-01-24 behdad Adjust mark offsets when zeroing from fallback mark positioning code

Created with:
  roll-dep src/third_party/harfbuzz-ng/src
TBR=bashi@chromium.org,behdad@chromium.org,behdad@google.com,drott@chromium.org,eae@chromium.org,jshin@chromium.org

Bug: 907385, 924848
Change-Id: I40ef6b0738c0b7d1a2d54fd75d8b83dbc680eccb
Reviewed-on: https://chromium-review.googlesource.com/c/1442194Reviewed-by: default avatarDominik Röttsches <drott@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/master@{#626990}
parent 501d75c6
...@@ -177,7 +177,7 @@ vars = { ...@@ -177,7 +177,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz # the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other. # and whatever else without interference from each other.
'harfbuzz_revision': '36fb2b4da9718a86978fa07c99ba4345f7ca9b4b', 'harfbuzz_revision': 'fe532923101586e316b300d419a337d357cd93da',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
Name: harfbuzz-ng Name: harfbuzz-ng
Short Name: harfbuzz-ng Short Name: harfbuzz-ng
URL: http://harfbuzz.org URL: http://harfbuzz.org
Version: 2.3.0-155 Version: 2.3.0-181
Date: 20190124 Date: 20190129
Revision: 36fb2b4da9718a86978fa07c99ba4345f7ca9b4b Revision: fe532923101586e316b300d419a337d357cd93da
Security Critical: yes Security Critical: yes
License: MIT License: MIT
License File: src/COPYING License File: src/COPYING
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment