Closed
Bug 8677
Opened 25 years ago
Closed 25 years ago
Editor API Logging busted
Categories
(Core :: DOM: Editor, defect, P1)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
People
(Reporter: kinmoz, Assigned: mcmullen)
References
()
Details
The following checkin broke the Editor API Logging tool:
http://cvs-mirror.mozilla.org/webtools/bonsai/cvsview2.cgi?diff_mode=context&whi
tespace_mode=show&root=/cvsroot&subdir=mozilla/editor/idl&command=DIFF_FRAMESET&
root=/cvsroot&file=nsIEditorShell.idl&rev1=1.4&rev2=1.5
If we don't include the nsIFileSpec.idl file in the nsIEditorShell.idl file, an
exception is thrown when you try to call StartLogging() from JavaScript because
arg0 (nsIFileSpec) is unknown.
The fix is to put back the include that was taken out by this checkin.
We need this done ASAP, because we are demoing this tool tomorrow. (06/22/99)
Status: NEW → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Just checked in a fix for this:
mozilla/editor/idl/nsIEditorShell.idl
The editor api logging tool should now work.
You need to log in
before you can comment on or make changes to this bug.
Description
•