Commit Graph

122543 Commits

Author SHA1 Message Date
darin%meer.net
d0577b2b10 fixing build bustage for mingw & vc7 2003-09-13 01:02:40 +00:00
wtc%netscape.com
d9818cbd3c Added a test for PR_GetAddrInfoByName. 2003-09-13 00:18:41 +00:00
jpierre%netscape.com
58f736296d Add comment in the header for PK11_FindSlotsByAliases 2003-09-12 22:11:31 +00:00
noririty%jcom.home.ne.jp
3efb0ba377 Fix 213994 - hide incompatible themes. Patch by mpconnor@rogers.com 2003-09-12 21:00:01 +00:00
wtc%netscape.com
eb363f3753 Bugzilla bug 215152: removed redundant pointer tests. Use
SEC_ERROR_LIBRARY_FAILURE for NSS internal errors.
2003-09-12 20:01:56 +00:00
wtc%netscape.com
f56dde49b6 Bugzilla bug 217247: improved the memory leak fix for the appData nicknames
returned by PK11_ListCerts.  Instead of allocating them from the heap first
and copying to the arena, allocate them from the arena directly.  r=jpierre
Modified Files: certhigh.c pk11cert.c pki3hack.h pki3hack.c
2003-09-12 19:38:04 +00:00
wtc%netscape.com
ecf1666d78 Bugzilla bug 214535: fixed a recursive dead lock on cache->lock. We must
not call nssSlot_IsTokenPresent while cache->lock is locked because
that function may call nssToken_Remove, which locks cache->lock.  r=mcgreer
2003-09-12 19:17:15 +00:00
igor%mir2.org
c7382925ac Changing Main.eval implementation to use compileString/exec instead of evalString to avoid dependancy on NativeGlobal when passing explicit thisObj to Script instances when they implement Function interface which holds currently in Rhino. 2003-09-12 17:12:20 +00:00
igor%mir2.org
9aa6317814 Cosmetics: identation fixes 2003-09-12 15:04:21 +00:00
ben%bengoodger.com
919aa30902 Move "Fonts & Colors" from Web Features to General 2003-09-12 07:23:36 +00:00
scott%scott-macgregor.org
977b18e6c0 The trunk is now 0.4a.
The mozilla_1_5_BRANCH now contains the 0.3 candidate builds.
2003-09-12 05:27:34 +00:00
scott%scott-macgregor.org
96bb801c57 Bug #180215 --> initial size of junk mail controls dialog is huge
Take Neil's fix from the trunk.
2003-09-12 05:21:01 +00:00
gerv%gerv.net
b346e42e93 Bug 120030 - Bugzilla bug lists are a spammer's paradise. Patches by lots of people, but in the end by gerv; r,a=justdave. 2003-09-11 22:57:19 +00:00
gerv%gerv.net
6601570c8a Bug 215918 - All graphs that show numeric value on x-axis are useless and misleading. We now sort numerical fields numerically. Patch by gerv; r=jouni, a=justdave. 2003-09-11 22:34:04 +00:00
darin%meer.net
ac4b50a610 landing patch for bug 211501 "NSPR should provide getaddrinfo" r=wtc 2003-09-11 21:42:16 +00:00
neil%parkwaycc.co.uk
27f4a2ca1f Bug 215318 bookmark overflow chevron can overlap bookmark name text r=timeless sr=jag 2003-09-11 20:47:02 +00:00
cbiesinger%web.de
46b4508e80 Bug 120045
Multi-character character constants in nsExternalHelperAppService.cpp
r=bz sr=darin
2003-09-11 20:44:25 +00:00
darin%meer.net
f4a8778d0b landing patch for bug 205726 "DNS rewrite" r=dougt sr=bryner 2003-09-11 20:32:33 +00:00
wtc%netscape.com
ce762d3244 Bugzilla bug 215581: build with GCC 3.2.2 for OS/2. The patch is
contributed by Javier Pedemonte <pedemont@us.ibm.com>.  r=jpierre.
2003-09-11 20:29:51 +00:00
wtc%netscape.com
01452fc2bd Bugzilla bug 214824: use -no-cpp-precomp instead of -traditional-cpp, which
has changed to mean a different thing (the standard GCC meaning, rather
than Apple's earlier hacks).  The patch is contributed by Brian Ryner
<bryner@brianryner.com>.
2003-09-11 18:41:22 +00:00
darin%meer.net
64858efdb8 fixes bug 212336 "NTLM sometimes causes crashes under Win9x" r=dougt sr=bryner 2003-09-11 18:04:52 +00:00
timeless%mozdev.org
fc783d2209 Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
patch by doronr@us.ibm.com r=timeless sr=jag
2003-09-11 17:56:53 +00:00
wtc%netscape.com
da3b407479 Bugzilla bug 158240: fixed a crash on startup if NSPR_LOG_FILE is set on
BeOS.  The patch is contributed by arougthopher@lizardland.net (Paul).
r=wtc.
2003-09-11 17:41:29 +00:00
scott%scott-macgregor.org
37614333a2 Bug #200656 --> MailAreaHasFocus() is no longer necessary
patch by Neil.

Ported by Stephen Walker
2003-09-11 17:33:33 +00:00
scott%scott-macgregor.org
0e55e60d19 Bug #218024 --> Portions of View | Messages menu missing
Ported by Stephen Walker based on a patch by Neil.
2003-09-11 17:28:33 +00:00
scott%scott-macgregor.org
32591b2570 Bug #87924 --> Search in subscribe should only begin after user stops typing.
Ported patch by Neil
2003-09-11 17:22:49 +00:00
mvl%exedo.nl
43a7507a05 Fix typos 2003-09-11 17:02:32 +00:00
mkaply%us.ibm.com
0da683287a Bug #201455
r=bz, sr=darin
Code from Alfred Kayser - optimization of nsCacheEntry
2003-09-11 16:57:40 +00:00
mvl%exedo.nl
b2a4670f8f Ignore bogus lines that old builds can create when reading cookperm.txt. bug 215461. r=dwitte, sr=darin 2003-09-11 16:56:04 +00:00
timeless%mozdev.org
7feabc4a92 Bug 180927 nsNNTPNewsgroupList::CleanUp deletes uninitialized m_knownArts.set
r=dmose sr=bz
2003-09-11 16:53:15 +00:00
mkaply%us.ibm.com
d24ef33a8a Bug #203344
r=darin, sr=alecf
Code from Alfred Kayser - optimization in nsJarChannel
2003-09-11 16:45:50 +00:00
cltbld%netscape.com
8a43da6d99 Automated update 2003-09-11 16:26:33 +00:00
pkw%us.ibm.com
cdb8d07924 Bug 218829 - Typo in configure.in test for VisualAge Compiler.
r=bryner@brianryner.com
2003-09-11 16:24:44 +00:00
cbiesinger%web.de
f9a15025a5 fix off-by-one error 2003-09-11 16:14:58 +00:00
neil%parkwaycc.co.uk
95676daf85 Bug 180215 stop some old profiles from mis-sizing junk mail dialog p=mbockelkamp@web.de r=me sr=bienvenu 2003-09-11 16:07:44 +00:00
cbiesinger%web.de
c16d9b2bc7 missed some parts of Bug 78605 before... still r=bz sr=jag 2003-09-11 15:45:52 +00:00
igor%mir2.org
ca657b86ae Siplified code to extract error message from Throwable to reflect recent changes in exception-related API semantics. 2003-09-11 15:41:06 +00:00
bienvenu%nventure.com
7d55aba05a whitespace code cleanup no bug, r/sr=me 2003-09-11 14:44:01 +00:00
bienvenu%nventure.com
9ebce65f80 potential fix for problem with the imap subscribe ui when the server returns a folder with a trailing hierarchy delimiter, 217532, r/sr=mscott 2003-09-11 14:36:00 +00:00
bienvenu%nventure.com
fec52c41b0 whitespace cleanup, no bug, r/sr=me 2003-09-11 14:32:40 +00:00
tingley%sundell.net
3141316abf Fix a case where Sweep() would fail to purge certain RDF arcs.
bug 213512, r=rjc, sr=brendan
2003-09-11 13:51:25 +00:00
peter%propagandism.org
bde589ba46 Fix for bug 206321 (Share event listeners between XBL event handlers). r=jkeiser, sr=bryner. 2003-09-11 13:49:58 +00:00
bienvenu%nventure.com
9b06265469 cleanup unused mailnews methods r/sr=mscott 218888 also attempt to fix incorrect msg counts in imap folder by checking if we've already downloaded a particular hdr, r=sspitzer, sr=mscott 2003-09-11 13:48:37 +00:00
jshin%mailaps.org
c309791ae2 removed the pollution (in unix.js) in the prev. check-in for bug 152264 2003-09-11 13:42:30 +00:00
neil%parkwaycc.co.uk
32e08d4840 Bug 218024 disable some of the View submenus when account central is open r=bienvenu sr=mscott 2003-09-11 13:38:50 +00:00
bienvenu%nventure.com
f52542b7f2 cleanup unused mailnews methods r/sr=mscott 218888 2003-09-11 13:36:46 +00:00
cbiesinger%web.de
7204f246e1 Bug 65827
File extension (.php) determined from Content-Type header (or url extension) overrides filename in Content-Disposition header.
r=bz sr=darin
2003-09-11 13:27:06 +00:00
cbiesinger%web.de
aea8247f00 Bug 78605
display bytes [size] in Status when download is complete
r=bz sr=jag
2003-09-11 12:36:19 +00:00
peter%propagandism.org
453b136450 Fix for bug 206321 (Share event listeners between XBL event handlers).r=jkeiser, sr=bryner. 2003-09-11 12:25:06 +00:00
peter%propagandism.org
47b9d983ff Fix for bug 206321 (Share event listeners between XBL event handlers). r=jkeiser, sr=bryner. 2003-09-11 12:19:14 +00:00