Closed
Bug 883604
Opened 9 years ago
Closed 9 years ago
Implement NodeFront.isDocumentElement
Categories
(DevTools :: Inspector, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 24
People
(Reporter: dcamp, Assigned: dcamp)
Details
Attachments
(1 file)
1.69 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
A bunch of places in the inspector check for node === node.ownerDocument.documentElement, which isn't quite as easy with the walker. Add an isDocumentElement property to the node front.
Attachment #763201 -
Flags: review?(paul)
Updated•9 years ago
|
Attachment #763201 -
Flags: review?(paul) → review+
Assignee | ||
Comment 1•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/3893f49e70b0
Assignee: nobody → dcamp
Whiteboard: [fixed-in-fx-team]
Comment 2•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/3893f49e70b0
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 24
Updated•4 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•