gecko-dev/editor/libeditor/html
buster%netscape.com f9ffc2238d changed the way nsEditProperty is used. Right now, it's our placeholder
for HTML and CSS atoms, since we can't get these from layout yet.  The old
use assumed one editor, but as we know many editors can exist simultaneously.
Now, the editors share a singleton which is fetched from a factory method,
saving memory and allocation overhead.
1999-06-12 21:15:14 +00:00
..
TextEditorTest.cpp Add unit test call to nsIEditor, and implement it in nsText- and nsHTMLEditors. 1999-05-27 04:10:04 +00:00
TextEditorTest.h Add unit test call to nsIEditor, and implement it in nsText- and nsHTMLEditors. 1999-05-27 04:10:04 +00:00
TypeInState.h Must define inline methods _before_ calling them on AIX 4.2 with xlC. 1999-04-23 16:47:30 +00:00
nsEditProperty.cpp changed the way nsEditProperty is used. Right now, it's our placeholder 1999-06-12 21:15:14 +00:00
nsEditProperty.h changed the way nsEditProperty is used. Right now, it's our placeholder 1999-06-12 21:15:14 +00:00
nsHTMLEditRules.cpp * Added nsAutoSelectionReset, a tiny class that resets the selection to what it was before a block transformation. 1999-06-08 06:04:51 +00:00
nsHTMLEditRules.h * Added nsAutoSelectionReset, a tiny class that resets the selection to what it was before a block transformation. 1999-06-08 06:04:51 +00:00
nsHTMLEditor.cpp GetLocalFileURL has moved to the editorShell 1999-06-11 19:03:05 +00:00
nsHTMLEditor.h GetLocalFileURL has moved to the editorShell 1999-06-11 19:03:05 +00:00