RESOLVED FIXED283616
Compile a pathname component in URLPattern::create
https://bugs.webkit.org/show_bug.cgi?id=283616
Summary Compile a pathname component in URLPattern::create
jlee53
Reported 2024-11-22 19:35:33 PST
Currently, pathname exists as a String and not a URLPatternComponent. This updates pathname to be stored as a URLPatternComponent like the rest of the URLPattern components (eg: protocol, hostname, etc).
Attachments
jlee53
Comment 1 2024-11-22 19:41:16 PST
jlee53
Comment 2 2024-11-26 00:55:50 PST
EWS
Comment 3 2024-12-04 09:31:15 PST
Committed 287342@main (1af3a5bba50a): <https://commits.webkit.org/287342@main> Reviewed commits have been landed. Closing PR #37071 and removing active labels.
Sihui Liu
Comment 4 2024-12-04 16:32:37 PST
EWS
Comment 5 2024-12-04 16:57:52 PST
Committed 287375@main (eb9f252f5415): <https://commits.webkit.org/287375@main> Reviewed commits have been landed. Closing PR #37463 and removing active labels.
Sihui Liu
Comment 6 2024-12-04 19:49:12 PST
EWS
Comment 7 2024-12-04 19:52:56 PST
Committed 287381@main (69a89d0d99dc): <https://commits.webkit.org/287381@main> Reviewed commits have been landed. Closing PR #37476 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.