diff options
author | Martin Robinson <mrobinson@igalia.com> | 2016-10-10 19:36:52 +0200 |
---|---|---|
committer | Martin Robinson <mrobinson@igalia.com> | 2016-10-13 09:50:45 +0200 |
commit | be62ad71176d66648f2aa754477668f7742f296b (patch) | |
tree | a8f68374f03b787e1c2c77623810431c2c01224e /components/net | |
parent | b110eb394ebeb6528240ac3d01e17b0577a9dfbd (diff) | |
download | servo-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