servo/components/script
Bruno de Oliveira Abinader bbab8831e0 Usage of JSRef<Attr> in before_remove_attr & after_set_attr
JSRef<Attr> does not require allocating a DOMString for value, which are
unused in most cases. It also provides more access to Attr data.
2014-10-22 11:13:58 -04:00
..
dom Usage of JSRef<Attr> in before_remove_attr & after_set_attr 2014-10-22 11:13:58 -04:00
parse Don't crash on invalid utf-8 in the HTML parser. 2014-10-19 13:18:25 +02:00
Cargo.toml Use html5ever for HTML parsing 2014-10-16 13:06:34 -07: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 Use DOMRefCell for ScriptTask. 2014-10-22 10:01:01 +09:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00