1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 16:18:12 +00:00
serenity/Userland
Andreas Kling 30fcb07fe8 LibJS: Make JS::Environment smaller by reordering members
By putting `m_permanently_screwed_by_eval` first, it folds into the
padding at the end of the base class (JS::Cell).
2022-01-31 16:19:23 +01:00
..
Applets Applets/Audio: Use Array for the volume level bitmaps 2022-01-28 23:40:25 +01:00
Applications LibGUI: Remove Window background color 2022-01-31 00:38:15 +01:00
Demos Userland: Add horizontal mouse scroll support 2022-01-20 10:37:52 +01:00
DevTools UserspaceEmulator: Implement ioctl TIOCSTI 2022-01-29 11:22:43 +01:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Chess: Don't use Vector in a literal iterator 2022-01-28 23:40:25 +01:00
Libraries LibJS: Make JS::Environment smaller by reordering members 2022-01-31 16:19:23 +01:00
Services Everywhere: Remove redundant inline keyword 2022-01-29 21:45:17 +02:00
Shell Shell: Use StringView instead of String const& where feasible 2022-01-29 23:08:27 +01:00
Utilities pape: Port to LibMain 2022-01-31 15:25:07 +01:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00