ladybird/Base/res/ladybird
Luke Wilde 8dc8835b64 LibWeb+LibWebView+WebContent: Allow muted media to autoplay by default
The autoplay setting was binary and its default blocked all media,
including muted video, leaving sites that rely on muted autoplay
visibly broken. Replace it with a tri-state user-agent autoplay
policy (allow audio and video, block audio, or block audio and video)
defaulting to allowing only inaudible media to autoplay.

This is enforced through the media element's "allowed to play" check,
so unmuting a muted autoplay or calling `play()` cannot slip audio
past the policy; audible playback is permitted once the document has
been activated by the user. The policy lives in a dedicated
AutoplaySettings consulted from HTMLMediaElement instead of the
Permissions Policy "allowed to use feature" check it was previously
conflated with.
2026-06-19 09:41:32 +02:00
..
about-pages LibWeb+LibWebView+WebContent: Allow muted media to autoplay by default 2026-06-19 09:41:32 +02:00
default-config LibWeb: Rename ContentFilter to ContentBlocker 2026-05-21 21:16:56 +02:00
pdfjs Meta: Add vcpkg overlay port for pdf.js 5.6.205 2026-04-30 07:46:12 +02:00
templates Base: Format internal Ladybird pages with prettier 2026-04-22 11:22:08 -04:00
ladybird.css LibWebView: Properly hide filtered advanced settings 2026-05-27 15:52:10 -04:00
utils.js Base: Use the correct memory unit suffixes in about::processes 2025-12-01 07:30:23 -05:00