Closed
Bug 6805
Opened 25 years ago
Closed 25 years ago
Need to enable thread-safety locks in TransactionManager
Categories
(Core :: DOM: Editor, defect, P3)
Core
DOM: Editor
Tracking
()
VERIFIED
FIXED
M7
People
(Reporter: kinmoz, Assigned: kinmoz)
Details
Need to enable the LOCK/UNLOCK_TX_MANAGER() macros so that only one thread can
call into the transaction manager at any time.
I have a fix for this. I'm waiting for the tree to open so I can check it in.
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Checked in fix for this:
mozilla/editor/txmgr/src/makefile.win
mozilla/editor/txmgr/src/nsTransactionManager.cpp
mozilla/editor/txmgr/src/nsTransactionManager.h
Kin, please verify when you get chance. thanks! you can mark it verified-fixed.
You need to log in
before you can comment on or make changes to this bug.
Description
•