Closed Bug 1832194 Opened 2 years ago Closed 2 years ago

Update harfbuzz to new version 7.3.0 from 2023-05-10 00:20:25

Categories

(Core :: Graphics: Text, enhancement)

enhancement

Tracking

()

RESOLVED FIXED
115 Branch
Tracking Status
firefox115 --- fixed

People

(Reporter: update-bot, Assigned: jfkthame)

References

Details

(Whiteboard: [3pl-filed][task_id: eXUI55wnRTmfxO1CxYNc5w])

Attachments

(1 file)

This update covers 278 commits.. Here are the overall diff statistics, and then the commit information.


gfx/harfbuzz/NEWS | 50 ++
gfx/harfbuzz/configure.ac | 4 +-
gfx/harfbuzz/moz.yaml | 4 +-
gfx/harfbuzz/src/Makefile.am | 5 +
gfx/harfbuzz/src/Makefile.sources | 1 +
gfx/harfbuzz/src/OT/Color/COLR/COLR.hh | 395 ++++++++++++---
gfx/harfbuzz/src/OT/Color/CPAL/CPAL.hh | 40 +-
gfx/harfbuzz/src/OT/Layout/Common/Coverage.hh | 23 +-
gfx/harfbuzz/src/OT/Layout/Common/CoverageFormat2.hh | 17 +-
gfx/harfbuzz/src/OT/Layout/Common/RangeRecord.hh | 12 +
gfx/harfbuzz/src/OT/Layout/GDEF/GDEF.hh | 24 +
gfx/harfbuzz/src/OT/Layout/GPOS/CursivePosFormat1.hh | 4 +-
gfx/harfbuzz/src/OT/Layout/GPOS/GPOS.hh | 2 +-
gfx/harfbuzz/src/OT/Layout/GPOS/MarkMarkPosFormat1.hh | 6 +-
gfx/harfbuzz/src/OT/Layout/GPOS/PairPosFormat1.hh | 6 +-
gfx/harfbuzz/src/OT/Layout/GPOS/PairPosFormat2.hh | 35 +-
gfx/harfbuzz/src/OT/Layout/GPOS/PairSet.hh | 4 +-
gfx/harfbuzz/src/OT/Layout/GSUB/Ligature.hh | 5 +-
gfx/harfbuzz/src/OT/Layout/GSUB/LigatureSet.hh | 74 ++-
gfx/harfbuzz/src/OT/Layout/GSUB/LigatureSubstFormat1.hh | 2 +-
gfx/harfbuzz/src/OT/Layout/GSUB/SingleSubst.hh | 2 +-
gfx/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat1.hh | 28 +
gfx/harfbuzz/src/OT/Layout/GSUB/SingleSubstFormat2.hh | 25 +
gfx/harfbuzz/src/OT/glyf/CompositeGlyph.hh | 112 +++-
gfx/harfbuzz/src/OT/glyf/Glyph.hh | 198 ++++---
gfx/harfbuzz/src/OT/glyf/SimpleGlyph.hh | 39 +-
gfx/harfbuzz/src/OT/glyf/SubsetGlyph.hh | 77 ++-
gfx/harfbuzz/src/OT/glyf/VarCompositeGlyph.hh | 277 ++++++----
gfx/harfbuzz/src/OT/glyf/glyf.hh | 48 +-
gfx/harfbuzz/src/OT/glyf/path-builder.hh | 8 +-
gfx/harfbuzz/src/graph/graph.hh | 64 +-
gfx/harfbuzz/src/graph/markbasepos-graph.hh | 5 +-
gfx/harfbuzz/src/graph/serialize.hh | 4 +-
gfx/harfbuzz/src/harfbuzz-config.cmake.in | 16 +-
gfx/harfbuzz/src/hb-aat-layout-common.hh | 6 +-
gfx/harfbuzz/src/hb-aat-layout.cc | 8 +-
gfx/harfbuzz/src/hb-algs.hh | 6 +-
gfx/harfbuzz/src/hb-array.hh | 34 +-
gfx/harfbuzz/src/hb-bimap.hh | 9 +
gfx/harfbuzz/src/hb-bit-set.hh | 11 +-
gfx/harfbuzz/src/hb-buffer.cc | 7 +-
gfx/harfbuzz/src/hb-buffer.hh | 2 +-
gfx/harfbuzz/src/hb-cache.hh | 14 +-
gfx/harfbuzz/src/hb-cairo-utils.cc | 31 +-
gfx/harfbuzz/src/hb-common.cc | 1 +
gfx/harfbuzz/src/hb-config.hh | 40 +-
gfx/harfbuzz/src/hb-deprecated.h | 11 +
gfx/harfbuzz/src/hb-face.cc | 8 +-
gfx/harfbuzz/src/hb-face.hh | 2 +-
gfx/harfbuzz/src/hb-font.cc | 9 +-
gfx/harfbuzz/src/hb-ft-colr.hh | 4 +-
gfx/harfbuzz/src/hb-map.hh | 9 +-
gfx/harfbuzz/src/hb-null.hh | 2 +-
gfx/harfbuzz/src/hb-ot-cff1-table.hh | 4 +-
gfx/harfbuzz/src/hb-ot-cff2-table.hh | 4 +-
gfx/harfbuzz/src/hb-ot-cmap-table.hh | 4 +-
gfx/harfbuzz/src/hb-ot-font.cc | 50 +-
gfx/harfbuzz/src/hb-ot-hdmx-table.hh | 10 +-
gfx/harfbuzz/src/hb-ot-head-table.hh | 20 +-
gfx/harfbuzz/src/hb-ot-hmtx-table.hh | 19 +-
gfx/harfbuzz/src/hb-ot-layout-common.hh | 99 +++-
gfx/harfbuzz/src/hb-ot-layout-gsubgpos.hh | 63 ++-
gfx/harfbuzz/src/hb-ot-layout.cc | 20 +-
gfx/harfbuzz/src/hb-ot-math.cc | 2 +-
gfx/harfbuzz/src/hb-ot-maxp-table.hh | 2 +-
gfx/harfbuzz/src/hb-ot-metrics.cc | 2 +-
gfx/harfbuzz/src/hb-ot-name.cc | 2 -
gfx/harfbuzz/src/hb-ot-shape-normalize.cc | 15 +-
gfx/harfbuzz/src/hb-ot-shaper-indic.cc | 5 +-
gfx/harfbuzz/src/hb-ot-stat-table.hh | 2 +
gfx/harfbuzz/src/hb-ot-var-common.hh | 86 ++-
gfx/harfbuzz/src/hb-ot-var-cvar-table.hh | 1 -
gfx/harfbuzz/src/hb-ot-var-gvar-table.hh | 247 ++++++---
gfx/harfbuzz/src/hb-ot-var-hvar-table.hh | 13 +-
gfx/harfbuzz/src/hb-outline.cc | 1 -
gfx/harfbuzz/src/hb-paint.h | 2 +-
gfx/harfbuzz/src/hb-paint.hh | 8 +-
gfx/harfbuzz/src/hb-pool.hh | 11 +-
gfx/harfbuzz/src/hb-priority-queue.hh | 6 +
gfx/harfbuzz/src/hb-set-digest.hh | 12 +-
gfx/harfbuzz/src/hb-shape.cc | 12 +
gfx/harfbuzz/src/hb-static.cc | 24 +
gfx/harfbuzz/src/hb-style.cc | 4 +-
gfx/harfbuzz/src/hb-subset-accelerator.hh | 2 +
gfx/harfbuzz/src/hb-subset-input.cc | 31 +
gfx/harfbuzz/src/hb-subset-input.hh | 1 +
gfx/harfbuzz/src/hb-subset-instancer-solver.cc | 2 +-
gfx/harfbuzz/src/hb-subset-plan-member-list.hh | 128 +++++
gfx/harfbuzz/src/hb-subset-plan.cc | 270 +++++++++-
gfx/harfbuzz/src/hb-subset-plan.hh | 90 +---
gfx/harfbuzz/src/hb-subset.cc | 13 +-
gfx/harfbuzz/src/hb-subset.h | 6 +
gfx/harfbuzz/src/hb-unicode.h | 4 +-
gfx/harfbuzz/src/hb-vector.hh | 4 +-
gfx/harfbuzz/src/hb-version.h | 4 +-
gfx/harfbuzz/src/hb.hh | 10 +-
gfx/harfbuzz/src/justify.py | 288 +++++++++++
gfx/harfbuzz/src/meson.build | 2 +
gfx/harfbuzz/src/moz.build | 1 +
gfx/harfbuzz/src/test-gsub-get-alternates.cc | 86 +++
gfx/harfbuzz/src/test-set.cc | 24 +
101 files changed, 2689 insertions(+), 857 deletions(-)


4584bcdc326564829d3cee3572386c90e4fd1974 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/4584bcdc326564829d3cee3572386c90e4fd1974


4bbcff2c5c00d4e2029a176c3388ad4fe77945df by Rod S

https://github.com/harfbuzz/harfbuzz/commit/4bbcff2c5c00d4e2029a176c3388ad4fe77945df


b7a8d23bc8594c84c72d54dbbffa1c1acbb92c67 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b7a8d23bc8594c84c72d54dbbffa1c1acbb92c67


2f05c32c3632062a593022d24e628aa991f30939 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2f05c32c3632062a593022d24e628aa991f30939


c0e6a96af365d678037819944daf8176c5649bfd by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c0e6a96af365d678037819944daf8176c5649bfd


f4d3b49e5d3b6e8c64aa92caa9c3666507e04b0a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f4d3b49e5d3b6e8c64aa92caa9c3666507e04b0a


3416086de3ac9c3f36e3e9d566fa141ccc915573 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3416086de3ac9c3f36e3e9d566fa141ccc915573


45afbdff2c6bf35403e635b9be453408e673cbd4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/45afbdff2c6bf35403e635b9be453408e673cbd4


4ad443d5eabeaf0b38b70631cea8de345f00ef7b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4ad443d5eabeaf0b38b70631cea8de345f00ef7b


3c2a925b7fef104597dd37848f85a963307f16e4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3c2a925b7fef104597dd37848f85a963307f16e4


b6516f3bbf6f52aced2a9b34ade44c2f631e149b by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/b6516f3bbf6f52aced2a9b34ade44c2f631e149b


8df5cdbcda495a582e72a7e2ce35d6106401edce by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/8df5cdbcda495a582e72a7e2ce35d6106401edce


6d7de2f8dd551920367017cf169750b611971d52 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6d7de2f8dd551920367017cf169750b611971d52


ebdeab8baaa0cd7a6d243bb1b2f2604bef167eea by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ebdeab8baaa0cd7a6d243bb1b2f2604bef167eea


f772071f3e7241367d56c5a6f82d394bea2b829e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f772071f3e7241367d56c5a6f82d394bea2b829e


5ec0ccad638597fca929a84cfdf70ee3878308af by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5ec0ccad638597fca929a84cfdf70ee3878308af


4bb78e353031ade00eb4d486a1cf8073f23fee7d by denis rochette

https://github.com/harfbuzz/harfbuzz/commit/4bb78e353031ade00eb4d486a1cf8073f23fee7d


86658df5d29308d66ddead03f1112442df04ec27 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/86658df5d29308d66ddead03f1112442df04ec27


cda646a598207642721b753ef5abcebb2525f61b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/cda646a598207642721b753ef5abcebb2525f61b


5f5660fc5d80a0ce84066206e8e9bad6e20a24d4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5f5660fc5d80a0ce84066206e8e9bad6e20a24d4


5468b08c0238d16f1a0360f759b44af12fefbb99 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5468b08c0238d16f1a0360f759b44af12fefbb99


71910fdf9128ca3068e9546a262f61cbf6e8c8f3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/71910fdf9128ca3068e9546a262f61cbf6e8c8f3


ee9b631d19d6e51825a7b2be4579b7394084a162 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ee9b631d19d6e51825a7b2be4579b7394084a162


8eb9f31263746a8942fd5dbab90094930ac104bd by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/8eb9f31263746a8942fd5dbab90094930ac104bd


5d4f3ff690aa8358b214c90ae7942766d68c12f9 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5d4f3ff690aa8358b214c90ae7942766d68c12f9


7e676cb4cf66c0a70d6b240ed124394fab14b3b8 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7e676cb4cf66c0a70d6b240ed124394fab14b3b8


8831ba7f5516038cf70f5fe34984170931387fdc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/8831ba7f5516038cf70f5fe34984170931387fdc


0e9ebf1062af21605d02838f0de4842d1e902794 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0e9ebf1062af21605d02838f0de4842d1e902794


da175c69356929a04ca1688658b8fc846d7d4366 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/da175c69356929a04ca1688658b8fc846d7d4366


bbf4cfa393d26c7cc7e91cc8c859009261847f24 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bbf4cfa393d26c7cc7e91cc8c859009261847f24


d339298f371902e9a09ca7e0708893a15a739f0c by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/d339298f371902e9a09ca7e0708893a15a739f0c


374a9a9f5eefd40822c48707bd2126df3505b595 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/374a9a9f5eefd40822c48707bd2126df3505b595


3021b2dbe2a18724f345f881eba7299a8bf00499 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/3021b2dbe2a18724f345f881eba7299a8bf00499


d4c13225477df6d137c08bdda247add6e66ec84c by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/d4c13225477df6d137c08bdda247add6e66ec84c


77a815542588a257f44c9310961797717e435f64 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/77a815542588a257f44c9310961797717e435f64


3194963657a3049961fb64c9be86c1629afcea4b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3194963657a3049961fb64c9be86c1629afcea4b


7a715d74e06720c17d28ba7b4c3da0b583f8d1d3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7a715d74e06720c17d28ba7b4c3da0b583f8d1d3


98e73192f4aac0419d275857993359676bd94f94 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/98e73192f4aac0419d275857993359676bd94f94


975980d36867728da42908a9a3c95373a32b3d30 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/975980d36867728da42908a9a3c95373a32b3d30


779e8297fa53f95db2efe1d0e9e734951e0e33ab by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/779e8297fa53f95db2efe1d0e9e734951e0e33ab


e14020b27ac71f44a46374ebdce9e0ac46160118 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/e14020b27ac71f44a46374ebdce9e0ac46160118


6826634714de899f5f000a6897deb43825c8ba78 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/6826634714de899f5f000a6897deb43825c8ba78


e711e305c8d59b9e381e9bf7aa7fd7f85d5008b7 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/e711e305c8d59b9e381e9bf7aa7fd7f85d5008b7


1be39729140a6d726de164746e516c1fe5afcb19 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1be39729140a6d726de164746e516c1fe5afcb19


a10fad7cc233e70ac647081eaeb9e0c4ecbb1e1d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a10fad7cc233e70ac647081eaeb9e0c4ecbb1e1d


e138319fccd9168bbf94d0047e9b33e540f8a25d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e138319fccd9168bbf94d0047e9b33e540f8a25d


319a488b3903cf92c3b45d1772717168a10f94d7 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/319a488b3903cf92c3b45d1772717168a10f94d7


3f2401e2f11e730050632982f286fe534a2881ad by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3f2401e2f11e730050632982f286fe534a2881ad


959f16343b630216c74e2a2de70f783af45e8c5f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/959f16343b630216c74e2a2de70f783af45e8c5f


fb795dc3c519a34222d32fff0a4309c6e20d77a8 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fb795dc3c519a34222d32fff0a4309c6e20d77a8


0c1637b60683bcbd11d2aa55cf0df05c3cefe573 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0c1637b60683bcbd11d2aa55cf0df05c3cefe573


8a8fc37c42135b3ed524e4179bcc4add854ae195 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/8a8fc37c42135b3ed524e4179bcc4add854ae195


323a1fe4968029fd036948533ead5c0ba69b9df2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/323a1fe4968029fd036948533ead5c0ba69b9df2


a6f5f0dc4aa9b1551ccdb3a18a8b4c6589ee72cc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a6f5f0dc4aa9b1551ccdb3a18a8b4c6589ee72cc


4e495eb0a78cd2b51a09c4fdeaa9f1cd9d13116b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4e495eb0a78cd2b51a09c4fdeaa9f1cd9d13116b


5528bdd46fc0a1e6c34de1fbe0f79becc12f00ab by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5528bdd46fc0a1e6c34de1fbe0f79becc12f00ab


ae0fe02d13f1ecd1ede03d0523308cba4b88a738 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ae0fe02d13f1ecd1ede03d0523308cba4b88a738


ddd6c2e7a2d11b91d49681c1a8609010dafefad8 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ddd6c2e7a2d11b91d49681c1a8609010dafefad8


045ae4b0b5358503ddf445d2a5bfd6427a9ee4f2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/045ae4b0b5358503ddf445d2a5bfd6427a9ee4f2


0fe90ebc00d07a1a636ed0dfdd72f5586b51bcfa by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0fe90ebc00d07a1a636ed0dfdd72f5586b51bcfa


51061d2854cbf55de422f46b31e1746b8657a4e1 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/51061d2854cbf55de422f46b31e1746b8657a4e1


7881eadffc6314e0da29b27125550a1c5d46819f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7881eadffc6314e0da29b27125550a1c5d46819f


95f155573c84dd3b74ae83183d23faac7f364f08 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/95f155573c84dd3b74ae83183d23faac7f364f08


5996715436cdd303138653c598acfe5974566c16 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5996715436cdd303138653c598acfe5974566c16


49ac5e11ef6000de139f1e823d5fc43ae6f8f412 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/49ac5e11ef6000de139f1e823d5fc43ae6f8f412


7e7f1d0414c9128ce2e09659711f45e6b0f74c39 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7e7f1d0414c9128ce2e09659711f45e6b0f74c39


db730f46d093b69667ad430785ca50fc32f2172c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/db730f46d093b69667ad430785ca50fc32f2172c


2f9945ca0191c316fa82c1fb5fa553bc4aa50b0c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2f9945ca0191c316fa82c1fb5fa553bc4aa50b0c


db23be642ff13706333069ef895f7b6559a9036b by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/db23be642ff13706333069ef895f7b6559a9036b


a8b8eb53c3de9830ccd8e1444a24eee430c2dc74 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a8b8eb53c3de9830ccd8e1444a24eee430c2dc74


af21ea359c1463d4b1b0f78d43fa695788098277 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/af21ea359c1463d4b1b0f78d43fa695788098277


491f2968cd964c14c86642c5c881be5e16f12d62 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/491f2968cd964c14c86642c5c881be5e16f12d62


19d8328b639a7520f24dea0ada086cbff1ad90eb by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/19d8328b639a7520f24dea0ada086cbff1ad90eb


1b74cd7c2df711007b9bc252c891618d5250affd by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1b74cd7c2df711007b9bc252c891618d5250affd


267ecd20c8995c146c45bf8e37fb25fa6e7b9b8b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/267ecd20c8995c146c45bf8e37fb25fa6e7b9b8b


577bc8a2391ad7bd727b0268ed711c1d10065a14 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/577bc8a2391ad7bd727b0268ed711c1d10065a14


5b78e9a92443eea0aaf62228f6a93a62c7d39410 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5b78e9a92443eea0aaf62228f6a93a62c7d39410


3f9eb03b40251b7c27a2d9935db31091fc8a1586 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3f9eb03b40251b7c27a2d9935db31091fc8a1586


1cbb85dc84bf3f581556fcdb1eeca8822c8d3095 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1cbb85dc84bf3f581556fcdb1eeca8822c8d3095


c7721f7df54a95701b1a4f0ce563aa8e3c0ba49d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c7721f7df54a95701b1a4f0ce563aa8e3c0ba49d


e826d94afe1eab70817db7f32e9c5f9597a3da84 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e826d94afe1eab70817db7f32e9c5f9597a3da84


fbffd4e65e65843ab149c43df417882fe08683d9 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fbffd4e65e65843ab149c43df417882fe08683d9


85a0a123389a54ea8925a8f84030eb687f82bf47 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/85a0a123389a54ea8925a8f84030eb687f82bf47


2e5e566504b67fa7495bf017aded25f771d5a690 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2e5e566504b67fa7495bf017aded25f771d5a690


7b9832deab83d406052a8a8fcd6440bd018ca064 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7b9832deab83d406052a8a8fcd6440bd018ca064


700975f732be2eb9b31d538e43a4909311851f55 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/700975f732be2eb9b31d538e43a4909311851f55


07be0b6878a2e1948cbd32bbce111b44b53beda3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/07be0b6878a2e1948cbd32bbce111b44b53beda3


ecd0f859bde42d7883746e8ea7f00bd56ef4cd35 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ecd0f859bde42d7883746e8ea7f00bd56ef4cd35


e768754b0fa7153442280b393ff1136a6f8574a3 by Han Seung Min - 한승민

https://github.com/harfbuzz/harfbuzz/commit/e768754b0fa7153442280b393ff1136a6f8574a3


afd432daf52f2df0897b47681230e45e970a8f06 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/afd432daf52f2df0897b47681230e45e970a8f06


b53f8c25ca49b6401fafbca5ad1f0f95863c323f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b53f8c25ca49b6401fafbca5ad1f0f95863c323f


6a4b87d0034e2523d3e4b9a0bba63bc89edaebd0 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6a4b87d0034e2523d3e4b9a0bba63bc89edaebd0


4a102effd00fac7a6a6b8c4be2aa7c711c6ba91c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4a102effd00fac7a6a6b8c4be2aa7c711c6ba91c


06504cb0a26ff2bff1842b6049e28e427489ea5b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/06504cb0a26ff2bff1842b6049e28e427489ea5b


262f029e20a4e99bc977d767bebf9f03bf1da183 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/262f029e20a4e99bc977d767bebf9f03bf1da183


9ed43dc50059ce1710fbf5104e210703f1f2f65f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/9ed43dc50059ce1710fbf5104e210703f1f2f65f


859f7d41cba08731de9b45e87aa37c877454e801 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/859f7d41cba08731de9b45e87aa37c877454e801


bd62a91d03034f9f1600b6994b7f3cff2f76bc7d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bd62a91d03034f9f1600b6994b7f3cff2f76bc7d


5b0d818128163bf915a17e5b696a6805c14738c5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5b0d818128163bf915a17e5b696a6805c14738c5


e5dfb6a4b6122d1e1cb6c3feea985ee68154c736 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e5dfb6a4b6122d1e1cb6c3feea985ee68154c736


1b0c5a3e6346dcc4efac7861ad38f64533a05bba by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1b0c5a3e6346dcc4efac7861ad38f64533a05bba


b0e763f5ebb8ef9cc9134b1aebe96f41b526f1cf by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b0e763f5ebb8ef9cc9134b1aebe96f41b526f1cf


29d576584d4a56502da8e16c9dcc2222ad94e7bb by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/29d576584d4a56502da8e16c9dcc2222ad94e7bb


bf97f880558f35cdd54f88c737164ff8efa807c3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bf97f880558f35cdd54f88c737164ff8efa807c3


e9738563ffe7d07c6245a19b9a9b94a310f31140 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e9738563ffe7d07c6245a19b9a9b94a310f31140


21ba0b6868790f1586363c02aea90b3c449304f7 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/21ba0b6868790f1586363c02aea90b3c449304f7


b3fed4fa6465151e740bdbf5cfffb13298a57803 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/b3fed4fa6465151e740bdbf5cfffb13298a57803


c800c0cfe1a09a4c5e11345b4870cab123cbfae8 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c800c0cfe1a09a4c5e11345b4870cab123cbfae8


f90e3fc3f4ff9aca66742ee8843e0087ddc83872 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f90e3fc3f4ff9aca66742ee8843e0087ddc83872


0c7cb57539c39a29fa71d89c634f9173908da71f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0c7cb57539c39a29fa71d89c634f9173908da71f


bdce23a0c0faab35a11eef6c97c1ad6432157b31 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bdce23a0c0faab35a11eef6c97c1ad6432157b31


e2be7865f33640671e5bb342cd648ce944937fe8 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e2be7865f33640671e5bb342cd648ce944937fe8


b9b85da3c9200f84d978edeb3e404e089ca69454 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/b9b85da3c9200f84d978edeb3e404e089ca69454


58f79063bbe5a9f2bbd438771a5f495d47208a95 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/58f79063bbe5a9f2bbd438771a5f495d47208a95


28b5a47d2b06bb85540c3ef6616b9d92a4fe93d7 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/28b5a47d2b06bb85540c3ef6616b9d92a4fe93d7


977c2f9c66363a369e91521d789ceacf0133621e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/977c2f9c66363a369e91521d789ceacf0133621e


a4b4536a17cd308fdc59639d67d64049d4964326 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a4b4536a17cd308fdc59639d67d64049d4964326


1c4e7e4f7e8fa569885abc608aa52b979f966ea2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1c4e7e4f7e8fa569885abc608aa52b979f966ea2


9491a3dd0b6d098073b4d89540fe227b84c07ebb by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/9491a3dd0b6d098073b4d89540fe227b84c07ebb


644e0551a2f8736fa77fa19d7ccdfe07160cfab7 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/644e0551a2f8736fa77fa19d7ccdfe07160cfab7


79aa9e93d366c9e016404faf12da68b56bd56c9d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/79aa9e93d366c9e016404faf12da68b56bd56c9d


83bbeaca20f84b7a5af092209f5989986e6e2f9d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/83bbeaca20f84b7a5af092209f5989986e6e2f9d


9b5afad49392cd2b661c6517353e0da950d33029 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/9b5afad49392cd2b661c6517353e0da950d33029


7cb95c8ab7d29d9ccc265d74a98a63ee3b514b63 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7cb95c8ab7d29d9ccc265d74a98a63ee3b514b63


b79a49f1a0a5030ccb582ae7aa715ae9da3c2857 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b79a49f1a0a5030ccb582ae7aa715ae9da3c2857


51891e8ff42200f0555669c1c8a71e73ddbe189b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/51891e8ff42200f0555669c1c8a71e73ddbe189b


0f05ced13b5d4c80b2b3f5b145613b0acd24df74 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0f05ced13b5d4c80b2b3f5b145613b0acd24df74


65ea95b9747e4863552a2a671000862c6ef14c6e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/65ea95b9747e4863552a2a671000862c6ef14c6e


070f837be6b3e928a333c388025a82d77dae92dc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/070f837be6b3e928a333c388025a82d77dae92dc


4e256f5a5754699c79d575dbf3026b11731ab926 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4e256f5a5754699c79d575dbf3026b11731ab926


6a55e73d6aa9a378789d4101849f1508ac6fff3d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6a55e73d6aa9a378789d4101849f1508ac6fff3d


cdc02acd3d0281b4791c129da9145ec184c73df6 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/cdc02acd3d0281b4791c129da9145ec184c73df6


a257546de492e3dba05cb08aec936b0489023959 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a257546de492e3dba05cb08aec936b0489023959


18396b8e27888c2ecb3aec40cb488263f9a26d50 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/18396b8e27888c2ecb3aec40cb488263f9a26d50


1e71a673e925dcce0acfb81c14f74404b92a1568 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1e71a673e925dcce0acfb81c14f74404b92a1568


dd860fad80b85f8bc03dd53373cff4f092c32447 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/dd860fad80b85f8bc03dd53373cff4f092c32447


6457847719a1e22bf1047c2b9e5debf843b5156d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6457847719a1e22bf1047c2b9e5debf843b5156d


50e758e34534b963269f859274dff1d2a3812778 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/50e758e34534b963269f859274dff1d2a3812778


1056590f00db7414a289d122f88f68d305c000a5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1056590f00db7414a289d122f88f68d305c000a5


726590ed5f3ac23f8316ed3988bf24f87ff58360 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/726590ed5f3ac23f8316ed3988bf24f87ff58360


7c9ed76d0a272b97af48b75ce0e7ea001164d453 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/7c9ed76d0a272b97af48b75ce0e7ea001164d453


a200f0a3fe9ced04ad498fc9a1b480fbf1cce78d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a200f0a3fe9ced04ad498fc9a1b480fbf1cce78d


db86e977a091b084897ebbafff7f72a58e0e375a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/db86e977a091b084897ebbafff7f72a58e0e375a


27b8a208ec93d9a2a4efd33682ce23ee3f4841d7 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/27b8a208ec93d9a2a4efd33682ce23ee3f4841d7


2bbb605d08298047164a20a242f4cfcfbe68c309 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2bbb605d08298047164a20a242f4cfcfbe68c309


c87f26018d53e5fdb4d6226919cb10a3c43a9c8e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c87f26018d53e5fdb4d6226919cb10a3c43a9c8e


a321c4fee56b15247c10f9aa3db7e7ccb3b8173b by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/a321c4fee56b15247c10f9aa3db7e7ccb3b8173b


fd52c4cf7b97b7d16b442d369ae1d8ad18efa36e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fd52c4cf7b97b7d16b442d369ae1d8ad18efa36e


0c59c629c1d46067bca26e10e051eaabd87ff0b2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0c59c629c1d46067bca26e10e051eaabd87ff0b2


5d1a603ad1556f8797180aea0f7201f3bad66441 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5d1a603ad1556f8797180aea0f7201f3bad66441


af393e9652aa746c42652e3590dfb12724dd0877 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/af393e9652aa746c42652e3590dfb12724dd0877


2a3bf5a542aaefb72bac4708ca9ded99b2ec62cb by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2a3bf5a542aaefb72bac4708ca9ded99b2ec62cb


57faabb78e030388dca2cd6b6ec7d94a484c0956 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/57faabb78e030388dca2cd6b6ec7d94a484c0956


76e269af9e87d95415564d75a3aabc2ecec262cd by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/76e269af9e87d95415564d75a3aabc2ecec262cd


7349cea127599d4d164b3ef4b05aee80451bc26b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7349cea127599d4d164b3ef4b05aee80451bc26b


bc535870025dbb78e83ebad1e01aba8644825e87 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bc535870025dbb78e83ebad1e01aba8644825e87


c5afe026bdf784d05f32d9be31a38c077746d210 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c5afe026bdf784d05f32d9be31a38c077746d210


87c6e68ec31260fb51d67d563c61adb61041bb41 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/87c6e68ec31260fb51d67d563c61adb61041bb41


09386737312ddae4d850334cd55063de935cf6d5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/09386737312ddae4d850334cd55063de935cf6d5


b6aa2d71f39473d1d927376a4959bb73398aa4ca by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b6aa2d71f39473d1d927376a4959bb73398aa4ca


ffbfab123f0966f4ee1c00b24fcb7158b1b3857d by Han Seung Min - 한승민

https://github.com/harfbuzz/harfbuzz/commit/ffbfab123f0966f4ee1c00b24fcb7158b1b3857d


e428edc3714eebe68981c579bda9412f303f538d by Han Seung Min - 한승민

https://github.com/harfbuzz/harfbuzz/commit/e428edc3714eebe68981c579bda9412f303f538d


63afb4f2e7cc6053fb884108b360f19d1103b065 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/63afb4f2e7cc6053fb884108b360f19d1103b065


c5f3b3feb1d2845b46e19f7e01605bbcf3e7f480 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c5f3b3feb1d2845b46e19f7e01605bbcf3e7f480


9ee7c2ea63416a6e7e98461d9b5480e7af22c427 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/9ee7c2ea63416a6e7e98461d9b5480e7af22c427


580b0dc1c353c5cf2d2b6ba63f17043baf050d8d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/580b0dc1c353c5cf2d2b6ba63f17043baf050d8d


e41f3171994a739ff966735b78e1777ab5933471 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/e41f3171994a739ff966735b78e1777ab5933471


f6803b06bf7ef6b6a480e9dd489a8fa693d7b403 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f6803b06bf7ef6b6a480e9dd489a8fa693d7b403


f91929d6da527e42b4f46c7738d40e118107163a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f91929d6da527e42b4f46c7738d40e118107163a


808a21f8de7523b26ddad2316e55fafa6daf4fe2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/808a21f8de7523b26ddad2316e55fafa6daf4fe2


78a0216a031234fdcc14448f906649bd83bb7118 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/78a0216a031234fdcc14448f906649bd83bb7118


f654823fe0639bf6c71d77f53c34b4b2f878eb2e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f654823fe0639bf6c71d77f53c34b4b2f878eb2e


30d08dc62cfab0f5f8d8d4491f91eb352eebfb3e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/30d08dc62cfab0f5f8d8d4491f91eb352eebfb3e


fe8c91707b5579f77505e37ebea8578e1282db38 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fe8c91707b5579f77505e37ebea8578e1282db38


2175f5d050743317c563ec9414e0f83a47f7fbc4 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/2175f5d050743317c563ec9414e0f83a47f7fbc4


385e23762dc18659c4cc0c69e17549fe3e00d74e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/385e23762dc18659c4cc0c69e17549fe3e00d74e


7a3928e2b6099c5c334ca0b2469a567b529bcf34 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7a3928e2b6099c5c334ca0b2469a567b529bcf34


89296036317bf718c99fdd1dc0d1bf4f1c34323a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/89296036317bf718c99fdd1dc0d1bf4f1c34323a


20454eaa399abe28db485b2ccb461c30861023e0 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/20454eaa399abe28db485b2ccb461c30861023e0


491aa572ce9c845afa40cfdcded4959add46fd5c by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/491aa572ce9c845afa40cfdcded4959add46fd5c


cf95f3193bfb85ec4d14041e93df8a03909f40a1 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/cf95f3193bfb85ec4d14041e93df8a03909f40a1


fc8dfe64d04e3d429f9c8c7f39e52c619c4bba13 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/fc8dfe64d04e3d429f9c8c7f39e52c619c4bba13


0a5208422821471d2904e164cad651bd8dadcfb4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0a5208422821471d2904e164cad651bd8dadcfb4


a9a9f278b81f6a855afce1bf668410d3ccceb682 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a9a9f278b81f6a855afce1bf668410d3ccceb682


d1c00c047030226b6b5255cc4b7cdeb738ee0ccc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/d1c00c047030226b6b5255cc4b7cdeb738ee0ccc


4129061e37824433f9c81eaa99d1618af2f2d69a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4129061e37824433f9c81eaa99d1618af2f2d69a


e76a3649db4611ac0531cbb5fc8e555a039b93f3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e76a3649db4611ac0531cbb5fc8e555a039b93f3


8e43e3a8ce72a3888e9bfbc9f2975fc56e139836 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/8e43e3a8ce72a3888e9bfbc9f2975fc56e139836


48f8ed7e0205e1c0dcf0a19c1bfc9b515182563a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/48f8ed7e0205e1c0dcf0a19c1bfc9b515182563a


b31684dca478da09d9ae5063658d5663fa5cbce0 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b31684dca478da09d9ae5063658d5663fa5cbce0


bffdca89f7977e7a4b84a69196ac48f1df6d3c6f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/bffdca89f7977e7a4b84a69196ac48f1df6d3c6f


a960571f24b0383dedd958df4f268fcb877fe94d by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a960571f24b0383dedd958df4f268fcb877fe94d


2b042cc5c6e90736754acdbbd035fe4a230b9fd6 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/2b042cc5c6e90736754acdbbd035fe4a230b9fd6


591c9460dc28967c5db11e9301d81d08c2773217 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/591c9460dc28967c5db11e9301d81d08c2773217


3520f528aaba200ab2e3f1edfe746c7963a7ce54 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/3520f528aaba200ab2e3f1edfe746c7963a7ce54


33972b3bf6cd9a63424a2213e5b80bff474b7d10 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/33972b3bf6cd9a63424a2213e5b80bff474b7d10


290cef39bed5fcc05e3a424ce05b1797507a0a03 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/290cef39bed5fcc05e3a424ce05b1797507a0a03


4353192d057fe3583a4ad234e478a407e9d1eb1a by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/4353192d057fe3583a4ad234e478a407e9d1eb1a


305012609bddba97a2fbc5080a146bc3d3feaa06 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/305012609bddba97a2fbc5080a146bc3d3feaa06


f74abc307d742f6f90b0012dc1cef66da149742e by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f74abc307d742f6f90b0012dc1cef66da149742e


d1f49ba6d2dc7f8c316f055a9e4f9cdf4dafdcad by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/d1f49ba6d2dc7f8c316f055a9e4f9cdf4dafdcad


1e9a0511f33a851b27d6d0320b0d426bf95c97ce by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1e9a0511f33a851b27d6d0320b0d426bf95c97ce


106a237e404b4942803a52a8ab4114b2f3034c77 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/106a237e404b4942803a52a8ab4114b2f3034c77


f2d21425a353728fa69680eff24421cce22981de by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f2d21425a353728fa69680eff24421cce22981de


15d0a1dcfd192fda87c4877da2029c14d0bd5bd2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/15d0a1dcfd192fda87c4877da2029c14d0bd5bd2


85d0c3b5f1158eedc7ead3cae55adb026456352b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/85d0c3b5f1158eedc7ead3cae55adb026456352b


5d74b42b9e3e2a591071d196d9d2b2dd537a496b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5d74b42b9e3e2a591071d196d9d2b2dd537a496b


c997e490c78f8e643f9d8ff8c712cc1856b4979f by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/c997e490c78f8e643f9d8ff8c712cc1856b4979f


781da13e99d1373b4e33a84b40e01923e6f64e49 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/781da13e99d1373b4e33a84b40e01923e6f64e49


0e4bcf908ca4bf394a326970490ae1943966a410 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/0e4bcf908ca4bf394a326970490ae1943966a410


639f45ef9e9bcb9b3a4c380e41d4a574156f41c0 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/639f45ef9e9bcb9b3a4c380e41d4a574156f41c0


b3da715b9c0a5d0354cabb8a7e9117622643c119 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/b3da715b9c0a5d0354cabb8a7e9117622643c119


32f145ff9cd87a97d5eb265e29689c304799ebf3 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/32f145ff9cd87a97d5eb265e29689c304799ebf3


000a3c5dca1deb811646cf94e705733f5e9ee422 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/000a3c5dca1deb811646cf94e705733f5e9ee422


1111c7578ed76f9b338c5cbc13792ff638e22783 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/1111c7578ed76f9b338c5cbc13792ff638e22783


219e739c9f21a16942162a53935f1dfbaf0414fa by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/219e739c9f21a16942162a53935f1dfbaf0414fa


a2e8ecf9969b0657221f7d0ad6e6aeca5c20cd11 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a2e8ecf9969b0657221f7d0ad6e6aeca5c20cd11


317e3693da558087ab92d2c896be463311e737d6 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/317e3693da558087ab92d2c896be463311e737d6


64ecf8720c959617e0b0a5d10002089a05f28f98 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/64ecf8720c959617e0b0a5d10002089a05f28f98


7f629c0df20a52fb9aabecb657552c0703b70c58 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7f629c0df20a52fb9aabecb657552c0703b70c58


19e1b698c59e56b6e3530220866be0cd0754d1bd by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/19e1b698c59e56b6e3530220866be0cd0754d1bd


647b024784e1346f6886565f570cdf940d7b82b4 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/647b024784e1346f6886565f570cdf940d7b82b4


3db6baa20e0a4661f99654860000e74a2770c2e0 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/3db6baa20e0a4661f99654860000e74a2770c2e0


8658c257c45f11ed28a8fcd621b35261fadffcfa by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/8658c257c45f11ed28a8fcd621b35261fadffcfa


ac4c3b3e8552d401977bcbba668f45d4e4f2cdd6 by Josef Friedrich

https://github.com/harfbuzz/harfbuzz/commit/ac4c3b3e8552d401977bcbba668f45d4e4f2cdd6


ef6adadba92d605d54cf344962206cfbf421193d by DeadSix27

https://github.com/harfbuzz/harfbuzz/commit/ef6adadba92d605d54cf344962206cfbf421193d


90356eb226f633c8a7c9250b2653da75eaf51cfb by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/90356eb226f633c8a7c9250b2653da75eaf51cfb


14b9d8d53432da0a53122ae62ac125f5a67f456a by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/14b9d8d53432da0a53122ae62ac125f5a67f456a


9c258936e7638e9e39976ae6afdc0b05a3065e16 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/9c258936e7638e9e39976ae6afdc0b05a3065e16


feb1f6d39e186421cc309ca137852ecb5fb8f65e by Pedro Kaj Kjellerup Nacht

https://github.com/harfbuzz/harfbuzz/commit/feb1f6d39e186421cc309ca137852ecb5fb8f65e


26c719e8cd767e984daec3656be10b8ceec7832c by Pedro Kaj Kjellerup Nacht

https://github.com/harfbuzz/harfbuzz/commit/26c719e8cd767e984daec3656be10b8ceec7832c


96ed20725c99275f286a9a9cf461548731b6828c by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/96ed20725c99275f286a9a9cf461548731b6828c


04a47932a3844f7e73e3af8b05fb98c8b54fb779 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/04a47932a3844f7e73e3af8b05fb98c8b54fb779


2cd81fdfb6ccc6ba7ec63abe14e0126ece71f304 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/2cd81fdfb6ccc6ba7ec63abe14e0126ece71f304


453ded05392af38bba9f89587edce465e86ffa6b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/453ded05392af38bba9f89587edce465e86ffa6b


c1acfe9966b1d2bd74c80de4aefcccc309664822 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/c1acfe9966b1d2bd74c80de4aefcccc309664822


be872001063d263efe708c4db5af569cfaedd3fe by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/be872001063d263efe708c4db5af569cfaedd3fe


79ae6b657f9c7bff8c97eb8ee7d2dbeb2217868e by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/79ae6b657f9c7bff8c97eb8ee7d2dbeb2217868e


ab87d7d22545f6774a12688708d21e6e18ae7fb4 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/ab87d7d22545f6774a12688708d21e6e18ae7fb4


fe671a5ac811e542071a7cd2151d6c045b77158a by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/fe671a5ac811e542071a7cd2151d6c045b77158a


f0f7f22525d20ba05e9b69ba40b352cb89b506ae by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/f0f7f22525d20ba05e9b69ba40b352cb89b506ae


79233a149209e3da199bb4e2f74271668502c574 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/79233a149209e3da199bb4e2f74271668502c574


8d8bcde8cfe214855fdde15b5d9448e87d3ec734 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/8d8bcde8cfe214855fdde15b5d9448e87d3ec734


a84cae424d7b315336a191d13a2bef8a9d3635d2 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/a84cae424d7b315336a191d13a2bef8a9d3635d2


75e6498d9a8b600ab7f00b3d279f1054dd72feec by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/75e6498d9a8b600ab7f00b3d279f1054dd72feec


204e155acbf6a9311a13efd4400d2a7b52ca609a by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/204e155acbf6a9311a13efd4400d2a7b52ca609a


32c889f1d66e7a990c9e80e3c4cc0bd8f62da601 by Jason Simmons

https://github.com/harfbuzz/harfbuzz/commit/32c889f1d66e7a990c9e80e3c4cc0bd8f62da601


0d65738633f84cfbf69325edb8189ee0184d50cf by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/0d65738633f84cfbf69325edb8189ee0184d50cf


125450d2f220821e63fe748475611c66905904e8 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/125450d2f220821e63fe748475611c66905904e8


663ecc01d8cd32c3fcb8421ee157815ecab413db by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/663ecc01d8cd32c3fcb8421ee157815ecab413db


3d05b96181b259593047f592df4df33a3658e472 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/3d05b96181b259593047f592df4df33a3658e472


7a87b17742a0cec36ad21d9fddc1c605597eea14 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/7a87b17742a0cec36ad21d9fddc1c605597eea14


de6533d8850944e71d5d69c6257ef85f1bf16b1f by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/de6533d8850944e71d5d69c6257ef85f1bf16b1f


7b77cd198c0352b6ed2a0adbee68bb3e246b9658 by Qunxin Liu

https://github.com/harfbuzz/harfbuzz/commit/7b77cd198c0352b6ed2a0adbee68bb3e246b9658


6d2705a719222adaa4d56a5df589f0c1c81e9bfc by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/6d2705a719222adaa4d56a5df589f0c1c81e9bfc


2d8634624ccec268aaac097763f544aafcae8ba8 by Simon Cozens

https://github.com/harfbuzz/harfbuzz/commit/2d8634624ccec268aaac097763f544aafcae8ba8


905eeee4a4ebfbc8ed4f07d3ae0c730dd54eb334 by Jean-Michaël Celerier

https://github.com/harfbuzz/harfbuzz/commit/905eeee4a4ebfbc8ed4f07d3ae0c730dd54eb334


28b05e1cb6116b07b95af799ff68b883c3f590d1 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/28b05e1cb6116b07b95af799ff68b883c3f590d1


9286e125250c7724a5d7eece0fff4284f73341b6 by Garret Rieger

https://github.com/harfbuzz/harfbuzz/commit/9286e125250c7724a5d7eece0fff4284f73341b6


cfa9541daa86c659ea935bbd4507cc620658c6d4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/cfa9541daa86c659ea935bbd4507cc620658c6d4


552290f60437ceaa5aa299a2db726046c0385f80 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/552290f60437ceaa5aa299a2db726046c0385f80


7327006d686c149cefdc7ee6047d2b426ac1ac75 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/7327006d686c149cefdc7ee6047d2b426ac1ac75


69183217dfbd6380f2c57e3a9a793559874667e5 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/69183217dfbd6380f2c57e3a9a793559874667e5


ea17c7a81a743d7e319da0ff4111bcf650d2011b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ea17c7a81a743d7e319da0ff4111bcf650d2011b


f325aba561335a4f0f3c71aa59e42f1a23c774f2 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/f325aba561335a4f0f3c71aa59e42f1a23c774f2


b4b089c4278f041f69c3253f84901de226d38558 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/b4b089c4278f041f69c3253f84901de226d38558


d165afec1d301167754c4152f868a0110b3144a6 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/d165afec1d301167754c4152f868a0110b3144a6


690145fa009b4a705065549474a81113e609419f by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/690145fa009b4a705065549474a81113e609419f


e9d6f23b5d4779e08cd27f38fd92860cb9cbe1da by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/e9d6f23b5d4779e08cd27f38fd92860cb9cbe1da


5cf54aeddec47aea380bfa39d543b8fe373c6873 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5cf54aeddec47aea380bfa39d543b8fe373c6873


5c334b9686064aa0d1d41d8935e713c70c43589b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/5c334b9686064aa0d1d41d8935e713c70c43589b


ab249fd24b355ead23ab23f481bd219e0d95faaa by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ab249fd24b355ead23ab23f481bd219e0d95faaa


039ea9adda1ab9338165469982ae1be6dcce3ae7 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/039ea9adda1ab9338165469982ae1be6dcce3ae7


be47182d4897de6b875101a1d258877ed525a24b by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/be47182d4897de6b875101a1d258877ed525a24b


ab4c32118025822094ef9197ad105e7460230be4 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/ab4c32118025822094ef9197ad105e7460230be4


e57defc07c83f1012fac0f213d636698d86a76c1 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/e57defc07c83f1012fac0f213d636698d86a76c1


a2efa5b4895bc90a89be43196e56de276a5fcf00 by Behdad Esfahbod

https://github.com/harfbuzz/harfbuzz/commit/a2efa5b4895bc90a89be43196e56de276a5fcf00


bfab56d3b5d2d11416375d03c7440f9d6e262f62 by Khaled Hosny

https://github.com/harfbuzz/harfbuzz/commit/bfab56d3b5d2d11416375d03c7440f9d6e262f62


Duplicate of this bug: 1830198

It looks like we experienced one or more build failures when trying to apply this
update. You will need to apply this update manually; you can replicate the patch
locally with ./mach vendor gfx/harfbuzz/moz.yaml. I'm going to abandon the Phabricator patch and
let you submit a new one.

If the build failure wasn't caused by a library change, and was instead caused by
something structural in the build system please let my maintainers know in
Slack:#secinf.

I do my best to automatically add new files to the build, but some moz.build files
are complicated and you may need to fix them manually.

Flags: needinfo?(jfkthame)
Attachment #9332524 - Attachment is obsolete: true
Assignee: nobody → jfkthame
Attachment #9332524 - Attachment is obsolete: false
Status: NEW → ASSIGNED
Attachment #9332524 - Attachment description: Bug 1832194 - Update harfbuzz to 7.3.0 → Bug 1832194 - Update harfbuzz to 7.3.0 r=#gfx-reviewers
Pushed by jkew@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/74ecda791b81 Update harfbuzz to 7.3.0 r=gfx-reviewers,lsalzman
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 115 Branch
Flags: needinfo?(jfkthame)
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: