mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-23 10:50:49 +00:00
LibWebView+WebContent+UI: Migrate to the new autoplay settings
This removes the old autoplay allowlist file in favor of the new site setting. We still support the command-line flag to enable autoplay globally, as this is needed for WPT.
This commit is contained in:
parent
223b04f087
commit
ed265b568d
Notes:
github-actions[bot]
2025-03-30 15:20:08 +00:00
Author: https://github.com/trflynn89
Commit: ed265b568d
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4146
Reviewed-by: https://github.com/tcl3 ✅
20 changed files with 17 additions and 137 deletions
|
@ -57,9 +57,6 @@ public:
|
|||
bool enable_do_not_track();
|
||||
void set_enable_do_not_track(bool enable);
|
||||
|
||||
bool enable_autoplay();
|
||||
void set_enable_autoplay(bool enable);
|
||||
|
||||
bool show_menubar();
|
||||
void set_show_menubar(bool show_menubar);
|
||||
|
||||
|
@ -67,7 +64,6 @@ signals:
|
|||
void show_menubar_changed(bool show_menubar);
|
||||
void preferred_languages_changed(QStringList const& languages);
|
||||
void enable_do_not_track_changed(bool enable);
|
||||
void enable_autoplay_changed(bool enable);
|
||||
|
||||
protected:
|
||||
Settings();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue