[webkit-changes] [WebKit/WebKit] 00b88f: Autogenerate serializers for font attributes and n...

Chirag Shah noreply at github.com
Fri Jan 13 09:46:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 00b88f5cfcd77748f2192e071871822189045af3
      https://github.com/WebKit/WebKit/commit/00b88f5cfcd77748f2192e071871822189045af3
  Author: Chirag M Shah <chirag_m_shah at apple.com>
  Date:   2023-01-13 (Fri, 13 Jan 2023)

  Changed paths:
    M Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml
    M Source/WebCore/editing/FontAttributes.h
    M Source/WebCore/editing/VisibleSelection.h
    M Source/WebCore/editing/WritingDirection.h
    M Source/WebCore/editing/cocoa/DataDetectorType.h
    M Source/WebCore/html/AutocapitalizeTypes.h
    M Source/WebCore/loader/FrameLoader.cpp
    M Source/WebCore/page/Settings.yaml
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Autogenerate serializers for font attributes and nested enums inside it
https://bugs.webkit.org/show_bug.cgi?id=250465
rdar://104130124

Reviewed by Alex Christensen.

* Source/WTF/Scripts/Preferences/UnifiedWebPreferences.yaml:
* Source/WebCore/editing/FontAttributes.h:
(WebCore::TextList::encode const): Deleted.
(WebCore::TextList::decode): Deleted.
* Source/WebCore/editing/VisibleSelection.h:
* Source/WebCore/editing/WritingDirection.h:
* Source/WebCore/editing/cocoa/DataDetectorType.h:
* Source/WebCore/html/AutocapitalizeTypes.h:
* Source/WebCore/loader/FrameLoader.cpp:
(WebCore::FrameLoader::checkLoadCompleteForThisFrame):
* Source/WebCore/page/Settings.yaml:
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<FontAttributes>::encode): Deleted.
(IPC::ArgumentCoder<FontAttributes>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list