This website requires JavaScript.
Explore
Help
Sign In
eliott
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/LadybirdBrowser/ladybird
synced
2026-05-03 13:02:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b37fbcb1596e44e2c57cd393ecda5e1c342bd6db
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Platform
History
Timothy Flynn
d3b8d88598
LibWeb: Expose volume controls through the platform audio plugin
2023-06-16 13:50:15 +02:00
..
AudioCodecPlugin.cpp
Ladybird+LibWeb+WebContent: Create a platform plugin for playing audio
2023-06-13 06:14:01 +02:00
AudioCodecPlugin.h
LibWeb: Expose volume controls through the platform audio plugin
2023-06-16 13:50:15 +02: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
…