Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a0e6b6f7b1f79a9080998ed27c9a201c2824080a
https://github.com/WebKit/WebKit/commit/a0e6b6f7b1f79a9080998ed27c9a201c2824080a
Author: Claudio Saavedra <[email protected]>
Date: 2024-04-05 (Fri, 05 Apr 2024)
Changed paths:
M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUFeatureName.h
M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUPowerPreference.h
M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUPredefinedColorSpace.h
M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUTextureAspect.h
M Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUTextureFormat.h
M Source/WebCore/Modules/applicationmanifest/ApplicationManifest.h
M Source/WebCore/Modules/contact-picker/ContactProperty.h
M Source/WebCore/Modules/cookie-consent/CookieConsentDecisionResult.h
M Source/WebCore/Modules/indexeddb/IDBTransactionDurability.h
M Source/WebCore/Modules/indexeddb/IDBTransactionMode.h
M Source/WebCore/Modules/indexeddb/IndexedDB.h
M Source/WebCore/Modules/indexeddb/shared/IDBGetRecordData.h
M Source/WebCore/Modules/indexeddb/shared/IDBResultData.h
M Source/WebCore/Modules/mediastream/RTCErrorDetailType.h
M Source/WebCore/Modules/notifications/NotificationEventType.h
M Source/WebCore/Modules/permissions/PermissionName.h
M Source/WebCore/Modules/permissions/PermissionQuerySource.h
M Source/WebCore/Modules/permissions/PermissionState.h
M Source/WebCore/Modules/push-api/PushPermissionState.h
M Source/WebCore/Modules/reporting/ViolationReportType.h
M Source/WebCore/Modules/speech/SpeechRecognitionUpdate.h
M Source/WebCore/dom/ExceptionCode.h
M Source/WebCore/dom/SecurityPolicyViolationEventDisposition.h
M Source/WebCore/dom/ViewportArguments.cpp
M Source/WebCore/editing/CompositionUnderline.h
M Source/WebCore/editing/TextManipulationController.h
M Source/WebCore/html/Autofill.h
M Source/WebCore/html/DataListSuggestionInformation.h
M Source/WebCore/html/EnterKeyHint.h
M Source/WebCore/html/LinkIconType.h
M Source/WebCore/loader/FrameLoader.cpp
M Source/WebCore/loader/FrameLoaderTypes.h
M Source/WebCore/loader/LoadSchedulingMode.h
M Source/WebCore/loader/ResourceLoaderOptions.h
M Source/WebCore/loader/cache/TrustedFonts.h
M Source/WebCore/page/DragActions.h
M Source/WebCore/page/MediaProducer.h
M Source/WebCore/page/ScreenOrientationLockType.h
M Source/WebCore/page/ScreenOrientationType.h
M Source/WebCore/page/SecurityOrigin.h
M Source/WebCore/page/StorageBlockingPolicy.h
M Source/WebCore/page/TextIndicator.h
M Source/WebCore/page/TranslationContextMenuInfo.h
M Source/WebCore/platform/Cursor.h
M Source/WebCore/platform/FileChooser.h
M Source/WebCore/platform/MediaSample.h
M Source/WebCore/platform/PlatformScreen.h
M Source/WebCore/platform/PopupMenuStyle.h
M Source/WebCore/platform/ScreenProperties.h
M Source/WebCore/platform/ScrollTypes.h
M Source/WebCore/platform/UserInterfaceLayoutDirection.h
M Source/WebCore/platform/audio/AudioSession.h
M Source/WebCore/platform/graphics/ColorSpace.h
M Source/WebCore/platform/graphics/GraphicsContextGLAttributes.h
M Source/WebCore/platform/graphics/GraphicsTypes.h
M Source/WebCore/platform/graphics/ImageOrientation.h
M Source/WebCore/platform/graphics/PixelFormat.h
M Source/WebCore/platform/graphics/PlatformColorSpace.h
M Source/WebCore/platform/graphics/ca/PlatformCAAnimation.h
M Source/WebCore/platform/graphics/ca/PlatformCALayer.h
M Source/WebCore/platform/graphics/filters/FilterOperation.h
M Source/WebCore/platform/graphics/transforms/TransformOperation.h
M Source/WebCore/platform/mediastream/MediaConstraints.h
M Source/WebCore/platform/network/ResourceErrorBase.h
M Source/WebCore/platform/text/TextChecking.h
M Source/WebCore/platform/text/TextFlags.h
M Source/WebCore/plugins/PluginData.h
M Source/WebCore/rendering/style/StyleSelfAlignmentData.h
M Source/WebCore/storage/StorageType.h
M Source/WebCore/style/StyleAppearance.h
M Source/WebGPU/WGSL/AST/ASTStringDumper.cpp
M Source/WebKit/NetworkProcess/NetworkLoadParameters.h
M Source/WebKit/Shared/ContextMenuContextData.h
M Source/WebKit/Shared/DrawingAreaInfo.h
M Source/WebKit/Shared/EditingRange.h
M Source/WebKit/Shared/PrintInfo.h
M Source/WebKit/Shared/SessionState.h
M Source/WebKit/Shared/WebEvent.h
M Source/WebKit/Shared/WebHitTestResultData.h
M Source/WebKit/Shared/WebPopupItem.h
M Source/WebKit/Shared/WebWheelEvent.h
M Source/WebKit/UIProcess/WebAuthentication/fido/CtapAuthenticator.cpp
M
Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCAAnimationRemote.h
M Source/WebKit/WebProcess/WebPage/wc/WCUpdateInfo.h
Log Message:
-----------
Remove leftover EnumTraits includes
https://bugs.webkit.org/show_bug.cgi?id=272221
Reviewed by Sihui Liu.
Since the migration to the new IPC generators most uses of EnumTraits
have been removed, but the includes were left. Remove the leftovers.
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUFeatureName.h:
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUPowerPreference.h:
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUPredefinedColorSpace.h:
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUTextureAspect.h:
* Source/WebCore/Modules/WebGPU/InternalAPI/WebGPUTextureFormat.h:
* Source/WebCore/Modules/applicationmanifest/ApplicationManifest.h:
* Source/WebCore/Modules/contact-picker/ContactProperty.h:
* Source/WebCore/Modules/cookie-consent/CookieConsentDecisionResult.h:
* Source/WebCore/Modules/indexeddb/IDBTransactionDurability.h:
* Source/WebCore/Modules/indexeddb/IDBTransactionMode.h:
* Source/WebCore/Modules/indexeddb/IndexedDB.h:
* Source/WebCore/Modules/indexeddb/shared/IDBGetRecordData.h:
* Source/WebCore/Modules/indexeddb/shared/IDBResultData.h:
* Source/WebCore/Modules/mediastream/RTCErrorDetailType.h:
* Source/WebCore/Modules/notifications/NotificationEventType.h:
* Source/WebCore/Modules/permissions/PermissionName.h:
* Source/WebCore/Modules/permissions/PermissionQuerySource.h:
* Source/WebCore/Modules/permissions/PermissionState.h:
* Source/WebCore/Modules/push-api/PushPermissionState.h:
* Source/WebCore/Modules/reporting/ViolationReportType.h:
* Source/WebCore/Modules/speech/SpeechRecognitionUpdate.h:
* Source/WebCore/dom/ExceptionCode.h:
* Source/WebCore/dom/SecurityPolicyViolationEventDisposition.h:
* Source/WebCore/dom/ViewportArguments.cpp:
* Source/WebCore/editing/CompositionUnderline.h:
* Source/WebCore/editing/TextManipulationController.h:
* Source/WebCore/html/Autofill.h:
* Source/WebCore/html/DataListSuggestionInformation.h:
* Source/WebCore/html/EnterKeyHint.h:
* Source/WebCore/html/LinkIconType.h:
* Source/WebCore/loader/FrameLoader.cpp:
* Source/WebCore/loader/FrameLoaderTypes.h:
* Source/WebCore/loader/LoadSchedulingMode.h:
* Source/WebCore/loader/ResourceLoaderOptions.h:
* Source/WebCore/loader/cache/TrustedFonts.h:
* Source/WebCore/page/DragActions.h:
* Source/WebCore/page/MediaProducer.h:
* Source/WebCore/page/ScreenOrientationLockType.h:
* Source/WebCore/page/ScreenOrientationType.h:
* Source/WebCore/page/SecurityOrigin.h:
* Source/WebCore/page/StorageBlockingPolicy.h:
* Source/WebCore/page/TextIndicator.h:
* Source/WebCore/page/TranslationContextMenuInfo.h:
* Source/WebCore/platform/Cursor.h:
* Source/WebCore/platform/FileChooser.h:
* Source/WebCore/platform/MediaSample.h:
* Source/WebCore/platform/PlatformScreen.h:
* Source/WebCore/platform/PopupMenuStyle.h:
* Source/WebCore/platform/ScreenProperties.h:
* Source/WebCore/platform/ScrollTypes.h:
* Source/WebCore/platform/UserInterfaceLayoutDirection.h:
* Source/WebCore/platform/audio/AudioSession.h:
* Source/WebCore/platform/graphics/ColorSpace.h:
* Source/WebCore/platform/graphics/GraphicsContextGLAttributes.h:
* Source/WebCore/platform/graphics/GraphicsTypes.h:
* Source/WebCore/platform/graphics/ImageOrientation.h:
* Source/WebCore/platform/graphics/PixelFormat.h:
* Source/WebCore/platform/graphics/PlatformColorSpace.h:
* Source/WebCore/platform/graphics/ca/PlatformCAAnimation.h:
* Source/WebCore/platform/graphics/ca/PlatformCALayer.h:
* Source/WebCore/platform/graphics/filters/FilterOperation.h:
* Source/WebCore/platform/graphics/transforms/TransformOperation.h:
* Source/WebCore/platform/mediastream/MediaConstraints.h:
* Source/WebCore/platform/network/ResourceErrorBase.h:
* Source/WebCore/platform/text/TextChecking.h:
* Source/WebCore/platform/text/TextFlags.h:
* Source/WebCore/plugins/PluginData.h:
* Source/WebCore/rendering/style/StyleSelfAlignmentData.h:
* Source/WebCore/storage/StorageType.h:
* Source/WebCore/style/StyleAppearance.h:
* Source/WebGPU/WGSL/AST/ASTStringDumper.cpp:
* Source/WebKit/NetworkProcess/NetworkLoadParameters.h:
* Source/WebKit/Shared/ContextMenuContextData.h:
* Source/WebKit/Shared/DrawingAreaInfo.h:
* Source/WebKit/Shared/EditingRange.h:
* Source/WebKit/Shared/PrintInfo.h:
* Source/WebKit/Shared/SessionState.h:
* Source/WebKit/Shared/WebEvent.h:
* Source/WebKit/Shared/WebHitTestResultData.h:
* Source/WebKit/Shared/WebPopupItem.h:
* Source/WebKit/Shared/WebWheelEvent.h:
* Source/WebKit/UIProcess/WebAuthentication/fido/CtapAuthenticator.cpp:
* Source/WebKit/WebProcess/WebPage/RemoteLayerTree/PlatformCAAnimationRemote.h:
* Source/WebKit/WebProcess/WebPage/wc/WCUpdateInfo.h:
Canonical link: https://commits.webkit.org/277137@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes