servo/components/compositing
bors-servo 2281bca892 auto merge of #5245 : nnethercote/servo/only-one-quit-event, r=glennw
This fixes #5234, in that the huge memory spike disappears. It still takes ~15 seconds for the window to actually disappear after that first `Quit` event is received by the IOCompositor. Maybe that's a pre-existing problem.

There may be better ways to do this, like handling it on the sending side (i.e. within glutin) instead of the receiving side. I just did it this way because it seemed like the easiest thing.
2015-03-16 22:21:49 -06:00
..
Cargo.toml Make gonk compile again 2015-02-21 09:42:45 +05:30
compositor.rs auto merge of #5245 : nnethercote/servo/only-one-quit-event, r=glennw 2015-03-16 22:21:49 -06:00
compositor_layer.rs Import msg as msg rather than servo_msg. 2015-02-10 11:40:36 +01:00
compositor_task.rs First part of refactoring constellation to support iframe navigation. 2015-03-17 09:35:41 +10:00
constellation.rs Add memory reporting infrastructure and use it to measure the display list. 2015-03-16 18:12:26 -07:00
headless.rs First part of refactoring constellation to support iframe navigation. 2015-03-17 09:35:41 +10:00
lib.rs Move compositing to libc from crates.io. 2015-02-21 00:24:58 +01:00
pipeline.rs Add memory reporting infrastructure and use it to measure the display list. 2015-03-16 18:12:26 -07: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 Only store the url inside a pipeline instead of the rest of the LoadData. 2015-03-03 16:25:40 -05:00