[webkit-changes] [WebKit/WebKit] 6f7a02: Clean up EnumTraits specializations under WebCore/...
Žan Doberšek
noreply at github.com
Mon Nov 13 12:00:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6f7a02c6d3df83c93962290913fd496ee022ef62
https://github.com/WebKit/WebKit/commit/6f7a02c6d3df83c93962290913fd496ee022ef62
Author: Žan Doberšek <zdobersek at igalia.com>
Date: 2023-11-13 (Mon, 13 Nov 2023)
Changed paths:
M Source/WebCore/Headers.cmake
M Source/WebCore/Modules/ShapeDetection/Interfaces/LandmarkTypeInterface.h
M Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.h
M Source/WebCore/Modules/mediastream/MediaAccessDenialReason.h
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
Log Message:
-----------
Clean up EnumTraits specializations under WebCore/Modules
https://bugs.webkit.org/show_bug.cgi?id=264723
Reviewed by Chris Dumez.
Remove redundant EnumTraits specializations for the ShapeDetection::LandmarkType
and MediaAccessDenialReason enumerations. Also remove the specialization for the
CredentialRequestOptions::MediationRequirement enumeration, replacing it with an
IPC serialization specification in the WebCoreArgumentCoders serialization input
file.
* Source/WebCore/Headers.cmake:
* Source/WebCore/Modules/ShapeDetection/Interfaces/LandmarkTypeInterface.h:
* Source/WebCore/Modules/credentialmanagement/CredentialRequestOptions.h:
* Source/WebCore/Modules/mediastream/MediaAccessDenialReason.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
Canonical link: https://commits.webkit.org/270655@main
More information about the webkit-changes
mailing list