gecko-dev/extensions/xmlterm/geckoterm
svn%xmlterm.org 804e34f633 xmlterm changes only.
Chrome restructuring: xmlterm extension is not part of communicator and needs to have top level chrome (like chatzilla).
2000-04-21 13:04:45 +00:00
..
.cvsignore
Makefile.in Moved static MOZ_COMPONENT_NSPR_LIBS, MOZ_COMPONENT_XPCOM_LIBS, MOZ_COMPONENT_LIBS definitions from configure.in to config.mk. Replaced -lxpcom in Makefiles to $(XPCOM_LIBS) so that we can optionally link against -lboehm when needed. Bug #31287 2000-04-04 04:46:38 +00:00
README
mozGeckoTerm.cpp xmlterm changes only. 2000-04-21 13:04:45 +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 the default build). 2000-03-13 15:48:32 +00:00
mozSimpleContainer.h XMLterm changes only; NOT PART OF DEFAULT SEAMONKEY BUILD. 2000-02-14 01:17:55 +00:00
nsSetupRegistry.cpp
nsTimer.cpp
remake

README

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

--