Closed
Bug 1183356
Opened 9 years ago
Closed 9 years ago
Muting functionality is broken after the audio channel rewrite
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox42 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 2 obsolete files)
I will need to investigate why.
Assignee | ||
Comment 1•9 years ago
|
||
Looks like AudioChannelAgent has switched in bug 1113086 to be tied to the outer window, while some of the code surrounding is assuming inner windows.
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8633244 -
Flags: review?(amarchesini)
Assignee | ||
Comment 3•9 years ago
|
||
The assertions here serve as a unit test for the previous commit,
because with these, our existing tests would have caught this bug.
Assignee | ||
Updated•9 years ago
|
Attachment #8633245 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8633244 -
Flags: review?(amarchesini) → review+
Updated•9 years ago
|
Attachment #8633245 -
Flags: review?(amarchesini) → review+
Comment 4•9 years ago
|
||
Hmm, and we really want to use outer window? We don't end up leaking any behavior between page loads?
Comment 6•9 years ago
|
||
backed out for assertion failures like https://treeherder.mozilla.org/logviewer.html#?job_id=11657715&repo=mozilla-inbound
Flags: needinfo?(ehsan)
Assignee | ||
Comment 7•9 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #4)
> Hmm, and we really want to use outer window? We don't end up leaking any
> behavior between page loads?
We do wait to retain the behavior. For example, if you mute a tab, you don't want it to play audio on the next navigation.
Flags: needinfo?(ehsan)
Assignee | ||
Comment 9•9 years ago
|
||
The assertions here serve as a unit test for the previous commit,
because with these, our existing tests would have caught this bug.
Attachment #8633244 -
Attachment is obsolete: true
Attachment #8633245 -
Attachment is obsolete: true
Attachment #8633524 -
Flags: review?(amarchesini)
Updated•9 years ago
|
Attachment #8633524 -
Flags: review?(amarchesini) → review+
Comment 10•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/b394e9310540
https://hg.mozilla.org/mozilla-central/rev/53ffaa2b1ce2
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•