servo/components/script
bors-servo fd1bb49a65 auto merge of #5160 : pcwalton/servo/counters-redux, r=SimonSapin
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.

Reconstructed from #5138 via raw diffing.

r? @SimonSapin
2015-03-09 23:24:47 -06:00
..
dom auto merge of #5160 : pcwalton/servo/counters-redux, r=SimonSapin 2015-03-09 23:24:47 -06:00
parse Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
build.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
Cargo.toml Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
cors.rs Remove AccessControl header implementations in favor of hyper’s (fixes #5090) 2015-02-27 08:35:02 -08:00
devtools.rs Move everything unrelated to the frame tree out of Page and into Document or Window. Reduce the API surface of Page to a bare minimum to allow for easier future removal. 2015-03-03 16:25:40 -05:00
layout_interface.rs Reap layout data whenever a node is removed from the tree. 2015-03-03 07:12:51 +10:00
lib.rs Move selector matching to an external library, for use outside Servo. 2015-02-23 16:29:34 +01:00
makefile.cargo
page.rs Documentation and cleanup. 2015-03-03 16:25:40 -05:00
script_task.rs Subsume ScriptMsg::WorkerDispatchErrorEvent into ScriptMsg::RunnableMsg via introduction of Worker::WorkerErrorHandler (Closes #5171). 2015-03-09 09:24:40 -04:00
tests.rs Use NonZero to reduce the size of DOM smart pointers (fixes #4502). 2015-01-30 22:18:22 +01:00
textinput.rs Use platform-sized integers for textinput.rs 2015-02-20 16:12:58 -05:00
timers.rs Derive Debug rather than the deprecated Show for TimerControlMsg. 2015-02-24 10:50:21 +01:00