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-02-21 07:06:04 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
8f3b97e095202ac4f8bbcbb4f3c2fc2f424fd347
ladybird
/
Userland
/
Libraries
/
LibWeb
/
Platform
History
…
..
AudioCodecPlugin.cpp
AudioServer+Userland: Decouple client sample rates from device rate
2023-07-01 23:27:24 +01:00
AudioCodecPlugin.h
…
AudioCodecPluginAgnostic.cpp
LibWeb: Output audio in stereo regardless of the encoded channel count
2023-11-12 07:57:03 +01:00
AudioCodecPluginAgnostic.h
…
EventLoopPlugin.cpp
LibWeb+WebContent: Add abstraction layer for event loop and timers
2022-09-07 20:30:31 +02:00
EventLoopPlugin.h
…
EventLoopPluginSerenity.cpp
LibWeb+Browser+Ladybird: Use JS::SafeFunction for EventLoop callbacks
2023-04-21 20:44:47 +01:00
EventLoopPluginSerenity.h
…
FontPlugin.cpp
LibWeb+WebContent: Add abstraction layer for generic font families
2022-09-08 11:57:03 +02:00
FontPlugin.h
…
FontPluginSerenity.cpp
…
FontPluginSerenity.h
…
ImageCodecPlugin.cpp
LibWeb+LibWebView+WebContent: Add Web::Platform::ImageCodecPlugin
2022-09-16 15:15:50 +02:00
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
…
TimerSerenity.cpp
Userland: Replace remaining Core::Timer::construct()s with try_create()
2023-01-12 11:25:51 +01:00
TimerSerenity.h
…