Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for BinaryName attribute to servo's codegen (fixes #4435) r=jdm | Chris Manchester | 2015-02-27 | 1 | -0/+17 |
| | |||||
* | Add stringifier method support to CodegenRust.py (fixes #1986) | Chris Manchester | 2015-02-20 | 1 | -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. | Ms2ger | 2015-02-06 | 1 | -1/+1 |
| | |||||
* | Remove the 'b lifetime from Root. | Ms2ger | 2015-01-01 | 1 | -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. | Ms2ger | 2015-01-01 | 1 | -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 codegen | Bruno de Oliveira Abinader | 2014-11-06 | 1 | -3/+0 |
| | |||||
* | Remove support for {return,native,concrete}Type overrides in Bindings.conf. | Ms2ger | 2014-10-10 | 1 | -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 servo | Jack Moffitt | 2014-09-08 | 1 | -0/+341 |