ladybird/Userland/Services
Luke Wilde 54f58e2662 LibWeb: Restore proper functionality of legacy platform objects
With the GC heap conversion, the functionality of legacy platform
objects was broken. This is because the generated implementation of one
of them was used for all of them, removing functionality such as
deletion.

This re-adds all functionality, where questions such as "does the
object support indexed properties?" is instead answered by virtual
functions instead of by the IDL generator checking the presence of
certain keywords/attributes.
2023-02-28 12:36:14 +01:00
..
AudioServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
ChessEngine LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
Clipboard LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00: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 LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
EchoServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileOperation LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
FileSystemAccessServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
ImageDecoder LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
InspectorServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
KeyboardPreferenceLoader LibCore: Rename File to DeprecatedFile 2023-02-13 00:50:07 +00:00
LaunchServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
LoginServer Userland: Remove a bunch of unveil calls on /sys/kernel/processes 2023-01-13 13:41:30 +01:00
LookupServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
NetworkServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
NotificationServer Userland: Specify margins and spacing in the GUI::Layout constructor 2023-02-18 16:56:56 +00:00
RequestServer LibCore: Move Stream-based file into the Core namespace 2023-02-13 00:50:07 +00:00
SpiceAgent LibGfx: Return bool not ErrorOr<bool> from ImageDecoderPlugin::sniff() 2023-02-26 19:43:17 +01:00
SQLServer LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
SystemServer Kernel+Userland: Add constants subdirectory at /sys/kernel directory 2023-02-19 13:47:11 +01:00
Taskbar Everywhere: Use _{short_,}string to create Strings from literals 2023-02-25 20:51:49 +01:00
TelnetServer LibCore: Remove Stream.h 2023-02-13 00:50:07 +00:00
WebContent LibWeb: Restore proper functionality of legacy platform objects 2023-02-28 12:36:14 +01:00
WebDriver WebDriver: Add computedlabel endpoint 2023-02-19 13:28:01 -05:00
WebServer WebServer: Remove a call to String::from_deprecated_string 2023-02-26 21:01:58 -05:00
WebSocket LibCore: Move Stream-based sockets into the Core namespace 2023-02-13 00:50:07 +00:00
WindowServer WindowServer: Fix various const-correctness issues 2023-02-21 00:54:04 +01:00
CMakeLists.txt LibSQL+SQLServer: Generate SQLServer's IPC sources with LibSQL on Lagom 2022-12-08 17:14:48 +01:00