servo/components/compositing
Nicholas Nethercote a21f6c407c Measure paint task buffer maps in the memory profiler.
Example output from the memory profiler:

```
|       1.04 MiB -- url(http://en.wikipedia.org/wiki/Main_Page)
|          0.26 MiB -- display-list
|          0.78 MiB -- paint-task       # new output line
|             0.78 MiB -- buffer-map    # new output line
```

The buffer maps aren't huge, but they're worth measuring, and it's good
to get the memory profiler plumbing into PaintTask.
2015-05-27 18:27:18 -07:00
..
Cargo.toml Layerize canvas 2015-05-20 19:10:50 +02:00
compositor.rs handle early LoadURL messages without panicking by sending initial url load 2015-05-27 14:45:54 -04:00
compositor_layer.rs compositing: Support multiple events per frame. 2015-05-20 10:53:48 -07:00
compositor_task.rs add navigation state data to LoadComplete messages, finish cef load state cbs 2015-05-27 14:45:48 -04:00
constellation.rs handle case of deleted pipeline when preparing to send load_end constellation msg 2015-05-27 14:45:56 -04:00
headless.rs add navigation state data to LoadComplete messages, finish cef load state cbs 2015-05-27 14:45:48 -04:00
lib.rs Auto merge of #6083 - ecoal95:layerize-canvas, r=pcwalton 2015-05-20 15:42:06 -05:00
pipeline.rs Measure paint task buffer maps in the memory profiler. 2015-05-27 18:27:18 -07:00
scrolling.md Add documentation about the scrolling model 2014-10-10 09:26:43 -07:00
scrolling.rs compositing: Fix scrolling timeout. There are 1,000,000 nanoseconds in a 2015-05-11 14:44:49 -07:00
windowing.rs add error enum for chromium net errors, create window method for error propagation 2015-05-27 14:45:50 -04:00