mirror of
https://github.com/servo/servo.git
synced 2025-06-13 19:04:30 +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' ``` |
||
---|---|---|
.. | ||
crashtests | ||
parser | ||
ply | ||
stubgenerator | ||
test | ||
BindingGen.py | ||
Bindings.conf | ||
BindingUtils.cpp | ||
BindingUtils.h | ||
Codegen.py | ||
CodegenRust.py | ||
Configuration.py | ||
DOMJSClass.h | ||
DOMJSProxyHandler.cpp | ||
DOMJSProxyHandler.h | ||
ErrorResult.h | ||
Errors.msg | ||
GenerateCSS2PropertiesWebIDL.py | ||
GlobalGen.py | ||
Makefile.in | ||
Nullable.h | ||
PrimitiveConversions.h | ||
pythonpath.py | ||
RegisterBindings.h | ||
TypedArray.h |