servo/components/compositing
Glenn Watson f68386f0fa Fix making an iframe visible when it was initially set to display:none.
When an iframe is created with display:none it sets the root layer to be
zero width and height. When updating the rect of the iframe from layout
send the entire rect rather than just the new origin, which handles the case
where the iframe has been made visible and now has a non-zero rect.
2015-03-03 07:46:26 +10:00
..
Cargo.toml Make gonk compile again 2015-02-21 09:42:45 +05:30
compositor.rs Fix making an iframe visible when it was initially set to display:none. 2015-03-03 07:46:26 +10:00
compositor_layer.rs Import msg as msg rather than servo_msg. 2015-02-10 11:40:36 +01:00
compositor_task.rs Fix making an iframe visible when it was initially set to display:none. 2015-03-03 07:46:26 +10:00
constellation.rs Fix making an iframe visible when it was initially set to display:none. 2015-03-03 07:46:26 +10:00
headless.rs Fix making an iframe visible when it was initially set to display:none. 2015-03-03 07:46:26 +10:00
lib.rs Move compositing to libc from crates.io. 2015-02-21 00:24:58 +01:00
pipeline.rs Add thaw/freeze messages that can suspend/resume webcontent timers #4907 2015-02-24 05:33:27 +01:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00
windowing.rs Upgrade to rustc ba2f13ef0 2015-02-04 2015-02-11 14:48:34 -08:00