ladybird/Userland
Sam Atkins 6f3e48db57 LibWeb: Fill in some missing property data and bodge extra types
We don't yet have generic parsing support for `<filter-value-list>` or
`<paint>`, so listing them here confuses the new StyleValue parsing code
I'm working on. For now, let's skip `<filter-value-list>` since it's
only used in one pkace which manually parses it, and list the parts of
`<paint>` instead which are taken from here:
https://www.w3.org/TR/SVG2/painting.html#SpecifyingPaint
2023-05-25 06:36:10 +02:00
..
Applets LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
Applications Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
BuggieBox Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
Demos LibGfx+Everywhere: Change Gfx::Rect to be endpoint exclusive 2023-05-23 12:35:42 +02:00
DevTools AK: Rename Time to Duration 2023-05-24 23:18:07 +02:00
DynamicLoader DynamicLoader: Ensure that backtrace computation stops at _start 2023-04-23 14:30:59 +02:00
Games Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
Libraries LibWeb: Fill in some missing property data and bodge extra types 2023-05-25 06:36:10 +02:00
Services Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
Shell Shell: Properly detect the kill executable 2023-05-21 14:59:26 +01:00
Utilities Userland: Remove remaining users of Duration::now_realtime() 2023-05-24 23:18:07 +02:00
CMakeLists.txt Userland: Add the BuggieBox program 2022-11-26 12:41:47 -07:00