Closed
Bug 169519
Opened 22 years ago
Closed 16 years ago
dom.js : editorShell is obsolete; need to transition to editor
Categories
(Other Applications :: DOM Inspector, defect)
Other Applications
DOM Inspector
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.3alpha
People
(Reporter: Brade, Unassigned)
References
()
Details
http://lxr.mozilla.org/seamonkey/source/extensions/inspector/resources/content/viewers/dom/dom.js#311
uses "editorshell"
EditorShell is obsolete and will be going away at some point (soon).
This bug is to track the changes in mozilla/extensions/inspector related to
editorshell transition to editor.
Reporter | ||
Comment 1•22 years ago
|
||
-->hewitt since he wrote the file and presumably is the owner of it
Assignee: jst → hewitt
OS: MacOS X → All
Hardware: Macintosh → All
Comment 2•16 years ago
|
||
This code is blamed to
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/extensions/inspector/resources/content/viewers/dom/dom.js&rev=HEAD&mark=1.3#1.4
It was still in
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/extensions/inspector/resources/content/viewers/dom/dom.js&rev=HEAD&mark=1.20#1.21
when this bug was filed.
Then bug 169029 fixed it:
http://bonsai.mozilla.org/cvslog.cgi?file=mozilla/extensions/inspector/resources/content/viewers/dom/dom.js&rev=HEAD&mark=1.25#1.26
http://mxr.mozilla.org/comm-central/search?string=editorShell
confirms that this is (all) fixed.
Assignee: hewitt → nobody
Status: NEW → RESOLVED
Closed: 16 years ago
Component: DOM: Mozilla Extensions → DOM Inspector
Depends on: 169029
Product: Core → Other Applications
QA Contact: ian → dom-inspector
Resolution: --- → FIXED
Summary: editorshell is obsolete; need to transition to editor (dom.js) → dom.js : editorShell is obsolete; need to transition to editor
Target Milestone: --- → mozilla1.3alpha
You need to log in
before you can comment on or make changes to this bug.
Description
•