[webkit-changes] [WebKit/WebKit] c212b0: Port RemoteMediaPlayerProxyConfiguration and other...

Gavin noreply at github.com
Thu Jan 26 08:25:53 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c212b02072b3652e3c0cb7ef2897f9909c058711
      https://github.com/WebKit/WebKit/commit/c212b02072b3652e3c0cb7ef2897f9909c058711
  Author: Gavin Phillips <gavin.p at apple.com>
  Date:   2023-01-26 (Thu, 26 Jan 2023)

  Changed paths:
    M Source/WebCore/Modules/indexeddb/IDBKey.h
    M Source/WebCore/Modules/indexeddb/IDBKeyData.cpp
    M Source/WebCore/Modules/indexeddb/IndexedDB.h
    M Source/WebCore/Modules/webauthn/AuthenticatorAttachment.h
    M Source/WebCore/Modules/webauthn/AuthenticatorCoordinatorClient.h
    M Source/WebCore/Modules/webauthn/AuthenticatorResponse.h
    M Source/WebCore/Modules/webauthn/PublicKeyCredential.h
    M Source/WebCore/Modules/webauthn/PublicKeyCredentialCreationOptions.h
    M Source/WebCore/Modules/webauthn/ResidentKeyRequirement.h
    M Source/WebCore/Modules/webauthn/UserVerificationRequirement.h
    M Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUPredefinedColorSpace.h
    M Source/WebCore/bindings/js/IDBBindingUtilities.cpp
    M Source/WebCore/platform/graphics/FourCC.h
    M Source/WebCore/platform/graphics/MediaPlayerEnums.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxyConfiguration.h
    A Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxyConfiguration.serialization.in
    M Source/WebKit/Shared/Extensions/WebExtensionEventListenerType.h
    A Source/WebKit/Shared/Extensions/WebExtensionEventListenerType.serialization.in
    M Source/WebKit/Shared/PALArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.h
    M Source/WebKit/UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.messages.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/GPU/media/RemoteMediaPlayerConfiguration.h
    A Source/WebKit/WebProcess/GPU/media/RemoteMediaPlayerConfiguration.serialization.in

  Log Message:
  -----------
  Port RemoteMediaPlayerProxyConfiguration and others to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=251007
rdar://104562638

Reviewed by Alex Christensen.

This changes continues the porting work to the new serialization format.
It ports changes for:
    - RemoteMediaPlayerProxyConfiguration
    - RemoteMediaPlayerConfiguration
    - WebExtensionEventListenerType
    - PAL::WebGPU::PredefinedColorSpace
    - WebCore::IndexedDB::KeyType
    - WebCore::IndexedDB::CursorDirection
    - WebCore::IndexedDB::ObjectStoreOverwriteMode
    - WebCore::IndexedDB::RequestType
    - WebCore::ResidentKeyRequirement
    - WebCore::AuthenticatorAttachment
    - WebCore::MediaEngineSupportParameters
    - WebCore::MediaPlayerNetworkState
    - WebCore::MediaPlayerReadyState
    - WebCore::MediaPlayerMovieLoadType
    - WebCore::MediaPlayerPreload
    - WebCore::MediaPlayerVideoGravity
    - WebCore::MediaPlayerSupportsType
    - WebCore::MediaPlayerBufferingPolicy
    - WebCore::MediaPlayerMediaEngineIdentifier
    - WebCore::MediaPlayerWirelessPlaybackTargetType
    - WebCore::MediaPlayerPitchCorrectionAlgorithm

* Source/WebCore/Modules/indexeddb/IDBKey.h:
(WebCore::IDBKey::compareTypes): Deleted.
* Source/WebCore/Modules/indexeddb/IDBKeyData.cpp:
(WebCore::IDBKeyData::decode):
* Source/WebCore/Modules/indexeddb/IndexedDB.h:
(): Deleted.
* Source/WebCore/Modules/webauthn/AuthenticatorAttachment.h:
* Source/WebCore/Modules/webauthn/AuthenticatorCoordinatorClient.h:
* Source/WebCore/Modules/webauthn/AuthenticatorResponse.h:
* Source/WebCore/Modules/webauthn/PublicKeyCredential.h:
* Source/WebCore/Modules/webauthn/PublicKeyCredentialCreationOptions.h:
* Source/WebCore/Modules/webauthn/ResidentKeyRequirement.h:
* Source/WebCore/Modules/webauthn/UserVerificationRequirement.h:
* Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUPredefinedColorSpace.h:
* Source/WebCore/bindings/js/IDBBindingUtilities.cpp:
(WebCore::createKeyPathArray):
* Source/WebCore/platform/graphics/FourCC.h:
(WebCore::FourCC::encode const): Deleted.
(WebCore::FourCC::decode): Deleted.
* Source/WebCore/platform/graphics/MediaPlayerEnums.h:
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxyConfiguration.h:
(WebKit::RemoteMediaPlayerProxyConfiguration::encode const): Deleted.
(WebKit::RemoteMediaPlayerProxyConfiguration::decode): Deleted.
* Source/WebKit/GPUProcess/media/RemoteMediaPlayerProxyConfiguration.serialization.in: Added.
* Source/WebKit/Shared/Extensions/WebExtensionEventListenerType.h:
* Source/WebKit/Shared/Extensions/WebExtensionEventListenerType.serialization.in: Added.
* Source/WebKit/Shared/PALArgumentCoders.serialization.in:
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.h:
* Source/WebKit/UIProcess/WebAuthentication/WebAuthenticatorCoordinatorProxy.messages.in:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/GPU/media/RemoteMediaPlayerConfiguration.h:
(WebKit::RemoteMediaPlayerConfiguration::encode const): Deleted.
(WebKit::RemoteMediaPlayerConfiguration::decode): Deleted.
* Source/WebKit/WebProcess/GPU/media/RemoteMediaPlayerConfiguration.serialization.in: Added.

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




More information about the webkit-changes mailing list