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-01-06 16:45:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe761a4e9b53247e099dcd9c34412c0f2d3b428b
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Platform
History
Luke Wilde
90cc45b7ec
LibWeb: Convert Platform::Timer to JS::SafeFunction
2023-03-07 11:51:12 +00:00
..
EventLoopPlugin.cpp
…
EventLoopPlugin.h
LibWeb+WebContent: Add EventLoopPlugin::quit() virtual
2022-10-08 10:54:52 +02:00
EventLoopPluginSerenity.cpp
…
EventLoopPluginSerenity.h
LibWeb+WebContent: Add EventLoopPlugin::quit() virtual
2022-10-08 10:54:52 +02:00
FontPlugin.cpp
…
FontPlugin.h
…
FontPluginSerenity.cpp
LibWeb: Use default system fonts for
serif
,
sans-serif
, etc.
2023-01-06 12:02:21 +01:00
FontPluginSerenity.h
…
ImageCodecPlugin.cpp
…
ImageCodecPlugin.h
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
2022-09-16 15:15:50 +02:00
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
…