servo/components/compositing
Bryan Bell b7ea7de136 Improve err msg when failing to output png
Before on at least Linux the following failure is hard to root cause:

    [~/servo] ./target/debug/servo -o tmp.png ./tests/html/lipsum.html
    thread '<main>' panicked at 'assertion failed: res.is_ok()', .../compositor.rs:1508
    thread '<main>' panicked at 'You should have disposed of the
    pixmap...', .../rust-layers/.../surface.rs:166

Now:

    [~/servo] ./target/debug/servo -o tmp.png ./tests/html/lipsum.html
    thread '<main>' panicked at 'Error writing png: Permission
    denied (os error 13)', .../compositor.rs:1508
    thread '<main>' panicked at 'You should have disposed of the pixmap
    properly with destroy()! This pixmap will leak!', .../rust-layers/.../surface.rs:166
2015-09-10 21:45:58 -07:00
..
Cargo.toml Add style_traits crate to improve crate separation, 2015-09-04 12:59:37 +01:00
compositor.rs Improve err msg when failing to output png 2015-09-10 21:45:58 -07:00
compositor_layer.rs sort all uses 2015-08-20 20:47:12 +08:00
compositor_task.rs Add style_traits crate to improve crate separation, 2015-09-04 12:59:37 +01:00
constellation.rs Update prefs API to return an Option<bool>. 2015-09-04 15:55:29 +01:00
headless.rs Implement viewport functions for window #1718 2015-09-02 00:40:52 +02:00
lib.rs Add style_traits crate to improve crate separation, 2015-09-04 12:59:37 +01:00
pipeline.rs Auto merge of #7547 - connorimes:move_script_profiling, r=jdm 2015-09-08 09:32:56 -06:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs Fix existing syntactics nits. 2015-08-16 10:30:43 -04:00
surface_map.rs sort all uses 2015-08-20 20:47:12 +08:00
windowing.rs Implement viewport functions for window #1718 2015-09-02 00:40:52 +02:00