Closed
Bug 1542931
Opened 6 years ago
Closed 5 years ago
Construct AudioWorkletProcessor for each AudioWorkletNode
Categories
(Core :: Web Audio, enhancement, P2)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla70
People
(Reporter: karlt, Assigned: karlt)
References
Details
Attachments
(7 files)
(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.
Updated•6 years ago
|
Priority: -- → P2
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
https://github.com/WebAudio/web-audio-api/issues/1839
Depends on D34476
Assignee | ||
Comment 3•5 years ago
|
||
to make AutoJSAPI error reporting safe for worklets.
Parameter order matches xpc::ErrorReport::Init().
Depends on D34477
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D34478
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D34479
Assignee | ||
Comment 6•5 years ago
|
||
This will be used to release the AudioWorkletProcessor on the correct thread.
Depends on D34480
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D34481
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/c28d06318c59
move forward declarations to appropriate namespaces r=padenot
https://hg.mozilla.org/integration/autoland/rev/381fad7aa655
Add AudioWorkletProcessorConstructor r=bzbarsky
https://hg.mozilla.org/integration/autoland/rev/a078b2a35e13
add CycleCollectedJSContext::ReportError() r=baku
https://hg.mozilla.org/integration/autoland/rev/26e60b68439b
serialize AudioWorkletNodeOptions r=padenot
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/c28d06318c59
https://hg.mozilla.org/mozilla-central/rev/381fad7aa655
https://hg.mozilla.org/mozilla-central/rev/a078b2a35e13
https://hg.mozilla.org/mozilla-central/rev/26e60b68439b
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox70:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Comment 10•5 years ago
|
||
Since the status are different for nightly and release, what's the status for beta?
For more information, please visit auto_nag documentation.
status-firefox69:
--- → ?
Comment 11•5 years ago
|
||
Pushed by ktomlinson@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/16b7251c257f
add WorkletNodeEngine and send control message for processor construction r=padenot
https://hg.mozilla.org/integration/autoland/rev/ed568e1d4c01
add a mechanism to notify engine on graph thread of forced shutdown r=padenot
https://hg.mozilla.org/integration/autoland/rev/035eabae6f08
Construct AudioWorkletProcessor for each AudioWorkletNode r=padenot,bzbarsky
Assignee | ||
Updated•5 years ago
|
Type: task → enhancement
Comment 12•5 years ago
|
||
bugherder |
Updated•5 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•