Skip to content

Commit

Permalink
[Merge] Roll src/third_party/harfbuzz-ng/src/ 903cf8cfc..6454cec08 (3…
Browse files Browse the repository at this point in the history
…3 commits)

https://chromium.googlesource.com/external/github.com/harfbuzz/harfbuzz.git/+log/903cf8cfce63..6454cec085ba

$ git log 903cf8cfc..6454cec08 --date=short --no-merges --format='%ad %ae %s'
2022-04-24 corbett.dav [USE] Classify U+10A38 as CONS_MOD_BELOW
2022-04-24 khaled 4.2.1
2022-04-22 behdad [gsubgpos] Remove wrong condition in Context application
2022-04-22 khaled Remove ABI tracker link
2022-04-22 khaled Update Coverity settings
2022-04-22 khaled Update codacy badge
2022-04-22 khaled Remove coveralls badge
2022-04-21 khaled [ci] Pin gcovr to version 5.0
2022-04-21 behdad [perf] Err. Remove HUGE font from perf suite
2022-04-21 behdad [perf] Reuse a font
2022-04-20 grieger [perf] Add missing ninja command in profiling instructions.
2022-04-20 grieger [perf] Update readme with profiling instructions.
2022-04-20 behdad [perf/perf] Fix run when ttfparser is not available
2022-04-20 grieger In perf/README update meson command line to set release build type.
2022-04-20 grieger [perf] Add several more fonts to the subset benchmarks.
2022-04-20 behdad [perf/perf-draw] Port to new draw API
2022-04-20 behdad [perf/benchmark-map] Adjust range specifiers
2022-04-20 grieger [perf] Cleanup range specifiers in set benchmark.
2022-04-20 grieger [perf] Rework set insert test to not use pause/resume timing.
2022-04-20 grieger [perf] Start writing subset benchmarks.
2022-04-20 grieger [perf] Add map benchmarks.
2022-04-20 grieger [perf] Add set ieration and lookup benchmarks.
2022-04-20 grieger [perf] Add some instructions for building/running benchmarks.
2022-04-20 grieger [perf] Add the start of a benchmark for set operations.
2022-04-20 grieger Upgrade google benchmark dep to latest version to fix build failure.
2022-04-21 behdad Add _hb_codepoint_is_regional_indicator()
2022-04-20 behdad Typo
2022-04-20 behdad Enforce Regional_Indicators native direction to LTR
2022-04-20 behdad Add link to Context LookupFlag discussion
2022-04-20 simon Updated version
2022-04-19 simon Add cheat sheet
2022-04-20 simon [myanmar] Reword confusing comment about masks
2022-04-19 khaled Add test for ligature-id allocation

Created with:
  roll-dep src/third_party/harfbuzz-ng/src

R=​behdad@chromium.org,bungeman@chromium.org,drott@chromium.org,jshin@chromium.org,kojii@chromium.org

Bug: 1315515, 1313829, 1316699
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3602334
Reviewed-by: Koji Ishii <kojii@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/heads/main@{#995688}
(cherry picked from commit 4cd5b35)

Change-Id: I11f67d25bc66411ac0116e543b6e981770f58567
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3620373
Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org>
Commit-Queue: Dominik Röttsches <drott@chromium.org>
Cr-Commit-Position: refs/branch-heads/5005@{#337}
Cr-Branched-From: 5b4d945-refs/heads/main@{#992738}
  • Loading branch information
drott authored and Chromium LUCI CQ committed May 2, 2022
1 parent 832c820 commit 0a08d1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion DEPS
Expand Up @@ -308,7 +308,7 @@ vars = {
# 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': '903cf8cfce631e5e0a5c8941d207dff3e3a59b82',
'harfbuzz_revision': '6454cec085ba51cefcd12b1f8027bc4a647347d5',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling Emoji Segmenter
# and whatever else without interference from each other.
Expand Down
8 changes: 4 additions & 4 deletions third_party/harfbuzz-ng/README.chromium
@@ -1,10 +1,10 @@
Name: harfbuzz-ng
Short Name: harfbuzz-ng
URL: http://harfbuzz.org
Version: 4.2.0-6
CPEPrefix: cpe:/a:harfbuzz_project:harfbuzz:4.2.0
Date: 20220414
Revision: 903cf8cfce631e5e0a5c8941d207dff3e3a59b82
Version: 4.2.1-1
CPEPrefix: cpe:/a:harfbuzz_project:harfbuzz:4.2.1
Date: 20220425
Revision: 6454cec085ba51cefcd12b1f8027bc4a647347d5
Security Critical: yes
License: MIT
License File: src/COPYING
Expand Down

0 comments on commit 0a08d1f

Please sign in to comment.