Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f465642e24419af0a257706af31d3cd7aab2976b
https://github.com/WebKit/WebKit/commit/f465642e24419af0a257706af31d3cd7aab2976b
Author: Nikolas Zimmermann <[email protected]>
Date: 2026-04-13 (Mon, 13 Apr 2026)
Changed paths:
M Source/WebKit/Scripts/webkit/messages.py
M Source/WebKit/Shared/gbm/DMABufBuffer.serialization.in
Log Message:
-----------
[GTK][WPE] REGRESSION(310393@main): Restore RValue semantics for
DMABufBufferAttributes IPC encoding
https://bugs.webkit.org/show_bug.cgi?id=312141
Reviewed by Carlos Garcia Campos.
4ca156ae3080 removed the [RValue] attribute from the DMABufBufferAttributes
serialization definition and did not add the bare type to
types_that_must_be_moved() in messages.py. This caused the generated IPC
encoder to pass Vector<UnixFileDescriptor> as const& instead of &&, breaking
file descriptor transfer for DMA-buf buffers.
Covered by existing tests.
* Source/WebKit/Scripts/webkit/messages.py:
(types_that_must_be_moved):
* Source/WebKit/Shared/gbm/DMABufBuffer.serialization.in:
Canonical link: https://commits.webkit.org/311106@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications