ladybird/Userland
Sam Atkins e0a727bc76 LibWeb: Remove type checking from set_property_expanding_shorthands()
Now that the Parser checks that StyleValues are valid, we don't need to
do the checks here, since any value here is guaranteed to be acceptable.
2021-09-23 17:47:40 +02:00
..
Applets LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
Applications FontEditor: Keep selected glyph in view on resize 2021-09-22 21:35:42 +02:00
Demos WidgetGallery: Crop animated cursors 2021-09-20 15:59:34 +02:00
DevTools LibGUI: Rename CallOnChange => AllowCallback and implement elsewhere 2021-09-22 21:35:42 +02:00
DynamicLoader
Games
Libraries LibWeb: Remove type checking from set_property_expanding_shorthands() 2021-09-23 17:47:40 +02:00
Services WebContent: Pass an empty bitmap object if the pointer is null 2021-09-22 22:10:11 +02:00
Shell Shell: Make ArgsParser not exit on failure in builtin_exit() 2021-09-20 03:31:57 +04:30
Utilities checksum: Stop reusing the same Core::File for multiple files 2021-09-21 20:36:19 +03:00
CMakeLists.txt