servo/components/script/dom/bindings
Cameron Zwarich 78f061ee54 Improve the correctness of Root lifetimes
Use the new lifetime bounds feature of Rust to enforce that the
RootCollection field of Root outlives the jsref field. This still
doesn't enforce that the Root itself outlives the jsref field, and
doing this would require some sort of init dance.
2014-09-26 14:25:43 -07:00
..
codegen Remove unused cx_for_dom_object function. 2014-09-25 22:35:38 +02:00
callback.rs Move global_object_for_js_object to global.rs. 2014-09-25 22:35:37 +02:00
conversions.rs Cargoify servo 2014-09-08 20:21:42 -06:00
DESIGN.md Update docs 2014-09-24 05:44:53 +05:30
error.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
global.rs Move global_object_for_js_object to global.rs. 2014-09-25 22:35:37 +02:00
js.rs Improve the correctness of Root lifetimes 2014-09-26 14:25:43 -07:00
proxyhandler.rs Upgrade to rustc 0.12.0-pre (4d2af3861 2014-09-17 15:51:11 +0000) 2014-09-20 13:00:06 -07:00
str.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
trace.rs Fix trailing whitespace tidy errors 2014-09-25 13:48:07 -07:00
utils.rs Remove unused cx_for_dom_object function. 2014-09-25 22:35:38 +02:00