Closed
Bug 1358061
Opened 7 years ago
Closed 7 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•7 years ago
|
Priority: -- → P3
Comment hidden (mozreview-request) |
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Updated•7 years ago
|
Attachment #8860262 -
Flags: review?(amarchesini)
Comment 4•7 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•7 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•7 years ago
|
||
Assignee | ||
Comment 8•7 years ago
|
||
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•7 years ago
|
||
Assignee | ||
Comment 11•7 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•7 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•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•7 years ago
|
Keywords: dev-doc-needed
Comment 15•7 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
•