Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the WebIDL parser | Anthony Ramine | 2018-04-03 | 10 | -241/+103 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2017-08-30 | 1 | -8/+31 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2017-06-09 | 11 | -193/+1047 |
| | |||||
* | Implement [Inline] interfaces | Anthony Ramine | 2016-10-06 | 3 | -1/+15 |
| | | | | | 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 | 12 | -515/+124 |
| | |||||
* | Properly keep track of our union typedef support in WebIDL.py | Anthony Ramine | 2016-09-26 | 2 | -0/+23 |
| | |||||
* | Properly generate typedef identities in unions | Keith Yeung | 2016-09-07 | 1 | -1/+9 |
| | |||||
* | Update the WebIDL parser | Anthony Ramine | 2016-08-26 | 4 | -46/+31 |
| | |||||
* | Restore abstract.patch which was mistakenly removed | Anthony Ramine | 2016-08-26 | 1 | -0/+12 |
| | |||||
* | Hoist 7fd65affabd9ab49b254fefce968a9eafabf1fbf as its own patch | Anthony Ramine | 2016-08-26 | 2 | -0/+30 |
| | |||||
* | Support multiple WebIDL interfaces being generated in the same output ↵ | Josh Matthews | 2016-08-24 | 3 | -2/+25 |
| | | | | | | | | | | | | | 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. | ||||
* | bindings generator: support default ByteString values in dictionary | Malisa Smith | 2016-08-10 | 1 | -0/+13 |
| | |||||
* | webidl: Apply and update debug.patch, remove abstract.patch which was ↵ | Emilio Cobos Álvarez | 2016-07-12 | 3 | -23/+12 |
| | | | | already upstream. | ||||
* | webidl: Update parser | Emilio Cobos Álvarez | 2016-07-12 | 4 | -280/+1167 |
| | | | | Some patches failed to apply. I'll apply manually after this. | ||||
* | 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 | 3 | -12/+29 |
| | | | | Servo does not have the same main-thread limitation as Gecko here. | ||||
* | Update the WebIDL parser | Anthony Ramine | 2016-05-18 | 6 | -55/+244 |
| | |||||
* | components/script/dom/bindings/codegen/parser/update.sh now downloads all | AgostonSzepessy | 2016-03-22 | 29 | -59/+2899 |
| | | | | | 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 | 3 | -1/+15 |
| | |||||
* | Implement [LegacyUnenumerableNamedProperties] in the WebIDL parser | Anthony Ramine | 2016-02-23 | 3 | -1/+34 |
| | | | | http://github.com/heycam/webidl/issues/82 | ||||
* | Add mach test-webidl command | Shing Lyu | 2016-01-29 | 4 | -10/+28 |
| | |||||
* | update to latest tests | Prabhjyot Singh Sodhi | 2016-01-21 | 8 | -29/+156 |
| | |||||
* | Update WebIDL parser | Anthony Ramine | 2015-12-15 | 1 | -275/+333 |
| | |||||
* | Remove all our local patches to the WebIDL parser | Anthony Ramine | 2015-12-15 | 4 | -83/+40 |
| | | | | | 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 | 3 | -1/+15 |
| | | | | | | | 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. | ||||
* | Update WebIDL parser | Anthony Ramine | 2015-08-16 | 1 | -413/+1098 |
| | |||||
* | Support default values for restricted float members (fixes #7217) | Anthony Ramine | 2015-08-15 | 1 | -3/+2 |
| | |||||
* | Update the WebIDL parser. | Ms2ger | 2015-03-13 | 3 | -103/+336 |
| | |||||
* | Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm | Chris Manchester | 2015-02-27 | 1 | -2/+4 |
| | |||||
* | Fix interfaces test | Keegan McAllister | 2014-11-13 | 1 | -0/+9 |
| | |||||
* | Add KeyboardEvent stub. | Josh Matthews | 2014-11-13 | 1 | -0/+3 |
| | |||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 55 | -0/+9015 |