[webkit-changes] [WebKit/WebKit] 51d9b8: Port WebCore Enum types to the new serialization f...

Simon Lewis noreply at github.com
Mon Jul 17 08:46:06 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 51d9b8fdc91ff0a5e8adc3e7a262fb6c1fa0866c
      https://github.com/WebKit/WebKit/commit/51d9b8fdc91ff0a5e8adc3e7a262fb6c1fa0866c
  Author: Simon Lewis <simon.lewis at apple.com>
  Date:   2023-07-17 (Mon, 17 Jul 2023)

  Changed paths:
    M Source/WebCore/Modules/applepay/ApplePayFeature.h
    M Source/WebCore/Modules/applepay/ApplePayPaymentTiming.h
    M Source/WebCore/Modules/applepay/ApplePayRecurringPaymentDateUnit.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/shared/IDBResultData.h
    M Source/WebCore/Modules/mediasession/MediaSessionAction.h
    M Source/WebCore/Modules/mediasession/MediaSessionCoordinatorState.h
    M Source/WebCore/Modules/mediasession/MediaSessionPlaybackState.h
    M Source/WebCore/Modules/mediasession/MediaSessionReadyState.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/webcodecs/WebCodecsEncodedVideoChunkType.h
    M Source/WebCore/WebCore.xcodeproj/project.pbxproj
    M Source/WebCore/html/Autofill.h
    M Source/WebCore/html/EnterKeyHint.h
    M Source/WebCore/loader/LoadSchedulingMode.h
    M Source/WebCore/loader/ResourceLoaderOptions.h
    M Source/WebCore/loader/ShouldTreatAsContinuingLoad.h
    M Source/WebCore/loader/cache/AllowedFonts.h
    M Source/WebCore/page/MediaProducer.h
    M Source/WebCore/page/ScreenOrientationType.h
    M Source/WebCore/page/StorageBlockingPolicy.h
    M Source/WebCore/page/TranslationContextMenuInfo.h
    M Source/WebCore/page/csp/ContentSecurityPolicy.h
    M Source/WebCore/platform/ScrollTypes.h
    M Source/WebCore/platform/graphics/mac/AppKitControlSystemImage.h
    M Source/WebCore/rendering/style/ListStyleType.h
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in

  Log Message:
  -----------
  Port WebCore Enum types to the new serialization format
https://bugs.webkit.org/show_bug.cgi?id=253249
rdar://106150003

Reviewed by Alex Christensen.

* Source/WebCore/Modules/applepay/ApplePayFeature.h:
* Source/WebCore/Modules/applepay/ApplePayPaymentTiming.h:
* Source/WebCore/Modules/applepay/ApplePayRecurringPaymentDateUnit.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/shared/IDBResultData.h:
* Source/WebCore/Modules/mediasession/MediaSessionAction.h:
* Source/WebCore/Modules/mediasession/MediaSessionCoordinatorState.h:
* Source/WebCore/Modules/mediasession/MediaSessionPlaybackState.h:
* Source/WebCore/Modules/mediasession/MediaSessionReadyState.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/webcodecs/WebCodecsEncodedVideoChunkType.h:
* Source/WebCore/WebCore.xcodeproj/project.pbxproj:
* Source/WebCore/html/Autofill.h:
* Source/WebCore/html/EnterKeyHint.h:
* Source/WebCore/loader/LoadSchedulingMode.h:
* Source/WebCore/loader/ResourceLoaderOptions.h:
* Source/WebCore/loader/ShouldTreatAsContinuingLoad.h:
* Source/WebCore/loader/cache/AllowedFonts.h:
(): Deleted.
* Source/WebCore/page/MediaProducer.h:
* Source/WebCore/page/ScreenOrientationType.h:
* Source/WebCore/page/StorageBlockingPolicy.h:
* Source/WebCore/page/TranslationContextMenuInfo.h:
(WebCore::TranslationContextMenuInfo::encode const): Deleted.
(WebCore::TranslationContextMenuInfo::decode): Deleted.
* Source/WebCore/page/csp/ContentSecurityPolicy.h:
* Source/WebCore/platform/ScrollTypes.h:
* Source/WebCore/platform/graphics/mac/AppKitControlSystemImage.h:
* Source/WebCore/rendering/style/ListStyleType.h:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:

Canonical link: https://commits.webkit.org/266099@main




More information about the webkit-changes mailing list