servo/components
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
..
canvas gfx: Update rust-azure to pick up arcs, gradients, and subpixel text 2014-10-20 21:36:28 -07:00
compositing Use WindowMethods to get native graphics metadata instead of 2014-10-24 13:45:42 +10:00
devtools Allow to specify port with --devtools option (fixes #3597) 2014-10-09 00:39:31 +11:00
devtools_traits Disable non_snake_case warnings in devtools 2014-09-23 11:45:08 -07:00
gfx Cache last fontgroup. Style recalc on wikipedia/rust 66ms -> 41ms. 2014-10-24 08:25:10 +10:00
layout 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
layout_traits Use opts as a global, to avoid cloning and passing the struct all over the code. 2014-10-20 10:48:47 +10:00
msg util: Make some minor formatting cleanups to profiling and gfx 2014-10-22 07:49:56 -07:00
net Introduce a basic shared task pool, and use it for image decoding. 2014-10-20 13:34:14 +10:00
plugins Make auto-derived JSTraceable have #[inline] methods 2014-10-16 10:20:20 +05:30
script Customize RefCell instead of wrapping it 2014-10-24 16:27:36 -07:00
script_traits auto merge of #3626 : Manishearth/servo/form-prep, r=jdm 2014-10-09 16:00:34 -06:00
style 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
util Add layers dependency to util crate. Fixes #3783. 2014-10-23 19:29:05 -04:00