gecko-dev/editor/base
2001-05-23 00:21:29 +00:00
..
.cvsignore
ChangeAttributeTxn.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
ChangeAttributeTxn.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
CreateElementTxn.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
CreateElementTxn.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
DeleteElementTxn.cpp
DeleteElementTxn.h
DeleteRangeTxn.cpp
DeleteRangeTxn.h
DeleteTextTxn.cpp
DeleteTextTxn.h
EditAggregateTxn.cpp
EditAggregateTxn.h
EditTxn.cpp
EditTxn.h
IMETextTxn.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
IMETextTxn.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
InsertElementTxn.cpp
InsertElementTxn.h
InsertTextTxn.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
InsertTextTxn.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
JoinElementTxn.cpp
JoinElementTxn.h
Makefile.in #80550 2001-05-21 23:57:55 +00:00
makefile.win #80550 2001-05-21 23:57:55 +00:00
nsAOLCiter.cpp 76442 sr= scc r= anthonyd. last minute fixes to editor to not do stupid copies and instead to use new case insensitive string compares. 2001-04-18 06:17:05 +00:00
nsAOLCiter.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsComposerCommands.cpp scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
nsComposerCommands.h Fix for bugs 23943, 47640 and 63515. Teach editor to handle plain text, and other text file types (including XUL, XML, JS etc), and, in the process, make the commands be smarter about disabling in text mode, and HTML source mode. r=brade, sr=kin 2001-05-18 06:42:37 +00:00
nsComposerController.cpp
nsComposerController.h
nsEditor.cpp bug 76888: plaintext editor deletion can move/lose whitesapce. r=sfraser; sr=kin 2001-04-26 20:14:26 +00:00
nsEditor.h bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
nsEditorCommands.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsEditorCommands.h
nsEditorController.cpp
nsEditorController.h
nsEditorEventListeners.cpp #79954 2001-05-22 14:11:17 +00:00
nsEditorEventListeners.h Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsEditorFactory.h
nsEditorParserObserver.cpp
nsEditorParserObserver.h
nsEditorRegistration.cpp Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
nsEditorService.cpp
nsEditorService.h
nsEditorShell.cpp Fix for 82243; make sure we use "html" extension when saving files, if the MIME info gives us "htm". r=jfrancis, sr=scc 2001-05-23 00:21:29 +00:00
nsEditorShell.h Fix for bugs 23943, 47640 and 63515. Teach editor to handle plain text, and other text file types (including XUL, XML, JS etc), and, in the process, make the commands be smarter about disabling in text mode, and HTML source mode. r=brade, sr=kin 2001-05-18 06:42:37 +00:00
nsEditorShellFactory.h
nsEditorShellMouseListener.cpp Fixed context menu problem when > 1 cell selected, b=55991, r=akkana, sr=kin 2001-04-30 23:58:55 +00:00
nsEditorShellMouseListener.h Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
nsEditorTxnLog.cpp
nsEditorTxnLog.h
nsEditorUtils.cpp
nsEditorUtils.h Fix for bug #75305: Doing Undo and Redo crashes browser 2001-05-11 13:59:11 +00:00
nsEditProperty.cpp
nsEditProperty.h
nsEditRules.h
nsHTMLDataTransfer.cpp wow i biffed that last checkin 2001-04-26 19:48:40 +00:00
nsHTMLEditor.cpp bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
nsHTMLEditor.h bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
nsHTMLEditorLog.cpp Fix some URMs and warnings in editor code, sr=kin, no bug. 2001-05-02 23:19:29 +00:00
nsHTMLEditorLog.h Fix some URMs and warnings in editor code, sr=kin, no bug. 2001-05-02 23:19:29 +00:00
nsHTMLEditorStyle.cpp 76442 sr= scc r= anthonyd. last minute fixes to editor to not do stupid copies and instead to use new case insensitive string compares. 2001-04-18 06:17:05 +00:00
nsHTMLEditRules.cpp #80550 2001-05-21 23:57:55 +00:00
nsHTMLEditRules.h bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
nsHTMLEditUtils.cpp
nsHTMLEditUtils.h
nsIAbsorbingTransaction.h
nsIEditorSupport.h
nsIEditProperty.h
nsIHTMLEditRules.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsInterfaceState.cpp Fix bug 75271; ensure that we update commands properly for batched transactions. r=akkana, sr=kin 2001-04-11 23:11:29 +00:00
nsInterfaceState.h Fix bug 75271; ensure that we update commands properly for batched transactions. r=akkana, sr=kin 2001-04-11 23:11:29 +00:00
nsInternetCiter.cpp scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances. 2001-05-19 11:27:30 +00:00
nsInternetCiter.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsPlaintextDataTransfer.cpp wow i biffed that last checkin 2001-04-26 19:48:40 +00:00
nsPlaintextEditor.cpp Fix for bug #75305: Doing Undo and Redo crashes browser 2001-05-11 13:59:11 +00:00
nsPlaintextEditor.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsSelectionState.cpp hey, I misspelled "i"! That's gotta be a record of some kind. 2001-05-14 09:38:03 +00:00
nsSelectionState.h bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
nsStyleSheetTxns.cpp
nsStyleSheetTxns.h
nsTableEditor.cpp Fixed infinite loop problems in Table Editing, b=79462, r=brade, sr=kin 2001-05-15 21:30:24 +00:00
nsTextEditorReg.cpp Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
nsTextEditRules.cpp #80550 2001-05-21 23:57:55 +00:00
nsTextEditRules.h #80550 2001-05-21 23:57:55 +00:00
nsTextEditRulesBidi.cpp #80550 2001-05-21 23:57:55 +00:00
nsTextEditUtils.cpp
nsTextEditUtils.h
nsWrapUtils.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsWrapUtils.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
nsWSRunObject.cpp fixing worms bustage 2001-05-11 13:32:32 +00:00
nsWSRunObject.h bug 65557 and cast of thousands: making the editor behave more intelligently wrt html whitespace rules. Improved ws handling for: insert text, insert break, join blocks, split block, delete Yet to be tackled is html copy & paste. r=fm; sr=kin 2001-05-11 12:43:22 +00:00
PlaceholderTxn.cpp
PlaceholderTxn.h
SetDocTitleTxn.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
SetDocTitleTxn.h 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
SplitElementTxn.cpp
SplitElementTxn.h
TextEditorTest.cpp 66318 r= kin, sr=kin tested by ducarozz ,phil chofmann approved..changing APIS to be idl so we can use in embedding land... lots of string changes too to nsAStrings 2001-04-07 00:45:26 +00:00
TextEditorTest.h
TransactionFactory.cpp Fix for bug #79157: Resurrect plain text editor 2001-05-11 13:58:31 +00:00
TransactionFactory.h
TypeInState.cpp
TypeInState.h
win32.order