Closed
Bug 1108928
Opened 10 years ago
Closed 10 years ago
Add front end for displaying automation data for web audio
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 38
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 1 obsolete file)
65.74 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → jsantell
Assignee | ||
Updated•10 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•10 years ago
|
||
This is pretty good -- creating follow up bugs for it, and will probably hold back releasing this until 38.
https://treeherder.mozilla.org/ui/#/jobs?repo=try&revision=1ca7cec590c4
Attachment #8544942 -
Flags: review?(vporof)
Assignee | ||
Updated•10 years ago
|
Comment 2•10 years ago
|
||
Damn it jordan.
Assignee | ||
Comment 3•10 years ago
|
||
Mostly pulling out the properties view into a child of a new inspector view, and the new automation view, so just 2 tabbed views.. let me know if you have any questions, automation stuff is weird.
Comment 4•10 years ago
|
||
Comment on attachment 8544942 [details] [diff] [review]
v1
Review of attachment 8544942 [details] [diff] [review]:
-----------------------------------------------------------------
Lotsa code, can't really find anything wrong with it.
::: browser/devtools/webaudioeditor/views/automation.js
@@ +147,5 @@
> + * Called when the marker details view is resized.
> + */
> + _onResize: function () {
> + this.graph.refresh();
> + //this.render();
Leftover comment?
Attachment #8544942 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 5•10 years ago
|
||
Fixed test failure, rebased: https://treeherder.mozilla.org/#/jobs?repo=try&revision=33e2e088b462
Attachment #8544942 -
Attachment is obsolete: true
Attachment #8548456 -
Flags: review+
Assignee | ||
Updated•10 years ago
|
Keywords: checkin-needed
Comment 6•10 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 7•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 38
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
•