Bug 168987 - Media: notify clients when autoplayed media is muted
Summary: Media: notify clients when autoplayed media is muted
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Media (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-28 14:03 PST by Matt Rajca
Modified: 2017-03-01 14:42 PST (History)
0 users

See Also:


Attachments
Patch (8.58 KB, patch)
2017-02-28 16:06 PST, Matt Rajca
achristensen: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>