[webkit-changes] [WebKit/WebKit] ff2215: Port Font::Attributes to the new IPC serialization...

Chris Dumez noreply at github.com
Thu Dec 7 12:29:58 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: ff2215743d202983f1eb966c1a60158480fd464c
      https://github.com/WebKit/WebKit/commit/ff2215743d202983f1eb966c1a60158480fd464c
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-12-07 (Thu, 07 Dec 2023)

  Changed paths:
    M Source/WebCore/platform/graphics/Font.cpp
    M Source/WebCore/platform/graphics/Font.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Port Font::Attributes to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=266002

Reviewed by Brady Eidson.

* Source/WebCore/platform/graphics/Font.cpp:
(WebCore::FontInternalAttributes::ensureRenderingResourceIdentifier const):
(WebCore::Font::Attributes::ensureRenderingResourceIdentifier const): Deleted.
* Source/WebCore/platform/graphics/Font.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.cpp:
(IPC::ArgumentCoder<WebCore::Font::Attributes>::encode): Deleted.
(IPC::ArgumentCoder<Font::Attributes>::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list