1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:41:00 +00:00
serenity/Userland
Andreas Kling 675d919dd2 LibWeb: Handle custom ident values for the CSS font-family property
We were parsing these all right, but ignoring them in StyleComputer.

No test unfortunately, since we don't currently have a way to delay
the load event until a @font-face has been fully loaded. (Any test
of this right now would be flaky.)
2023-09-18 16:34:01 +02:00
..
Applets Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
Applications Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
BuggieBox checksum: Add support for BLAKE2b 2023-09-17 16:49:35 +03:30
Demos Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
DevTools Userland: Make GUI::Window construction non-fallible 2023-09-17 16:47:28 -06:00
DynamicLoader CMake: Use CMAKE_POSITION_INDEPENDENT_CODE instead of explicit -fpic 2023-09-18 10:26:42 +02:00
Games Solitaire: Rearrange Help Menu 2023-09-17 17:26:32 -06:00
Libraries LibWeb: Handle custom ident values for the CSS font-family property 2023-09-18 16:34:01 +02:00
Services WebServer: Return 403 for a GET request to an inaccessible path 2023-09-17 17:10:04 -06:00
Shell Shell: Allow the user to set the prompt using PROMPT() 2023-09-07 11:52:37 -06:00
Utilities less: Allow quitting with uppercase 'Q' 2023-09-17 17:10:50 -06:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00