Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5a7b2c171b5decdba35219c6b4ededf5572a4d0e
https://github.com/WebKit/WebKit/commit/5a7b2c171b5decdba35219c6b4ededf5572a4d0e
Author: Fujii Hironori <[email protected]>
Date: 2026-04-20 (Mon, 20 Apr 2026)
Changed paths:
M LayoutTests/platform/wpe/TestExpectations
M
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/editing/other/copy-elements-with-css-vars.tentative-expected.txt
M Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp
Log Message:
-----------
REGRESSION(306624@main) [WPE] Null check the return value of
wpe_clipboard_get_formats
https://bugs.webkit.org/show_bug.cgi?id=310739
Reviewed by Carlos Garcia Campos.
imported/w3c/web-platform-tests/editing/other/copy-elements-with-css-vars.tentative.html
was a flaky crash.
306624@main introduced WTF::span for the return value of
wpe_clipboard_get_formats()
in WebPasteboardProxyWPE.cpp. However, it needs a null check.
* LayoutTests/platform/wpe/TestExpectations:
*
LayoutTests/platform/wpe/imported/w3c/web-platform-tests/editing/other/copy-elements-with-css-vars.tentative-expected.txt:
* Source/WebKit/UIProcess/wpe/WebPasteboardProxyWPE.cpp:
(WebKit::clipboardFormats):
(WebKit::WebPasteboardProxy::typesSafeForDOMToReadAndWrite):
Canonical link: https://commits.webkit.org/311564@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications