ladybird/Userland/Services
Karol Kosek 2cc108a15e LibWeb: Rename DOM::shadow_root() to shadow_root_internal()
The shadowRoot property getter that will be added in subsequent commits
has an additional check that checks whether the shadow root is opened.
I didn't update the function logic to match with the IDL interface,
because it's very likely we don't want that check in the existing code,
so that for example closed shadow root elements can still be updated.
2023-02-02 14:43:29 +01:00
..
AudioServer AK: Deprecate the old AK::Stream 2023-01-29 19:16:44 -07:00
ChessEngine AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
Clipboard AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
ConfigServer ConfigServer: Unveil "/etc/passwd" 2023-02-01 19:21:10 +01:00
CrashDaemon AK+Everywhere: Rename String to DeprecatedString 2022-12-06 08:54:33 +01:00
DHCPClient AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
EchoServer Everywhere: Fix badly-formatted includes 2023-01-02 11:06:15 -05:00
FileOperation Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
FileSystemAccessServer FileSystemAccessServer: Send correct error code for failed file access 2023-02-02 14:36:01 +01:00
ImageDecoder ImageDecoder: Actually set is_animated and loop_count variables 2023-01-28 21:49:23 +00:00
InspectorServer Everywhere: Rename to_{string => deprecated_string}() where applicable 2022-12-06 08:54:33 +01:00
KeyboardPreferenceLoader Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
LaunchServer AK: Remove StringBuilder::build() in favor of to_deprecated_string() 2023-01-27 20:38:49 +00:00
LoginServer Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
LookupServer Services: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
NetworkServer Services: Replace uses of JsonObject::get_deprecated()/get_ptr() 2023-01-27 08:07:24 -05:00
NotificationServer LibGUI+Everywhere: Use fallible Window::set_main_widget() everywhere :^) 2023-01-06 13:36:02 -07:00
RequestServer AK: Remove FileStream 2023-01-21 14:43:56 +01:00
SpiceAgent LibGfx: Remove try_ prefix from bitmap creation functions 2023-01-26 20:24:37 +00:00
SQLServer SQLServer: Unveil /etc/passwd 2023-02-02 02:17:06 -07:00
SystemServer SystemServer: Propagate errors 2023-02-01 19:21:10 +01:00
Taskbar Taskbar: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
TelnetServer AK: Deprecate the old AK::Stream 2023-01-29 19:16:44 -07:00
WebContent LibWeb: Rename DOM::shadow_root() to shadow_root_internal() 2023-02-02 14:43:29 +01:00
WebDriver WebDriver+LibWeb: Rename "click" to "element_click" 2023-01-27 17:30:46 +00:00
WebServer AK: Move memory streams from LibCore 2023-01-29 19:16:44 -07:00
WebSocket LibWeb+LibWebSocket: DOM WebSocket subprotocol support 2023-02-02 14:41:34 +01:00
WindowServer WindowServer: Remove declarations for non-existent methods 2023-01-27 20:33:18 +00:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00