Closed
Bug 1052028
Opened 11 years ago
Closed 11 years ago
Remove "Node" from displayed node names
Categories
(DevTools Graveyard :: Web Audio Editor, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 34
People
(Reporter: jsantell, Assigned: jsantell)
References
Details
Attachments
(1 file, 1 obsolete file)
2.18 KB,
patch
|
jsantell
:
review+
|
Details | Diff | Splinter Review |
This is redundant, as all nodes have "Node" at the end, "OscillatorNode", "GainNode", etc.
Assignee | ||
Comment 1•11 years ago
|
||
Quick and easy patch.
Comment 2•11 years ago
|
||
Comment on attachment 8472486 [details] [diff] [review]
1052028-change-node-rendering.patch
Review of attachment 8472486 [details] [diff] [review]:
-----------------------------------------------------------------
Tests still pass?
::: browser/devtools/webaudioeditor/webaudioeditor-view.js
@@ +158,5 @@
> // Add node to graph
> + graph.addNode(node.id, {
> + type: node.type, // Just for storing type data
> + label: node.type.replace(/Node$/, ""), // Displayed in SVG node
> + id: node.id // Identification
Nit: trailing whitespace.
Attachment #8472486 -
Flags: review?(vporof) → review+
Assignee | ||
Comment 3•11 years ago
|
||
whitespace fixed
Attachment #8472486 -
Attachment is obsolete: true
Attachment #8472493 -
Flags: review+
Assignee | ||
Comment 4•11 years ago
|
||
All tests passing locally, try down, will push when clear and get checkin.
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Comment 6•11 years ago
|
||
praying that try is working now https://tbpl.mozilla.org/?tree=Try&rev=bc9e2792f63a
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 7•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 8•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 34
Updated•11 years ago
|
QA Whiteboard: [qa-]
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
•