1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:41:00 +00:00
serenity/Userland
Andreas Kling 7bb7d87807 LibWeb: Resolve percentage line-height values before CSS inheritance
Percentage line-height values are relative to 1em (i.e the font-size
of the element). We have to resolve their computed values before
proceeding with inheritance.
2023-03-12 18:10:32 +01:00
..
Applets Applets/Keymap: Repaint applet on keymap change 2023-03-09 21:42:23 +01:00
Applications LibGfx: Make QOIWriter use ErrorOr 2023-03-12 13:23:34 +00:00
BuggieBox Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00
Demos LibGfx: Make QOIWriter use ErrorOr 2023-03-12 13:23:34 +00:00
DevTools HackStudio: Use Syntax::Language instead of our own one 2023-03-11 13:22:57 +00:00
DynamicLoader DynamicLoader: Disable stack protector in some files for aarch64 build 2023-02-15 22:53:19 +01:00
Games Everywhere: Rename equals_ignoring_case => equals_ignoring_ascii_case 2023-03-10 13:15:44 +01:00
Libraries LibWeb: Resolve percentage line-height values before CSS inheritance 2023-03-12 18:10:32 +01:00
Services LibWeb/HTML: Propagate OOM errors from Window::{local,session}_storage() 2023-03-11 18:26:40 +00:00
Shell Shell: Error out on invalid `export' argument 2023-03-10 22:33:30 +03:30
Utilities LibGfx: Make QOIWriter use ErrorOr 2023-03-12 13:23:34 +00:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00