ladybird/Userland
kleines Filmröllchen bafaff61c9 SystemMonitor: Fallback to invalid model index if there's no main thread
In the process model we check the thread with tid=pid to figure out the
main thread of a process. This is used to construct the process view
tree with non-main threads listed as children of the process row.
However, there are sometimes circumstances where there is no main
thread, even though the process should have been removed from the
internal list by then. As a safe fallback, let's default to an invalid
model index if we can't figure out what the main thread of a process is.
2022-04-06 22:41:54 +02:00
..
Applets AK+Userland: Rename Array::front/back to first/last 2022-04-06 14:31:52 +02:00
Applications SystemMonitor: Fallback to invalid model index if there's no main thread 2022-04-06 22:41:54 +02:00
Demos Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
DevTools HackStudio: Remove "evaluate expression" dialog 2022-04-06 19:35:07 +02:00
DynamicLoader Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Games Everywhere: Run clang-format 2022-04-01 21:24:45 +01:00
Libraries LibWeb: Make BrowsingContext ask PageClient when it wants to be scrolled 2022-04-06 19:35:08 +02:00
Services LibWeb: Remove the InProcessWebView widget 2022-04-06 19:35:07 +02:00
Shell Shell: Use default execpromises parameter to pledge(..) 2022-04-03 17:13:51 -07:00
Utilities Utilities: Update arp to use newer APIs 2022-04-05 12:43:18 +02:00
CMakeLists.txt