[webkit-changes] [WebKit/WebKit] 374461: Use serialization for remaining enums using custom...

Žan Doberšek noreply at github.com
Tue Nov 7 08:39:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 374461e84beb6b323e9c18b094ff936b157e19eb
      https://github.com/WebKit/WebKit/commit/374461e84beb6b323e9c18b094ff936b157e19eb
  Author: Žan Doberšek <zdobersek at igalia.com>
  Date:   2023-11-07 (Tue, 07 Nov 2023)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/NetworkProcess/Classifier/StorageAccessStatus.h
    A Source/WebKit/NetworkProcess/Classifier/StorageAccessStatus.serialization.in
    M Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementManagerInterface.h
    A Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementManagerInterface.serialization.in
    M Source/WebKit/NetworkProcess/storage/FileSystemStorageError.h
    A Source/WebKit/NetworkProcess/storage/FileSystemStorageError.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Use serialization for remaining enums using custom EnumTraits under NetworkProcess
https://bugs.webkit.org/show_bug.cgi?id=264330

Reviewed by Chris Dumez.

Under WebKit's NetworkProcess directory, three remaining uses of custom
EnumTraits definitions are replaced with the serialization data that will
generate the necessary validation code.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/NetworkProcess/Classifier/StorageAccessStatus.h:
* Source/WebKit/NetworkProcess/Classifier/StorageAccessStatus.serialization.in: Added.
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementManagerInterface.h:
* Source/WebKit/NetworkProcess/PrivateClickMeasurement/PrivateClickMeasurementManagerInterface.serialization.in: Added.
* Source/WebKit/NetworkProcess/storage/FileSystemStorageError.h:
* Source/WebKit/NetworkProcess/storage/FileSystemStorageError.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list