Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 1c42b8bdd01713539ca9dbd9b206d4b2c4933e68
https://github.com/WebKit/WebKit/commit/1c42b8bdd01713539ca9dbd9b206d4b2c4933e68
Author: Diego Pino Garcia <[email protected]>
Date: 2026-09-11 (Fri, 11 Sep 2026)
Changed paths:
M Source/WebKit/UIProcess/gtk/ClipboardGtk4.cpp
Log Message:
-----------
[GTK4]
editing/pasteboard/data-transfer-set-data-sanitize-url-when-copying-in-null-origin.html
is failing
https://bugs.webkit.org/show_bug.cgi?id=277401
Reviewed by Carlos Garcia Campos.
The test was passing on GTK3 but failing on GTK4. The text expectations
diff shown the regression was caused by a different order evaluation of
code blocks 'selectionData.hasURIList()' and 'selectionData.hasMarkup()'.
Swap order to match GTK3 'Clipboard:write' implementation.
* Source/WebKit/UIProcess/gtk/ClipboardGtk4.cpp:
(WebKit::Clipboard::write):
Canonical link: https://commits.webkit.org/320913@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications