[webkit-changes] [WebKit/WebKit] c728c7: Remove legacy serialization API
Claudio Saavedra
noreply at github.com
Fri Apr 26 14:18:54 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c728c767748d65727670d886204465d8761d9f2d
https://github.com/WebKit/WebKit/commit/c728c767748d65727670d886204465d8761d9f2d
Author: Claudio Saavedra <csaavedra at igalia.com>
Date: 2024-04-26 (Fri, 26 Apr 2024)
Changed paths:
M Source/WTF/wtf/ArgumentCoder.h
M Source/WTF/wtf/PlatformHave.h
M Source/WebKit/Platform/IPC/Decoder.h
Log Message:
-----------
Remove legacy serialization API
https://bugs.webkit.org/show_bug.cgi?id=273236
Reviewed by Alex Christensen.
The last encoders using the legacy serialization API in
GTK/WPE were ported, so the legacy API can be removed.
* Source/WTF/wtf/ArgumentCoder.h:
(IPC::ArgumentCoder::encode): Deleted.
(IPC::ArgumentCoder::decode): Deleted.
* Source/WTF/wtf/PlatformHave.h:
* Source/WebKit/Platform/IPC/Decoder.h:
(IPC::Decoder::decode):
Canonical link: https://commits.webkit.org/278057@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list