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
[email protected],[email protected],[email protected],[email protected],[email protected],[email protected]
Bug: 907385, 924848
Change-Id: I40ef6b0738c0b7d1a2d54fd75d8b83dbc680eccb
Reviewed-on: https://chromium-review.googlesource.com/c/1442194
Reviewed-by: Dominik Röttsches <[email protected]>
Commit-Queue: Dominik Röttsches <[email protected]>
Cr-Commit-Position: refs/heads/master@{#626990}
diff --git a/DEPS b/DEPS
index e572f9f..9ec0a6a0 100644
--- a/DEPS
+++ b/DEPS
@@ -177,7 +177,7 @@
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling HarfBuzz
# and whatever else without interference from each other.
- 'harfbuzz_revision': '36fb2b4da9718a86978fa07c99ba4345f7ca9b4b',
+ 'harfbuzz_revision': 'fe532923101586e316b300d419a337d357cd93da',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
# and whatever else without interference from each other.