ladybird/Libraries/LibWeb/PerformanceTimeline
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
..
EntryTypes.cpp LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
EntryTypes.h LibWeb: Remove the initialize_strings methods 2025-01-12 00:35:58 +01:00
PerformanceEntry.cpp
PerformanceEntry.h
PerformanceEntry.idl
PerformanceEntryTuple.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PerformanceObserver.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PerformanceObserver.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PerformanceObserver.idl
PerformanceObserverEntryList.cpp LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PerformanceObserverEntryList.h LibGC+Everywhere: Factor out a LibGC from LibJS 2024-11-15 14:49:20 +01:00
PerformanceObserverEntryList.idl