Closed
Bug 8309
Opened 26 years ago
Closed 26 years ago
Need to Flush() during Editor API Logging.
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: kinmoz, Assigned: kinmoz)
Details
I have a fix that forces the Editor API Logging feature to flush what it's
writing out to the log after every API call.
This is neccessary to insure that the log is up-to-date, especially if the API
call crashes.
Without this, the API Log may not contain everything neccessary to reproduce the
crash.
This fix was code reviewed by buster@netscape.com. Just need chofmann approval
to check it in for M7.
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Fix checked in:
mozilla/editor/base/nsJSEditorLog.cpp
mozilla/editor/base/nsJSEditorLog.h
mozilla/editor/base/nsJSTxnLog.cpp
mozilla/editor/base/nsJSTxnLog.h
Reviewed: buster@netscape.com
Approved: chofmann@netscape.com
You need to log in
before you can comment on or make changes to this bug.
Description
•