ladybird/Userland/Libraries/LibWeb/HighResolutionTime
Andrew Kaster a492e2018d Userland: Silence warnings from ElapsedTimer::elapsed() type change
We changed elapsed() to return i64 instead of int as that's what
AK::Time::to_milliseconds() returns, causing a bunch of implicit lossy
conversions in callers. Clean those up with a mix of type changes and
casts.
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 Userland: Silence warnings from ElapsedTimer::elapsed() type change 2023-01-07 14:51:04 +01: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