servo/components/script
bors-servo b94f20c7c1 auto merge of #3934 : guillaumebort/servo/fix/84, r=jdm
Actually `<img>` elements in `<noscript>` are not prefetched anymore.

Probably because html5ever already parses the `<noscript>` content as raw
text data if `scripting_enabled` is activated.

See https://github.com/servo/html5ever/blob/servo/src/tree_builder/rules.rs#L126

Also, added a test to the images cache.
2014-11-11 14:30:39 -07:00
..
dom auto merge of #3934 : guillaumebort/servo/fix/84, r=jdm 2014-11-11 14:30:39 -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 Have ContentBox(es)Queries consult the flow tree 2014-11-03 10:30:28 -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 Invert control flow, fix resizing, and improve checkerboarding 2014-11-04 13:51:56 -08:00
script_task.rs Bug #3811 - Extracted the script task handlers into methods 2014-11-10 10:38:12 +08:00
timers.rs Use DOMRefCell for TimerManager. 2014-10-22 10:01:01 +09:00