Bug 137050

Summary: Call WKPageUIClient::isPlayingAudioDidChange() whenever audio starts/stops playing on a page
Product: WebKit Reporter: Ada Chan <adachan>
Component: WebKit2Assignee: Ada Chan <adachan>
Status: RESOLVED FIXED    
Severity: Normal CC: ap, eric.carlson, jer.noble
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on: 137220    
Bug Blocks:    
Attachments:
Description Flags
Patch andersca: review+

Description Ada Chan 2014-09-23 16:26:58 PDT
Call WKPageUIClient::isPlayingAudioDidChange() whenever audio starts/stops playing on a page.
Comment 1 Alexey Proskuryakov 2014-09-23 19:21:07 PDT
Will this include plug-in audio?
Comment 2 Ada Chan 2014-09-23 19:31:58 PDT
Yes it will include plug-in audio.  I'll most likely separate that into a different bug later though.
Comment 3 Ada Chan 2014-10-06 14:40:17 PDT
(In reply to comment #2)
> Yes it will include plug-in audio.  I'll most likely separate that into a different bug later though.

I've filed:

https://bugs.webkit.org/show_bug.cgi?id=137219 for handling plug-in audio.
https://bugs.webkit.org/show_bug.cgi?id=137464 for handling web audio.
Comment 4 Ada Chan 2014-10-06 14:47:28 PDT
Created attachment 239358 [details]
Patch
Comment 5 Ada Chan 2014-10-06 21:43:02 PDT
Committed:
https://trac.webkit.org/changeset/174384