mirror of
https://github.com/servo/servo
synced 2026-05-09 00:22:16 +02:00
Implement [matches-about:blank](https://html.spec.whatwg.org/multipage/#matches-about:blank), and uses it to compute the fallback url of a document. This will also be useful as part of [fixing iframe loading](https://github.com/servo/servo/issues/31973). There is one unrelated change to origin.rs, which is the result of an fmt. Testing: added unit-tests and the fallback url should be covered by wpt tests. --------- Signed-off-by: gterzian <2792687+gterzian@users.noreply.github.com>
This directory contains various Python modules used to support servo development.
servo
servo-specific python code e.g. implementations of mach commands. This is the canonical repository for this code.
tidy
servo-tidy is used to check licenses, line lengths, whitespace, ruff on Python files, lock file versions, and more.
wpt
servo-wpt is a module with support scripts for running, importing, exporting, updating manifests, and updating expectations for WPT tests.