aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/parser/update.sh
Commit message (Collapse)AuthorAgeFilesLines
* Create a top-level "third_party" directoryMartin Robinson2023-06-301-13/+0
| | | | | | | This directory now contains third_party software that is vendored into the Servo source tree. The idea is that it would eventually hold webrender and other crates from mozilla-central as well with a standard patch management approach for each.
* ReadableStream WebIDL.py patchsagudev2023-02-201-0/+1
|
* Update the WebIDL parserAnthony Ramine2020-03-141-3/+3
| | | | | Upstream doesn't allow downloading .tar.gz archives so update.sh was changed to use unzip.
* Remove [PrimaryGlobal]Kagami Sascha Rosylight2019-10-031-2/+2
|
* Migrate to new constructor operation syntaxKagami Sascha Rosylight2019-10-021-2/+2
|
* Update WebIDL parserKagami Sascha Rosylight2019-08-161-1/+0
|
* Change bindings generation to make Exposed annotation aware of ↵sreeise2019-07-141-0/+1
| | | | members/partial interfaces
* Sync WebIDL.py with geckoKagami Sascha Rosylight2019-07-121-1/+0
|
* Improve support for nested dictionariesManish Goregaokar2019-06-271-1/+0
|
* Update webidl.py from upstreamManish Goregaokar2019-03-011-0/+1
|
* Implement [Inline] interfacesAnthony Ramine2016-10-061-0/+1
| | | | | Inline interfaces just appear as a Rust type and in the TypeId hierarchy. They are completely invisible on the JS side.
* Update the WebIDL parserAnthony Ramine2016-09-261-1/+0
|
* Properly keep track of our union typedef support in WebIDL.pyAnthony Ramine2016-09-261-0/+1
|
* Hoist 7fd65affabd9ab49b254fefce968a9eafabf1fbf as its own patchAnthony Ramine2016-08-261-0/+1
|
* Support multiple WebIDL interfaces being generated in the same output ↵Josh Matthews2016-08-241-0/+1
| | | | | | | | | | | | | binding file. Each interface gets its own module named ${Interface}Binding. Structs, enums, and callbacks continue to use the root module of the binding file. If there is only one interface in the file, we generate reexports for several public APIs and types so that existing DOM implementations don't need any modifications. When multiple interfaces exist, the reexported names get the interface name prepended (eg. FooWrap instead of Wrap). As part of this work, stop glob-importing all DOM types in every generated binding and start generating more targeted lists of relevant types based on the methods, members, etc. of WebIDL types that are in use.
* webidl: Update the update script now mxr is gone.Emilio Cobos Álvarez2016-07-121-1/+1
|
* Allow [Pref] annotations on worker-exposed interfaces.Ms2ger2016-07-121-0/+1
| | | | Servo does not have the same main-thread limitation as Gecko here.
* Update the WebIDL parserAnthony Ramine2016-05-181-1/+0
|
* components/script/dom/bindings/codegen/parser/update.sh now downloads allAgostonSzepessy2016-03-221-1/+5
| | | | | the latest *.py tests from https://hg.mozilla.org/mozilla-central/archive/tip.tar.gz/dom/bindings/parser/tests/
* Stop generating a parser.out file in the source.Ms2ger2016-03-011-0/+1
|
* Implement [LegacyUnenumerableNamedProperties] in the WebIDL parserAnthony Ramine2016-02-231-0/+1
| | | | http://github.com/heycam/webidl/issues/82
* Add mach test-webidl commandShing Lyu2016-01-291-0/+2
|
* Remove all our local patches to the WebIDL parserAnthony Ramine2015-12-151-2/+0
| | | | | All the tweaks we need can just be made through Configuration.py, and [Abstract] is being submitted upstream by Ms2ger.
* Introduce [Abstract] to mark non-leaf interfacesAnthony Ramine2015-09-131-0/+1
| | | | | | | Some interfaces like Node, CharacterData and HTMLTableCellElement are never instantiated directly, only their descendant interfaces are. Those are marked with [Abstract] to set their type_id to None instead of having dummy values in the TypeId enums.
* Cargoify servoJack Moffitt2014-09-081-0/+3