[webkit-changes] [WebKit/WebKit] 0880ca: [WPE] Turn off ENABLE_OPENTYPE_MATH

Michael Catanzaro noreply at github.com
Tue Feb 21 17:10:37 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0880ca8024e1f35969cc9b10090acd6829cb2eec
      https://github.com/WebKit/WebKit/commit/0880ca8024e1f35969cc9b10090acd6829cb2eec
  Author: Michael Catanzaro <mcatanzaro at redhat.com>
  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 at 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




More information about the webkit-changes mailing list