ladybird/Userland/Services
Timothy Flynn 3e2449d1fe Browser+WebDriver: Set the initial URL to about:blank from WebDriver
We already do this for headless-browser. There's no need to open any URL
other than about:blank when starting a WebDriver session. We should also
do this from WebDriver code, rather than in special logic in Browser's
main.cpp.
2023-08-09 05:33:24 +02:00
..
AudioServer Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
ChessEngine AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
Clipboard Clipboard: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02: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 Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
EchoServer Everywhere: Remove unintentional partial stream reads and writes 2023-03-13 15:16:20 +00:00
FileOperation FileOperation: Replace LibC rename() call with LibCore equivalent 2023-07-26 08:44:49 +02:00
FileSystemAccessServer LibIPC: Do not leak the Core::File fd by default 2023-07-12 18:22:18 -04:00
ImageDecoder LibGfx: Move all image loaders and writers to a subdirectory 2023-03-21 22:39:25 +01:00
KeyboardPreferenceLoader KeyboardPreferenceLoader: Remove usage of DeprecatedFile 2023-04-27 07:29:49 +02:00
LaunchServer LibCore+Userland: Remove uses of DeprecatedString in file utility 2023-06-14 11:18:22 -04:00
LoginServer LibGUI: Make Application's construction fallible 2023-05-05 16:41:21 +01:00
LookupServer Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
RequestServer AK: Serialize URL hosts with 'concept-host-serializer' 2023-07-31 05:18:51 +02:00
SpiceAgent SpiceAgent: Pledge cpath 2023-07-08 22:55:06 +01:00
SQLServer SQLServer: Remove Core::EventReceiver parent from DatabaseConnection 2023-08-07 14:38:38 -04:00
SystemServer Userland: Rename Core::Object to Core::EventReceiver 2023-08-06 20:39:51 +02:00
Taskbar Userland: Prefer _string over _short_string 2023-08-08 07:37:21 +02:00
TelnetServer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
WebContent LibJS: Rip out the AST interpreter :^) 2023-08-08 13:07:13 +02:00
WebDriver Browser+WebDriver: Set the initial URL to about:blank from WebDriver 2023-08-09 05:33:24 +02:00
WebServer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
WebSocket WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WindowServer AK: Make "foo"_string infallible 2023-08-07 16:03:27 +02:00
CMakeLists.txt Ladybird: Add WebSocket server for use by Lagom networking 2023-08-03 09:55:20 +02:00