Closed
Bug 888528
Opened 12 years ago
Closed 12 years ago
Add node deletion/insertion to the remote protocol
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 25
People
(Reporter: dcamp, Assigned: dcamp)
References
Details
Attachments
(1 file)
10.97 KB,
patch
|
jwalker
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #769255 -
Flags: review?(jwalker)
Comment 1•12 years ago
|
||
Comment on attachment 769255 [details] [diff] [review]
v1
Review of attachment 769255 [details] [diff] [review]:
-----------------------------------------------------------------
::: toolkit/devtools/server/actors/inspector.js
@@ +1382,5 @@
> }),
>
> /**
> + * Removes a node from its parent node.
> + *
I'm not sure if we care about trailing space here, but there is some.
::: toolkit/devtools/server/tests/mochitest/inspector-helpers.js
@@ +154,5 @@
> let serverTree = serverOwnershipTree(walker);
> let clientTree = clientOwnershipTree(walker);
> is(JSON.stringify(clientTree, null, ' '), JSON.stringify(serverTree, null, ' '), "Server and client ownership trees should match.");
>
> + dump("ownership tree: " + JSON.stringify(clientTree, null, ' ') + "\n");
Remove dump?
Attachment #769255 -
Flags: review?(jwalker) → review+
Comment 2•12 years ago
|
||
Backed out for mochitest-other orange.
https://hg.mozilla.org/integration/fx-team/rev/042542ff6ec1
https://tbpl.mozilla.org/php/getParsedLog.php?id=25182289&tree=Fx-Team
Comment 3•12 years ago
|
||
All this needs I think is a s/Promise/promise/g.
Assignee | ||
Comment 4•12 years ago
|
||
Assignee: nobody → dcamp
Whiteboard: [fixed-in-fx-team]
Comment 5•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 25
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•