aboutsummaryrefslogtreecommitdiffstats
path: root/tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2025-05-20 15:42:39 +0200
committerGitHub <noreply@github.com>2025-05-20 13:42:39 +0000
commitd8294fa42378d2fa4645ddb7ada55a898d85c8ba (patch)
tree0ff685f95c9c055188d358c2cd590e9ecb33bb38 /tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference
parent27c8a899ea64810dea224a49e292819488e8b5de (diff)
downloadservo-d8294fa42378d2fa4645ddb7ada55a898d85c8ba.tar.gz
servo-d8294fa42378d2fa4645ddb7ada55a898d85c8ba.zip
layout: Split stacking context and display list construction (#37047)
Previously, after a layout was finished (or skipped in the case of repaint-only layout), both the stacking context tree and display list were built. In the case of repaint-only layout, we should be able to skip the reconstruction of the stacking context tree and only do display list building. This change does that, also generally cleaning and up and clarifying the data structure used during this phase of layout. This opens up the possibility of a new kind of incremental layout that does both repaint and a rebuild of the stacking context tree. On the blaster.html test case[^1], this reduces tightly-measured layout time from ~45-50 milliseconds to ~25-30 milliseconds on my M3. [^1]: https://gist.github.com/mrobinson/44ec87d028c0198917a7715a06dd98a0 Testing: There are currently no performance tests for layout. :( This should not modify the results of WPT tests. Signed-off-by: Martin Robinson <mrobinson@igalia.com> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/css-tests/css-transforms-1_dev/xhtml1/reference')
0 files changed, 0 insertions, 0 deletions