Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 0880ca8024e1f35969cc9b10090acd6829cb2eec
https://github.com/WebKit/WebKit/commit/0880ca8024e1f35969cc9b10090acd6829cb2eec
Author: Michael Catanzaro <[email protected]>
Date: 2023-02-21 (Tue, 21 Feb 2023)
Changed paths:
M Source/WTF/wtf/PlatformEnable.h
Log Message:
-----------
[WPE] Turn off ENABLE_OPENTYPE_MATH
https://bugs.webkit.org/show_bug.cgi?id=252683
Reviewed by Frédéric Wang.
ENABLE_OPENTYPE_MATH is confusing. There are two implementations for
parsing the OpenType MATH table:
- WebKit internal implementation, used by WPE, Apple, Windows ports
- harfbuzz implementation, added in 181910@main, used by GTK
I doubt there's any good reason for WPE and GTK ports to be different,
so WPE should probably use harfbuzz.
* Source/WTF/wtf/PlatformEnable.h:
Canonical link: https://commits.webkit.org/260641@main
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes