1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 07:37:44 +00:00
serenity/Userland
kleines Filmröllchen 716a3429fa LibCore: Fix event loop stacks on non-main threads
Previously, event loop stacks on non-main threads would always crash
because the condition for "am I the lowest-stacked loop" was still
"am I the main loop", which of course is no longer sensible. A simple
switch to `is_instantiated` fixes this.
2022-02-13 23:06:53 +01:00
..
Applets Userland/Applets: Use default constructors/destructors 2022-02-13 21:27:17 +00:00
Applications Base+HexEditor: Add icons 2022-02-13 21:24:46 +00:00
Demos Userland: Run gml-format 2022-02-13 02:36:35 +02:00
DevTools Userland: Run gml-format 2022-02-13 02:36:35 +02:00
DynamicLoader DynamicLoader+LibC+LibTimeZone: Include LibTimeZone sources in LibC 2022-01-23 12:48:26 +00:00
Games Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Libraries LibCore: Fix event loop stacks on non-main threads 2022-02-13 23:06:53 +01:00
Services Userland: Run gml-format 2022-02-13 02:36:35 +02:00
Shell Shell: Use strncmp() instead of string.compare() for name completions 2022-02-05 16:59:12 +03:30
Utilities LibJS: Make ASTNode::generate_bytecode() fallible 2022-02-13 14:41:33 +00:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00