servo/tests
bors-servo a0cb657fe8 Auto merge of #7423 - pcwalton:iframe-stacking-context-position, r=glennw
layout: Make the compositor rather than layout determine the position of each iframe.

The old code that attempted to do this during layout wasn't able to work
for multiple reasons: it couldn't know where the iframe was going to be
on the page (because of nested iframes), and at the time it was building
the display list for a fragment it couldn't know where that fragment was
going to be in page coordinates.

This patch rewrites that code so that only the size of an iframe is
determined during layout, and the position is determined by the
compositor. Layout layerizes iframes and marks the iframe layers with
the appropriate subpage ID so that the compositor can place them
correctly.

Closes #7377.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7423)
<!-- Reviewable:end -->
2015-09-29 19:26:49 -06:00
..
dromaeo Revert "Revert "Auto merge of #7103 - frewsxcv:python-venv, r=metajack" for breaking web-platform-tests." 2015-09-02 09:34:01 -04:00
heartbeats Add energy monitoring and characterization scripts 2015-09-09 13:35:21 -05:00
html Replace twitter fail whale with redirect to archive.org version 2015-09-22 11:26:00 -07:00
jquery Update jQuery tests usage message 2015-06-19 16:42:17 +02:00
power Use Cargo's target directory sharing. 2015-06-15 11:48:47 -06:00
ref Auto merge of #7423 - pcwalton:iframe-stacking-context-position, r=glennw 2015-09-29 19:26:49 -06:00
unit tests for devtools integration with network requests/responses 2015-09-25 22:07:01 +05:30
wpt Auto merge of #7786 - mbrubeck:harfbuzz-sys, r=pcwalton 2015-09-29 15:37:11 -06:00
reftest.rs Add a pref for a default homepage. 2015-09-25 00:58:51 +01:00