Andreas Kling
|
915a240944
|
LibWeb: Make IdleDeadline GC-allocated
|
2022-09-06 00:27:09 +02:00 |
|
Simon Wanner
|
836d2ff259
|
LibWeb: Implement the infrastructure necessary for requestIdleCallback
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-04-02 23:52:25 +01:00 |
|
Lenny Maiorani
|
c37820b898
|
Libraries: Use default constructors/destructors in LibWeb
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."
|
2022-03-17 17:23:49 +00:00 |
|
Andreas Kling
|
11bb6e045f
|
LibWeb: Add the IdleDeadline interface from the RequestIdleCallback spec
|
2021-09-17 13:20:18 +02:00 |
|