Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 6f7a02c6d3df83c93962290913fd496ee022ef62 https://github.com/WebKit/WebKit/commit/6f7a02c6d3df83c93962290913fd496ee022ef62 Author: Žan Doberšek <zdober...@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes