aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Implement an Unrooted smart pointer to replace JS when it is not traced.Ms2ger2015-02-061-1/+1
|
* Remove the 'b lifetime from Root.Ms2ger2015-01-011-1/+1
| | | | | It does not add any safety, as the reference is constructed from a raw pointer without limiting the lifetime in any way.
* Remove the 'a lifetime from Root.Ms2ger2015-01-011-1/+1
| | | | | It does not add any safety, as the reference is constructed from a raw pointer without limiting the lifetime in any way.
* Remove warning from 'deleter' WebIDL codegenBruno de Oliveira Abinader2014-11-061-3/+0
|
* Remove support for {return,native,concrete}Type overrides in Bindings.conf.Ms2ger2014-10-101-5/+10
| | | | | We have no reason to support non-default type names, and this commit corrects the computations for callbacks (which needed the override until now).
* Cargoify servoJack Moffitt2014-09-081-0/+341