Граф коммитов

54635 Коммитов

Автор SHA1 Сообщение Дата
jim_nance%yahoo.com 8998c1cac6 Changes to make this work under Unicies other than Linux. I so did like
that hack :-(
r=sford
2000-03-06 23:53:52 +00:00
terry%mozilla.org 993a18a07c Fixed very stupid typo. 2000-03-06 23:21:51 +00:00
norris%netscape.com 7701888952 Add rhinoi as an engine type. 2000-03-06 21:28:57 +00:00
danm%netscape.com b976efa3d2 bump refcount in threadsafe release macro. bug 30666 r=warren 2000-03-06 21:10:46 +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
sford3%swbell.net a42c1327a7 initial code for about:credits, not part of build yet 2000-03-06 15:09:49 +00:00
Jerry.Kirk%Nexwarecorp.com 37ed498f42 Fix some compiler warning and turn off some DEBUG code.
PHOTON ONLY
2000-03-06 13:54:57 +00:00
Jerry.Kirk%Nexwarecorp.com 8c3e931bab Fix problems with pop-up password dialogs. Fix a compiler warning.
PHOTON ONLY
2000-03-06 13:53:54 +00:00
warren%netscape.com 19d208da06 Fixing nsBrowserWindow to not assert in thread safety check. Needed NS_INIT_REFCNT 2000-03-06 09:10:47 +00:00
rickg%netscape.com d31f15d06a fixed pdt bugs 28208 and 3944; r=harishd, a=jar 2000-03-06 08:44:28 +00:00
buster%netscape.com a60914c722 fixed bug 29837 and part of bug 29790 (the part about the url bar ceasing to respond)
r=rods, brade
a=jar
2000-03-06 04:08:05 +00:00
pavlov%netscape.com bfd20afd4c backing out dougt's thread changes r=dougt 2000-03-06 01:13:20 +00:00
dougt%netscape.com d97829c49f Making the debug target include the debug prefix file. Checkin for warren. 2000-03-06 00:59:54 +00:00
warren%netscape.com 0d12f3b2a4 Adding pluginDebugPrefix.h 2000-03-06 00:53:47 +00:00
warren%netscape.com 9956a185c8 Making nsFileStream and nsBufferedStream be threadsafe. 2000-03-06 00:51:44 +00:00
warren%netscape.com b18cccef79 Backing these out due to dependence on nspr/xpcom. 2000-03-06 00:40:03 +00:00
warren%netscape.com debed198de Fixing to be thread safe. 2000-03-06 00:26:19 +00:00
warren%netscape.com 24a7797beb Fixing anticipated bustage due to thread safety checking code. 2000-03-06 00:08:26 +00:00
warren%netscape.com c24fe181c5 Fixing anticipated bustage due to thread safety checking code. 2000-03-05 23:56:59 +00:00
warren%netscape.com d792185045 Fixing for thread safety checking. 2000-03-05 23:28:34 +00:00
warren%netscape.com d20e79f695 Fixing mac bustage. Need to use NS_DECL_ISUPPORTS here. 2000-03-05 23:23:23 +00:00
warren%netscape.com b9eb7f33da Attempt to fix the mac bustage. NS_CurrentThread is only defined for debug builds. 2000-03-05 23:16:28 +00:00
bruce%cybersight.com 6890048bf6 I think this was my fix for viewer coredumping at exit on Unix. 2000-03-05 22:30:30 +00:00
warren%netscape.com ad38c46f08 Fixing mac bustage -- doubly defined NS_IMPL_THREADSAFE_ISUPPORTS macro. 2000-03-05 21:59:15 +00:00
warren%netscape.com 48da3455de Bug 21556: Making linux be thread-safe. Additional diffs from Andreas. r=warren,a=jar 2000-03-05 21:36:54 +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
sspitzer%netscape.com 30d0836cd5 check in alecf's fix for #30370. r=sspitzer, a=jar. 2000-03-05 21:25:53 +00:00
dougt%netscape.com c673d88d87 Adding dynamic thread allocation to thread pool. Fixes 27736.
Also fixing warning in plevent.c

r=damn, a=chofmann
2000-03-05 21:01:33 +00:00
dougt%netscape.com 5acecfb31e Changing file worker thread count to have a minimum and maximum. Bug fix 27336.
r=warren,danm a=chofmann.
2000-03-05 20:57:51 +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
sspitzer%netscape.com 4ec69fb1fb fix for #30146. r=mscott,jar a=jar. if we are creating the "Local Folders" account
and we aren't migrating, then don't set the server's local path.  it is already
set correctly.  also, find the local folders account after creating it for use
in setting the copies and folders.
2000-03-05 18:44:26 +00:00
rhp%netscape.com 2a2aea124b Just adding a new file to the tree. THIS IS NOT PART OF ANY BUILD! 2000-03-05 17:26:58 +00:00
warren%netscape.com 1798a13bf0 Bug 21556: Making linux be thread-safe. Trying a little experiment here to see if mac is picking up the new export from xpcom -- easy to back out if it fails. Minor tweak. a=jar 2000-03-05 10:29:05 +00:00
warren%netscape.com 7a775f0c48 Bug 21556: Making linux be thread-safe. Trying a little experiment here to see if mac is picking up the new export from xpcom -- easy to back out if it fails. a=jar 2000-03-05 10:20:48 +00:00
warren%netscape.com 7113f6e49d Bug 21556: Making linux be thread-safe. Exporting NS_CurrentThread from debug builds. a=jar 2000-03-05 10:14:50 +00:00
warren%netscape.com 1a7d019d1d Bug 21556: Making linux be thread-safe. Adding NS_MT_SUPPORTED to config rules. r=mcafee,a=jar 2000-03-05 09:07:44 +00:00
mscott%netscape.com b95f493d38 Bug #30144 --> correctly set the user agent for messenger to be the same user agent http is using. We were
incorrectly setting to be the app name (Mozilla 5.0) which is the same in both the mozilla and commercial builds.
r=alecf
a=phil,jar
2000-03-05 03:12:46 +00:00
bienvenu%netscape.com 07efd04099 fix 28203 handle bad password error from logon redirection a=chofmann, r=mscott 2000-03-05 03:04:23 +00:00
sspitzer%netscape.com 27c24a0b41 filenames too long for the mac's little brain. thanks to big-brained beard for catching my mistake. 2000-03-05 02:13:24 +00:00
sspitzer%netscape.com 607a0a14fa filenames too long for the mac's little brain.
thanks to big-brained beard for catching my mistake.
2000-03-05 02:11:15 +00:00
mcafee%netscape.com 0700976dc6 Added files for bogus directory, removing now. r=sspitzer 2000-03-05 00:38:15 +00:00
mscott%netscape.com 4e9c59c4b2 Bug #30144 --> remove the user agent toolbar from the UI. tWe're also going to use the same user agent
string that http uses (we weren't doing that before).
r=alecf
a=phil,jar
2000-03-05 00:19:38 +00:00
mcafee%netscape.com 8cd0b47d26 Ignore generated files. 2000-03-04 23:53:46 +00:00
sspitzer%netscape.com 1af4a5481e fix for #26146, get the download news headers dialog to work properly.
r=blizzard, a=jevering
2000-03-04 23:13:00 +00:00
sspitzer%netscape.com bedc87f009 my half of the fix for bug #29861. define defaults for
the throbber urls.  r=blizzard, a=jevering
2000-03-04 22:48:53 +00:00
cata%netscape.com 639f9aae98 Backing out fix for #7886 to fix regression #30299 2000-03-04 21:44:58 +00:00
sspitzer%netscape.com 17e9a3a4d7 not part of the build yet. 2000-03-04 18:18:44 +00:00
ducarroz%netscape.com dcbbacb3fe Fix for bug 30172. Add a line break before and after the link tag when sending a page or a link. R=rhp, A=jar 2000-03-04 16:54:36 +00:00
hyatt%netscape.com 16f4e56c75 Fix for 30369. r=ben 2000-03-04 12:00:35 +00:00
evaughan%netscape.com 9183bd2c65 Fix for bug #30305
-r hyatt -a jar
2000-03-04 09:42:06 +00:00