Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3c6d8ae984d705a3f8c17cae643c58b1b33456fd
      
https://github.com/WebKit/WebKit/commit/3c6d8ae984d705a3f8c17cae643c58b1b33456fd
  Author: Carlos Garcia Campos <cgar...@igalia.com>
  Date:   2025-05-13 (Tue, 13 May 2025)

  Changed paths:
    M Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEClipboard.cpp
    M Source/WebKit/WPEPlatform/wpe/WPEClipboard.h

  Log Message:
  -----------
  [WPE] WPE Platform: add support for text/uri-list items in clipboard
https://bugs.webkit.org/show_bug.cgi?id=292917

Reviewed by Alejandro G. Castro.

And remove the API to set markup since it's just a wrapper around
wpe_clipboard_content_set_bytes().

* Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:
(WebKit::setClipboardContentFromSpan):
(WebKit::WebPasteboardProxy::writeToClipboard):
(WebKit::WebPasteboardProxy::writeCustomData):
(WebKit::pasteboardItemInfoFromFormats):
* Source/WebKit/WPEPlatform/wpe/WPEClipboard.cpp:
(wpe_clipboard_set_content):
(wpe_clipboard_content_serialize):
(wpe_clipboard_content_set_markup): Deleted.
* Source/WebKit/WPEPlatform/wpe/WPEClipboard.h:

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to