Closed
Bug 923517
Opened 12 years ago
Closed 12 years ago
AudioDestinationNode should work as an EventTarget
Categories
(Core :: Web Audio, defect)
Core
Web Audio
Tracking
()
RESOLVED
FIXED
mozilla27
People
(Reporter: baku, Assigned: baku)
References
Details
Attachments
(1 file, 2 obsolete files)
3.23 KB,
patch
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•12 years ago
|
||
Attachment #813607 -
Flags: review?(ehsan)
Assignee | ||
Comment 2•12 years ago
|
||
The reason why I move the constructor is because of Bug 923517.
Attachment #813607 -
Attachment is obsolete: true
Attachment #813607 -
Flags: review?(ehsan)
Attachment #813612 -
Flags: review?(ehsan)
Assignee | ||
Updated•12 years ago
|
Attachment #813612 -
Attachment is obsolete: true
Attachment #813612 -
Flags: review?(ehsan)
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 813607 [details] [diff] [review]
patch
The other patch for another bug.
Assignee | ||
Updated•12 years ago
|
Attachment #813607 -
Attachment is obsolete: false
Assignee | ||
Updated•12 years ago
|
Attachment #813607 -
Flags: review?(ehsan)
Updated•12 years ago
|
Component: DOM → Web Audio
Comment 4•12 years ago
|
||
Comment on attachment 813607 [details] [diff] [review]
patch
Review of attachment 813607 [details] [diff] [review]:
-----------------------------------------------------------------
::: content/media/webaudio/AudioContext.cpp
@@ +80,5 @@
> aWindow->AddAudioContext(this);
> SetIsDOMBinding();
> +
> + // Note: AudioDestinationNode needs an AudioContext that must already be
> + // binded to the window.
Nit: s/binded/bound/
Attachment #813607 -
Flags: review?(ehsan) → review+
Assignee | ||
Comment 5•12 years ago
|
||
Attachment #813607 -
Attachment is obsolete: true
Assignee | ||
Comment 6•12 years ago
|
||
Comment 7•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla27
You need to log in
before you can comment on or make changes to this bug.
Description
•