ladybird/Userland/Services
Andreas Kling 8d104b7de2 LibWeb: Perform CSS custom property cascade once instead of per-property
Previously we would re-run the entire CSS selector machinery for each
property resolved. Instead of doing that, we now resolve a final set of
custom property key/value pairs at the start of the cascade.
2022-02-10 20:52:11 +01:00
..
AudioServer LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
ChessEngine ChessEngine: Remove unused 'rpath' promise 2022-01-03 15:56:41 +01:00
Clipboard Userland: Fix unnecessary heap allocation of singleton objects 2022-01-28 23:31:00 +01:00
ConfigServer LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
CrashDaemon Everywhere: Use default execpromises argument for Core::System::pledge 2021-11-28 08:04:57 +01:00
DHCPClient DHCP4Client: Cast unused Timer return values to void 2021-12-05 15:31:03 +01:00
EchoServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
FileOperation Userland: Use Core::ArgsParser's Vector<StringView> API everywhere 2021-11-26 23:27:57 +01:00
FileSystemAccessServer Revert "FileSystemAccessServer: Display times in the local time zone" 2022-01-28 15:13:35 +00:00
ImageDecoder LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
InspectorServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
KeyboardPreferenceLoader KeyboardPreferenceLoader: Don't crash when "Keymaps" is empty 2022-02-03 14:57:46 +01:00
LaunchServer LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
LoginServer Meta+Userland: Run the GML formatter on CI and pre-commit 2022-02-07 18:39:50 +01:00
LookupServer LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
NotificationServer LibCore+LibIPC+Everywhere: Return Stream::LocalSocket from LocalServer 2022-01-15 13:29:48 +03:30
RequestServer LibTLS+RequestServer: Add an option to dump TLS keys to a log file 2022-02-09 21:23:25 +01:00
SpiceAgent Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
SQLServer LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp] 2022-02-10 12:20:35 +00:00
SystemServer SystemServer: Create /dev/devctl and create devices based on its events 2022-01-23 00:38:02 +00:00
Taskbar Userland: Fix unnecessary heap allocation of singleton objects 2022-01-28 23:31:00 +01:00
TelnetServer Everywhere: Convert ByteBuffer factory methods from Optional -> ErrorOr 2022-01-24 22:36:09 +01:00
WebContent LibWeb: Perform CSS custom property cascade once instead of per-property 2022-02-10 20:52:11 +01:00
WebServer WebServer: Unveil /etc/timezone for reading 2022-01-27 09:56:24 +01:00
WebSocket WebSocket: Pledge rpath and unveil /etc/timezone 2022-02-06 13:10:10 +01:00
WindowServer WindowServer: Preserve cursor position when dragging between states 2022-02-08 16:37:46 +01:00
CMakeLists.txt LoginServer: Layout a basic login window 2021-10-17 22:18:48 +02:00