servo/components/script
Manish Goregaokar 12dc54d238 Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list
For safe wrappers over JS<T> (eg Temporary<T>) use #[allow(unrooted_must_root)].
For all other types containing a #[must_root] value, annotate the type with #[must_root] to ensure that it is never used unrooted
2014-09-16 22:11:27 +05:30
..
dom Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
html Don't fail converting invalid UTF8 when fetching JS source. Fixes #3302. 2014-09-13 11:22:29 -04:00
Cargo.toml Cargoify servo 2014-09-08 20:21:42 -06:00
cors.rs Cargoify servo 2014-09-08 20:21:42 -06:00
layout_interface.rs Cargoify servo 2014-09-08 20:21:42 -06:00
lib.rs Reinstate errors for unused variables and imports. 2014-09-13 23:38:00 -06:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Add unrooted_must_root lint for enums and structs containing JS<T>, as well as functions with JS<T> in their parameter list 2014-09-16 22:11:27 +05:30
script_task.rs Handle AttachLayout before ResizeMsg. Fixes #3333 for yahoo static suite. 2014-09-15 12:30:05 +10:00