Age | Commit message (Expand) | Author |
---|---|---|
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-01 | LibWeb: Remove unecessary dependence on Window from assorted classes | Andrew Kaster |
2022-09-21 | LibWeb: Remove WRAPPER_HACK() macro | Linus Groh |
2022-09-06 | LibWeb: Make IdleDeadline GC-allocated | Andreas Kling |
2022-04-02 | LibWeb: Implement the infrastructure necessary for requestIdleCallback | Simon Wanner |
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani |
2021-09-17 | LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec | Andreas Kling |