[webkit-changes] [WebKit/WebKit] 1d5187: Expose more structures and enums to IPC testing API

Alex Christensen noreply at github.com
Sat Jan 21 20:43:45 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 1d5187ac0a4127da1c0600b9011f5f8563cd175b
      https://github.com/WebKit/WebKit/commit/1d5187ac0a4127da1c0600b9011f5f8563cd175b
  Author: Alex Christensen <achristensen at apple.com>
  Date:   2023-01-21 (Sat, 21 Jan 2023)

  Changed paths:
    M Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUConvertToBackingContext.h
    M Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUPowerPreference.h
    M Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUTextureAspect.h
    M Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUTextureFormat.h
    M Source/WebCore/bindings/js/BufferSource.h
    M Source/WebCore/platform/MediaSelectionOption.h
    M Source/WebCore/platform/encryptedmedia/CDMEncryptionScheme.h
    M Source/WebCore/platform/encryptedmedia/CDMLogging.h
    M Source/WebCore/platform/encryptedmedia/CDMMediaCapability.h
    M Source/WebCore/platform/encryptedmedia/CDMSessionType.h
    M Source/WebCore/platform/mediacapabilities/MediaDecodingType.h
    M Source/WebCore/platform/mediacapabilities/MediaEncodingType.h
    M Source/WebCore/platform/mediastream/MediaConstraints.h
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Scripts/webkit/messages.py
    M Source/WebKit/Scripts/webkit/tests/MessageArgumentDescriptions.cpp
    A Source/WebKit/Shared/PALArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/UIProcess/VisitedLinkStore.messages.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj
    M Source/WebKit/WebProcess/WebPage/VisitedLinkTableController.messages.in

  Log Message:
  -----------
  Expose more structures and enums to IPC testing API
https://bugs.webkit.org/show_bug.cgi?id=250957
rdar://104518002

Reviewed by Simon Fraser.

* Source/WebCore/PAL/pal/graphics/WebGPU/Impl/WebGPUConvertToBackingContext.h:
* Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUPowerPreference.h:
* Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUTextureAspect.h:
* Source/WebCore/PAL/pal/graphics/WebGPU/WebGPUTextureFormat.h:
* Source/WebCore/bindings/js/BufferSource.h:
(WebCore::BufferSource::BufferSource):
(WebCore::BufferSource::span const):
(WebCore::BufferSource::encode const): Deleted.
(WebCore::BufferSource::decode): Deleted.
* Source/WebCore/platform/MediaSelectionOption.h:
(WebCore::MediaSelectionOption::encode const): Deleted.
(WebCore::MediaSelectionOption::decode): Deleted.
* Source/WebCore/platform/encryptedmedia/CDMEncryptionScheme.h:
* Source/WebCore/platform/encryptedmedia/CDMLogging.h:
* Source/WebCore/platform/encryptedmedia/CDMMediaCapability.h:
(WebCore::CDMMediaCapability::encode const): Deleted.
(WebCore::CDMMediaCapability::decode): Deleted.
* Source/WebCore/platform/encryptedmedia/CDMSessionType.h:
* Source/WebCore/platform/mediacapabilities/MediaDecodingType.h:
* Source/WebCore/platform/mediacapabilities/MediaEncodingType.h:
* Source/WebCore/platform/mediastream/MediaConstraints.h:
(WebCore::MediaTrackConstraintSetMap::encode const): Deleted.
(WebCore::MediaTrackConstraintSetMap::decode): Deleted.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Scripts/webkit/messages.py:
(serialized_identifiers):
(headers_for_type):
* Source/WebKit/Shared/PALArgumentCoders.serialization.in: Added.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/UIProcess/VisitedLinkStore.messages.in:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/WebPage/VisitedLinkTableController.messages.in:

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




More information about the webkit-changes mailing list