servo/python/tidy
Simon Wülker 517f99e067
Start implementing the URLPattern API (#36144)
* Start working on a basic URLPattern implementation

This is API part of Interop 2025, so we should definitely support it!

This change implements the basic workflow for parsing
and compiling URL patterns. Parts of it are stubbed out and will be
implemented later.

For now the API is preference-gated behind "dom_urlpattern_enabled".

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Preference-gate the URLPattern API

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Update WPT expectations

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

* Fix full wildcard value (Should be ".*" not "*")

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>

---------

Signed-off-by: Simon Wülker <simon.wuelker@arcor.de>
2025-03-27 10:39:57 +00:00
..
tests tidy: Update pattern for checking for missing specification links. (#34552) 2024-12-11 13:36:57 +00:00
__init__.py Add cargo-deny to mach-tidy to check license compliance. (#32465) 2024-06-12 09:54:45 +00:00
licenseck.py Convert tidy to a non-egg Python package 2023-06-15 13:10:06 +02:00
test.py Remove resources/prefs.json (#34999) 2025-01-16 07:38:58 +00:00
tidy.py Start implementing the URLPattern API (#36144) 2025-03-27 10:39:57 +00:00