[webkit-changes] [WebKit/WebKit] 87f046: Port WebPreferencesStore to the new IPC serializat...

Chris Dumez noreply at github.com
Fri Nov 10 22:16:15 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 87f0462fef5bff3516ba5a98f98d3506df61708f
      https://github.com/WebKit/WebKit/commit/87f0462fef5bff3516ba5a98f98d3506df61708f
  Author: Chris Dumez <cdumez at apple.com>
  Date:   2023-11-10 (Fri, 10 Nov 2023)

  Changed paths:
    M Source/WebKit/CMakeLists.txt
    M Source/WebKit/DerivedSources-input.xcfilelist
    M Source/WebKit/DerivedSources.make
    M Source/WebKit/Shared/WTFArgumentCoders.serialization.in
    M Source/WebKit/Shared/WebPreferencesStore.cpp
    M Source/WebKit/Shared/WebPreferencesStore.h
    A Source/WebKit/Shared/WebPreferencesStore.serialization.in
    M Source/WebKit/WebKit.xcodeproj/project.pbxproj

  Log Message:
  -----------
  Port WebPreferencesStore to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264629

Reviewed by Alex Christensen.

* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/WebPreferencesStore.cpp:
(WebKit::WebPreferencesStore::WebPreferencesStore): Deleted.
(WebKit::WebPreferencesStore::encode const): Deleted.
(WebKit::WebPreferencesStore::decode): Deleted.
* Source/WebKit/Shared/WebPreferencesStore.h:
* Source/WebKit/Shared/WebPreferencesStore.serialization.in: Added.
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:

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




More information about the webkit-changes mailing list