servo/components/script
Clark Gaebel 6df1cc8e4c Run all task spawning through util, to allow for easy hooking.
During debugging, I found it useful to hook all task creation in a
central location, and util::task was the perfect place for it.

r? @pcwalton (or maybe someone else, I'm kinda sending you a bunch of
reviews today because I don't know who better to give them to)
2014-10-28 09:53:45 -07:00
..
dom Run all task spawning through util, to allow for easy hooking. 2014-10-28 09:53:45 -07:00
parse Ignore the HTML parser's borrow flag in GC tracing 2014-10-24 16:27:37 -07: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 Ignore the HTML parser's borrow flag in GC tracing 2014-10-24 16:27:37 -07:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00