servo/components/util
Patrick Walton f9cdd05d58 layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1
§ 12.3-12.5.

Only simple alphabetic and numeric counter styles are supported. (This
is most of them though.)

Although this PR adds a sequential pass to layout, I verified that on
pages that contain a reasonable number of ordered lists (Reddit
`/r/rust`), the time spent in generated content resolution is dwarfed by
the time spent in the parallelizable parts of layout. So I don't expect
this to negatively affect our parallelism expect perhaps in pathological
cases.
2015-03-09 17:13:45 -07:00
..
deque Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
cache.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
Cargo.toml Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
cursor.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
debug_utils.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
dlist.rs Make dlist::split use new DList::split_off. 2015-02-12 15:39:08 -08:00
fnv.rs Update rustc to 00b112c45a604fa6f4b59af2a40c9deeadfdb7c6/rustc-1.0.0-dev. 2015-01-28 10:16:49 +10:00
geometry.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
lib.rs Report detailed RSS measurements from /proc/<pid>/smaps on Linux. 2015-02-23 15:20:32 -08:00
logical_geometry.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
memory.rs Cleanup compilation warning in OSX (should still work on Linux). 2015-03-03 16:01:25 -08:00
namespace.rs Use Gecko's simpler Bloom filter instead of one based on hash 2014-10-10 17:02:27 -07:00
opts.rs Implements reflow events debugging. 2015-03-06 12:27:18 -08:00
persistent_list.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
range.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
resource_files.rs Fix warnings in util. 2015-02-13 11:42:13 +01:00
str.rs Fix warnings in util. 2015-02-13 11:42:13 +01:00
task.rs add unwrap to send/recv calls 2015-02-03 16:05:13 +01:00
task_state.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
taskpool.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
tid.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
time.rs layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-09 17:13:45 -07:00
vec.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00
workqueue.rs Remove uint/int inside components/util (partial #4745). 2015-02-28 15:03:07 +01:00