ladybird/Userland/Services
Timothy Flynn 12015a4db6 WebDriver: Remove active sessions from the close-the-session AO
These steps now have more than one caller; specifically, they may be
called from the Delete Session and Close Window endpoints. The session
was only removed from the active session map for the former endpoint.

Instead, let's more accurately handle removing the session where the
spec tells us to, so that all callers properly perform this step.
2023-03-07 18:16:35 +00:00
..
AudioServer Everywhere: Remove NonnullRefPtr.h includes 2023-03-06 23:46:35 +01:00
ChessEngine Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
Clipboard LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ConfigServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
EchoServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileOperation LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileSystemAccessServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ImageDecoder LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
InspectorServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
KeyboardPreferenceLoader LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LaunchServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
LoginServer Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
LookupServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
RequestServer Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
SpiceAgent LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff() 2023-02-26 19:43:17 +01:00
SQLServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
SystemServer Everywhere: Stop using NonnullRefPtrVector 2023-03-06 23:46:35 +01:00
Taskbar Userland: Use Font::pixel_size_rounded_up() instead of glyph_height() 2023-03-04 00:29:38 +01:00
TelnetServer LibCore+Everywhere: Remove ArgsParser::add*(char const*&) 2023-03-01 10:47:19 +01:00
WebContent WebContent+WebDriver: Move window commands handling back to WebDriver 2023-03-07 07:16:23 -05:00
WebDriver WebDriver: Remove active sessions from the close-the-session AO 2023-03-07 18:16:35 +00:00
WebServer WebServer: Remove a call to String::from_deprecated_string 2023-02-26 21:01:58 -05:00
WebSocket LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
WindowServer Everywhere: Remove NonnullOwnPtr.h includes 2023-03-06 23:46:35 +01:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00