1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 22:50:59 +00:00
serenity/Userland
Linus Groh 81aaa9ccd5 LibJS: Replace String const& with StringView in various Temporal AOs
This is especially helpful where we already pass StringView literals
and only compare them with others, e.g. overflow and largest/smallest
unit, in which case there's no need to actually allocate a string.
2021-09-08 23:42:26 +01:00
..
Applets AudioApplet: Fix initial mute state 2021-09-04 21:01:28 +02:00
Applications SystemMonitor: West Const to East Const refactor 2021-09-08 15:48:02 +04:30
Demos CatDog: Switch to new mouse-tracking method 2021-09-08 10:53:49 +02:00
DevTools UserspaceEmulator: Handle SO_ERROR in getsockopt 2021-09-07 21:26:21 +00:00
DynamicLoader CMake: Let Meta/serenity.sh run aarch64 make it past cmake 2021-08-28 14:43:07 +01:00
Games Pong: Switch to global tracking 2021-09-08 23:59:08 +02:00
Libraries LibJS: Replace String const& with StringView in various Temporal AOs 2021-09-08 23:42:26 +01:00
Services LibWeb: Rename InitialContainingBlockBox => InitialContainingBlock 2021-09-08 11:27:46 +02:00
Shell Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
Utilities Everywhere: Behaviour => Behavior 2021-09-07 13:53:14 +02:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00