1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:18:11 +00:00
serenity/Userland
Sam Atkins a52f6fb5b0 LibWeb: Use TransformFunctionMetadata when parsing their arguments
Now, the parser will reject a transform function if:
- There are too many arguments.
- There are too few arguments.
- An argument is the wrong type.
2022-04-18 14:16:28 +02:00
..
Applets Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Applications ThemeEditor: Remove unused model classes 2022-04-18 12:58:23 +02:00
Demos LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
DevTools Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Pong: Explicitly clear held keys in Game::reset() 2022-04-15 00:13:09 +02:00
Libraries LibWeb: Use TransformFunctionMetadata when parsing their arguments 2022-04-18 14:16:28 +02:00
Services Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
Shell Shell: Complete for current path when the text is empty 2022-04-15 13:08:41 +04:30
Utilities Userland: Always construct Application with try_create() 2022-04-18 12:57:34 +02:00
CMakeLists.txt