Closed
Bug 1358061
Opened 6 years ago
Closed 6 years ago
Remove moz-audiochannel related code for HTMLMediaElement
Categories
(Core :: Audio/Video: Playback, enhancement, P3)
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: alwu, Assigned: alwu)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
The "moz-audiochannel" is used for b2g-only.
Updated•6 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=fa1009ef964fc03155284f68aee5cbd3e1e7ad2d
Assignee | ||
Comment 3•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=3f04df2f951f4dffddde15334ab79497c9c574f0&selectedJob=93216466
Assignee | ||
Updated•6 years ago
|
Attachment #8860262 -
Flags: review?(amarchesini)
Comment 4•6 years ago
|
||
mozreview-review |
Comment on attachment 8860262 [details] Bug 1358061 - remove moz-audiochannel codes for media element and web audio. https://reviewboard.mozilla.org/r/132278/#review135676 You must remove mozaudiochannel from nsGkAtomList.h as well. A similar patch must be written for WebAudio. We also need to remove code in BrowserElement, right?
Attachment #8860262 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 5•6 years ago
|
||
(In reply to Andrea Marchesini [:baku] from comment #4) > You must remove mozaudiochannel from nsGkAtomList.h as well. > A similar patch must be written for WebAudio. OK. > We also need to remove code in BrowserElement, right? Yes, I'll file another bug to remove them, that needs some extra works because we need to modify some tests which uses "onactivestatechanged" to test something. This bug is filed due to we don't want to block the progress of the bug1357645. (see bug1299390 comment1)
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=213809bab66fd2107653a3df5c0899dcd4066d8f
Assignee | ||
Comment 8•6 years ago
|
||
https://treeherder.mozilla.org/#/jobs?repo=try&revision=9f066a721463360877332a4ea1b0d3f2c47d7bb4
Pushed by alwu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/6e7efb9115fd remove moz-audiochannel codes for media element and web audio. r=baku
Comment 10•6 years ago
|
||
Backed out in https://hg.mozilla.org/integration/autoland/rev/9fbadd5bacea for https://treeherder.mozilla.org/logviewer.html#?job_id=94383351&repo=autoland
Assignee | ||
Comment 11•6 years ago
|
||
(In reply to Phil Ringnalda (:philor) from comment #10) > Backed out in https://hg.mozilla.org/integration/autoland/rev/9fbadd5bacea > for > https://treeherder.mozilla.org/logviewer.html#?job_id=94383351&repo=autoland Ah, sorry, I forgot to update to the latest patch.
Comment hidden (mozreview-request) |
Comment 13•6 years ago
|
||
Pushed by alwu@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b19e0113456d remove moz-audiochannel codes for media element and web audio. r=baku
Comment 14•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b19e0113456d
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Keywords: dev-doc-needed
Comment 15•6 years ago
|
||
The removal of this from Web Audio and HTMLMediaElement is now documented: https://developer.mozilla.org/en-US/docs/Web/API/AudioContext https://developer.mozilla.org/en-US/docs/Web/API/HTMLMediaElement https://developer.mozilla.org/en-US/Firefox/Releases/55
Keywords: dev-doc-needed → dev-doc-complete
You need to log in
before you can comment on or make changes to this bug.
Description
•