Closed
Bug 105284
Opened 24 years ago
Closed 24 years ago
[Inspector review] DOM Datasource
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 is for the RDF datasource used by the DOM outliner view. It can retrieve
various properties from DOM nodes, and also has a document observer for
dynamically reflecting mutations to the DOM.
FILES (relative to /mozilla/extensions/inspector) :
/base/public/inIDOMDataSource.idl
/base/public/inIDOMRDFResource.idl
/base/src/inDOMDataSource.*
/base/src/inDOMRDFResource.*
/base/src/dsinfo.h
The datasource is used by the outliner in:
/resources/content/viewers/dom/dom.xul
/resources/content/viewers/dom/dom.js
| 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•21 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
•