aboutsummaryrefslogtreecommitdiffstats
path: root/components/net
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2016-10-10 19:36:52 +0200
committerMartin Robinson <mrobinson@igalia.com>2016-10-13 09:50:45 +0200
commitbe62ad71176d66648f2aa754477668f7742f296b (patch)
treea8f68374f03b787e1c2c77623810431c2c01224e /components/net
parentb110eb394ebeb6528240ac3d01e17b0577a9dfbd (diff)
downloadservo-be62ad71176d66648f2aa754477668f7742f296b.tar.gz
servo-be62ad71176d66648f2aa754477668f7742f296b.zip
Integrate stacking contexts into the display list
Integrate stacking contexts into the display list by adding two new entry types, PushStackingContext and PopStackingContext. This allows us to eliminate the ugly offsets map that DisplayList used to contain and seems to speed up display list construction. With this approach we are able to also completely prune pseudo-stacking contexts from the final display list and remove their (minimal) overhead from display list traversal Traversing the display list is also a bit simpler now. Additionally, this will allow easier editing of the DisplayList to properly support scrolling roots. The push/pop entries can be duplicated to clone complex StackingContext trees between layers.
Diffstat (limited to 'components/net')
0 files changed, 0 insertions, 0 deletions