aboutsummaryrefslogtreecommitdiffstats
path: root/src/servo/dom/bindings/codegen
Commit message (Collapse)AuthorAgeFilesLines
* Organize all the source files into compiler/, components/, and platform/.Patrick Walton2013-05-15107-27762/+0
|
* Remove unused mutable warning spam from generated code.Josh Matthews2013-05-081-1/+1
|
* Add codegen support for dictionaries, and implement Event bindings as a ↵Josh Matthews2013-05-086-94/+426
| | | | side-effect. Add a stub EventTarget to allow the build to complete.
* update servo for language changeaydinkim2013-05-021-3/+3
|
* Remove all traces of owned DOM objects. This DOM is all about sharing.Josh Matthews2013-04-231-5/+4
|
* Several orthogonal changes that all got tangled up:Josh Matthews2013-04-232-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 Matthews2013-04-231-8/+8
|
* Generate DOMParser bindings.Josh Matthews2013-04-234-56/+152
|
* Add unused_unsafe attribute to generated bindings.Jack Moffitt2013-04-221-1/+1
|
* Allow unused_variable in Codegen output.Douglas Johnson2013-04-201-1/+1
| | | | Issue #386
* Update to Rust 0.6.Jack Moffitt2013-04-041-18/+19
|
* Add basic binding for HTMLCollection.Josh Matthews2013-03-215-30/+66
|
* Fix forward declaration in webIDL that breaks the build.Josh Matthews2013-03-151-75/+0
|
* Language changes.Josh Matthews2013-03-131-6/+8
|
* Integrate codegen into the build system.Josh Matthews2013-03-135-116/+131
|
* Generate working ClientRectList and ClientRect bindings that can wrap, call ↵Josh Matthews2013-03-131-46/+326
| | | | methods, and access properties.
* Autogenerate ClientRectList bindings.Josh Matthews2013-03-133-64/+1485
|
* Get a test the prints ClientRect.toString to work.Josh Matthews2013-03-131-4/+7
|
* Fill out the interface creation.Josh Matthews2013-03-131-11/+12
|
* Add proper values for prototype depth and ID to JIT info.Josh Matthews2013-03-131-2/+2
|
* Generate working constant JSClass data.Josh Matthews2013-03-132-44/+864
|
* Get ClientRect bindings building.Josh Matthews2013-03-132-25/+31
|
* Initial dump of codegen work. Requires manual running of various python ↵Josh Matthews2013-03-1317-4/+5916
| | | | scripts to build servo.
* Initial dump of unmodified mozilla-central bindings codegen (7b385ab02118)Josh Matthews2013-03-1392-0/+18913