Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 3a987360e48df0cd576367767987433aa554f292 https://github.com/WebKit/WebKit/commit/3a987360e48df0cd576367767987433aa554f292 Author: Carlos Garcia Campos <cgar...@igalia.com> Date: 2025-04-24 (Thu, 24 Apr 2025)
Changed paths: M Source/WebCore/platform/PasteboardStrategy.h M Source/WebCore/platform/gtk/PasteboardGtk.cpp M Source/WebKit/UIProcess/WebPasteboardProxy.h M Source/WebKit/UIProcess/WebPasteboardProxy.messages.in M Source/WebKit/UIProcess/gtk/WebPasteboardProxyGtk.cpp M Source/WebKit/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp M Source/WebKit/WebProcess/WebCoreSupport/WebPlatformStrategies.h Log Message: ----------- [GTK] Add type parameter to PlatformStrategies::readTextFromClipboard() https://bugs.webkit.org/show_bug.cgi?id=291950 Reviewed by Michael Catanzaro. This way we can use this method for all text contents, and call readBuffer when needed from the UI process instead. * Source/WebCore/platform/PasteboardStrategy.h: * Source/WebCore/platform/gtk/PasteboardGtk.cpp: (WebCore::Pasteboard::read): (WebCore::Pasteboard::readString): * Source/WebKit/UIProcess/WebPasteboardProxy.h: * Source/WebKit/UIProcess/WebPasteboardProxy.messages.in: * Source/WebKit/UIProcess/gtk/WebPasteboardProxyGtk.cpp: (WebKit::WebPasteboardProxy::readText): * Source/WebKit/WebProcess/WebCoreSupport/WebPlatformStrategies.cpp: (WebKit::WebPlatformStrategies::readTextFromClipboard): * Source/WebKit/WebProcess/WebCoreSupport/WebPlatformStrategies.h: Canonical link: https://commits.webkit.org/294053@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