Closed
Bug 1565464
Opened 5 years ago
Closed 5 years ago
Accept any iterable for parameterDescriptors in AudioWorkletGlobalScope.registerProcessor()
Categories
(Core :: Web Audio, enhancement, P3)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla76
People
(Reporter: karlt, Assigned: padenot)
References
Details
Attachments
(7 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/x-phabricator-request
|
Details |
No description provided.
Reporter | ||
Comment 1•5 years ago
|
||
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → padenot
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
Assignee | ||
Comment 4•5 years ago
|
||
Updated•5 years ago
|
Attachment #9130238 -
Attachment description: Bug 1565464 - Accept any iterable for parameterDescriptors in AudioWorkletGlobalScope.registerProcessor(). → Bug 1565464 - Accept any iterable for parameterDescriptors in AudioWorkletGlobalScope.registerProcessor(). r?karlt
Updated•5 years ago
|
Attachment #9130239 -
Attachment description: Bug 1565464 - Add a WPT to check that various iterable work to specify AudioParam descriptors in AudioWorkletProcessor definition. → Bug 1565464 - Add a WPT to check that various iterable work to specify AudioParam descriptors in AudioWorkletProcessor definition. r?karlt
Assignee | ||
Comment 5•5 years ago
|
||
Assignee | ||
Comment 6•5 years ago
|
||
This was implicitely tested before, but has its place in this new test.
Assignee | ||
Comment 7•5 years ago
|
||
Assignee | ||
Comment 8•5 years ago
|
||
Assignee | ||
Comment 9•5 years ago
|
||
Updated•5 years ago
|
Attachment #9132654 -
Attachment is obsolete: true
Assignee | ||
Comment 10•5 years ago
|
||
Updated•5 years ago
|
Attachment #9130502 -
Attachment description: Bug 1565464 - Explicitely test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt → Bug 1565464 - Explicitly test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt
Updated•5 years ago
|
Attachment #9130502 -
Attachment description: Bug 1565464 - Explicitly test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt → Bug 1565464 - Explicitely test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt
Updated•5 years ago
|
Attachment #9130502 -
Attachment description: Bug 1565464 - Explicitely test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt → Bug 1565464 - Explicitly test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r?karlt
Comment 11•5 years ago
|
||
Pushed by padenot@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a42d320c192c
Accept any iterable for parameterDescriptors in AudioWorkletGlobalScope.registerProcessor(). r=karlt
https://hg.mozilla.org/integration/autoland/rev/1c13ea72af53
Add a WPT to check that various iterable work to specify AudioParam descriptors in AudioWorkletProcessor definition. r=karlt
https://hg.mozilla.org/integration/autoland/rev/c1e0df633ac8
Allow not having a parameterDescriptor getter in an AudioWorkletProcessor. r=karlt
https://hg.mozilla.org/integration/autoland/rev/20e21af0f1e1
Explicitly test in WPT that AudioWorkletProcessor can have no parameterDescriptor getters. r=karlt
https://hg.mozilla.org/integration/autoland/rev/d3267e8893ba
Expect WPT failures for AudioParamDescriptor tests related to automationRate. r=karlt
https://hg.mozilla.org/integration/autoland/rev/af901d3bf5a5
Add a WPT to check that having two parameters with the same name in parameterDescriptors throws. r=karlt
https://hg.mozilla.org/integration/autoland/rev/e96390a0bb9a
Update test_audioWorkletGlobalScopeRegisterProcessor.html with new error messages and error type. r=karlt
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/22490 for changes under testing/web-platform/tests
Upstream web-platform-tests status checks passed, PR will merge once commit reaches central.
Comment 14•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/a42d320c192c
https://hg.mozilla.org/mozilla-central/rev/1c13ea72af53
https://hg.mozilla.org/mozilla-central/rev/c1e0df633ac8
https://hg.mozilla.org/mozilla-central/rev/20e21af0f1e1
https://hg.mozilla.org/mozilla-central/rev/d3267e8893ba
https://hg.mozilla.org/mozilla-central/rev/af901d3bf5a5
https://hg.mozilla.org/mozilla-central/rev/e96390a0bb9a
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Upstream PR merged by moz-wptsync-bot
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•