servo/components/script
bors-servo 26045d7fcb auto merge of #3809 : mrobinson/servo/display-list-optimization, r=pcwalton
Instead of creating a display list for the entire page, only create one
for an area that expands around the viewport. On my machine this makes
incremental layout of http://timecube.com 50% faster.
2014-11-12 17:36:32 -07:00
..
dom auto merge of #3809 : mrobinson/servo/display-list-optimization, r=pcwalton 2014-11-12 17:36:32 -07:00
parse Remove the glob import from the HTML parser. 2014-11-06 09:41:24 +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 Clip display list based on frame viewport 2014-11-11 08:46:16 -08:00
lib.rs Implement DOMStringMap 2014-11-06 11:31:58 -08:00
makefile.cargo Cargoify servo 2014-09-08 20:21:42 -06:00
page.rs Clip display list based on frame viewport 2014-11-11 08:46:16 -08:00
script_task.rs Clip display list based on frame viewport 2014-11-11 08:46:16 -08:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00