mirror of
https://github.com/servo/servo.git
synced 2025-08-02 20:20:14 +01:00
Extracted this out of #5649 This commit was created with the following commands: ``` find . -iname "*.webidl" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` ``` find . -iname "*.rs" -type f -print0 | xargs -0 sed -i '' 's/http:\(.*\)whatwg.org/https:\1whatwg.org/g' ``` |
||
---|---|---|
.. | ||
fetch | ||
about_loader.rs | ||
Cargo.toml | ||
cookie.rs | ||
cookie_storage.rs | ||
data_loader.rs | ||
file_loader.rs | ||
http_loader.rs | ||
image_cache_task.rs | ||
lib.rs | ||
mime_classifier.rs | ||
pub_domains.rs | ||
resource_task.rs | ||
storage_task.rs |