Closed
Bug 1476695
Opened 6 years ago
Closed 6 years ago
Return minimum and maximum 32bits float for AudioParam.{minValue,maxValue} that used to return infinity
Categories
(Core :: Web Audio, enhancement, P2)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla63
Tracking | Status | |
---|---|---|
firefox63 | --- | fixed |
People
(Reporter: padenot, Assigned: padenot)
References
Details
Attachments
(2 files)
No description provided.
Assignee | ||
Comment 1•6 years ago
|
||
This changed in [0].
[0]: https://github.com/WebAudio/web-audio-api/pull/1359
Assignee | ||
Comment 2•6 years ago
|
||
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → padenot
Comment 5•6 years ago
|
||
mozreview-review |
Comment on attachment 8993084 [details]
Bug 1476695 - Update wpt expectations.
https://reviewboard.mozilla.org/r/257916/#review264912
::: testing/web-platform/meta/webaudio/the-audio-api/the-constantsourcenode-interface/constant-source-basic.html.ini:11
(Diff revision 1)
> [# AUDIT TASK RUNNER FINISHED: 3 out of 3 tasks were failed.]
> expected: FAIL
> +
> + [# AUDIT TASK RUNNER FINISHED: 1 out of 3 tasks were failed.]
> + expected: FAIL
Please remove the 3 out of 3 tasks were failed line as that has now been replaced.
https://bugzilla.mozilla.org/show_bug.cgi?id=1474463
Attachment #8993084 -
Flags: review?(karlt) → review+
Comment 6•6 years ago
|
||
mozreview-review |
Comment on attachment 8993083 [details]
Bug 1476695 - Return minimum and maximum 32bits float for AudioParam.{minValue,maxValue} that used to return infinity.
https://reviewboard.mozilla.org/r/257914/#review264914
Attachment #8993083 -
Flags: review?(karlt) → review+
Comment hidden (mozreview-request) |
Pushed by paul@paul.cx:
https://hg.mozilla.org/integration/autoland/rev/30f6da1b0aba
Return minimum and maximum 32bits float for AudioParam.{minValue,maxValue} that used to return infinity. r=karlt
https://hg.mozilla.org/integration/autoland/rev/1ae4395e7cf7
Update wpt expectations. r=karlt
Updated•6 years ago
|
Rank: 14
Priority: -- → P2
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/30f6da1b0aba
https://hg.mozilla.org/mozilla-central/rev/1ae4395e7cf7
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 11•6 years ago
|
||
Documentation updated:
https://developer.mozilla.org/en-US/docs/Web/API/ConstantSourceNode/offset
https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/value
https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/minValue
https://developer.mozilla.org/en-US/docs/Web/API/AudioParam/maxValue
Also added a mention to Firefox 63 for developers.
You need to log in
before you can comment on or make changes to this bug.
Description
•