aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/callback.rs
Commit message (Collapse)AuthorAgeFilesLines
...
| * Rename GlobalRoot::root_ref() to GlobalRoot::r() for consistency.Ms2ger2015-01-011-1/+1
| |
* | Stop using ptr.is_not_null() in script.Ms2ger2015-01-011-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 b03a2755193cd756583bcf5831cf4545d75ecb8aJack Moffitt2014-11-131-1/+1
|
* Document bindings/callback.rs.Ms2ger2014-11-071-0/+3
|
* Remove Traceable from callback.rsManish Goregaokar2014-10-051-6/+5
|
* Move global_object_for_js_object to global.rs.Ms2ger2014-09-251-1/+2
| | | | This appears to be a more sensible place for it (related to #433).
* Use JSTraceable everywhereManish Goregaokar2014-09-241-5/+6
|
* Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000)Keegan McAllister2014-09-201-1/+1
|
* First steps of &JSRef -> JSRef conversionCameron Zwarich2014-09-191-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 bindingsManish Goregaokar2014-09-161-0/+1
|
* Cargoify servoJack Moffitt2014-09-081-0/+156