ladybird/Libraries/LibWeb/MediaSourceExtensions
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
..
BufferedChangeEvent.cpp
BufferedChangeEvent.h
BufferedChangeEvent.idl
EventNames.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EventNames.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
ManagedMediaSource.cpp
ManagedMediaSource.h
ManagedMediaSource.idl
ManagedSourceBuffer.cpp
ManagedSourceBuffer.h
ManagedSourceBuffer.idl
MediaSource.cpp LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MediaSource.h LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MediaSource.idl LibWeb: Partially implement MediaSource.isTypeSupported() 2024-11-26 23:51:02 +01:00
MediaSourceHandle.cpp
MediaSourceHandle.h
MediaSourceHandle.idl
SourceBuffer.cpp
SourceBuffer.h
SourceBuffer.idl
SourceBufferList.cpp
SourceBufferList.h
SourceBufferList.idl