ladybird/Base
Andreas Kling 04bec7a4f5 LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update
Style updates are lazy since late last year, so the StyleInvalidator is
actually hurting us more than it's helping by running the entire CSS
selector machine on the whole DOM for every attribute change.

Instead, simply mark the entire DOM dirty and let the lazy style update
mechanism run *once* on next event loop iteration.
2022-02-05 22:50:39 +01:00
..
bin Userland: Add more(1) emulation to less(1) 2021-07-07 20:01:15 +04:30
etc Base+WindowsServer+keymap: Store multiple keymaps in a config 2022-02-03 00:47:22 +01:00
home/anon Base: Start Keymap.Applet automatically 2022-02-03 00:47:22 +01:00
res LibWeb: Remove CSS::StyleInvalidator in favor of dirtying + lazy update 2022-02-05 22:50:39 +01:00
root Base: Add icons to man pages for GUI applications 2022-01-17 03:38:54 -08:00
usr Base: Update keymap man page to include new functionality 2022-02-03 00:47:22 +01:00
www Base: Replace <!DOCTYPE> with <!DOCTYPE html> in a few files (#1511) 2020-03-26 07:37:12 +01:00