ladybird/Services
Tom 6212f57755 WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windows
There is a window between windows disappearing (e.g. closing or crashes)
and the Taskbar process being notified. So it is entirely possible that
it may call SetWindowTaskbarRect() for a window and/or client id that no
longer exists. As the Taskbar process does not own these windows, this
should not be treated as a misbehaving application request. Instead, just
silently ignore the request. The Taskbar will be notified shortly after
that the window no longer exist and remove it from its list.

Fixes #3494
2020-09-16 15:57:12 +02:00
..
AudioServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ChessEngine ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00
Clipboard LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
DHCPClient Everywhere: Port to String::copy_characters_to_buffer() 2020-08-30 17:35:27 +02:00
ImageDecoder LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
LaunchServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
LookupServer AK: Add Endian.h header to replace NetworkOrdered.h. 2020-08-25 16:22:14 +02:00
NotificationServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
ProtocolServer LibIPC: Share most of the code between {Client,Server}Connection 2020-09-12 14:49:29 +02:00
SystemMenu LibGUI: Add and use Window::center_on_screen() 2020-08-15 17:38:19 +02:00
SystemServer LibCore: Make Core::Object properties more dynamic 2020-09-15 21:46:26 +02:00
Taskbar Taskbar: Update and clear taskbar button rectangles 2020-08-19 11:38:26 +02:00
TelnetServer Build: Switch to CMake :^) 2020-05-14 20:15:18 +02:00
WebContent LibWeb: Support window.alert() in multi-process context 2020-09-12 14:49:29 +02:00
WebServer WebServer: Show icons in directory listings :^) 2020-07-27 22:39:01 +02:00
WindowServer WindowServer: Make SetWindowTaskbarRect tolerant to non-existing windows 2020-09-16 15:57:12 +02:00
CMakeLists.txt ChessEngine: Move from Applications to Services 2020-08-28 12:53:02 +02:00