Closed
Bug 1520544
Opened 6 years ago
Closed 6 years ago
Expose NodeFilter to DevTools modules
Categories
(DevTools :: Framework, enhancement, P2)
DevTools
Framework
Tracking
(firefox66 fixed)
RESOLVED
FIXED
Firefox 66
Tracking | Status | |
---|---|---|
firefox66 | --- | fixed |
People
(Reporter: miker, Assigned: miker)
References
Details
Attachments
(1 file)
We need to use NodeFilter for walkers, e.g.
const treeWalker = doc.createTreeWalker(node, NodeFilter.SHOW_ELEMENT);
Assignee | ||
Comment 1•6 years ago
|
||
Pushed by mratcliffe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/01b4a854bca1
Expose NodeFilter to DevTools modules r=gl
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox66:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 66
You need to log in
before you can comment on or make changes to this bug.
Description
•