ladybird/Userland
Andreas Kling a13079f757 LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule()
When rules are inserted or removed via the CSSOM API, we now invalidate
document style to ensure that any changes made are reflected.

1% progression on ACID3. :^)
2022-03-09 19:58:14 +01:00
..
Applets LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Applications PixelPaint: Support saving/loading masks to project file 2022-03-09 17:15:17 +01:00
Demos Demos: Create demo for VirGL gpu device 2022-03-09 14:58:48 +03:30
DevTools HackStudio: Add more files to new file menu 2022-03-08 22:42:40 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games LibGfx: Rename Color::from_rgba() => Color::from_argb() 2022-03-04 23:40:21 +01:00
Libraries LibWeb: Invalidate style after CSSStyleSheet.{insert,remove}Rule() 2022-03-09 19:58:14 +01:00
Services SystemServer: Create device files for gpus on startup 2022-03-09 14:58:48 +03:30
Shell Shell: Be more smart with pasted stuff 2022-03-06 13:20:41 +01:00
Utilities date: Allow using a custom format string 2022-03-08 23:30:47 +01:00
CMakeLists.txt