1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-13 03:51:01 +00:00
serenity/Base
Andreas Kling 39045bfde8 LibWeb: Add basic support for requestAnimationFrame()
We now support rAF, driven by GUI::DisplayLink callbacks. It's a bit
strange how we keep registering new callbacks over and over.
That's something we can definitely optimize.

This allows you to update animations/whatever without doing it more
often than the browser can display.
2020-03-22 21:18:03 +01:00
..
etc SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
home/anon LibWeb: Add basic support for requestAnimationFrame() 2020-03-22 21:18:03 +01:00
res Base: Add Calendar.af 2020-03-19 22:54:30 +01:00
usr SystemServer: Add WorkingDirectory support 2020-03-18 08:23:31 +01:00
www WebServer: Implement a very basic HTTP server :^) 2020-02-09 14:15:55 +01:00