Bug 138195 - Persist the page's muted state across web process crashes
Summary: Persist the page's muted state across web process crashes
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ada Chan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-10-29 15:56 PDT by Ada Chan
Modified: 2014-11-03 10:37 PST (History)
1 user (show)

See Also:


Attachments
Patch (6.53 KB, patch)
2014-10-30 15:09 PDT, Ada Chan
andersca: review+
Details | Formatted Diff | Diff

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