Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Organize all the source files into compiler/, components/, and platform/. | Patrick Walton | 2013-05-15 | 107 | -27762/+0 |
| | |||||
* | Remove unused mutable warning spam from generated code. | Josh Matthews | 2013-05-08 | 1 | -1/+1 |
| | |||||
* | Add codegen support for dictionaries, and implement Event bindings as a ↵ | Josh Matthews | 2013-05-08 | 6 | -94/+426 |
| | | | | side-effect. Add a stub EventTarget to allow the build to complete. | ||||
* | update servo for language change | aydinkim | 2013-05-02 | 1 | -3/+3 |
| | |||||
* | Remove all traces of owned DOM objects. This DOM is all about sharing. | Josh Matthews | 2013-04-23 | 1 | -5/+4 |
| | |||||
* | Several orthogonal changes that all got tangled up: | Josh Matthews | 2013-04-23 | 2 | -5/+5 |
| | | | | | | | | | * Split ClientRect, ClientRectList, and HTMLCollection blobs into separate DOM implementation and binding-related files. * Enforce wrapper initialization at creation time for all DOM objects * Set up the basis for triggering reflow on DOM changes, such as Element.setAttribute * Fix crashes stemming from storing pointers to stack-local AbstractNode objects in DOM node wrappers * Add untested trace hooks for DOM nodes * Implement proper CharacterData inheritance for Text and Comment nodes | ||||
* | Hide most unused variable warnings in generated bindings. | Josh Matthews | 2013-04-23 | 1 | -8/+8 |
| | |||||
* | Generate DOMParser bindings. | Josh Matthews | 2013-04-23 | 4 | -56/+152 |
| | |||||
* | Add unused_unsafe attribute to generated bindings. | Jack Moffitt | 2013-04-22 | 1 | -1/+1 |
| | |||||
* | Allow unused_variable in Codegen output. | Douglas Johnson | 2013-04-20 | 1 | -1/+1 |
| | | | | Issue #386 | ||||
* | Update to Rust 0.6. | Jack Moffitt | 2013-04-04 | 1 | -18/+19 |
| | |||||
* | Add basic binding for HTMLCollection. | Josh Matthews | 2013-03-21 | 5 | -30/+66 |
| | |||||
* | Fix forward declaration in webIDL that breaks the build. | Josh Matthews | 2013-03-15 | 1 | -75/+0 |
| | |||||
* | Language changes. | Josh Matthews | 2013-03-13 | 1 | -6/+8 |
| | |||||
* | Integrate codegen into the build system. | Josh Matthews | 2013-03-13 | 5 | -116/+131 |
| | |||||
* | Generate working ClientRectList and ClientRect bindings that can wrap, call ↵ | Josh Matthews | 2013-03-13 | 1 | -46/+326 |
| | | | | methods, and access properties. | ||||
* | Autogenerate ClientRectList bindings. | Josh Matthews | 2013-03-13 | 3 | -64/+1485 |
| | |||||
* | Get a test the prints ClientRect.toString to work. | Josh Matthews | 2013-03-13 | 1 | -4/+7 |
| | |||||
* | Fill out the interface creation. | Josh Matthews | 2013-03-13 | 1 | -11/+12 |
| | |||||
* | Add proper values for prototype depth and ID to JIT info. | Josh Matthews | 2013-03-13 | 1 | -2/+2 |
| | |||||
* | Generate working constant JSClass data. | Josh Matthews | 2013-03-13 | 2 | -44/+864 |
| | |||||
* | Get ClientRect bindings building. | Josh Matthews | 2013-03-13 | 2 | -25/+31 |
| | |||||
* | Initial dump of codegen work. Requires manual running of various python ↵ | Josh Matthews | 2013-03-13 | 17 | -4/+5916 |
| | | | | scripts to build servo. | ||||
* | Initial dump of unmodified mozilla-central bindings codegen (7b385ab02118) | Josh Matthews | 2013-03-13 | 92 | -0/+18913 |