.. |
.cvsignore
|
…
|
|
ChangeAttributeTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +00:00 |
ChangeAttributeTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
CreateElementTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +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
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
DeleteElementTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
DeleteRangeTxn.cpp
|
Fix from katakai@japan.sun.com for bug #58698: Solaris only: cmd_cut operation fails in optimize build
|
2000-11-10 14:53:40 +00:00 |
DeleteRangeTxn.h
|
fix for 20457: deletion in editor pretty darn screwy. Lots of changes to improve this. Document modifying entry points in editor now go thru a standard sandwich, which allows tracking of what changed in the doc, which allows proper post-processing of what changed. Also, all deletions now go thru the rules code, if applicable. Also some bugs in tracking the changed document portion have been fixed. Finally selection setting after a delete is improved.
|
1999-12-07 08:30:19 +00:00 |
DeleteTextTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
DeleteTextTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
EditAggregateTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +00:00 |
EditAggregateTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
EditTxn.cpp
|
making string conversions explicit
|
2000-04-18 07:44:58 +00:00 |
EditTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
IMECommitTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
IMECommitTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
IMETextTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
IMETextTxn.h
|
fix for 43366; r=kin
|
2000-07-11 19:51:36 +00:00 |
InsertElementTxn.cpp
|
Misc fixes for pedantic build warnings.
|
2000-11-29 22:06:02 +00:00 |
InsertElementTxn.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
InsertTextTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
InsertTextTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
JoinElementTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
JoinElementTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
Makefile.in
|
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
|
2000-11-20 07:16:06 +00:00 |
PlaceholderTxn.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +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
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
SplitElementTxn.h
|
Fix for bug 21346.
This is actually a major reworking of how the low level editor txns perturb selection. There is a mode now for telling the txns not to disturb the selection. There is also a fix for unlisting lists (sometimes list items got merged unintentionally when unlisting).
|
2000-01-04 03:09:41 +00:00 |
TextEditorTest.cpp
|
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
|
2000-11-17 00:25:31 +00:00 |
TextEditorTest.h
|
Split plaintext methods off into nsIPlaintextEditor API. sr=sfraser, r=jfrancis
|
2000-11-17 00:25:31 +00:00 |
TransactionFactory.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TransactionFactory.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
TypeInState.cpp
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
TypeInState.h
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
makefile.win
|
removing glowcode directives. won't affect you unless you use an obsolete version of glowcode.
|
2000-11-18 02:13:42 +00:00 |
nsAOLCiter.cpp
|
making string conversions explicit
|
2000-04-21 09:33:45 +00:00 |
nsAOLCiter.h
|
6276: Add wrapping support for mail.
|
2000-04-20 22:45:54 +00:00 |
nsComposerCommands.cpp
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +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 |
nsEditProperty.cpp
|
Fix a warning.
|
2000-04-20 03:58:10 +00:00 |
nsEditProperty.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditRules.h
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
nsEditor.cpp
|
64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin
|
2001-01-25 23:12:16 +00:00 |
nsEditor.h
|
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
|
2001-01-09 22:47:02 +00:00 |
nsEditorCommands.cpp
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorCommands.h
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorController.cpp
|
Removed redundant registering of command causing JS warning, r=mjudge, sr=sfraser
|
2001-01-04 01:10:40 +00:00 |
nsEditorController.h
|
Big command tidyup. Make the distinction between editor and composer command clearer, and remove vestiges of the old singleton composer command manager. Also tidy up command node state attribute code.
|
2000-05-05 23:20:21 +00:00 |
nsEditorEventListeners.cpp
|
fix for bug #59003 fix for keybindings
|
2001-01-09 23:22:56 +00:00 |
nsEditorEventListeners.h
|
#14022 IME98 Reconversion does not work in HTML Editor
|
2000-08-04 21:43:29 +00:00 |
nsEditorFactory.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsEditorParserObserver.cpp
|
62754 - Fix meta charset that was getting ignored.
|
2000-12-21 20:46:00 +00:00 |
nsEditorParserObserver.h
|
62754 - Fix meta charset that was getting ignored.
|
2000-12-21 20:46:00 +00:00 |
nsEditorRegistration.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsEditorService.cpp
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsEditorService.h
|
not part of the build, yet.
|
2000-02-16 02:21:30 +00:00 |
nsEditorShell.cpp
|
Fix for bug #6254 (Find/Replace needs to be implemented.)
|
2001-01-23 21:55:04 +00:00 |
nsEditorShell.h
|
bug #15345 (r=sfraser, sr=mscott). Removed nsIDocumentLoaderObserver and replaced it with the new nsIWebProgress notifications...
|
2000-12-20 22:09:55 +00:00 |
nsEditorShellFactory.h
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsEditorShellMouseListener.cpp
|
Fix bug 55991 (right click in table cell and context menus) r=mjudge, sr=sfraser
|
2001-01-11 04:49:42 +00:00 |
nsEditorShellMouseListener.h
|
Fixed object properties bug 39649. r=sfraser
|
2000-05-25 03:34:20 +00:00 |
nsEditorTxnLog.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
nsEditorTxnLog.h
|
TransactionManager fix for bug #11590: eliminate NS_COMFALSE
|
1999-11-11 19:35:40 +00:00 |
nsEditorUtils.cpp
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
nsEditorUtils.h
|
Checking in for bug 50742, this change removes the use of XIF in mozilla and replaces the XIF converter with a HTML (and XML) serializer.
|
2000-10-07 10:57:30 +00:00 |
nsHTMLEditRules.cpp
|
Fix 59327: hwaara's patch to add an assertion. r=jag sr=blizzard
|
2001-01-17 20:01:11 +00:00 |
nsHTMLEditRules.h
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +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 |
nsHTMLEditor.cpp
|
Fix 66500: paste is enabled for readonly textfields. r=timeless sr=sfraser
|
2001-01-25 21:36:51 +00:00 |
nsHTMLEditor.h
|
33088: restructure editor output routines. r=kin,buster,adamlock sr=sfraser
|
2001-01-08 21:01:29 +00:00 |
nsHTMLEditorLog.cpp
|
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
|
2001-01-09 22:47:02 +00:00 |
nsHTMLEditorLog.h
|
Convert nsIDiskDocument to xpidl, and change it from using nsFileSpecs to nsIFiles. Bug 62567, r= buster, ducarroz, adamlock, sr=kin
|
2001-01-09 22:47:02 +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
|
Lots and lots of bug fixes and XUL widget conversions. Work in progress, but must checkin to allow XPFE to fix bugs
|
2000-04-14 03:19:31 +00:00 |
nsIEditorSupport.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
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
|
Removal of some crufty old code that used to do UI udpating, and was obsolete by XUL command nodes. r=akkana
|
2000-11-17 01:25:28 +00:00 |
nsInterfaceState.h
|
Removal of some crufty old code that used to do UI udpating, and was obsolete by XUL command nodes. r=akkana
|
2000-11-17 01:25:28 +00:00 |
nsInternetCiter.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
nsInternetCiter.h
|
6276: Add wrapping support for mail.
|
2000-04-20 22:45:54 +00:00 |
nsStyleSheetTxns.cpp
|
ender lite checkin.
|
2000-04-27 07:37:12 +00:00 |
nsStyleSheetTxns.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsTableEditor.cpp
|
Convert correct usage of |nsCOMPtr<T>::operator&| to use |address_of| since the operator& will soon become private. b=59414 r=disttsc@bart.nl sr=waterson@netscape.com
|
2001-01-10 04:12:05 +00:00 |
nsTextEditRules.cpp
|
64665: don't hardwire wrap width to 72. Also fix some warnings. r=jfrancis, sr=kin
|
2001-01-25 23:12:16 +00:00 |
nsTextEditRules.h
|
small but pervasive change to make nsIDOMSelection an xpidl interface. also broke it into 2 interfaces, nsISelection and nsISelectionPrivate. moved nsIDOMSelectionListener also to xpidl. these new idl files live in layout/base/public. r=sfraser, r=anthonyd bug 48575
|
2000-09-14 11:45:01 +00:00 |
nsWrapUtils.cpp
|
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
|
2000-10-28 22:17:53 +00:00 |
nsWrapUtils.h
|
Wrapping code, useful for citers and perhaps other code
|
2000-04-20 22:32:56 +00:00 |