[webkit-changes] [WebKit/WebKit] 124e37: Port TextFlags encoders/decoders over to the new s...

Gavin noreply at github.com
Thu Oct 6 16:58:01 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 124e37f038913ae4088a9855106553a5f02a242a
      https://github.com/WebKit/WebKit/commit/124e37f038913ae4088a9855106553a5f02a242a
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2022-10-06 (Thu, 06 Oct 2022)

  Changed paths:
    M Source/WebCore/platform/text/TextFlags.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    A Source/WebKit/Shared/TextFlags.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Port TextFlags encoders/decoders over to the new serialization format
https://bugs.webkit.org/show_bug.cgi?id=246154
rdar://100852252

Reviewed by Alex Christensen.

Port the encoders/decoders/enums supporting TextFlags over to the new format.
Also remove the ones no-longer needed.

* Source/WebCore/platform/text/TextFlags.h:
(WebCore::FontVariantSettings::encode const): Deleted.
(WebCore::FontVariantSettings::decode): Deleted.
(WebCore::FontVariantLigaturesValues::encode const): Deleted.
(WebCore::FontVariantLigaturesValues::decode): Deleted.
(WebCore::FontVariantNumericValues::encode const): Deleted.
(WebCore::FontVariantNumericValues::decode): Deleted.
(WebCore::FontVariantEastAsianValues::encode const): Deleted.
(WebCore::FontVariantEastAsianValues::decode): Deleted.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

Canonical link: https://commits.webkit.org/255249@main




More information about the webkit-changes mailing list