aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen/Configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Josh Matthews2014-04-221-0/+1
| | | | and outerizing of inner windows.
* 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
| | | | need access to the opaque wrappers.
* Fill out various proxy binding traps as part of making setters work. Add ↵Josh Matthews2013-08-031-0/+1
| | | | named getter and setter and indexed getter support, as well as proxy object expandos. Fixes #660.
* Separate the DOM and layout into separate crates.Patrick Walton2013-05-281-0/+323