[webkit-changes] [WebKit/WebKit] ecd392: Generate IPC serialization for enumerations under ...
Žan Doberšek
noreply at github.com
Sat Nov 11 09:15:18 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ecd3922c569d1ac9865d1d6040e3cc23ca5855c3
https://github.com/WebKit/WebKit/commit/ecd3922c569d1ac9865d1d6040e3cc23ca5855c3
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2023-11-11 (Sat, 11 Nov 2023)
Changed paths:
M Source/WebCore/workers/service/background-fetch/BackgroundFetchFailureReason.h
M Source/WebCore/workers/service/background-fetch/BackgroundFetchResult.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Generate IPC serialization for enumerations under WebCore/workers
https://bugs.webkit.org/show_bug.cgi?id=264563
Reviewed by Chris Dumez.
Remove EnumTraits specializations for the BackgroundFetchFailureReason and
BackgroundFetchResult enumerations. Instead, provide IPC serialization
specification for the two enumerations in the WebCoreArgumentCoders
serialization input file.
* Source/WebCore/workers/service/background-fetch/BackgroundFetchFailureReason.h:
* Source/WebCore/workers/service/background-fetch/BackgroundFetchResult.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/270595@main
More information about the webkit-changes
mailing list