summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWeb/RequestIdleCallback
AgeCommit message (Expand)Author
2022-12-15LibJS: Convert Heap::allocate{,_without_realm}() to NonnullGCPtrLinus Groh
2022-10-09LibWeb: Add Exposed attribute and IDL spec links where missingAndrew Kaster
2022-10-05LibWeb: Rename HighResolutionTime/{CoarsenTime => TimeOrigin}.cpp/hLinus Groh
2022-10-05LibWeb: Move unsafe_shared_current_time() to HighResolutionTimeLinus Groh
2022-10-01LibWeb: Remove unecessary dependence on Window from assorted classesAndrew Kaster
2022-09-21LibWeb: Remove WRAPPER_HACK() macroLinus Groh
2022-09-06LibWeb: Make IdleDeadline GC-allocatedAndreas Kling
2022-04-02LibWeb: Implement the infrastructure necessary for requestIdleCallbackSimon Wanner
2022-03-17Libraries: Use default constructors/destructors in LibWebLenny Maiorani
2021-09-17LibWeb: Add the IdleDeadline interface from the RequestIdleCallback specAndreas Kling