servo/components/script
bors-servo 7de9ed5fc7 auto merge of #3856 : Ms2ger/servo/tagname, r=Manishearth
format!("{}", atom) yields strings like "Atom('span' type=Inline)", which is
not intended here.
2014-10-30 12:27:35 -06:00
..
dom auto merge of #3856 : Ms2ger/servo/tagname, r=Manishearth 2014-10-30 12:27:35 -06:00
parse Move build_element_from_tag out of the HTML parser. 2014-10-30 18:03:19 +01: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 Move build_element_from_tag out of the HTML parser. 2014-10-30 18:03:19 +01: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 Switch to synchronous script loading 2014-10-29 14:31:47 -07:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00