mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +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' ``` |
||
---|---|---|
.. | ||
image | ||
Cargo.toml | ||
image_cache_task.rs | ||
lib.rs | ||
local_image_cache.rs | ||
storage_task.rs |