mirror of
https://github.com/servo/servo
synced 2026-04-27 18:07:52 +02:00
14 lines
435 B
Bash
Executable File
14 lines
435 B
Bash
Executable File
wget https://hg.mozilla.org/mozilla-central/raw-file/tip/dom/bindings/parser/WebIDL.py -O WebIDL.py
|
|
patch < abstract.patch
|
|
patch < debug.patch
|
|
patch < callback-location.patch
|
|
patch < union-typedef.patch
|
|
patch < inline.patch
|
|
patch < readable-stream.patch
|
|
|
|
wget https://hg.mozilla.org/mozilla-central/archive/tip.zip/dom/bindings/parser/tests/ -O tests.zip
|
|
rm -r tests
|
|
mkdir tests
|
|
unzip -d tests -j tests.zip
|
|
rm tests.zip WebIDL.py.orig
|