Commit Graph

741 Commits

Author SHA1 Message Date
kvisco%ziplink.net
7f64585de5 initial checkin, a list implementation using an array which will grow
automatically as elements are added.
2000-03-02 09:19:38 +00:00
kvisco%ziplink.net
1ff5862115 initial checkin, a base object used by some of my other classes 2000-03-02 09:16:44 +00:00
svn%xmlterm.org
4573251658 xmlterm changes only (not part of the default build).
Added workaround for annoying cursor positioning problem using mouse click event.
Added tips/news feature.
2000-03-01 15:50:23 +00:00
svn%xmlterm.org
ddc9c45078 xmlterm changes only (not part of the default build).
Minor changes
2000-03-01 01:08:07 +00:00
tbogard%aol.net
a150f36957 Removing nsIXULWindowCallbacks parameter as it no longer exists. r=danm a=jevering 2000-02-29 22:15:53 +00:00
svn%xmlterm.org
2c9a11bf31 xmlterm changes only (not part of the default build).
Created some plain vanilla chrome files to invoke XMLterm through mozilla.
Compiles with Feb25 tree.
2000-02-29 15:55:36 +00:00
svn%xmlterm.org
2b49b0c3d9 xmlterm changes only (not part of the default build).
Added directory "scripts" to hold XMLterm-aware commands like "xls" and "xcat".
2000-02-29 15:50:56 +00:00
svn%xmlterm.org
692b620ae9 xmlterm changes only (not part of the default build).
Deleted files (xls, xcat) to be moved to new "scripts" directory.
2000-02-29 15:46:02 +00:00
tbogard%aol.net
cf5a3f3925 Changed nsIAppShellService and nsIWindowMediator to talk in terms of nsIXULWindow instead of nsIWebShellWindow. Also removed the function nsIAppShellService::RunModalDialog since windows should be created using the nsIDOMWindow::OpenDialog. r=danm a=jevering 2000-02-29 00:20:55 +00:00
bryner%uiuc.edu
6985354db4 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip
building in the tests directories.  Should not affect the build at all if
you do not have this environment variable.  r=leaf.
2000-02-25 04:12:40 +00:00
rginda%netscape.com
e747b276af Fixed lame checkin on windows. r=mcafee 2000-02-24 04:10:57 +00:00
rginda%netscape.com
60f5a24084 Created irc menu item overlays under extensions/irc, in preparation for bug 28192 s fix. r=mcafee, a=jar 2000-02-24 03:38:05 +00:00
pollmann%netscape.com
2ed06994e0 Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg 2000-02-24 00:08:00 +00:00
bryner%uiuc.edu
4cac20b614 Changing this to use the TEXT_PLAIN define instead of the string
"text/plain".  r=shaver, a=waterson.
2000-02-23 06:53:46 +00:00
svn%xmlterm.org
44154addfd xmlterm changes only, a=leaf (not part of the default build).
Implemented full screen operations in XMLTerm, although still buggy.
Commands like 'less', 'vi', and 'emacs -nw' now work in stand-alone xmlterm,
although scrolling is still messed up. Compiles with Feb21 tree.
2000-02-22 20:18:19 +00:00
kvisco%ziplink.net
9b4801a897 updated with latest changes 2000-02-22 11:25:41 +00:00
kvisco%ziplink.net
202ff91e8d This file is a duplicate of docs/release.txt 2000-02-22 11:20:32 +00:00
kvisco%ziplink.net
d6d60049c1 This file is a duplicate of docs/changes.txt 2000-02-22 11:19:43 +00:00
kvisco%ziplink.net
d041271e27 Added support for getting the parent node of an Attribute, also added support
for sorting a NodeSet by document order.
2000-02-22 11:16:42 +00:00
kvisco%ziplink.net
3c8f724d82 Initial check in of DOMHelper.cpp, used to overcome some DOM related
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net
80576037db Simple cleanup on source 2000-02-22 11:10:01 +00:00
pavlov%netscape.com
a97960b076 fix for xmlterm build a=leaf (not part of the default build) 2000-02-22 07:16:01 +00:00
morse%netscape.com
54c942a13a fix bug 28685, repeatedly rereading the same files, r=alecf, a=jar 2000-02-22 01:46:41 +00:00
kvisco%ziplink.net
33575c60b6 updated with latest contributors 2000-02-19 06:50:01 +00:00
kvisco%ziplink.net
440253934b fixed bug where xsl:param was getting processed, and then also treated as a
literal element.
2000-02-19 06:43:12 +00:00
morse%netscape.com
6d39bab3d7 better fix for 27725 -- disclaimer about encryption, r+a=jar 2000-02-18 04:21:16 +00:00
kvisco%ziplink.net
f02d3ff9f1 some additional documentation 2000-02-18 01:44:41 +00:00
kvisco%ziplink.net
278bcf95d6 some additional documentation 2000-02-18 00:58:55 +00:00
kvisco%ziplink.net
a74d625a63 fixed some incorrect information 2000-02-18 00:20:58 +00:00
kvisco%ziplink.net
86b6ce5c32 updated with latest information 2000-02-18 00:19:26 +00:00
kvisco%ziplink.net
42390b4c21 I finally included the FreeBSD changes from Eric Du with respect to floating point handling, sorry for the delay 2000-02-18 00:11:24 +00:00
kvisco%ziplink.net
a4e7969891 updated to correctly reflect the status 2000-02-17 23:51:14 +00:00
morse%netscape.com
ce4b39c289 bug 28148, change-password was downloading wallet tables, a=jar, r=dp, mactest=rjc 2000-02-17 22:59:36 +00:00
kvisco%ziplink.net
9f3076cefb updated with latest contributors 2000-02-17 21:20:05 +00:00
kvisco%ziplink.net
9c796fd3be Updated to handle changes in StringList.cpp 2000-02-17 20:57:16 +00:00
kvisco%ziplink.net
202252fb1d #iterator now returns a pointer to StringListIterator instead
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net
b792e5c161 Did some minor clean-up of code 2000-02-17 07:58:10 +00:00
kvisco%ziplink.net
b3db0d2e86 Fixed bug with #isEmpty (which return the opposite of the expected value) 2000-02-17 07:54:57 +00:00
morse%netscape.com
ccb6203c5f fix bug 27988, null password crashed browser, r=dp, a=jar 2000-02-17 04:24:17 +00:00
kvisco%ziplink.net
c407faec03 fixed bug with using wildcards 2000-02-17 03:30:32 +00:00
kvisco%ziplink.net
6b34be5893 updated XSLT namespace 2000-02-17 03:29:30 +00:00
kvisco%ziplink.net
8b958a30e8 updated stylesheets to use correct XSLT namespace 2000-02-17 03:28:53 +00:00
mcafee%netscape.com
376a788f6e Adding dtd file for irc prefs, not part of build yet. r=rginda 2000-02-16 04:26:03 +00:00
mcafee%netscape.com
9a27bf133a Adding locale for irc prefs, not part of build yet. r=rginda 2000-02-16 04:21:02 +00:00
mcafee%netscape.com
4bd2190739 Adding files for irc prefs. Not part of build yet. r=rginda 2000-02-16 04:19:09 +00:00
mcafee%netscape.com
28562c007d Ignore generated files 2000-02-16 04:17:04 +00:00
mcafee%netscape.com
c6a5bf2df5 Adding irc pref skeleton. r=rginda 2000-02-16 04:15:34 +00:00
morse%netscape.com
7a2ae218cd partial fix fo bug 27910, encoding on mac was coming up wrong 2000-02-16 02:33:13 +00:00
morse%netscape.com
e469cddaba adding disclaimer message with ad-hoc wrap, see bug 27732 2000-02-16 00:52:42 +00:00
morse%netscape.com
6720eab24a signon viewer was coming up when database was still locked, r=dp 2000-02-15 22:26:17 +00:00