servo/components/script
Cameron Zwarich 8334942d0c Add an extended_deref method to JSRef
The extended_deref method will take a JSRef<'a, T> and produce an &'a T,
in contrast to the standard deref method that takes an &'b JSRef<'a, T>
and produces an &'a T. This is useful when avoiding passing a JSRef by
reference.
2014-09-26 18:37:26 -07:00
..
dom Add an extended_deref method to JSRef 2014-09-26 18:37:26 -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