[webkit-changes] [WebKit/WebKit] 09f32f: [MultiRep HEIC] Attachments should not use a custo...

Aditya Keerthi noreply at github.com
Mon Feb 12 16:01:46 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 09f32f1cbbdb883203b6acde55ea6ddc9486ee98
      https://github.com/WebKit/WebKit/commit/09f32f1cbbdb883203b6acde55ea6ddc9486ee98
  Author: Aditya Keerthi <akeerthi at apple.com>
  Date:   2024-02-12 (Mon, 12 Feb 2024)

  Changed paths:
    M Source/WebCore/editing/cocoa/EditorCocoa.mm

  Log Message:
  -----------
  [MultiRep HEIC] Attachments should not use a custom content type
https://bugs.webkit.org/show_bug.cgi?id=269212
rdar://122814734

Reviewed by Wenson Hsieh.

274428 at main resulted in the use of a custom type for <attachment> in addition
to <source>. However, to maintain client compatibility, the standard type should
be used for <attachment>.

* Source/WebCore/editing/cocoa/EditorCocoa.mm:
(WebCore::Editor::insertMultiRepresentationHEIC):

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




More information about the webkit-changes mailing list