ladybird/Libraries/LibWebView/WebUI
Timothy Flynn 223b04f087 LibWebView: Add autoplay settings to about:settings
The idea with the UI here is that it will serve as a generic component
for all site settings, such as autoplay, notifications, etc. When the
site settings dialog is opened, it is filled with the requested setting
data, and messages sent to the browser process are based on the setting.

This patch only implements the UI and persisted settings. It does not
apply autoplay changes to the WebContent process.
2025-03-30 16:18:57 +01:00
..
ProcessesUI.cpp LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
ProcessesUI.h LibWeb+LibWebView+WebContent: Convert about:processes to a WebUI 2025-03-28 07:31:10 -04:00
SettingsUI.cpp LibWebView: Add autoplay settings to about:settings 2025-03-30 16:18:57 +01:00
SettingsUI.h LibWebView: Add autoplay settings to about:settings 2025-03-30 16:18:57 +01:00