ladybird/Userland/Libraries/LibWeb/HighResolutionTime
Andreas Kling c0d7f748ed LibWeb: Avoid FlyString lookups when setting IDL interface prototypes
This commit introduces a WEB_SET_PROTOTYPE_FOR_INTERFACE macro that
caches the interface name in a local static FlyString. This means that
we only pay for FlyString-from-literal lookup once per browser lifetime
instead of every time the interface is instantiated.
2024-03-16 16:35:54 +01:00
..
DOMHighResTimeStamp.h LibWeb: Add DOMHighResTimeStamp typedef 2022-10-05 09:12:59 +01:00
DOMHighResTimeStamp.idl LibWeb/HighResolutionTime: Add IDL typedef for DOMHighResTimeStamp 2023-03-06 23:57:25 +00:00
Performance.cpp LibWeb: Avoid FlyString lookups when setting IDL interface prototypes 2024-03-16 16:35:54 +01:00
Performance.h LibWeb: Allow performance timestamps to have sub-millisecond precision 2024-02-26 16:12:20 -07:00
Performance.idl LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString 2023-09-02 19:23:41 +01:00
SupportedPerformanceTypes.h LibWeb: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
TimeOrigin.cpp LibWeb: Return milliseconds from unsafe_shared_current_time() 2024-02-11 08:10:45 +01:00
TimeOrigin.h LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00