This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-04 20:44:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9f820fa2c587d77c7fddda0d22b1fd165db99ea4
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Platform
History
Sam Atkins
6d93e03211
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
...
This automatically protects captured objects from being GC'd before the callback runs.
2023-04-21 20:44:47 +01:00
..
EventLoopPlugin.cpp
…
EventLoopPlugin.h
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
2023-04-21 20:44:47 +01:00
EventLoopPluginSerenity.cpp
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
2023-04-21 20:44:47 +01:00
EventLoopPluginSerenity.h
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
2023-04-21 20:44:47 +01:00
FontPlugin.cpp
…
FontPlugin.h
…
FontPluginSerenity.cpp
…
FontPluginSerenity.h
…
ImageCodecPlugin.cpp
…
ImageCodecPlugin.h
…
Timer.cpp
LibWeb: Convert Platform::Timer to JS::SafeFunction
2023-03-07 11:51:12 +00:00
Timer.h
LibWeb: Convert Platform::Timer to JS::SafeFunction
2023-03-07 11:51:12 +00:00
TimerSerenity.cpp
Userland: Replace remaining Core::Timer::construct()s with try_create()
2023-01-12 11:25:51 +01:00
TimerSerenity.h
…