ladybird/Userland/DevTools
Sam Atkins f3fe9b64bf GMLPlayground: Keep view_frame_action around to prevent a crash
The `view_frame_action` variable only exists for the duration of
`initialize_menubar()`, so calling it in `m_preview_window->on_close`
would crash. This fixes that by storing the action pointer inside
MainWidget. (And storing the `view_window_action` too because it felt
weird storing one and not the other.)
2023-05-16 18:37:32 +01:00
..
GMLPlayground GMLPlayground: Keep view_frame_action around to prevent a crash 2023-05-16 18:37:32 +01:00
HackStudio Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
Profiler Userland: Port Model::column_name() to String 2023-05-15 06:42:10 +02:00
SQLStudio LibGUI+Userland: Store column names in JsonArrayModel as String 2023-05-15 06:42:10 +02:00
UserspaceEmulator Everywhere: Use LibFileSystem where trivial 2023-03-21 19:03:21 +00:00
CMakeLists.txt Userland: Remove "Inspector" program and related utilities 2023-04-25 14:48:40 +02:00