gecko-dev/editor/base
sfraser%netscape.com 277decdb88 Fix for 25161 -- allow editor to handle pages with form elements. Avoid infinite loop in editor, and add some CSS for form elements in editor. r=jfrancis 2000-08-08 23:37:51 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp
ChangeAttributeTxn.h
CreateElementTxn.cpp fix for regression, bug#45477 2000-07-14 18:38:24 +00:00
CreateElementTxn.h anthonyd: r=mjudge bug 39919 letting DOM level 2 stuff work for the editor. eliminating createelementNS and using the factory instead. 2000-07-13 23:15:41 +00:00
DeleteElementTxn.cpp
DeleteElementTxn.h
DeleteRangeTxn.cpp
DeleteRangeTxn.h
DeleteTextTxn.cpp
DeleteTextTxn.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTxn.cpp
EditTxn.h
IMECommitTxn.cpp
IMECommitTxn.h
IMETextTxn.cpp fix for 43366; r=kin 2000-07-11 19:51:36 +00:00
IMETextTxn.h fix for 43366; r=kin 2000-07-11 19:51:36 +00:00
InsertElementTxn.cpp Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433 2000-06-03 09:46:12 +00:00
InsertElementTxn.h
InsertTextTxn.cpp
InsertTextTxn.h
JoinElementTxn.cpp
JoinElementTxn.h
Makefile.in Mass replace of -lmozjs with $(MOZ_JS_LIBS) needed for OS/2 and consistency. 2000-05-17 06:45:45 +00:00
PlaceholderTxn.cpp fix for undo in ender-lite (text fields, url bar, etc) 2000-06-30 04:58:34 +00:00
PlaceholderTxn.h fix for undo in ender-lite (text fields, url bar, etc) 2000-06-30 04:58:34 +00:00
SplitElementTxn.cpp
SplitElementTxn.h
TextEditorTest.cpp
TextEditorTest.h
TransactionFactory.cpp
TransactionFactory.h
TypeInState.cpp fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
TypeInState.h fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
makefile.win
nsAOLCiter.cpp
nsAOLCiter.h
nsComposerCommands.cpp checkins for Hurricane 2000-08-07 21:12:18 +00:00
nsComposerCommands.h remove save and saveas commands (now in JS); submitted by rcassin@supernova.org (bug #16359) 2000-07-28 10:15:28 +00:00
nsEditProperty.cpp
nsEditProperty.h
nsEditRules.h
nsEditor.cpp Part of fix for bug 36480. I check in this fix for jfrancis. The function EndOfDocument which wasn't used yet was setting the selection on the wrong node. R=ducarroz 2000-08-08 04:05:26 +00:00
nsEditor.h #14022 IME98 Reconversion does not work in HTML Editor 2000-08-04 21:43:29 +00:00
nsEditorCommands.cpp
nsEditorCommands.h
nsEditorController.cpp checkins for Hurricane 2000-08-07 21:12:18 +00:00
nsEditorController.h
nsEditorEventListeners.cpp #14022 IME98 Reconversion does not work in HTML Editor 2000-08-04 21:43:29 +00:00
nsEditorEventListeners.h #14022 IME98 Reconversion does not work in HTML Editor 2000-08-04 21:43:29 +00:00
nsEditorFactory.h
nsEditorParserObserver.cpp
nsEditorParserObserver.h
nsEditorRegistration.cpp
nsEditorService.cpp
nsEditorService.h
nsEditorShell.cpp checkins for Hurricane 2000-08-07 21:12:18 +00:00
nsEditorShell.h Finishing table editing+dialog work (b=20973, r=jfrancis), and disabling commands when in HTML Source mode (b=38875, r=sfraser) 2000-07-11 23:41:22 +00:00
nsEditorShellFactory.h
nsEditorShellMouseListener.cpp add static to two methods to remove warnings 2000-07-27 21:46:26 +00:00
nsEditorShellMouseListener.h Fixed object properties bug 39649. r=sfraser 2000-05-25 03:34:20 +00:00
nsEditorTxnLog.cpp
nsEditorTxnLog.h
nsEditorUtils.cpp
nsEditorUtils.h
nsHTMLEditRules.cpp take 2: fix for 22227 and partial fix for 46209; r=mjudge; a=beppe 2000-07-27 01:03:16 +00:00
nsHTMLEditRules.h take 2: fix for 22227 and partial fix for 46209; r=mjudge; a=beppe 2000-07-27 01:03:16 +00:00
nsHTMLEditUtils.cpp Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsHTMLEditUtils.h fixes: 14753, 29843, 39864, 40141, 40139, 36679, 39542, 34729, 34855, 37216, 39292, 26447 r=sfraser,cmanske,fm; a=beppe 2000-05-24 23:00:24 +00:00
nsHTMLEditor.cpp Fix for 25161 -- allow editor to handle pages with form elements. Avoid infinite loop in editor, and add some CSS for form elements in editor. r=jfrancis 2000-08-08 23:37:51 +00:00
nsHTMLEditor.h #14022 IME98 Reconversion does not work in HTML Editor 2000-08-04 21:43:29 +00:00
nsHTMLEditorLog.cpp Table editing work. b=20973, r=jfrancis 2000-07-01 00:37:12 +00:00
nsHTMLEditorLog.h Table editing work. b=20973, r=jfrancis 2000-07-01 00:37:12 +00:00
nsIAbsorbingTransaction.h fix for undo in ender-lite (text fields, url bar, etc) 2000-06-30 04:58:34 +00:00
nsIEditProperty.h
nsIEditorSupport.h
nsIHTMLEditRules.h backend work for 41034: getting format feedback and list feedback untangled from each other. 2000-06-02 07:47:53 +00:00
nsInterfaceState.cpp Change nsIDOMXULDocument --> nsIDOMDocument 2000-06-24 01:29:58 +00:00
nsInterfaceState.h Change nsIDOMXULDocument --> nsIDOMDocument 2000-06-24 01:29:58 +00:00
nsInternetCiter.cpp Fix for bug 46306, html-to-plaintext replies have > on blank lines. The fix was to strip ending new lines in the citer. r=akkana, a=waterson. 2000-08-07 06:05:27 +00:00
nsInternetCiter.h
nsStyleSheetTxns.cpp
nsStyleSheetTxns.h
nsTableEditor.cpp add static to remove warning 2000-07-27 21:49:46 +00:00
nsTextEditRules.cpp fix for regression, bug#45477 2000-07-14 18:38:24 +00:00
nsTextEditRules.h Implement switching betweeen TH and TD elements for table editing. b=20973, r=jfrancis, akkana 2000-06-22 05:39:54 +00:00
nsWrapUtils.cpp
nsWrapUtils.h