gecko-dev/editor/base
2000-09-01 01:54:35 +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 fix for bug 48624 (hidden selection issues with plain text widgets) 2000-08-24 03:54:30 +00:00
DeleteRangeTxn.h
DeleteTextTxn.cpp
DeleteTextTxn.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTxn.cpp
EditTxn.h
IMECommitTxn.cpp
IMECommitTxn.h
IMETextTxn.cpp
IMETextTxn.h
InsertElementTxn.cpp
InsertElementTxn.h
InsertTextTxn.cpp
InsertTextTxn.h
JoinElementTxn.cpp
JoinElementTxn.h
Makefile.in
makefile.win
nsAOLCiter.cpp
nsAOLCiter.h
nsComposerCommands.cpp Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
nsComposerCommands.h Fixes for 48474 (JS errors typing in plain text compose), 44684 (make align buttons reflect state), 49155 (UMR in editor code). r=anthonyd 2000-08-24 01:20:29 +00:00
nsEditor.cpp fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
nsEditor.h fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
nsEditorCommands.cpp
nsEditorCommands.h
nsEditorController.cpp Fixed lots of nsbeta3+ bugs: 45756, 47654, 41810,47503,48990, 48995,40204, 42740, 46953, 47646, 47696, 48693, 45899. r=sfraser,jfrancis 2000-08-23 00:29:24 +00:00
nsEditorController.h
nsEditorEventListeners.cpp don't bubble the onDragOver event when we decide that the drop is allowable. This prevents it from being reset by someone else higher up the chain. r=anthonyd. bug# 47428. 2000-08-30 01:18:11 +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 Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
nsEditorShell.h Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
nsEditorShellFactory.h
nsEditorShellMouseListener.cpp Fixed lots of nsbeta3+ bugs: 45756, 47654, 41810,47503,48990, 48995,40204, 42740, 46953, 47646, 47696, 48693, 45899. r=sfraser,jfrancis 2000-08-23 00:29:24 +00:00
nsEditorShellMouseListener.h
nsEditorTxnLog.cpp
nsEditorTxnLog.h
nsEditorUtils.cpp fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
nsEditorUtils.h fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
nsEditProperty.cpp
nsEditProperty.h
nsEditRules.h
nsHTMLEditor.cpp Fixed GetBackgroundColorState to get nested table and cell color, needed to make background color on toolbar correct. b=49952, r=buster 2000-08-31 12:44:55 +00:00
nsHTMLEditor.h fix for bug 49889; r=fm 2000-08-30 04:33:20 +00:00
nsHTMLEditorLog.cpp fix for bug 48624 (hidden selection issues with plain text widgets) 2000-08-24 03:54:30 +00:00
nsHTMLEditorLog.h
nsHTMLEditRules.cpp fix for bug 49889; r=fm 2000-08-30 04:26:55 +00:00
nsHTMLEditRules.h fixes 40363, 40364: deletion bugs with tables; r=fm 2000-08-28 05:11:49 +00:00
nsHTMLEditUtils.cpp Add newline to end of file to fix jfrancis's HP bustage. 2000-08-26 14:04:16 +00:00
nsHTMLEditUtils.h fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
nsIAbsorbingTransaction.h
nsIEditorSupport.h
nsIEditProperty.h
nsIHTMLEditRules.h groundwork for 44684: adding a "GetAlignment" call to the editor so that ui can reflect alignment of selection 2000-08-14 12:07:10 +00:00
nsInterfaceState.cpp Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
nsInterfaceState.h Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com 2000-09-01 01:54:35 +00:00
nsInternetCiter.cpp Correct an error in a comment 2000-08-21 23:54:59 +00:00
nsInternetCiter.h
nsStyleSheetTxns.cpp
nsStyleSheetTxns.h
nsTableEditor.cpp Finished HTML Source editing problems with title tag (41869), split table crash (50791), filename problems (48631). r=akkana, fixed NS_LITERAL_STRING usages in nsHTMLEditor for performance (26384), r=scc 2000-08-30 22:49:08 +00:00
nsTextEditRules.cpp 23485: make it possible for urlbar to go to urls spanning multiple lines. r=jfrancis 2000-08-28 22:15:03 +00:00
nsTextEditRules.h
nsWrapUtils.cpp
nsWrapUtils.h
PlaceholderTxn.cpp
PlaceholderTxn.h
SplitElementTxn.cpp
SplitElementTxn.h
TextEditorTest.cpp
TextEditorTest.h
TransactionFactory.cpp
TransactionFactory.h
TypeInState.cpp fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00
TypeInState.h fixes bugs 46782,50161,48643,49266,49265,46395; groundwork for bugs 47931,49952; r=fm 2000-08-26 04:03:50 +00:00