servo/components
Glenn Watson b670430cb2 Add test to constellation to avoid writing reftest image if there are pending frames.
Also change when pipelines become active.

This makes the constellation activate a pipeline as the current frame
when it is ready to do initial reflow, rather than when it is ready
to paint.

This fixes a number of intermittent failures that could previously occur
if an iframe was not visible - which would mean it was never moved from
a pending frame in the constellation to an active frame.

(It happens that webrender exposes these intermittents as permanent failures).
2015-12-17 12:30:19 +10:00
..
canvas Implement various WebGL functions 2015-12-13 17:39:20 -08:00
canvas_traits Implement various WebGL functions 2015-12-13 17:39:20 -08:00
compositing Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
devtools Moved WorkerId type to devtools_traits 2015-12-07 20:11:26 +01:00
devtools_traits Moved WorkerId type to devtools_traits 2015-12-07 20:11:26 +01:00
gfx Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
gfx_traits Move PaintListener to gfx_traits, Fixes #8834 2015-12-11 18:43:10 +01:00
layout Add pipeline information to CSS error reporting. 2015-12-14 11:18:30 -05:00
layout_traits Move ScriptMsg from msg crate into script_traits 2015-12-09 20:50:11 +01:00
msg Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
net Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
net_traits Fix warnings: Use Vec.extend_from_slice instead of Vec.push_all 2015-12-10 16:49:29 -05:00
plugins Fix warnings 2015-12-03 17:05:26 +01:00
profile Use thread::sleep instead of deprecated sleep_ms 2015-11-29 13:41:04 -07:00
profile_traits Remove the pinned revision from profile_traits/Cargo.toml. 2015-12-13 23:29:09 +01:00
script Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
script_traits Add test to constellation to avoid writing reftest image if there are pending frames. 2015-12-17 12:30:19 +10:00
servo Add pipeline information to CSS error reporting. 2015-12-14 11:18:30 -05:00
style Add pipeline information to CSS error reporting. 2015-12-14 11:18:30 -05:00
style_traits Add pipeline information to CSS error reporting. 2015-12-14 11:18:30 -05:00
util Fix warnings. 2015-12-04 10:31:19 +01:00
webdriver_server Fix warning: Stop to use deprecated 'SocketAddr::new' 2015-12-11 10:39:23 -05:00