Bug 138195

Summary: Persist the page's muted state across web process crashes
Product: WebKit Reporter: Ada Chan <adachan>
Component: WebKit2Assignee: Ada Chan <adachan>
Status: RESOLVED FIXED    
Severity: Normal CC: andersca
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch andersca: review+

Description Ada Chan 2014-10-29 15:56:17 PDT
We need to pass "muted" as a web page creation parameter, and make sure HTMLMediaElement respects the page's current muted state during initialization.
Comment 1 Ada Chan 2014-10-30 15:09:23 PDT
Created attachment 240706 [details]
Patch
Comment 2 Ada Chan 2014-10-30 15:10:32 PDT
The second part of the bug about making sure HTMLMediaElement respecting the page's current muted state during initialization has been fixed as part of https://bugs.webkit.org/show_bug.cgi?id=138215.
Comment 3 Ada Chan 2014-11-03 10:37:47 PST
Committed:
http://trac.webkit.org/changeset/175473