Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7c779935c530fc8369d49c5577dad856b2673990
https://github.com/WebKit/WebKit/commit/7c779935c530fc8369d49c5577dad856b2673990
Author: Ian Grunert <[email protected]>
Date: 2025-10-24 (Fri, 24 Oct 2025)
Changed paths:
M Source/WebCore/xml/parser/XMLDocumentParserLibxml2.cpp
M vcpkg-configuration.json
M vcpkg.json
Log Message:
-----------
[Win] Update vcpkg dependencies October 2025
https://bugs.webkit.org/show_bug.cgi?id=301006
Reviewed by Yusuke Suzuki.
Update baseline for vcpkg. Kept baseline the same for WebKitRequirements
due to issues with newer curl 8.16.0 and WebKitTestRunnerWS. Pinned
ngtcp2 to older 1.12.0 as required by curl.
Remove trailing content check in XMLDocumentParser
This isn't needed anymore after the following libxml fix:
https://gitlab.gnome.org/GNOME/libxml2/-/commit/8c5848bd
More context here: https://gitlab.gnome.org/GNOME/libxml2/-/issues/767
Also remove internal initialization required before libxml2 2.13.
The old code is kept behind an #if to support ports that build WebKit
with an older version of libxml2.
Canonical link: https://commits.webkit.org/302123@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications