aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen/Configuration.py
Commit message (Collapse)AuthorAgeFilesLines
* Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdmChris Manchester2015-02-271-0/+17
|
* Add stringifier method support to CodegenRust.py (fixes #1986)Chris Manchester2015-02-201-27/+32
| | | | | | Add a stringifier to URLUtils (Location). (fixes #4605) wpt metadata updates for #4605
* 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