servo/components/gfx
bors-servo dcaf66397a Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck
layout: Make overflow calculation take relative percentages into account.

This necessitated changing overflow to be calculated by the parent flow
if relatively positioned children are present. That is because the
overflow regions cannot be calculated without knowing relative offsets,
which themselves cannot be calculated without knowing the parent size
(because of percentages). To accomplish this without sacrificing
parallelism in the non-relative case, this patch splits overflow into
"early" and "late" computation. Late overflow computation cannot be
parallelized across children, while early overflow computation can.

Makes the "Apple Music" text show up over the full-bleed promotional
background on apple.com.

r? @SimonSapin -- would appreciate a look over the iframe test case that was changed.

<!-- Reviewable:start -->
[<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/7313)
<!-- Reviewable:end -->
2015-09-01 12:33:07 -06:00
..
display_list Split out layered child stacking contexts in display lists 2015-08-26 10:20:28 -07:00
platform Auto merge of #7468 - JoshTheGoldfish:Issue7460, r=jdm 2015-09-01 08:33:02 -06:00
text Auto merge of #7475 - wilmoz:checkBracesSpaces, r=jdm 2015-08-31 13:18:23 -06:00
Cargo.toml servo: Update ipc-channel to pick up bincode support. 2015-08-08 09:43:53 -07:00
filters.rs sort all uses 2015-08-20 20:47:12 +08:00
font.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
font_cache_task.rs sort all uses 2015-08-20 20:47:12 +08:00
font_context.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
font_template.rs sort all uses 2015-08-20 20:47:12 +08:00
lib.rs make test-tidy check that = have space after them 2015-09-01 07:18:19 -04:00
paint_context.rs Auto merge of #7313 - pcwalton:position-relative-percentage-overflow, r=mbrubeck 2015-09-01 12:33:07 -06:00
paint_task.rs Auto merge of #7392 - mrobinson:layered-separate, r=pcwalton 2015-08-26 11:38:34 -06:00