mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +01:00
Add a script to update the WebIDL parser.
This commit is contained in:
parent
3f17a49564
commit
eb6eee513f
3 changed files with 64 additions and 0 deletions
3
src/components/script/dom/bindings/codegen/parser/update.sh
Executable file
3
src/components/script/dom/bindings/codegen/parser/update.sh
Executable file
|
@ -0,0 +1,3 @@
|
|||
wget https://mxr.mozilla.org/mozilla-central/source/dom/bindings/parser/WebIDL.py?raw=1 -O WebIDL.py
|
||||
patch < external.patch
|
||||
patch < module.patch
|
Loading…
Add table
Add a link
Reference in a new issue