Commit Graph

757 Commits

Author SHA1 Message Date
tbogard%aol.net
e648223c3a HandleUnknownContentType is no longer part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:24:29 +00:00
tbogard%aol.net
8792647f7b Use the XPIDL macro to declare the nsIDocumentLoaderObserver methods. 2000-03-11 01:23:24 +00:00
tbogard%aol.net
cfb0e95a01 Changed to use the XPIDL generated macro to declare the methods for nsIDocumentLoaderObserver. 2000-03-11 01:22:23 +00:00
tbogard%aol.net
4d0c503919 Get the contentViewer from the docShell instead of the webShell. HandleUnknownContentType is no longer a part of the nsIDocumentLoaderObserver interface. 2000-03-11 01:21:29 +00:00
tbogard%aol.net
4f97edbd5f HandleUnknownContentType is no longer part of nsIDocumentLoaderObserver. 2000-03-11 01:17:00 +00:00
tomk%mitre.org
8e10327628 Same fix as before, better comment in header. 2000-03-10 12:06:45 +00:00
tomk%mitre.org
52a3003216 Fixed a bug in String::indexOf(const String& data, Int32 offset) where there
was not value being returned.  This class is not part of the regular Mozilla
Build.
2000-03-10 12:02:31 +00:00
morse%netscape.com
780239e5c7 fix bug 30180, fieldname clash between html login forms and dialog login forms, r=dp, a=jar 2000-03-08 05:01:28 +00:00
svn%xmlterm.org
3f109838a5 xmlterm changes only (not part of the default build).
Minor tweaks to handle input of control characters. Switched to double clicks, instead of single clicks, to activate XMLterm features (to protect the user).
2000-03-07 15:45:16 +00:00
svn%xmlterm.org
ae87603b76 xmlterm changes only (not part of the default build).
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.
2000-03-06 15:16:48 +00:00
warren%netscape.com
c0497e31be Bug 21556: Making linux be thread-safe. Making tons of classes implement threadsafe AddRef/Release. a=jar 2000-03-05 21:26:01 +00:00
morse%netscape.com
275c7cb63e fix bug 30464, single-signon database not getting created, r=dp, a=jar 2000-03-05 19:17:27 +00:00
morse%netscape.com
127c8d3906 fix bug 30184, repeated prompts for master password, r=dp, a=jar 2000-03-03 23:24:11 +00:00
tomk%mitre.org
b4f77e0d76 Misc. fixes for issues found during wrapper testing. The classes affected by
this change are not part of the regular Mozilla build.
2000-03-03 21:03:55 +00:00
tomk%mitre.org
604b717a6e Misc. fixes from wrapper testing. The classes affected by this submission is
not part of the regular mozilla build process.
2000-03-03 21:02:41 +00:00
kvisco%ziplink.net
b0b39dc16e updated to support TxObject and ArrayList 2000-03-02 09:22:29 +00:00
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