Closed
Bug 105311
Opened 24 years ago
Closed 24 years ago
[Inspector Review] DOM utility code
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
INVALID
mozilla0.9.6
People
(Reporter: hewitt, Assigned: hewitt)
Details
This includes a collection of various utility methods for retrieving information
from the DOM that is not otherwise exposed to script via the W3C DOM
(inIDOMUtils), and some convenience functions for C++ (inLayoutUtils). There is
also a cursory implementation of a tree walker which can walk through anonymous
content and frames. This walker is used to find and select DOM nodes by the Find
and Select By Click features.
FILES (relative to /mozilla/extensions/inspector) :
/base/public/inIDOMUtils.idl
/base/public/inIDeepTreeWalker.idl
/base/src/inDOMUtils.*
/base/src/inLayoutUtils.*
/base/src/inDeepTreeWalker.*
Assignee | ||
Updated•24 years ago
|
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla0.9.6
Assignee | ||
Comment 1•24 years ago
|
||
don't need all these review bugs...
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → INVALID
Updated•20 years ago
|
Product: Core → Other Applications
Updated•18 years ago
|
QA Contact: timeless → dom-inspector
You need to log in
before you can comment on or make changes to this bug.
Description
•