Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 90a2c4a82bf83409efba2236f83be47eca99fa51
https://github.com/WebKit/WebKit/commit/90a2c4a82bf83409efba2236f83be47eca99fa51
Author: Alex Christensen <[email protected]>
Date: 2025-07-21 (Mon, 21 Jul 2025)
Changed paths:
M Source/WebCore/dom/Attr.cpp
M Source/WebCore/dom/CDATASection.cpp
M Source/WebCore/dom/Comment.cpp
M Source/WebCore/dom/Document.cpp
M Source/WebCore/dom/DocumentFragment.cpp
M Source/WebCore/dom/DocumentType.cpp
M Source/WebCore/dom/Element.cpp
M Source/WebCore/dom/Node.cpp
M Source/WebCore/dom/ProcessingInstruction.cpp
M Source/WebCore/dom/SerializedNode.h
M Source/WebCore/dom/ShadowRoot.cpp
M Source/WebCore/dom/Text.cpp
M Source/WebCore/html/HTMLTemplateElement.cpp
M Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in
M Tools/TestWebKitAPI/Tests/WebKitCocoa/NodeInfo.mm
Log Message:
-----------
Implement _WKSerializedNode for more Node types
https://bugs.webkit.org/show_bug.cgi?id=296299
rdar://156350776
Reviewed by Ryosuke Niwa.
This expands from just Text nodes to all the nodes that
are easy to implement serialization of.
* Source/WebCore/dom/Attr.cpp:
(WebCore::Attr::serializeNode const):
* Source/WebCore/dom/CDATASection.cpp:
(WebCore::CDATASection::serializeNode const):
* Source/WebCore/dom/Comment.cpp:
(WebCore::Comment::serializeNode const):
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::serializeNode const):
* Source/WebCore/dom/DocumentFragment.cpp:
(WebCore::DocumentFragment::serializeNode const):
* Source/WebCore/dom/DocumentType.cpp:
(WebCore::DocumentType::serializeNode const):
* Source/WebCore/dom/Element.cpp:
(WebCore::Element::serializeNode const):
* Source/WebCore/dom/Node.cpp:
(WebCore::Node::deserializeNode):
* Source/WebCore/dom/ProcessingInstruction.cpp:
(WebCore::ProcessingInstruction::serializeNode const):
* Source/WebCore/dom/SerializedNode.h:
* Source/WebCore/dom/ShadowRoot.cpp:
(WebCore::ShadowRoot::serializeNode const):
* Source/WebCore/dom/Text.cpp:
(WebCore::Text::serializeNode const):
* Source/WebCore/html/HTMLTemplateElement.cpp:
(WebCore::HTMLTemplateElement::serializeNode const):
* Source/WebKit/Shared/WebCoreArgumentCoders.serialization.in:
* Tools/TestWebKitAPI/Tests/WebKitCocoa/NodeInfo.mm:
(TestWebKitAPI::TEST(SerializedNode, Basic)):
Canonical link: https://commits.webkit.org/297722@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes