ladybird/Userland
Andreas Kling 7df4365e40 LibWeb: Only invalidate style & DOM version if attribute really changes
When setting an element attribute to the value it already had, we don't
need to update style or invalidate anything that depends on the DOM
version counter.

This was a source of much pointless busywork.
2024-09-08 09:45:31 +02:00
..
Libraries LibWeb: Only invalidate style & DOM version if attribute really changes 2024-09-08 09:45:31 +02:00
Services LibWeb: Note what's causing a style invalidation to happen 2024-09-08 09:45:31 +02:00
Utilities LibWebView+UI: Move the database and cookie jar to WebView::Application 2024-09-05 19:45:47 -04:00