svn%xmlterm.org
7d3b34ee22
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
f58eb5a219
xmlterm changes only (not part of the default build).
...
Minor changes
2000-03-01 01:08:07 +00:00
tbogard%aol.net
4ee0d8c5c7
Removing nsIXULWindowCallbacks parameter as it no longer exists. r=danm a=jevering
2000-02-29 22:15:53 +00:00
svn%xmlterm.org
2c21f59927
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
2296215fbf
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
979d84d738
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
c4734766bd
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
bbfe27364b
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
4090ddbfc2
Fixed lame checkin on windows. r=mcafee
2000-02-24 04:10:57 +00:00
rginda%netscape.com
459c75206f
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
3b493e429f
Bug 12513: Add OptionCollection interface for Nav DOM compatability. r=vidur a=rickg
2000-02-24 00:08:00 +00:00
bryner%uiuc.edu
f545736e0a
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
790409c915
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
82879f5510
updated with latest changes
2000-02-22 11:25:41 +00:00
kvisco%ziplink.net
dd77057558
This file is a duplicate of docs/release.txt
2000-02-22 11:20:32 +00:00
kvisco%ziplink.net
00fc00e762
This file is a duplicate of docs/changes.txt
2000-02-22 11:19:43 +00:00
kvisco%ziplink.net
1c6139b302
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
9c13273b8e
Initial check in of DOMHelper.cpp, used to overcome some DOM related
...
deficiencies.
2000-02-22 11:12:57 +00:00
kvisco%ziplink.net
6b792d69ae
Simple cleanup on source
2000-02-22 11:10:01 +00:00
pavlov%netscape.com
6af07064d5
fix for xmlterm build a=leaf (not part of the default build)
2000-02-22 07:16:01 +00:00
morse%netscape.com
3228a8f577
fix bug 28685, repeatedly rereading the same files, r=alecf, a=jar
2000-02-22 01:46:41 +00:00
kvisco%ziplink.net
33206be0b2
updated with latest contributors
2000-02-19 06:50:01 +00:00
kvisco%ziplink.net
9a07a0eae5
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
b75db8dbcb
better fix for 27725 -- disclaimer about encryption, r+a=jar
2000-02-18 04:21:16 +00:00
kvisco%ziplink.net
090e26e963
some additional documentation
2000-02-18 01:44:41 +00:00
kvisco%ziplink.net
7a9547d1bb
some additional documentation
2000-02-18 00:58:55 +00:00
kvisco%ziplink.net
193ebb10de
fixed some incorrect information
2000-02-18 00:20:58 +00:00
kvisco%ziplink.net
44d474c5e6
updated with latest information
2000-02-18 00:19:26 +00:00
kvisco%ziplink.net
02e7c80bd8
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
4b6e3d6a12
updated to correctly reflect the status
2000-02-17 23:51:14 +00:00
morse%netscape.com
bacc93365d
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
a3e892b841
updated with latest contributors
2000-02-17 21:20:05 +00:00
kvisco%ziplink.net
1a199cd5ea
Updated to handle changes in StringList.cpp
2000-02-17 20:57:16 +00:00
kvisco%ziplink.net
270bafae77
#iterator now returns a pointer to StringListIterator instead
...
of a reference.
2000-02-17 20:56:20 +00:00
kvisco%ziplink.net
7df34f04e4
Did some minor clean-up of code
2000-02-17 07:58:10 +00:00
kvisco%ziplink.net
d8061a5bd5
Fixed bug with #isEmpty (which return the opposite of the expected value)
2000-02-17 07:54:57 +00:00
morse%netscape.com
30a1aa64cd
fix bug 27988, null password crashed browser, r=dp, a=jar
2000-02-17 04:24:17 +00:00
kvisco%ziplink.net
047d08c7cc
fixed bug with using wildcards
2000-02-17 03:30:32 +00:00
kvisco%ziplink.net
e10f573724
updated XSLT namespace
2000-02-17 03:29:30 +00:00
kvisco%ziplink.net
e3ea745c08
updated stylesheets to use correct XSLT namespace
2000-02-17 03:28:53 +00:00
mcafee%netscape.com
51c51372c6
Adding dtd file for irc prefs, not part of build yet. r=rginda
2000-02-16 04:26:03 +00:00
mcafee%netscape.com
f9fac57119
Adding locale for irc prefs, not part of build yet. r=rginda
2000-02-16 04:21:02 +00:00
mcafee%netscape.com
cd15fa296d
Adding files for irc prefs. Not part of build yet. r=rginda
2000-02-16 04:19:09 +00:00
mcafee%netscape.com
2cbee83738
Ignore generated files
2000-02-16 04:17:04 +00:00
mcafee%netscape.com
d7eb4a5730
Adding irc pref skeleton. r=rginda
2000-02-16 04:15:34 +00:00
morse%netscape.com
a46e0100d3
partial fix fo bug 27910, encoding on mac was coming up wrong
2000-02-16 02:33:13 +00:00
morse%netscape.com
3eeb81ac3d
adding disclaimer message with ad-hoc wrap, see bug 27732
2000-02-16 00:52:42 +00:00
morse%netscape.com
4f61b25420
signon viewer was coming up when database was still locked, r=dp
2000-02-15 22:26:17 +00:00
tomk%mitre.org
c6369d1e5e
Added a generic Makefile to simply build the Mozilla DOM wrapper classes.
...
Fixed a bug in the wrapper factory methods in MozillaDocument.cpp. The bug
could cause seg. faults if a "null" mozilla object was being wrapped.
Note: These files are not part of the regular Mozilla build.
2000-02-15 15:19:15 +00:00
morse%netscape.com
a917519e21
remove build warning
2000-02-15 14:38:05 +00:00