serenity/Userland
Dan Klishch 77f36a9e46 LibJS: Remove redundant use of JsonValue::{is,as}_i32()
Value::Value(double) already converts double to int when it is safe, no
need to check for this here explicitly. While this technically removes
an optimization, I doubt that it will regress performance in any
measurable way.
2024-01-21 15:47:53 -07:00
..
Applets Everywhere: Use to_number<T> instead of to_{int,uint,float,double} 2023-12-23 20:41:07 +01:00
Applications PDFViewer: Remove an unneeded indirection 2024-01-21 09:32:22 -05:00
BuggieBox
Demos WidgetGallery: Remove quotes around GML boolean values 2024-01-21 08:38:18 -05:00
DevTools HackStudio: Remove unused spawn.h include 2024-01-19 12:16:21 -07:00
DynamicLoader Everywhere: Rename {Deprecated => Byte}String 2023-12-17 18:25:10 +03:30
Games MasterWord: Add fullscreen option 2024-01-14 15:18:43 -07:00
Libraries LibJS: Remove redundant use of JsonValue::{is,as}_i32() 2024-01-21 15:47:53 -07:00
Services NotificationServer: Manually calculate the text label height 2024-01-21 09:32:10 -05:00
Shell LibFileSystem+Everywhere: Return ByteString from read_link() 2024-01-16 08:42:34 +00:00
Utilities ls: Show T in long mode if sticky bit is set for non-executable files 2024-01-21 08:49:33 -05:00
CMakeLists.txt