[webkit-changes] [WebKit/WebKit] 578358: Port WebCompiledContentRuleListData to the new IPC...
Chris Dumez
noreply at github.com
Thu Nov 9 22:20:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5783584ba3aa701f6248ca97a68f5c4788af7288
https://github.com/WebKit/WebKit/commit/5783584ba3aa701f6248ca97a68f5c4788af7288
Author: Chris Dumez <cdumez at apple.com>
Date: 2023-11-09 (Thu, 09 Nov 2023)
Changed paths:
M Source/WebKit/CMakeLists.txt
M Source/WebKit/DerivedSources-input.xcfilelist
M Source/WebKit/DerivedSources.make
M Source/WebKit/NetworkProcess/NetworkContentRuleListManager.cpp
M Source/WebKit/Shared/WebCompiledContentRuleList.cpp
M Source/WebKit/Shared/WebCompiledContentRuleList.h
M Source/WebKit/Shared/WebCompiledContentRuleListData.cpp
M Source/WebKit/Shared/WebCompiledContentRuleListData.h
A Source/WebKit/Shared/WebCompiledContentRuleListData.serialization.in
M Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp
M Source/WebKit/WebKit.xcodeproj/project.pbxproj
M Source/WebKit/WebProcess/UserContent/WebUserContentController.cpp
Log Message:
-----------
Port WebCompiledContentRuleListData to the new IPC serialization format
https://bugs.webkit.org/show_bug.cgi?id=264538
Reviewed by Alex Christensen.
* Source/WebKit/DerivedSources-input.xcfilelist:
* Source/WebKit/DerivedSources.make:
* Source/WebKit/NetworkProcess/NetworkContentRuleListManager.cpp:
(WebKit::NetworkContentRuleListManager::addContentRuleLists):
* Source/WebKit/Shared/WebCompiledContentRuleList.cpp:
(WebKit::WebCompiledContentRuleList::create):
* Source/WebKit/Shared/WebCompiledContentRuleList.h:
* Source/WebKit/Shared/WebCompiledContentRuleListData.cpp:
(WebKit::WebCompiledContentRuleListData::createDataHandle const):
(WebKit::WebCompiledContentRuleListData::WebCompiledContentRuleListData):
(WebKit::WebCompiledContentRuleListData::encode const): Deleted.
(WebKit::WebCompiledContentRuleListData::decode): Deleted.
* Source/WebKit/Shared/WebCompiledContentRuleListData.h:
* Source/WebKit/Shared/WebCompiledContentRuleListData.serialization.in: Added.
* Source/WebKit/UIProcess/API/APIContentRuleListStore.cpp:
(API::createExtension):
* Source/WebKit/WebKit.xcodeproj/project.pbxproj:
* Source/WebKit/WebProcess/UserContent/WebUserContentController.cpp:
(WebKit::WebUserContentController::addContentRuleLists):
Canonical link: https://commits.webkit.org/270505@main
More information about the webkit-changes
mailing list