servo/components/compositing
Eli Friedman 0df71c7d19 Make sure to correctly destroy old layers in collect_old_layers_for_pipeline.
The previous code would skip calling clear_all_tiles(), which led to a
panic in rust-layers. ("You should have disposed of the pixmap properly
with destroy()! This pixmap will leak!")

Ran into this messing around with pdf.js; no minimized testcase.
Maybe related to #7895.
2015-10-07 11:46:53 -07:00
..
Cargo.toml Update servo to use published app units crate 2015-10-01 11:45:35 +10:00
compositor.rs Improve layer tree debugging output 2015-10-06 15:25:33 -07:00
compositor_layer.rs Make sure to correctly destroy old layers in collect_old_layers_for_pipeline. 2015-10-07 11:46:53 -07:00
compositor_task.rs layout: Make the compositor rather than layout determine the position of 2015-09-29 09:47:28 -07:00
constellation.rs Auto merge of #7807 - glennw:pid, r=jdm 2015-10-06 01:08:32 -06:00
headless.rs Use same default window size in headless compositor 2015-09-30 15:58:49 -07:00
lib.rs Split Au type into separate crate, with minimal dependencies. 2015-10-01 07:16:11 +10:00
pipeline.rs Make it possible for iframes to create their own pipeline ID. 2015-10-06 17:06:53 +10:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
surface_map.rs sort all uses 2015-08-20 20:47:12 +08:00
windowing.rs sorted the extern crate, mod & use declarations 2015-09-24 02:12:45 +05:30