1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-09 09:34:57 +09:00
ladybird/Userland/Services
Andreas Kling 268b9c5d90 LibWeb: Make the layout tree GC-allocated
This removes a set of complex reference cycles between DOM, layout tree
and browsing context.

It also makes lifetimes much easier to reason about, as the DOM and
layout trees are now free to keep each other alive.
2022-10-20 15:16:23 +02:00
..
AudioServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ChessEngine ChessEngine: Don't throw away useful branches from last tree 2022-08-22 21:20:41 +02:00
Clipboard Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ConfigServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
CrashDaemon Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
DHCPClient Everywhere: Add sv suffix to strings relying on StringView(char const*) 2022-07-12 23:11:35 +02:00
EchoServer LibCore+Everywhere: Make Core::Stream::read() return Bytes 2022-04-16 13:27:51 -04:00
FileOperation Everywhere: Replace single-char StringView op. arguments with chars 2022-07-12 23:11:35 +02:00
FileSystemAccessServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
ImageDecoder Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
InspectorServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
KeyboardPreferenceLoader Userland: Move HID input device nodes to /dev/input/{mouse,keyboard} 2022-09-11 19:51:23 +01:00
LaunchServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
LoginServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
LookupServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
NetworkServer NetworkServer: Use Core::Stream instead of Core::File 2022-08-23 13:37:21 +01:00
NotificationServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
RequestServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
SpiceAgent SpiceAgent: Add unveil call on the /proc/all node path 2022-10-17 00:59:56 +02:00
SQLServer Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
SystemServer SystemServer: Make system-mode=text the default in case of read failure 2022-10-16 17:43:20 +02:00
Taskbar LibDesktop+Taskbar: Add 'WorkingDirectory' property to app files 2022-10-17 01:37:58 +02:00
TelnetServer Userland: Rely on a single authoritative source for the default PATH 2022-08-23 19:00:04 +01:00
WebContent LibWeb: Make the layout tree GC-allocated 2022-10-20 15:16:23 +02:00
WebDriver WebDriver: Fix old current_window style 2022-10-19 22:34:10 +02:00
WebServer WebServer: Make bound socket a clickable hyperlink :^) 2022-09-05 09:23:20 +01:00
WebSocket Userland: Properly populate GENERATED_SOURCES 2022-10-12 15:55:15 +01:00
WindowServer WindowServer: Add wallpaper backing bitmap 2022-10-17 01:12:51 +02:00
CMakeLists.txt WebDriver: Add new WebDriver service 2022-10-12 23:07:42 +02:00