ladybird/Libraries/LibWeb/Bindings
Andreas Kling ee37bb5a9c LibJS: Remove primitive string UTF-8 paths
Move the remaining LibJS primitive string users to UTF-16 views and
strings. Remove the primitive string UTF-8 accessors and byte-string
coercion paths so new callers cannot rely on the old storage model.
2026-06-22 19:51:25 +02:00
..
AgentType.h LibWeb: Move AgentType enum to its own header 2025-05-18 17:50:05 -06:00
AudioConstructor.cpp LibJS: Remove primitive string UTF-8 paths 2026-06-22 19:51:25 +02:00
AudioConstructor.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ExceptionOrUtils.h LibWeb: Remove dom_ from dom_exception_to_throw_completion 2024-12-09 20:02:51 -07:00
HostDefined.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
HostDefined.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ImageConstructor.cpp LibWeb/Bindings: Emit one bindings header and cpp per IDL 2026-04-21 07:36:13 +02:00
ImageConstructor.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
InterfaceObject.cpp LibWeb/Bindings: Share simple generated interface objects 2026-05-09 14:36:18 +02:00
InterfaceObject.h LibWeb/Bindings: Share simple generated interface objects 2026-05-09 14:36:18 +02:00
Intrinsics.cpp LibWeb/Bindings: Share more interface constructors 2026-05-09 15:33:00 +02:00
Intrinsics.h Meta: Enable exit-time destructor warnings for libraries 2026-06-04 19:20:49 +02:00
MainThreadVM.cpp LibJS: Remove primitive string UTF-8 paths 2026-06-22 19:51:25 +02:00
MainThreadVM.h LibWeb: Remove ShadowRealm HTML integration 2026-04-05 13:57:58 +02:00
OptionConstructor.cpp LibJS: Remove primitive string UTF-8 paths 2026-06-22 19:51:25 +02:00
OptionConstructor.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PlatformObject.cpp LibGC: Default-construct RootVector from the global heap 2026-05-20 20:37:55 +02:00
PlatformObject.h LibWeb: Give IDL exposed PlatformObjects an InterfaceName 2026-02-14 20:22:40 +01:00
PrincipalHostDefined.cpp Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
PrincipalHostDefined.h LibJS+LibWeb: Add fast_is<T> helpers for Realm::HostDefined class family 2025-04-18 14:45:56 +02:00
Serializable.h LibWeb: Use interface_name instead of serialize_type virtual 2026-02-14 20:22:40 +01:00
Transferable.h LibWeb+WebWorker: Use IPC mechanics for structured serialization 2025-07-18 10:09:02 -04:00