Closed
Bug 1055211
Opened 11 years ago
Closed 11 years ago
Add bypass feature to AudioNodeActors
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 35
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 2 obsolete files)
|
4.38 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
For exposing an API to bypass processing and source nodes for consumption on the client side tooling
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jsantell
| Assignee | ||
Comment 1•11 years ago
|
||
First pass, works with the processing bypass (passThrough) -- unsure what the source node bypass will look like so may need to be updated
| Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8474734 -
Attachment is obsolete: true
Attachment #8491829 -
Flags: review?(vporof)
Comment 3•11 years ago
|
||
Comment on attachment 8491829 [details] [diff] [review]
1055211-audionodeactor-bypass.patch
Review of attachment 8491829 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/devtools/webaudioeditor/test/browser_audionode-actor-bypass.js
@@ +18,5 @@
> + yield gainNode.bypass(true);
> +
> + is((yield gainNode.isBypassed()), true, "Node is now bypassed.");
> +
> +
Nit: whitespace.
Attachment #8491829 -
Flags: review?(vporof) → review+
| Assignee | ||
Comment 4•11 years ago
|
||
nits fixed!
Attachment #8491829 -
Attachment is obsolete: true
Attachment #8492428 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
| Assignee | ||
Comment 5•11 years ago
|
||
Removing checkin-needed, waiting for try: https://tbpl.mozilla.org/?tree=Try&rev=54320611ab01
Keywords: checkin-needed
| Assignee | ||
Comment 6•11 years ago
|
||
Wait to rebase once bug 1066450 lands
| Assignee | ||
Comment 7•11 years ago
|
||
Rebased with bug 1066450, try: https://tbpl.mozilla.org/?tree=Try&rev=e71b960ae7d7
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 9•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 35
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•