Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency. | Ms2ger | 2015-01-01 | 1 | -1/+1 | |
| | | ||||||
* | | Stop using ptr.is_not_null() in script. | Ms2ger | 2015-01-01 | 1 | -1/+1 | |
|/ | | | | | This method is deprecated in rust master; removing its users in advance will make a future rust upgrade smoother. | |||||
* | Rust upgrade to rustc hash b03a2755193cd756583bcf5831cf4545d75ecb8a | Jack Moffitt | 2014-11-13 | 1 | -1/+1 | |
| | ||||||
* | Document bindings/callback.rs. | Ms2ger | 2014-11-07 | 1 | -0/+3 | |
| | ||||||
* | Remove Traceable from callback.rs | Manish Goregaokar | 2014-10-05 | 1 | -6/+5 | |
| | ||||||
* | Move global_object_for_js_object to global.rs. | Ms2ger | 2014-09-25 | 1 | -1/+2 | |
| | | | | This appears to be a more sensible place for it (related to #433). | |||||
* | Use JSTraceable everywhere | Manish Goregaokar | 2014-09-24 | 1 | -5/+6 | |
| | ||||||
* | Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) | Keegan McAllister | 2014-09-20 | 1 | -1/+1 | |
| | ||||||
* | First steps of &JSRef -> JSRef conversion | Cameron Zwarich | 2014-09-19 | 1 | -2/+2 | |
| | | | | | | | | | Replace &JSRef with JSRef in the bulk of the generated code. This will remove a level of indirection throughout all DOM code. This patch doesn't change methods implemented on JSRef<T> to take `self` rather than `&self`, and it leaves a few other uses of &JSRef, but those changes can be made incrementally. | |||||
* | Add unrooted_must_root lint for usages of JS<T> in let/for bindings | Manish Goregaokar | 2014-09-16 | 1 | -0/+1 | |
| | ||||||
* | Cargoify servo | Jack Moffitt | 2014-09-08 | 1 | -0/+156 | |