servo/components/script
Keegan McAllister 96e180a22c Customize RefCell instead of wrapping it
This gets rid of a dubious transmute:

    let val = mem::transmute::<&RefCell<T>, &T>(&self.base);

The code duplication will be reduced once rust-lang/rust#18131 is fixed.
2014-10-24 16:27:36 -07:00
..
dom Customize RefCell instead of wrapping it 2014-10-24 16:27:36 -07:00
parse Don't crash on invalid utf-8 in the HTML parser. 2014-10-19 13:18:25 +02:00
Cargo.toml Add an optional --debug-mozjs argument to mach build that enables a non-optimized, debug build of mozjs and rust-mozjs. Update the Cargo snapshot to enable new feature support. 2014-10-24 16:18:25 -04:00
cors.rs Avoid an unnecessary string allocation in allow_cross_origin_request. 2014-09-23 21:33:38 +02:00
layout_interface.rs Use html5ever for HTML parsing 2014-10-16 13:06:34 -07:00
lib.rs Use html5ever for HTML parsing 2014-10-16 13:06:34 -07:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Use DOMRefCell for Page. 2014-10-22 10:01:01 +09:00
script_task.rs Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671 2014-10-23 21:33:32 -04:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00