Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aae76637c06fb74dfd0ad7281682ee31bd9eec70
https://github.com/WebKit/WebKit/commit/aae76637c06fb74dfd0ad7281682ee31bd9eec70
Author: Anne van Kesteren <[email protected]>
Date: 2026-06-09 (Tue, 09 Jun 2026)
Changed paths:
M
LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/url/a-element-origin-xhtml-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/url/failure-expected.txt
M LayoutTests/imported/w3c/web-platform-tests/url/resources/IdnaTestV2.json
M
LayoutTests/imported/w3c/web-platform-tests/url/resources/setters_tests.json
M LayoutTests/imported/w3c/web-platform-tests/url/resources/toascii.json
M LayoutTests/imported/w3c/web-platform-tests/url/resources/urltestdata.json
M
LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any-expected.txt
M
LayoutTests/imported/w3c/web-platform-tests/url/url-origin.any.worker-expected.txt
M Source/WTF/wtf/URLHelpers.cpp
M Source/WTF/wtf/URLParser.cpp
M Source/WTF/wtf/URLParser.h
Log Message:
-----------
IDNA cannot fail ASCII domains, even if they start with xn--
https://bugs.webkit.org/show_bug.cgi?id=316554
rdar://177686282
Reviewed by Alex Christensen.
Unfortunately web compatibility is forcing our hand here to favor pure
ASCII inputs, even when ToUnicode cannot do anything meaningful with
them.
Specification change: https://github.com/whatwg/url/pull/914
Tests: https://github.com/web-platform-tests/wpt/pull/60476
Canonical link: https://commits.webkit.org/314820@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications