gecko-dev/extensions/xmlterm/geckoterm
svn%xmlterm.org 50434c9908 XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD.
Migrated from WebShell to DocShell; compiles with Feb12 tree.
(WebShell still used by mozSimpleContainer, as in viewer/nsBrowserWindow.cpp)
2000-02-14 01:17:55 +00:00
..
.cvsignore Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00
Makefile.in checking in updates to fix xmlterm build (not part of regular build yet) 2000-02-10 04:23:06 +00:00
mozGeckoTerm.cpp XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD. 2000-02-14 01:17:55 +00:00
mozISimpleContainer.h XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD. 2000-02-14 01:17:55 +00:00
mozSimpleContainer.cpp XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD. 2000-02-14 01:17:55 +00:00
mozSimpleContainer.h XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD. 2000-02-14 01:17:55 +00:00
nsSetupRegistry.cpp Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00
nsTimer.cpp Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00
README Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00
remake Initial import of XMLterm extension; not part of default SeaMonkey build 1999-12-06 06:32:12 +00:00

geckoterm --- Stand-alone version of XMLterm using Gecko

This directory contains the files used to create the stand-alone XMLterm
executable, which runs independent of the browser. This would be the preferred
way to use XMLterm, so that it runs as a separate process and will not
crash if the browser does.

28 Nov 1999

FILES
=====

mozGeckoTerm.cpp        Main program for stand-alone "xmlterm" executable
                          Uses GTK to create window
                          Uses mozIXMLTerminal to create XMLterm
                          Uses mozISimpleContainer for web shell container

mozISimpleContainer.h   Simple WebShell container interface
mozSimpleContainer.cpp  Implementation of mozISimpleContainer

nsSetupRegistry.cpp     Just a copy of viewer's nSetupRegistry
nsTimer.cpp             Implementation of timers using Gtk timer facility

--