Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade Rust. | Jack Moffitt | 2014-06-05 | 1 | -9/+7 |
| | |||||
* | Rename BindingDeclarations to Bindings. | Ms2ger | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | Merge CGThing.declare and CGThing.define. | Ms2ger | 2014-03-11 | 1 | -3/+1 |
| | | | | | This distincion is carried over from the C++ codegen, but it has no meaning in Rust. | ||||
* | Completely rewrite the code to convert JSVals to unions. | Ms2ger | 2014-03-11 | 1 | -1/+0 |
| | | | | | | This code works correctly for the two unions currently in use, and raises exceptions in codegen for most other cases. I will implement those cases when the need arises. | ||||
* | Remove a pointless argument to generate_file in GlobalGen.py. | Ms2ger | 2014-03-11 | 1 | -20/+12 |
| | |||||
* | Initial unmodified dump of Gecko's union codegen. | Josh Matthews | 2014-02-24 | 1 | -3/+2 |
| | |||||
* | Implement JSManaged for DOM objects. | Josh Matthews | 2014-02-24 | 1 | -0/+3 |
| | |||||
* | Remove many long ugly lists of imports of HTML element types. They can now ↵ | Josh Matthews | 2013-08-27 | 1 | -0/+6 |
| | | | | be obtained via dom::types::*, which is autogenerated. | ||||
* | DOM bindings: Autogenerate list of prototypes and binding registration goop. | Josh Matthews | 2013-07-12 | 1 | -8/+13 |
| | |||||
* | Separate the DOM and layout into separate crates. | Patrick Walton | 2013-05-28 | 1 | -0/+83 |