servo/components/gfx
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
..
display_list layout: Make the compositor rather than layout determine the position of 2015-09-29 09:47:28 -07:00
platform A few clean ups for Au type 2015-09-28 16:05:16 +10:00
text Fix shaping of tab characters with Harfbuzz 1.0 2015-09-29 14:34:51 -07:00
Cargo.toml Break text runs by unicode script 2015-09-29 14:34:49 -07:00
filters.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
font.rs Break text runs by unicode script 2015-09-29 14:34:49 -07:00
font_cache_task.rs layout: Load Web fonts asynchronously. 2015-09-27 15:38:20 -07:00
font_context.rs layout: Do a couple of minor style cleanups. 2015-09-27 15:38:22 -07:00
font_template.rs Fix reported test-tidy errors for unmerged import blocks 2015-09-19 12:50:14 -04:00
lib.rs Break text runs by unicode script 2015-09-29 14:34:49 -07:00
paint_context.rs A few clean ups for Au type 2015-09-28 16:05:16 +10:00
paint_task.rs layout: Make the compositor rather than layout determine the position of 2015-09-29 09:47:28 -07:00