Changes:
* Added EXTRA_COMPONENTS variable to build. Use it to automagically install files into the components dir.
* Added SYSINSTALL variable. Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template
The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
/bin/mozilla-config
/include/mozilla-ver/*
/lib/mozilla-ver (mozappdir)
/components
/res
/defaults
/chrome
There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.
$prefix -> /lib/mre/mre-ver (mredir)
/components
git-svn-id: svn://10.0.0.236/trunk@119809 18797224-902f-48f8-a5cc-f745e15eee43
XMLterm changes only.
Major restructuring of the xmlterm build process. Split lineterm from xmlterm.
IDLified all interfaces (bug 69002). Eliminated printing to console in opt
builds (bug 78641)
git-svn-id: svn://10.0.0.236/trunk@102548 18797224-902f-48f8-a5cc-f745e15eee43
XMLterm changes only.
Fixed xmlterm bustage due to build and nsIContentHandler changes (bug 91815).
Also modified xmlterm to handle terminal: protocol rather than telnet:,
to avoid conflict with telnet implementations (such as protozilla).
git-svn-id: svn://10.0.0.236/trunk@100218 18797224-902f-48f8-a5cc-f745e15eee43
XMLterm changes only.
Minor changes to get xmlterm to load with MathML/SVG enabled
(but xmlterm still fails to flush reflows)
git-svn-id: svn://10.0.0.236/trunk@82923 18797224-902f-48f8-a5cc-f745e15eee43
XMLterm changes only.
"make xpi" in xmlterm/scripts directory now creates an XPI file for XMLterm.
Removed last vestiges of WebShell!
Deleted outdated GeckoTerm files.
git-svn-id: svn://10.0.0.236/trunk@74310 18797224-902f-48f8-a5cc-f745e15eee43
XMLterm changes only. Implemented chrome overlay a la Chatzilla to insert
XMLterm into the Tasks menu. Also implemented command line option "-terminal"
and URL handler "telnet://" to invoke XMLterm.
git-svn-id: svn://10.0.0.236/trunk@73819 18797224-902f-48f8-a5cc-f745e15eee43
Not part of default build. Modified UI to conform to new chrome directory structure (bug 38891), following chatzilla's example.
git-svn-id: svn://10.0.0.236/trunk@70508 18797224-902f-48f8-a5cc-f745e15eee43
Changed window name in window.open call in menuhack from "XMLterm" to "_blank".
Fix for bug 36420.
git-svn-id: svn://10.0.0.236/trunk@68082 18797224-902f-48f8-a5cc-f745e15eee43
Changed XMLterm escape sequence string terminator from ^G to CRLF to allow use with buffered STDOUT.
git-svn-id: svn://10.0.0.236/trunk@66708 18797224-902f-48f8-a5cc-f745e15eee43
Chrome restructuring: xmlterm extension is not part of communicator and needs to have top level chrome (like chatzilla).
git-svn-id: svn://10.0.0.236/trunk@66706 18797224-902f-48f8-a5cc-f745e15eee43
UI changes. If user has started typing in a new command, double-clicking a filename copies the filename to the cursor position, rather than opening/executing the file.
git-svn-id: svn://10.0.0.236/trunk@63583 18797224-902f-48f8-a5cc-f745e15eee43
Removed stand-alone "geckoterm" from the default xmlterm build because it tends to be unstable.
git-svn-id: svn://10.0.0.236/trunk@63132 18797224-902f-48f8-a5cc-f745e15eee43
Improvements to the user interface. User level-option and icons-style option
added. Keyboards shortcuts too. Compiles with M14 and March10 source.
git-svn-id: svn://10.0.0.236/trunk@62762 18797224-902f-48f8-a5cc-f745e15eee43
Minor tweaks to handle input of control characters. Switched to double clicks, instead of single clicks, to activate XMLterm features (to protect the user).
git-svn-id: svn://10.0.0.236/trunk@62305 18797224-902f-48f8-a5cc-f745e15eee43
Improved full screen implementation; added bold and underline styles. Centralized UI event handling. Added checks to limit number of output lines displayed. Added capability to interrupt hung output data streams. Nearing full backwards compatibility with xterm.
git-svn-id: svn://10.0.0.236/trunk@62265 18797224-902f-48f8-a5cc-f745e15eee43
Added directory "scripts" to hold XMLterm-aware commands like "xls" and "xcat".
git-svn-id: svn://10.0.0.236/trunk@61874 18797224-902f-48f8-a5cc-f745e15eee43