diff options
author | bors-servo <release+servo@mozilla.com> | 2014-01-30 12:49:28 -0800 |
---|---|---|
committer | bors-servo <release+servo@mozilla.com> | 2014-01-30 12:49:28 -0800 |
commit | e9a0c8184f1af460583fe5ab2615e01d08ffc22f (patch) | |
tree | 37be35519ef1c22cf0a62189c60574a733e6889d /src/components/script/dom/document.rs | |
parent | 6c2e48f04d83cb0491138d8cc8a5c81ebc160cc6 (diff) | |
parent | f41c39b3ddc1c2012711c7af453fe38089bce37d (diff) | |
download | servo-e9a0c8184f1af460583fe5ab2615e01d08ffc22f.tar.gz servo-e9a0c8184f1af460583fe5ab2615e01d08ffc22f.zip |
auto merge of #1597 : larsbergstrom/servo/add_page_loaded, r=pcwalton
Add a LoadComplete message so that script informs the constellation, which can then inform the compositor (and anyone else, later) about the completion of loading a page. This is important for ref tests, which should not emit a PNG until load has completed, even if we perform a composite before then.
Note that we must *also* wait for the `ready_state` to indicate that additionally layout has completed any associated reflow with the page, otherwise we could get the `LoadComplete` while the final reflow is still in progress and thus would write out the `n-1`'th reflow result.
r? @pcwalton
Diffstat (limited to 'src/components/script/dom/document.rs')
0 files changed, 0 insertions, 0 deletions