[Webkit-unassigned] [Bug 251918] New: Minor cleanup in PageSerializer::serializeFrame

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 8 08:09:06 PST 2023


https://bugs.webkit.org/show_bug.cgi?id=251918

            Bug ID: 251918
           Summary: Minor cleanup in PageSerializer::serializeFrame
           Product: WebKit
           Version: Safari Technology Preview
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ahmad.saleem792 at gmail.com

Hi Team,

While going through Blink's commit, I came across another potential merge:

Blink Commit - https://chromium.googlesource.com/chromium/blink/+/740273d8a82eb6fb83447173cf3a5f682b498bbb

WebKit Source - https://searchfox.org/wubkat/source/Source/WebCore/page/PageSerializer.cpp#193

____

Vector<Node*> serializedNodes;
SerializerMarkupAccumulator accumulator(*this, *document, &serializedNodes);

and

for (auto& node : serializedNodes) {

____

It compiles and work in local testing.

Appreciate if someone can confirm, it is right approach, so I can do PR.

Thanks!

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230208/0f3b20e1/attachment.htm>


More information about the webkit-unassigned mailing list