serenity/Userland/DevTools
Itamar 8a01167c7d AK: Add missing GenericTraits<NonnullRefPtr>
This enables us to use keys of type NonnullRefPtr in HashMaps and
HashTables.

This commit also includes fixes in various places that used
HashMap<T, NonnullRefPtr<U>>::get() and expected to get an
Optional<NonnullRefPtr<U>> and now get an Optional<U*>.
2021-05-08 18:10:56 +02:00
..
HackStudio AK: Add missing GenericTraits<NonnullRefPtr> 2021-05-08 18:10:56 +02:00
Inspector Everywhere: Rename app_menu to file_menu or game_menu 2021-05-01 17:40:54 +02:00
IPCCompiler Userland: Add try_* IPC handlers 2021-05-03 21:14:40 +02:00
Playground LibGUI: Move widget registration to LibCore 2021-05-06 08:50:39 +02:00
Profiler Profiler: Fix scrolling behavior 2021-05-08 09:55:24 +02:00
UserspaceEmulator UserspaceEmulator: Make sure TLS allocation behavior matches kernel 2021-05-03 08:25:44 +02:00
CMakeLists.txt