servo/components/script
Ms2ger 31f8100b9d Cleanup URL handling in ScriptTask::load a bit.
This should make it clearer that we always pass a URL to Document::new, and
avoids an unnecessary unwrap() call.
2014-10-04 15:19:08 +02:00
..
dom Replace Cell<Option<JS<T>>> with MutNullableJS<T> 2014-10-03 20:08:05 -04:00
html Use string-cache's Namespace type 2014-09-29 21:40:54 -07:00
Cargo.toml Eliminate servo_util::atom 2014-09-29 18:39:36 -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 JSTraceable everywhere 2014-09-24 05:44:49 +05:30
lib.rs Eliminate servo_util::atom 2014-09-29 18:39:36 -07:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Remove the fragment_node field from Page (fixes #3543). 2014-10-02 15:31:26 +02:00
script_task.rs Cleanup URL handling in ScriptTask::load a bit. 2014-10-04 15:19:08 +02:00