ladybird/Libraries/LibWeb/HighResolutionTime
Luke Wilde 67cfb64d07 LibWeb: Separate adding to performance buffers and queueing to observers
The User Timing, Resource Timing and Navigation Timing specifications
have not been updated to account for the queue method to also append to
the underlying performance buffer and it's method of checking it's
full.

This separates the functionality into a different function, with a flag
to indicate whether to use the custom full buffer logic or not.
2025-03-06 09:00:53 -07:00
..
DOMHighResTimeStamp.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
DOMHighResTimeStamp.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
Performance.cpp LibWeb: Separate adding to performance buffers and queueing to observers 2025-03-06 09:00:53 -07:00
Performance.h LibWeb: Report performance based timestamps relative to ESO time origin 2025-01-27 14:53:33 +01:00
Performance.idl Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
SupportedPerformanceTypes.h Everywhere: Hoist the Libraries folder to the top-level 2024-11-10 12:50:45 +01:00
TimeOrigin.cpp LibWeb: Implement basic high resolution time coarsening 2025-01-30 18:37:53 +01:00
TimeOrigin.h LibWeb: Report performance based timestamps relative to ESO time origin 2025-01-27 14:53:33 +01:00