servo/components/script
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
..
dom Improve the correctness of Root lifetimes 2014-09-26 14:25:43 -07:00
html Eliminate warnings 2014-09-20 13:00:55 -07:00
Cargo.toml Rename macros crate to plugins 2014-09-23 17:37:27 +05:30
cors.rs Avoid an unnecessary string allocation in allow_cross_origin_request. 2014-09-23 21:33:38 +02:00
layout_interface.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
lib.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Address review comments 2014-09-24 19:35:41 +05:30
script_task.rs Use JSTraceable everywhere 2014-09-24 05:44:49 +05:30