1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 15:15:06 +00:00
serenity/Userland/Libraries/LibWeb/HighResolutionTime
Shannon Booth d4a890080d LibWeb: Switch IDL from UseNewAKString to UseDeprecatedAKString
NewAKString is effectively the default for any new IDL interface, so
let's mark this as the default behavior. It also makes it much easier to
figure out whatever interfaces are still left to port over to new AK
String.
2023-09-02 19:23:41 +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: Implement PerformanceObserver 2023-08-27 23:27:44 +02:00
Performance.h LibJS: Make Cell::initialize() return void 2023-08-08 07:39:11 +02: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 Everywhere: Use MonotonicTime instead of Duration 2023-05-24 23:18:07 +02:00
TimeOrigin.h LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00