serenity/Userland/Applications/Assistant
kleines Filmröllchen cf1fa419ab LibThreading: Register BackgroundAction with EventLoop
BackgroundActions are now added as a job to the event loop, therefore
they get canceled when the loop exits and their on_complete action never
runs. This fixes all UAF bugs related to BackgroundAction's use of
EventLoops, as seen with e.g. thumbnail generation.
2023-03-13 12:12:17 +00:00
..
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
main.cpp Assistant: Remove outdated comment about NonnullPtrVector 2023-03-06 23:46:36 +01:00
Providers.cpp LibThreading: Register BackgroundAction with EventLoop 2023-03-13 12:12:17 +00:00
Providers.h Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00