servo/components/script
Patrick Walton 5f8d3f72d8 layout: Introduce support for legacy presentational attributes to selector
matching, and use it for `<input size>` and `<td width>`.

This implements a general framework for legacy presentational attributes
to the DOM and style calculation, so that adding more of them later will
be straightforward.
2014-10-14 12:44:09 -07:00
..
dom layout: Introduce support for legacy presentational attributes to selector 2014-10-14 12:44:09 -07:00
html script: Use atom comparison in more places, especially for attributes. 2014-10-14 10:32:40 -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 Incremental Style Recalc 2014-10-09 12:55:21 -04:00
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 Privatize Window 2014-10-13 13:25:44 +02:00
script_task.rs Make Event::new take enumerated values instead of booleans (fixes #3643) 2014-10-11 16:57:00 +02:00