index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibWeb
/
HighResolutionTime
Age
Commit message (
Expand
)
Author
2023-03-06
LibWeb/HighResolutionTime: Add IDL typedef for DOMHighResTimeStamp
Linus Groh
2023-01-29
LibJS+Everywhere: Propagate Cell::initialize errors from Heap::allocate
Timothy Flynn
2023-01-29
LibJS+Everywhere: Allow Cell::initialize overrides to throw OOM errors
Timothy Flynn
2023-01-10
LibWeb: Move setting of Web object prototypes to initialize()
Timothy Flynn
2023-01-07
Userland: Silence warnings from ElapsedTimer::elapsed() type change
Andrew Kaster
2023-01-07
LibCore+LibWeb: Use AK::Time instead of timeval in Core::ElapsedTimer
Andrew Kaster
2023-01-02
Everywhere: Remove unused includes of AK/StdLibExtras.h
Ben Wiederhake
2022-10-30
LibWeb: Partially implement 'relative high resolution time' AOs
Linus Groh
2022-10-09
LibWeb: Add Exposed attribute and IDL spec links where missing
Andrew Kaster
2022-10-05
LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/h
Linus Groh
2022-10-05
LibWeb: Move unsafe_shared_current_time() to HighResolutionTime
Linus Groh
2022-10-05
LibWeb: Implement 'coarsened shared current time'
Linus Groh
2022-10-05
LibWeb: Add DOMHighResTimeStamp typedef
Linus Groh
2022-10-01
LibWeb: Remove unecessary dependence on Window from assorted classes
Andrew Kaster
2022-09-21
LibWeb: Remove WRAPPER_HACK() macro
Linus Groh
2022-09-21
LibWeb: Save document load timing when creating browsing context
Andreas Kling
2022-09-06
LibWeb: Remove now-unused Bindings::Wrappable class
Andreas Kling
2022-09-06
LibWeb: Use cached_web_prototype() as much as possible
Andreas Kling
2022-09-06
LibWeb: Make PerformanceTiming GC-allocated
Andreas Kling
2022-09-06
LibWeb+LibJS: Make the EventTarget hierarchy (incl. DOM) GC-allocated
Andreas Kling
2022-08-23
LibWeb: Replace GlobalObject with Realm in wrapper functions
Linus Groh
2022-03-17
Libraries: Use default constructors/destructors in LibWeb
Lenny Maiorani
2022-03-08
LibWeb: Move Window from DOM directory & namespace to HTML
Linus Groh
2022-02-16
LibWeb: Add imports to all IDL files that depend on others
Ali Mohammad Pur
2022-02-08
LibWeb: Rewrite EventTarget to more closely match the spec
Luke Wilde
2021-09-25
LibWeb: Provide a default DOM::EventTarget::dispatch_event()
Andreas Kling
2021-09-09
LibWeb: Rename DOM::Window::document() => associated_document()
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-10
AK+Everywhere: Make StdLibExtras templates less wrapper-y
AnotherTest
2021-01-18
LibWeb: Stub out the PerformanceTiming object from Navigation Timing
Andreas Kling
2021-01-18
LibWeb: Make the Window object "inherit" from EventTarget :^)
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling