Bug 168987

Summary: Media: notify clients when autoplayed media is muted
Product: WebKit Reporter: Matt Rajca <mrajca>
Component: MediaAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch achristensen: review+

Description Matt Rajca 2017-02-28 14:03:03 PST
Notify clients when autoplayed media is muted (a form of user interference).
Comment 1 Matt Rajca 2017-02-28 16:06:02 PST
Created attachment 303003 [details]
Patch
Comment 2 Alex Christensen 2017-02-28 16:18:49 PST
Comment on attachment 303003 [details]
Patch

Do we want to send a message every time the mute button is clicked, or just the first time?
Comment 3 Matt Rajca 2017-02-28 16:24:31 PST
(In reply to comment #2)
> Comment on attachment 303003 [details]
> Patch
> 
> Do we want to send a message every time the mute button is clicked, or just
> the first time?

Just the first time is fine. I don't think sending it multiple times really adds anything.
Comment 4 Matt Rajca 2017-03-01 14:42:44 PST
Committed r213246: <http://trac.webkit.org/changeset/213246>