[webkit-changes] [WebKit/WebKit] d6d777: Generate serialization for NSTextAttachment

Simon Lewis noreply at github.com
Thu Jan 11 13:10:40 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d6d777b7f57d9ed6d45ad786d13373bfd3494e72
      https://github.com/WebKit/WebKit/commit/d6d777b7f57d9ed6d45ad786d13373bfd3494e72
  Author: Simon Lewis <simon.lewis at apple.com>
  Date:   2024-01-11 (Thu, 11 Jan 2024)

  Changed paths:
    M Source/WebCore/SourcesCocoa.txt
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/editing/cocoa/AttributedString.h
    M Source/WebCore/editing/cocoa/AttributedString.mm
    M Source/WebCore/editing/cocoa/HTMLConverter.mm
    A Source/WebCore/editing/cocoa/TextAttachmentForSerialization.h
    A Source/WebCore/editing/cocoa/WebCoreTextAttachment.h
    A Source/WebCore/editing/cocoa/WebCoreTextAttachment.mm
    M Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Generate serialization for NSTextAttachment
https://bugs.webkit.org/show_bug.cgi?id=266727
rdar://119953597

Reviewed by Alex Christensen.

* Source/WebCore/SourcesCocoa.txt:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/editing/cocoa/AttributedString.h:
* Source/WebCore/editing/cocoa/AttributedString.mm:
(WebCore::toNSObject):
(WebCore::extractValue):
* Source/WebCore/editing/cocoa/HTMLConverter.mm:
(HTMLConverter::_addAttachmentForElement):
* Source/WebCore/editing/cocoa/TextAttachmentForSerialization.h: Added.
* Source/WebCore/editing/cocoa/WebCoreTextAttachment.h: Added.
* Source/WebCore/editing/cocoa/WebCoreTextAttachment.mm: Added.
(webCoreTextAttachmentMissingPlatformImage):
* Source/WebKit/Shared/Cocoa/WebCoreArgumentCodersCocoa.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

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




More information about the webkit-changes mailing list