Closed
Bug 1029738
Opened 11 years ago
Closed 11 years ago
Stop firing instrumented function calls after destruction
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 33
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 1 obsolete file)
|
1.78 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
If opening audio tools, which instruments function calls, then closing the tools, which destroys the audio tools, the methods are still proxied, and will attempt to call the underlying onContentFunctionCall methods in the audio tool. This should be ignored if the tool is already finalized.
Same applies to canvas debugger.
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jsantell
| Assignee | ||
Comment 1•11 years ago
|
||
Not sure if we can test this.
Attachment #8445468 -
Flags: review?(vporof)
Updated•11 years ago
|
Attachment #8445468 -
Flags: review?(vporof) → review+
| Assignee | ||
Comment 2•11 years ago
|
||
| Assignee | ||
Comment 3•11 years ago
|
||
Rebased
Attachment #8445468 -
Attachment is obsolete: true
Attachment #8448151 -
Flags: review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 5•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 33
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•