diff options
Diffstat (limited to 'components/script/dom/bindings/codegen/parser/update.sh')
-rwxr-xr-x | components/script/dom/bindings/codegen/parser/update.sh | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/components/script/dom/bindings/codegen/parser/update.sh b/components/script/dom/bindings/codegen/parser/update.sh deleted file mode 100755 index cec4d6a378e..00000000000 --- a/components/script/dom/bindings/codegen/parser/update.sh +++ /dev/null @@ -1,13 +0,0 @@ -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 |