serenity/Ladybird
Timothy Flynn 33dbfa3281 Ladybird: Detect changes to the default audio device
When the default audio device changes on the host, it's convenient to
automatically switch to that device rather than needing to reload the
page to update.
2023-06-21 19:02:57 +02:00
..
android
cmake
Icons Ladybird: Use the DALL-E ladybird globe as the application icon 2023-05-27 17:26:29 +02:00
SQLServer
WebContent Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
WebDriver
.gitignore
AndroidPlatform.cpp
AudioCodecPluginLadybird.cpp Ladybird: Detect changes to the default audio device 2023-06-21 19:02:57 +02:00
AudioCodecPluginLadybird.h Ladybird+LibWeb+WebConent: Drive audio in Ladybird off the main thread 2023-06-21 06:14:15 +02:00
BrowserWindow.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
BrowserWindow.h Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
CMakeLists.txt Ladybird+LibWeb+WebContent: Create a platform plugin for playing audio 2023-06-13 06:14:01 +02:00
ConsoleWidget.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
ConsoleWidget.h
EventLoopImplementationQt.cpp LibCore: Remove unused EventLoopManager::wake() 2023-04-26 19:17:04 +01:00
EventLoopImplementationQt.h LibCore: Remove unused EventLoopManager::wake() 2023-04-26 19:17:04 +01:00
FontPluginQt.cpp LibWeb: Add --layout-test-mode flag to HeadlessBrowser 2023-05-08 14:47:52 +02:00
FontPluginQt.h LibWeb: Add --layout-test-mode flag to HeadlessBrowser 2023-05-08 14:47:52 +02:00
HelperProcess.cpp Ladybird: Look for helper processes at {app_dir}/{helper}/{helper} 2023-05-31 13:24:49 +02:00
HelperProcess.h
ImageCodecPluginLadybird.cpp Ladybird: Simplify ImageCodecPluginLadybird a bit 2023-06-02 09:57:20 +01:00
ImageCodecPluginLadybird.h
Info.plist
InspectorWidget.cpp Ladybird: Allow right clicking and inspecting elements 2023-05-09 06:16:58 +02:00
InspectorWidget.h Ladybird: Allow right clicking and inspecting elements 2023-05-09 06:16:58 +02:00
ladybird.nix Toolchain+Ladybird: Declare dependencies in correct nix file 2023-06-04 10:01:34 +02:00
ladybird.qrc Ladybird: Use the DALL-E ladybird globe as the application icon 2023-05-27 17:26:29 +02:00
LocationEdit.cpp Ladybird: Add placeholder to LocationEdit 2023-05-28 05:47:20 -06:00
LocationEdit.h
main.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
ModelTranslator.cpp
ModelTranslator.h Ladybird: Allow right clicking and inspecting elements 2023-05-09 06:16:58 +02:00
README.md Documentation: Homogenize Ladybird build instructions 2023-05-08 20:53:25 -06:00
RequestManagerQt.cpp Ladybird: Stop telling Qt to use HTTP pipelining 2023-05-06 12:49:12 +02:00
RequestManagerQt.h
Settings.cpp Ladybird: Use the same default new tab page URL as Browser 2023-06-08 07:22:00 +02:00
Settings.h Ladybird: Remove the "home" icon from the toolbar (and the concept) 2023-05-05 16:58:08 +02:00
SettingsDialog.cpp Ladybird: Remove the "home" icon from the toolbar (and the concept) 2023-05-05 16:58:08 +02:00
SettingsDialog.h Ladybird: Remove the "home" icon from the toolbar (and the concept) 2023-05-05 16:58:08 +02:00
Tab.cpp Ladybird: Add context menu items to directly open audio files 2023-06-19 17:42:55 +02:00
Tab.h Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
Utilities.cpp
Utilities.h
WebContentView.cpp Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
WebContentView.h Ladybird+LibJS: Add CLI option to run browser with LibJS bytecode VM 2023-06-17 14:16:45 +02:00
WebSocketClientManagerLadybird.cpp
WebSocketClientManagerLadybird.h
WebSocketImplQt.cpp
WebSocketImplQt.h
WebSocketLadybird.cpp
WebSocketLadybird.h

Ladybird

Ladybird is a web browser built on the LibWeb and LibJS engines from SerenityOS with a cross-platform GUI in Qt.

For more information about Ladybird, see this blog post.

See build instructions.