ladybird/Userland
Linus Groh a59ba0e21f LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T)
Negative numeric properties are not a thing (and we even VERIFY()'d this
in the constructor). It still allows using types with a negative range
for now as we have various places using int for example (without
actually needing the negative range, but that's a different story).

u32 is the internal type of `m_number` already, so this now allows us to
leverage the full u32 range for numeric properties.
2021-06-25 22:01:23 +01:00
..
Applets Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
Applications DisplaySettings: Show screen numbers when showing the Monitors tab 2021-06-25 20:38:13 +02:00
Demos Everywhere: Add component declarations 2021-06-17 11:03:51 +02:00
DevTools HackStudio: Do not create a new LanguageClient unless needed 2021-06-25 18:58:34 +02:00
DynamicLoader Userland: Port UBSAN implementation to userspace 2021-05-27 15:18:03 +02:00
Games Games: Add Spider 2021-06-24 10:32:53 +02:00
Libraries LibJS: Change PropertyName(i32) => template<Integral T> PropertyName(T) 2021-06-25 22:01:23 +01:00
Services WindowServer: Change rendering drag&drop to use the Overlay class 2021-06-25 20:38:13 +02:00
Shell Everywhere: Use nothrow new with adopt_{ref,own}_if_nonnull 2021-06-24 17:35:49 +04:30
Utilities Utilities: Validate user with Core::Account in userdel 2021-06-24 17:33:14 +04:30
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00