mirror of
https://github.com/servo/servo.git
synced 2025-06-09 00:53:26 +00: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' ``` |
||
---|---|---|
.. | ||
file_bug775543.html | ||
forOf_iframe.html | ||
Makefile.in | ||
test_bug773326.html | ||
test_bug775543.html | ||
test_bug788369.html | ||
test_enums.html | ||
test_forOf.html | ||
test_InstanceOf.html | ||
test_integers.html | ||
test_interfaceToString.html | ||
test_lookupGetter.html | ||
test_sequence_wrapping.html | ||
test_traceProtos.html | ||
TestBindingHeader.h | ||
TestCodeGen.webidl | ||
TestDictionary.webidl | ||
TestTypedef.webidl |