Closed
Bug 1413283
Opened 8 years ago
Closed 7 years ago
Mark ctor-constantsource.html as passing, since bug 1456266 landed
Categories
(Core :: Web Audio, defect, P3)
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: toy.raymond, Assigned: leo.paquet)
Details
(Keywords: dev-doc-complete, Whiteboard: [need info padenot 2017-11-01])
Attachments
(2 files)
User Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/63.0.3239.18 Safari/537.36
Steps to reproduce:
n = new ConstantSourceNode(context)
Examine n.channelCount,
Actual results:
channelCount is 1.
Expected results:
channelCount should be 2.
(Not that this really matters since the channelCount applies to inputs and a ConstantSourceNode has none.)
Comment 1•8 years ago
|
||
Paul, can you please asses if this is a real problem and what's the priority?
Flags: needinfo?(padenot)
Updated•8 years ago
|
Whiteboard: [need info padenot 2017-11-01]
I'm going to mark this as P3 becase there is no clear/immediate user impact.
Priority: -- → P3
Comment 3•8 years ago
|
||
Clearing NI.
Léo, do you want to take this one? Or maybe someone else?
Flags: needinfo?(padenot) → needinfo?(leo.paquet)
Assignee | ||
Comment 4•8 years ago
|
||
(In reply to Paul Adenot (:padenot) from comment #3)
> Clearing NI.
>
> Léo, do you want to take this one? Or maybe someone else?
Yes, I'll take it.
Flags: needinfo?(leo.paquet)
Updated•8 years ago
|
Assignee: nobody → leo.paquet
Status: UNCONFIRMED → ASSIGNED
Rank: 25
Ever confirmed: true
Updated•8 years ago
|
Keywords: dev-doc-needed
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
This doc is still saying "Channel count equals 1" : https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode
Reporter | ||
Comment 7•8 years ago
|
||
The right place to look is https://webaudio.github.io/web-audio-api/#ConstantSourceNode, but I see that there's a spec bug that channelCount isn't mentioned here. However, https://webaudio.github.io/web-audio-api/#dom-audionode-channelcount says the default is 2 unless otherwise stated.
Comment 8•8 years ago
|
||
(In reply to Léo Paquet from comment #6)
> This doc is still saying "Channel count equals 1" :
> https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode
This is a manual, and is not authoritative. That said, you can change it, it's a wiki !
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8926778 [details]
Bug 1413283 - ConstantSourceNode properties incorrect.
https://reviewboard.mozilla.org/r/198022/#review204532
Thanks! Sorry for the delay in reviewing this.
Attachment #8926778 -
Flags: review?(padenot) → review+
Comment 11•7 years ago
|
||
Hrm this also has landed in bug 1456266, I'm just going to update expectations.
Status: ASSIGNED → NEW
Flags: needinfo?(padenot)
Updated•7 years ago
|
Summary: ConstantSourceNode properties incorrect → Mark ctor-constantsource.html as passing, since bug 1456266 landed
Comment hidden (mozreview-request) |
Comment 13•7 years ago
|
||
mozreview-review |
Comment on attachment 8993418 [details]
Bug 1413283 - Remove another WPT expectation file.
https://reviewboard.mozilla.org/r/258172/#review265290
Attachment #8993418 -
Flags: review?(karlt) → review+
Comment 14•7 years ago
|
||
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/724fef1b5487
Remove another WPT expectation file. r=karlt
Comment 15•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 16•7 years ago
|
||
Fixed the doc to say that ConstantSourceNode has 2 channels. Updated Firefox 63 for developers.
Keywords: dev-doc-needed → dev-doc-complete
Comment 17•7 years ago
|
||
Fixed the doc to indicate mono output.
https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode$compare?locale=en-US&to=1403698&from=1403507
Removed channel count property from doc due to confusion.
https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode$compare?locale=en-US&to=1403699&from=1403698
You need to log in
before you can comment on or make changes to this bug.
Description
•