1
0
Fork 0
mirror of https://github.com/LadybirdBrowser/ladybird.git synced 2025-06-10 10:01:13 +09:00
ladybird/Userland/Libraries/LibWeb/HighResolutionTime
Andrew Kaster 4afa6e264c LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
This removes the direct dependency on sys/time.h from ElapsedTimer, and
makes the code a lot cleaner by using the helpers from AK::Time for
time math and getting the current timestamp.
2023-01-07 14:51:04 +01:00
..
DOMHighResTimeStamp.h LibWeb: Add DOMHighResTimeStamp typedef 2022-10-05 09:12:59 +01:00
Performance.cpp LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer 2023-01-07 14:51:04 +01:00
Performance.h Everywhere: Remove unused includes of AK/StdLibExtras.h 2023-01-02 20:27:20 -05:00
Performance.idl LibWeb: Add Exposed attribute and IDL spec links where missing 2022-10-09 10:14:57 +02:00
TimeOrigin.cpp LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00
TimeOrigin.h LibWeb: Partially implement 'relative high resolution time' AOs 2022-10-30 20:10:29 +00:00