aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/GlobalGen.py
Commit message (Collapse)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-83/+0
|
* Upgrade Rust.Jack Moffitt2014-06-051-9/+7
|
* Rename BindingDeclarations to Bindings.Ms2ger2014-06-021-1/+1
|
* Merge CGThing.declare and CGThing.define.Ms2ger2014-03-111-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.Ms2ger2014-03-111-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.Ms2ger2014-03-111-20/+12
|
* Initial unmodified dump of Gecko's union codegen.Josh Matthews2014-02-241-3/+2
|
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-0/+3
|
* Remove many long ugly lists of imports of HTML element types. They can now ↵Josh Matthews2013-08-271-0/+6
| | | | be obtained via dom::types::*, which is autogenerated.
* DOM bindings: Autogenerate list of prototypes and binding registration goop.Josh Matthews2013-07-121-8/+13
|
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+83