ladybird/Libraries/LibWeb/Bindings
Timothy Flynn a4324ee6e9 LibWeb: Remove the initialize_strings methods
We added these methods to propagate OOM errors at process startup, but
we longer fret about these tiny OOM failures. Requiring that these init
methods be called prohibits using these strings in processes that have
not set up a MainThreadVM. So let's just remove them and initialize the
strings in a sane manner.

In doing so, this also standardizes how we initialize strings whose C++
variable name differs from their string value. Instead of special-casing
these strings, we just include their string value in the x-macro list.
2025-01-12 00:35:58 +01:00
..
AudioConstructor.cpp LibWeb/Bindings: Define constructor properties in the correct order 2025-01-11 01:43:31 +00: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
HostDefined.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
ImageConstructor.cpp LibWeb/Bindings: Define constructor properties in the correct order 2025-01-11 01:43:31 +00:00
ImageConstructor.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Intrinsics.cpp Everywhere: Include HashMap only where it's actually used 2024-12-09 12:31:16 +01:00
Intrinsics.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
MainThreadVM.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
MainThreadVM.h LibWeb: Return a representation of an 'Agent' in 'relevant agent' 2025-01-11 10:39:48 -05:00
OptionConstructor.cpp LibWeb/Bindings: Define constructor properties in the correct order 2025-01-11 01:43:31 +00:00
OptionConstructor.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PlatformObject.cpp LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
PlatformObject.h LibGC: Rename MarkedVector => RootVector 2024-12-26 19:10:44 +01:00
PrincipalHostDefined.cpp
PrincipalHostDefined.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Serializable.h LibWeb: Reorganize definitions and includes to avoid circular references 2024-11-24 11:11:44 +01:00
SyntheticHostDefined.cpp LibWeb: Visit proper base class in SyntheticHostDefined 2024-11-30 11:55:11 +01:00
SyntheticHostDefined.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
Transferable.h