Re: [webkit-dev] Webkit seizes sound device

2013-11-30 Thread Allan Sandfeld Jensen
On Saturday 30 November 2013, Benjamin Poulain wrote: On 11/29/13, 4:32 PM, Jeffrey Barish wrote: When I visit a web page that wants to play a sound, webkit opens the sound device and never lets go of it until the application exits. I would like for webkit not to open the sound device (and

[webkit-dev] Webkit seizes sound device

2013-11-29 Thread Jeffrey Barish
When I visit a web page that wants to play a sound, webkit opens the sound device and never lets go of it until the application exits. I would like for webkit not to open the sound device (and ignore the play request, obviously). Is there a way to tell webkit globally that it should ignore

Re: [webkit-dev] Webkit seizes sound device

2013-11-29 Thread Benjamin Poulain
On 11/29/13, 4:32 PM, Jeffrey Barish wrote: When I visit a web page that wants to play a sound, webkit opens the sound device and never lets go of it until the application exits. I would like for webkit not to open the sound device (and ignore the play request, obviously). Is there a