servo/components
Patrick Walton 30fd28d107 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-03 17:31:19 +01:00
..
canvas Canvas: added lineTo(). 2015-03-02 21:00:50 +01:00
compositing auto merge of #5113 : glennw/servo/fix-title, r=mbrubeck 2015-03-02 17:24:56 -07:00
devtools Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
devtools_traits Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
gfx Fix hover state on elements with transparent background colours. 2015-03-03 09:15:11 +10:00
layout layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
layout_traits Import net as net rather than servo_net. 2015-02-10 12:55:24 +01:00
msg Use rustc-serialize rather than the built-in deprecated serialize. 2015-02-17 13:24:15 +01:00
net Add profiling to image decoding. 2015-02-28 18:35:48 +01:00
plugins auto merge of #4914 : Ms2ger/servo/match_lang_ty, r=saneyuki 2015-02-13 23:21:49 -07:00
script layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
script_traits auto merge of #4960 : pkondzior/servo/add-script-timers-suspend-resume-functionality, r=jdm 2015-02-23 21:45:46 -07:00
servo layout: Implement text-shadow per CSS-TEXT-DECORATION-3 § 4. 2015-03-02 13:28:51 -08:00
style layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00
util layout: Implement ordered lists, CSS counters, and quotes per CSS 2.1 2015-03-03 17:31:19 +01:00