[webkit-changes] [WebKit/WebKit] ac0a3c: Port WebPageNetworkParameters & ResourceLoadInfo t...
Gavin
noreply at github.com
Thu Oct 5 09:03:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: ac0a3c8eb37a06b9941c6a774149e13fb4beeb92
https://github.com/WebKit/WebKit/commit/ac0a3c8eb37a06b9941c6a774149e13fb4beeb92
Author: Gavin Phillips <gavin.p at apple.com>
Date: 2023-10-05 (Thu, 05 Oct 2023)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/Shared/ResourceLoadInfo.h
A Source/WebKit/Shared/ResourceLoadInfo.serialization.in
R Source/WebKit/Shared/WebPageNetworkParameters.cpp
M Source/WebKit/Shared/WebPageNetworkParameters.h
A Source/WebKit/Shared/WebPageNetworkParameters.serialization.in
M Source/WebKit/Sources.txt
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
Log Message:
-----------
Port WebPageNetworkParameters & ResourceLoadInfo to the new serialization format
https://bugs.webkit.org/show_bug.cgi?id=262659.
rdar://116489718
Reviewed by Alex Christensen.
Port WebPageNetworkParameters, ResourceLoadInfo & ResourceLoadInfo::Type
to the new serialization format.
* Source/WebKit/CMakeLists.txt:
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/Shared/ResourceLoadInfo.h:
(WebKit::ResourceLoadInfo::encode const): Deleted.
(WebKit::ResourceLoadInfo::decode): Deleted.
* Source/WebKit/Shared/ResourceLoadInfo.serialization.in: Added.
* Source/WebKit/Shared/WebPageNetworkParameters.cpp: Removed.
* Source/WebKit/Shared/WebPageNetworkParameters.h:
* Source/WebKit/Shared/WebPageNetworkParameters.serialization.in: Added.
* Source/WebKit/Sources.txt:
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
Canonical link: https://commits.webkit.org/268916@main
More information about the webkit-changes
mailing list