Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Create a top-level "third_party" directory | Martin Robinson | 2023-06-30 | 1 | -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 patch | sagudev | 2023-02-20 | 1 | -0/+1 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2020-03-14 | 1 | -3/+3 |
| | | | | | Upstream doesn't allow downloading .tar.gz archives so update.sh was changed to use unzip. | ||||
* | Remove [PrimaryGlobal] | Kagami Sascha Rosylight | 2019-10-03 | 1 | -2/+2 |
| | |||||
* | Migrate to new constructor operation syntax | Kagami Sascha Rosylight | 2019-10-02 | 1 | -2/+2 |
| | |||||
* | Update WebIDL parser | Kagami Sascha Rosylight | 2019-08-16 | 1 | -1/+0 |
| | |||||
* | Change bindings generation to make Exposed annotation aware of ↵ | sreeise | 2019-07-14 | 1 | -0/+1 |
| | | | | members/partial interfaces | ||||
* | Sync WebIDL.py with gecko | Kagami Sascha Rosylight | 2019-07-12 | 1 | -1/+0 |
| | |||||
* | Improve support for nested dictionaries | Manish Goregaokar | 2019-06-27 | 1 | -1/+0 |
| | |||||
* | Update webidl.py from upstream | Manish Goregaokar | 2019-03-01 | 1 | -0/+1 |
| | |||||
* | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 1 | -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 parser | Anthony Ramine | 2016-09-26 | 1 | -1/+0 |
| | |||||
* | Properly keep track of our union typedef support in WebIDL.py | Anthony Ramine | 2016-09-26 | 1 | -0/+1 |
| | |||||
* | Hoist 7fd65affabd9ab49b254fefce968a9eafabf1fbf as its own patch | Anthony Ramine | 2016-08-26 | 1 | -0/+1 |
| | |||||
* | Support multiple WebIDL interfaces being generated in the same output ↵ | Josh Matthews | 2016-08-24 | 1 | -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 Álvarez | 2016-07-12 | 1 | -1/+1 |
| | |||||
* | Allow [Pref] annotations on worker-exposed interfaces. | Ms2ger | 2016-07-12 | 1 | -0/+1 |
| | | | | Servo does not have the same main-thread limitation as Gecko here. | ||||
* | Update the WebIDL parser | Anthony Ramine | 2016-05-18 | 1 | -1/+0 |
| | |||||
* | components/script/dom/bindings/codegen/parser/update.sh now downloads all | AgostonSzepessy | 2016-03-22 | 1 | -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. | Ms2ger | 2016-03-01 | 1 | -0/+1 |
| | |||||
* | Implement [LegacyUnenumerableNamedProperties] in the WebIDL parser | Anthony Ramine | 2016-02-23 | 1 | -0/+1 |
| | | | | http://github.com/heycam/webidl/issues/82 | ||||
* | Add mach test-webidl command | Shing Lyu | 2016-01-29 | 1 | -0/+2 |
| | |||||
* | Remove all our local patches to the WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -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 interfaces | Anthony Ramine | 2015-09-13 | 1 | -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 servo | Jack Moffitt | 2014-09-08 | 1 | -0/+3 |