Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-02 | LibWeb: Implement the infrastructure necessary for requestIdleCallback | Simon Wanner | |
This includes a bug fix for the event loop processing steps which has not been merged yet: https://github.com/whatwg/html/pull/7768 | |||
2022-03-17 | Libraries: Use default constructors/destructors in LibWeb | Lenny Maiorani | |
https://isocpp.github.io/CppCoreGuidelines/CppCoreGuidelines#cother-other-default-operation-rules "The compiler is more likely to get the default semantics right and you cannot implement these functions better than the compiler." | |||
2021-09-17 | LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec | Andreas Kling | |