aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/urlpattern/pattern_parser.rs
Commit message (Collapse)AuthorAgeFilesLines
* Split up the URLPattern implementation (#36391)Simon Wülker2025-04-071-0/+473
The current implementation is already rather large at ~2.5k lines (~2k LoC). There is still quite a lot of functionality left to implement, so let's split it up while it's still manageable. Testing: Covered by existing web platform tests Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>