Files
Mozilla/mozilla/extensions/xmlterm/geckoterm
svn%xmlterm.org 3a5e333017 xmlterm changes only (not part of the default build).
Created some plain vanilla chrome files to invoke XMLterm through mozilla.
Compiles with Feb25 tree.


git-svn-id: svn://10.0.0.236/trunk@61877 18797224-902f-48f8-a5cc-f745e15eee43
2000-02-29 15:55:36 +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

--