.. |
.cvsignore
|
Unix/Win makefiles for 66345. r=cmanske, sr=sfraser. Not yet part of the build
|
2001-09-25 00:45:54 +00:00 |
ChangeAttributeTxn.cpp
|
remove misplaced #ifdef NS_DEBUG
|
2003-07-18 13:04:46 +00:00 |
ChangeAttributeTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
ChangeCSSInlineStyleTxn.cpp
|
cleanup of editor code, bug=209548, r=jfrancis, sr=blizzard
|
2003-07-28 13:13:50 +00:00 |
ChangeCSSInlineStyleTxn.h
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:05:25 +00:00 |
CreateElementTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:05:25 +00:00 |
CreateElementTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
DeleteElementTxn.cpp
|
remove misplaced #ifdef NS_DEBUG; bug 209548
|
2003-07-18 13:06:18 +00:00 |
DeleteElementTxn.h
|
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
|
2002-11-10 15:11:08 +00:00 |
DeleteRangeTxn.cpp
|
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
|
2003-07-08 20:22:56 +00:00 |
DeleteRangeTxn.h
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 14:17:15 +00:00 |
DeleteTextTxn.cpp
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 14:17:15 +00:00 |
DeleteTextTxn.h
|
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
|
2002-11-10 15:11:08 +00:00 |
EditAggregateTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:20:49 +00:00 |
EditAggregateTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
EditTxn.cpp
|
code cleanup; r=timeless; sr=kin; bug=209548
|
2003-06-30 14:24:40 +00:00 |
EditTxn.h
|
code cleanup; r=timeless; sr=kin; bug=209548
|
2003-06-30 14:24:40 +00:00 |
IMETextTxn.cpp
|
editor code cleanup (use contract IDs); r=timeless; sr=kin; bug=209548
|
2003-07-08 20:22:56 +00:00 |
IMETextTxn.h
|
code cleanup, r=timeless, sr=kin, bug=209548
|
2003-06-30 15:02:48 +00:00 |
InsertElementTxn.cpp
|
code cleanup, r=timeless, sr=kin, bug 209548
|
2003-06-30 14:33:23 +00:00 |
InsertElementTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
InsertTextTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug 209548
|
2003-06-30 14:39:27 +00:00 |
InsertTextTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
JoinElementTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:41:55 +00:00 |
JoinElementTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
Makefile.in
|
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
|
2003-07-13 22:29:00 +00:00 |
nsEditor.cpp
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
nsEditor.h
|
editor cleanup of NodeIsType; r=kin, sr=darin, bug=209548
|
2003-07-15 13:47:15 +00:00 |
nsEditorCommands.cpp
|
Bug 221719 Disable Composer's Paste As Quotation menuitem in the subject and address fields r=brade sr=alecf
|
2003-10-10 19:02:28 +00:00 |
nsEditorCommands.h
|
cmd_clearUndo implementation; r/sr=smfr a=sspitzer bug 195506
|
2003-05-09 18:21:00 +00:00 |
nsEditorController.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:57:59 +00:00 |
nsEditorController.h
|
Fix bug 201257 -- clean up use of nsIControllerCommandManager by editor:
|
2003-04-10 18:44:03 +00:00 |
nsEditorUtils.cpp
|
deCOMtaminate nsIDocument by changing methods to use return value instead of out-params, eliminating unused nsresult return values, moving some members to nsIDocument and inlining the getters/setters. Bug 222134, r=bzbarsky, sr=jst.
|
2003-10-22 06:09:48 +00:00 |
nsEditorUtils.h
|
api change to include event (similar to paste/drop hook); r=cmanske, sr=sfraser, a=asa bug=203365
|
2003-05-09 18:30:02 +00:00 |
nsEditProperty.h
|
fix for bug 201982 - r=brade, sr=smfr
|
2003-04-17 05:42:33 +00:00 |
nsEditPropertyAtomList.h
|
editor cleanup of NodeIsType; r=kin, sr=darin, bug=209548
|
2003-07-15 13:47:15 +00:00 |
nsEditRules.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIAbsorbingTransaction.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsIEditorSupport.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
nsSelectionState.cpp
|
editor cleanup; r=jfrancis, sr=blizzard, bug=209548
|
2003-07-18 14:12:51 +00:00 |
nsSelectionState.h
|
fix for 178264: nsRangeUpdater bugs and enhancements. precursor to 143338 landing. r=brade; sr=kin
|
2002-11-10 15:11:08 +00:00 |
nsStyleSheetTxns.cpp
|
Make presshell batch processing of style changes (using BeginUpdate/EndUpdate
|
2003-10-02 21:29:40 +00:00 |
nsStyleSheetTxns.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
PlaceholderTxn.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:05:34 +00:00 |
PlaceholderTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
SetDocTitleTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:57:59 +00:00 |
SetDocTitleTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
SplitElementTxn.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:57:59 +00:00 |
SplitElementTxn.h
|
Convert handwritten GetIID methods to use NS_DEFINE_STATIC_IID_ACCESSOR and add |const| to GetCID methods so that static |nsID|s are declared as |const|. b=153525 sr=jag r=bryner
|
2002-06-26 03:38:55 +00:00 |
TransactionFactory.cpp
|
code cleanup; r=timeless, sr=kin, bug=209548
|
2003-06-30 14:57:59 +00:00 |
TransactionFactory.h
|
License changes, take 2. Bug 98089. mozilla/editor/.
|
2001-09-25 22:53:13 +00:00 |