aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/Configuration.py
Commit message (Expand)AuthorAgeFilesLines
* Cargoify servoJack Moffitt2014-09-081-341/+0
* Support callback return types in codegenChris Paris2014-08-281-1/+1
* Use extended attributes to define which interfaces are globals (fixes #1053).Ms2ger2014-08-201-1/+9
* Replace hasInterfacePrototypeObject checks by isCallback checks in codegen.Ms2ger2014-08-191-7/+0
* Remove empty objects from Bindings.conf.Ms2ger2014-07-131-3/+17
* Port modern callback handling code from Gecko, and copy related WebIDL parser...Josh Matthews2014-05-271-0/+55
* Address review comments.Josh Matthews2014-05-031-3/+6
* Make dictionaries contain Root<T> values instead of JS<T>, ensuring that they...Josh Matthews2014-05-031-0/+1
* Address review comments.Josh Matthews2014-05-031-0/+1
* s/Unrooted/Temporary/gJosh Matthews2014-05-031-1/+1
* Remove abstract_self.Josh Matthews2014-05-031-1/+0
* Implement safe rooting strategy via Unrooted, Root, JSRef, and JS.Josh Matthews2014-05-031-0/+1
* Remove all traces of WindowProxy. Implement basic browser context concept and...Josh Matthews2014-04-221-0/+1
* Remove support for non-castable arguments.Ms2ger2014-03-201-9/+0
* Remove support for external (i.e. XPIDL) interfaces.Ms2ger2014-03-031-17/+6
* Remove support for some more obsolete configurations.Ms2ger2014-02-251-5/+0
* Remove support for workers-specific codegen.Ms2ger2014-02-251-59/+28
* Remove support for some more obsolete configurations.Ms2ger2014-02-251-12/+0
* Remove support for some obsolete configurations.Ms2ger2014-02-251-14/+0
* Implement JSManaged for DOM objects.Josh Matthews2014-02-241-3/+2
* Import unmodified callbacks-related codegen source from Gecko.Josh Matthews2013-11-051-2/+24
* Make the global object be the Window object. Fixes #833.Josh Matthews2013-09-091-0/+1
* Generate bindings for HTMLDivElement, and pass abstract type to methods that ...Josh Matthews2013-08-061-0/+1
* Fill out various proxy binding traps as part of making setters work. Add name...Josh Matthews2013-08-031-0/+1
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+323