summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/RequestIdleCallback
AgeCommit message (Collapse)Author
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon 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-17Libraries: Use default constructors/destructors in LibWebLenny 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-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling