servo/components/script
bors-servo c9089c45c4 auto merge of #3857 : mrobinson/servo/queries, r=pcwalton
Instead of looking at the display tree, have ContentBox(es)Query consult
the flow tree. This allow optimizing away parts of the display tree
later. To do this we need to be more careful about how we send reflow
requests, only querying the flow tree when possible.

Fixes #3790.
2014-11-03 12:03:37 -07:00
..
dom auto merge of #3857 : mrobinson/servo/queries, r=pcwalton 2014-11-03 12:03:37 -07: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 Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08: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 Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
script_task.rs Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -08:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00