gecko-dev/editor/idl
kin%netscape.com e665d2543f Fixes for bug 192569 (allow foreign transactions to be added to the queue)
mozilla/editor/idl/nsIEditor.idl
mozilla/editor/libeditor/base/nsEditor.cpp
mozilla/editor/libeditor/base/PlaceholderTxn.cpp
mozilla/editor/libeditor/html/nsHTMLCSSUtils.cpp
mozilla/editor/libeditor/html/nsHTMLEditor.cpp
mozilla/editor/libeditor/text/nsTextEditRules.cpp

  - Renamed nsIEditor::Do() to nsIEditor::DoTransaction() so that it
    can be called from JavaScript.

  - Cleaned up nsEditor::Begin/EndUpdateViewBatch() so that
    nothing happens outside the check of mUpdateCount.

  - Modified PlaceholderTxn.cpp so that it checks to see
    if a merged transaction implements nsPIEditorTransaction
    before attempting to cast it to (EditorTxn*).

mozilla/editor/ui/composer/content/EditorCommandsDebug.js
mozilla/editor/ui/composer/content/editorOverlay.xul
mozilla/editor/ui/composer/locale/en-US/editorOverlay.dtd

  - Added debug menu items to test execution of foreign transactions
    via the txnmgr and editor.

r=jfrancis@netscape.com  sr=sfraser@netscape.com
2003-04-04 20:50:25 +00:00
..
.cvsignore ignore the generated Makefile 1999-06-12 19:23:17 +00:00
MANIFEST Allow mouse-driven resizing of images and tables in all instances of editor. 2003-02-24 09:37:18 +00:00
Makefile.in Allow mouse-driven resizing of images and tables in all instances of editor. 2003-02-24 09:37:18 +00:00
nsICiter.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsIDocumentStateListener.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsIEditActionListener.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsIEditor.idl Fixes for bug 192569 (allow foreign transactions to be added to the queue) 2003-04-04 20:50:25 +00:00
nsIEditorIMESupport.idl allow scripting of methods with no parameters (bug #112008, r=akkana, sr=sfraser) 2001-11-29 10:05:36 +00:00
nsIEditorLogging.idl 169308: Make nsIEditorLogging scriptable: a couple of nicities suggested by Kin. r=brade sr=kin 2002-09-25 23:34:04 +00:00
nsIEditorMailSupport.idl 161143: Add new method InsertTextWithQuotes, and call it from Rewrap. r=brade,jfrancis sr=sspitzer 2002-10-08 20:24:23 +00:00
nsIEditorObserver.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsIEditorSpellCheck.idl Implement filters for spellchecker, so we can skip certain nodes (like Block Quote "cite") for mail 2002-12-10 15:03:04 +00:00
nsIEditorStyleSheets.idl 124265: make nsIEditorStyleSheet more scriptable. Fix is partly me r=cmanske, partly cmanske r=me; all is sr=alecf 2002-09-13 19:47:38 +00:00
nsIHTMLEditor.idl Added command to notify when document url changes. b=181091, r=akkana, sr=sfraser 2002-11-27 00:35:09 +00:00
nsIHTMLObjectResizer.idl missing files for b=47066, r=brade,cmanske, sr=kin 2003-02-24 10:18:18 +00:00
nsIPlaintextEditor.idl Partial fix for bug 141900 (Text entry fields in forms excruciatingly slow.) 2002-06-13 20:35:12 +00:00
nsITableEditor.idl Fixed table row deletion and reorganized nsITableEditor methods. b=166922, r=akkana, sr=hewitt 2002-09-13 04:19:30 +00:00
nsIURIRefObject.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00
nsPIEditorTransaction.idl License changes, take 2. Bug 98089. mozilla/editor/. 2001-09-25 22:53:13 +00:00