[webkit-changes] [WebKit/WebKit] f0db16: Port remaining WebCore/Modules types to the new IP...

Gavin noreply at github.com
Mon Jan 30 14:04:57 PST 2023


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

  Changed paths:
    M Source/WebCore/Modules/geolocation/GeolocationPositionData.h
    M Source/WebCore/Modules/highlight/AppHighlight.h
    M Source/WebCore/Modules/mediastream/MediaDeviceHashSalts.h
    M Source/WebCore/Modules/speech/SpeechRecognitionCaptureSourceImpl.h
    M Source/WebCore/Modules/speech/SpeechRecognitionUpdate.h
    M Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.h
    M Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.mm
    M Source/WebKit/Shared/WebCoreArgumentCoders.cpp
    M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
    M Source/WebKit/UIProcess/SpeechRecognitionServer.h

  Log Message:
  -----------
  Port remaining WebCore/Modules types to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=251208
rdar://104694336

Reviewed by Alex Christensen.

This change ports over the remaining WebCore/Modules types to the new
serialization format. This includes:
    - GeolocationPositionData
    - CreateNewGroupForHighlight
    - HighlightRequestOriginatedInApp
    - AppHighlight
    - MediaDeviceHashSalts
    - SpeechRecognitionUpdateType
    - SpeechRecognitionUpdate
    - ARKitBadgeSystemImage

* Source/WebCore/Modules/geolocation/GeolocationPositionData.h:
(WebCore::GeolocationPositionData::GeolocationPositionData):
(WebCore::GeolocationPositionData::encode const): Deleted.
(WebCore::GeolocationPositionData::decode): Deleted.
* Source/WebCore/Modules/highlight/AppHighlight.h:
(WebCore::AppHighlight::encode const): Deleted.
(WebCore::AppHighlight::decode): Deleted.
* Source/WebCore/Modules/mediastream/MediaDeviceHashSalts.h:
(WebCore::MediaDeviceHashSalts::encode const): Deleted.
(WebCore::MediaDeviceHashSalts::decode): Deleted.
* Source/WebCore/Modules/speech/SpeechRecognitionCaptureSourceImpl.h:
* Source/WebCore/Modules/speech/SpeechRecognitionUpdate.h:
(WebCore::SpeechRecognitionUpdate::encode const): Deleted.
(WebCore::SpeechRecognitionUpdate::decode): Deleted.
* Source/WebCore/Modules/system-preview/ARKitBadgeSystemImage.h:
(WebCore::ARKitBadgeSystemImage::encode const): Deleted.
(WebCore::ARKitBadgeSystemImage::decode): Deleted.
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Source/WebKit/UIProcess/SpeechRecognitionServer.h:

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




More information about the webkit-changes mailing list