Files
ladybird/Userland/Libraries/LibWeb/DOM
Andreas Kling f37f081f15 LibWeb: Don't relayout when visibility changes between visible/hidden
Layout will be identical for both of those values, so only a repaint is
necessary. If it changes to/from "collapse" however, we do need to
relayout. This means we can't simply use the "affects-layout" mechanism.
We have to write a little bit of custom code.

This makes Google Groups (and surely many other sites) significantly
more responsive by avoiding large amounts of layout work.
2023-05-08 06:42:17 +02:00
..
2023-04-14 12:30:43 +02:00
2023-04-14 12:30:43 +02:00
2023-04-21 07:59:50 +02:00
2023-04-21 07:59:50 +02:00
2023-04-21 07:59:50 +02:00