gecko-dev/editor/libeditor/html
jst%netscape.com 9abec73fbe DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
..
TextEditorTest.cpp making string conversions explicit 2000-04-18 07:52:02 +00:00
TextEditorTest.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 fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet. 2000-08-20 00:34:08 +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
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
nsEditorTxnLog.cpp making string conversions explicit 2000-04-18 07:44:58 +00:00
nsEditorTxnLog.h TransactionManager fix for bug #11590: eliminate NS_COMFALSE 1999-11-11 19:35:40 +00:00
nsHTMLEditRules.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
nsHTMLEditRules.h adding a hidden pref for the editor: editor.liReturnBehavior "no" will disable the default behavior of popping you out of lists if you hit return in an empty list item. 2000-08-17 05:26:32 +00:00
nsHTMLEditUtils.cpp fix for 45281, cannot insert a table caption. r=fm 2000-08-13 23:53:34 +00:00
nsHTMLEditUtils.h fix for 45281, cannot insert a table caption. r=fm 2000-08-13 23:53:34 +00:00
nsHTMLEditor.cpp DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +00:00
nsHTMLEditor.h DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc 2000-08-23 17:27:06 +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
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
nsTableEditor.cpp fixing code that relied on implicit string construction; note that |NS_LITERAL_STRING| does not produce an |nsString|, it produces something that is a |nsAReadableString|. Many functions still take |nsString&| arguments, and so |NS_LITERAL_STRING| is not appropriate in calling them, yet. 2000-08-20 00:34:08 +00:00