serenity/Userland/Services
circl 2995a2e212 LibWeb+LibWebView+WebContent: Add support for <input type="color">
This commit introduces 3 things:
- Support for the color type in HTMLInputElement itself
- A mechanism for handling non event loop blocking dialogs in Page
- The associated plumbing up to ViewImplementation

Frontends may add support for the color picker with the
ViewImplementation.on_request_color_picker function
2023-09-27 12:16:41 +01:00
..
AudioServer AudioServer: Clean up ClientAudioStream APIs 2023-08-12 12:22:16 -06: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
DeviceMapper Userland: Don't use String::from_utf8() for literal strings 2023-09-15 08:44:52 +02: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: Don't preserve ownership when copying files 2023-09-16 11:14:40 +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 AK: Port URL::m_fragment from DeprecatedString to String 2023-08-13 15:03:53 -06:00
LoginServer Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
LookupServer LookupServer: Fix building on GNU Hurd 2023-09-06 11:41:16 -06:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Userland: Make Window::set_main_widget() non-fallible 2023-09-21 10:20:23 +02:00
RequestServer AK: Port URL scheme from DeprecatedString to String 2023-08-13 15:03:53 -06: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 SystemServer: Use correct unix device numbers for null, full and random 2023-09-20 13:27:09 -06:00
Taskbar Userland: Use non-fallible EventReceiver::add() where possible 2023-09-25 10:58:31 +02:00
TelnetServer Everywhere: Remove needless trailing semi-colons after functions 2023-07-08 10:32:56 +01:00
WebContent LibWeb+LibWebView+WebContent: Add support for <input type="color"> 2023-09-27 12:16:41 +01:00
WebDriver LibWeb: Stub out Release Actions 2023-08-21 13:22:04 -06:00
WebServer WebServer: Return 403 for a GET request to an inaccessible path 2023-09-17 17:10:04 -06:00
WebSocket WebSocket: Avoid unnecessary IPC::Dictionary wrapper 2023-05-21 07:53:45 +02:00
WindowServer WindowServer: Add an IPC call to get the window floating rect 2023-09-24 20:07:54 -06:00
CMakeLists.txt Kernel+Services: Enable barebones hot-plug handling capabilities 2023-09-07 11:50:50 -06:00