ladybird/Userland/Libraries/LibWeb/PerformanceTimeline
Andreas Kling 175f3febb8 LibWeb: Make DOMException take error message as a String
There was no need to use FlyString for error messages, and it just
caused a bunch of churn since these strings typically only existed
during the lifetime of the error.
2024-10-12 21:14:18 +02:00
..
EntryTypes.cpp AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
EntryTypes.h AK: Make "foo"_fly_string infallible 2023-08-07 16:03:27 +02:00
PerformanceEntry.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
PerformanceEntry.h LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
PerformanceEntry.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
PerformanceEntryTuple.h LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
PerformanceObserver.cpp LibWeb: Make DOMException take error message as a String 2024-10-12 21:14:18 +02:00
PerformanceObserver.h LibWeb: Implement PerformanceObserver.supportedEntryTypes 2024-04-03 07:55:51 +02:00
PerformanceObserver.idl LibWeb: Implement PerformanceObserver.supportedEntryTypes 2024-04-03 07:55:51 +02:00
PerformanceObserverEntryList.cpp LibJS+LibWeb: Use new Cell::Visitor helpers to avoid manual iteration 2024-04-16 07:40:01 +02:00
PerformanceObserverEntryList.h LibWeb: Put most LibWeb GC objects in type-specific heap blocks 2023-11-19 22:00:48 +01:00
PerformanceObserverEntryList.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00