bzbarsky%mit.edu
8cf5676cfc
Make parts of multipart streams expose content-disposition. Bug 123043,
...
r=law, sr=darin.
2002-02-06 03:39:04 +00:00
bzbarsky%mit.edu
aa018e0dfe
Fix helper apps not starting when the filename in the url is empty.
...
Also turn off caching of mime infos since we have no way to invalidate
this cache yet. Bug 121644, r=law, sr=mscott
2002-02-06 03:35:31 +00:00
justdave%syndicomm.com
916bf2b36a
Fix for bug 119005: The instructions in editgroups.cgi incorrectly state that you can't use spaces in a group name. You in
...
fact can.
Patch by Christian Reis <kiko@async.com.br>
r= bbaetz x 2
2002-02-06 02:54:08 +00:00
sonja.mirtitsch%sun.com
0f9e24e63e
calling the selfserv now with -y to get the certs at the end, adjusted clients and wait times
2002-02-06 02:51:59 +00:00
justdave%syndicomm.com
a4a033f5d4
Fix for bug 117055: Emails were being truncated if they contained a line with nothing but a period on them. We now pass -i to
...
sendmail and its clones to tell it to ignore periods (since we close the pipe when we're done, rather than signalling it with
a period). Has been tested with sendmail and postfix.
Patch by Dave Miller <justdave@syndicomm.com>
r= afranke, bugzilla@bkor.dhs.org , jake
2002-02-06 02:47:00 +00:00
relyea%netscape.com
89fbd30151
Fix memory leak in hash table keys. Hash tables stay around forever.
...
keys go into and out of the table. the old code allocated the keys from
the hash table's arena, so they would grow without bounds. Now the keys
are allocated from the heap, and get freed when they are expunged from the
table.
2002-02-06 02:42:08 +00:00
wtc%netscape.com
2e844c5b23
Bugzilla bug 119340: write the "selfserv: received SIGTERM" message to
...
standard output (fd 1) instead of standard error (fd 2) because the test
script writes its output to standard output (with the echo command).
2002-02-06 01:38:06 +00:00
sonja.mirtitsch%sun.com
25e324cbb6
debugging info for the intermittant multiple recipient problem on linux
2002-02-06 01:15:51 +00:00
rpotts%netscape.com
a51b380443
reverting to rev 1.115 to fix blocker bug #123572
2002-02-06 00:28:51 +00:00
ian.mcgreer%sun.com
89d46447f6
fixes for bugs 123479 and 123081 (possibly others). break up arena usage in hash table entries for the temp store and cert cache.
2002-02-05 23:55:43 +00:00
wtc%netscape.com
7d12a23186
Bugzilla bug 121523: checked in Kirk Erickson's session lock fix.
...
Modified Files:
lib/pk11wrap/pk11slot.c lib/softoken/pkcs11.c
lib/softoken/pkcs11i.h lib/softoken/pkcs11u.c
2002-02-05 23:41:36 +00:00
locka%iol.ie
527087c717
Fix Linux crash on nsnull pointer as part of blocker 123572 r=danm a=radha sr=sfraser
2002-02-05 23:26:51 +00:00
sfraser%netscape.com
fea8c2b1e0
Fix include order so that we get traceback tables in Mac OS X milestone builds. r=leaf
2002-02-05 23:09:32 +00:00
ian.mcgreer%sun.com
b3c9eb8565
place where iterator was not freed
2002-02-05 22:32:38 +00:00
jpierre%netscape.com
ecbc4538c7
Fix for 122907 - patch to disable arena free lists with environment variable
2002-02-05 22:20:43 +00:00
ian.mcgreer%sun.com
2f6edd19c3
some of the output in bug 123081 shows potential leaks around iterators, since the iterator is explicitly freed allocate it in its own block to avoid this
2002-02-05 22:08:12 +00:00
sspitzer%netscape.com
2f5126559c
fix for assertions caused by checkin for #115289
...
remove all fancy string foo. r=bzbarsky, sr=sfraser, a=radha
2002-02-05 20:27:10 +00:00
mcafee%netscape.com
bd43b589df
Alloc label doesn't have a B, it is just a count not bytes. r=dbaron
2002-02-05 18:52:49 +00:00
bienvenu%netscape.com
b0abe70e9d
fix imap subscribe ui not to allow subscription to no select/namespace folders r=sspitzer, sr=mscott 9572
2002-02-05 15:54:14 +00:00
locka%iol.ie
631f9d01b2
Make webbrowserpersist create directories on demand rather than all the time. b=120376 r=brade@netscape.com sr=kin@netscape.com
2002-02-05 15:30:26 +00:00
axel%pike.org
c2be46a14c
Bustage fix for sicking
2002-02-05 15:24:52 +00:00
glazman%netscape.com
b9ada4affb
Adding noCSS flag to nsHTMLEditor; b=bugscape11956, r=brade, sr=kin
2002-02-05 15:16:14 +00:00
sicking%bigfoot.com
eb1378412b
Speed up NodeSets by always keeping them in document order. Only sort when we get nodes in random order (such as for id()) or when merging NodeSets.
...
This removes the need for the sortByDocumentOrder function.
b=85893 r=Pike rs=jag
2002-02-05 14:22:34 +00:00
nboyd%atg.com
d7f0af7c79
Have ClassNameHelper object be allocated lazily
2002-02-05 13:47:16 +00:00
nboyd%atg.com
dc8951753b
Don't hold a static reference to a ClassLoader that will prevent JavaAdapter classes
...
from being unloaded.
2002-02-05 13:37:50 +00:00
locka%iol.ie
d1e0b4e3c3
Remove GetContentShellById from nsIWebShellWindow & impl as it's already defined in nsIXULWindow. b=122861 r=timeless@mac.com sr=jag@netscape.com
2002-02-05 12:41:47 +00:00
jst%netscape.com
d223dd0666
Checking in Pete Zha's <pete.zha@sun.com> fix for bug 121726. Don't remove and re-insert form controls into form.elements when the name or id changes. This caused form.elements to be incorrectly ordered and is pointless to start with. r=jkeiser@iname.com, sr=jst@netscape.com
2002-02-05 10:36:28 +00:00
seawood%netscape.com
c84f59958d
Add Makefile.ins for mapi
...
Bug #120135
2002-02-05 09:23:43 +00:00
racham%netscape.com
da581b52cf
Fixing bugscape bug 9846. Adding default version number for html domain pre-population. r=ducarroz, sr=sspitzer
2002-02-05 09:06:26 +00:00
racham%netscape.com
566751d9ef
Fixing bugscape bug 9846. This fix allows ISPs to prepopulate list of html domains that can be added to html domain list of send format check. r=ducarroz, sr=sspitzer
2002-02-05 09:04:04 +00:00
racham%netscape.com
06088dabed
Fixing bug 122309. Using new ParseString routine to parse ports list. r=dougt, sr=jag
2002-02-05 08:39:30 +00:00
racham%netscape.com
c91192351a
Fixing bug 122309. Adding a new routine that can take a string and parse it on a delimiter to add elements to the nsCStringArray. r=dougt, sr=jag
2002-02-05 08:35:28 +00:00
bbaetz%student.usyd.edu.au
e83b1a7570
Point to ftp.netscape.com/Welcome for ftp tests since ftp.mozilla.org
...
appears to be loaded
rs=jag
2002-02-05 07:16:24 +00:00
jst%netscape.com
6ccd56c9e9
More comments...
2002-02-05 07:13:50 +00:00
jband%netscape.com
dcbd4a1a96
Add better support to xpconnect for converting between variants and arrays. bug 120881. r=dbradley sr=vidur. Trivial fix for case where we were hitting an assert at xpcom shutdown. bug 121536. r=dbradley rs=vidur.
2002-02-05 06:45:08 +00:00
jst%netscape.com
59e0a124a6
Fixing bug 123078. Making document.<n> === document['<n>'] for backwards compatibility reasons. r=peterv@netscape.com, sr=rpotts@netscape.com
2002-02-05 06:44:04 +00:00
peterlubczynski%netscape.com
e1a7597cc0
Propigate wParam for mouse events directly to plugin bug 123005 r=kmcclusk sr=beard
2002-02-05 06:13:44 +00:00
leaf%mozilla.org
3059e14847
Automated update
2002-02-05 06:12:07 +00:00
jst%netscape.com
bb331beade
Whitespace cleanup...
2002-02-05 06:04:56 +00:00
seawood%netscape.com
eddc5fef3f
Since we build a program called nsinstall in the tree, make sure that uwe use the full path to the nsinstall.exe found in wintools.zip.
...
Bug #123294 r=bryner
2002-02-05 06:01:58 +00:00
jst%netscape.com
cb926125b8
Fixing bug 116834. Making element.innerHTML='...<script>...</script>...' not execute the script, this makes mozilla compatible with IE wrt innerHTML and execution of scripts. r=bzbarsky@mit.edu, sr=rpotts@netscape.com
2002-02-05 05:53:56 +00:00
jst%netscape.com
c628cca2e5
Fixing bug 115352. Making FlushPendingNotifications() properly flush the parent document as well if there is one. This causes layout data in iframes to not always be up to date since iframe sizes are dependent on the parent being reflown. r=peterv@netscape.com, sr=rpotts@netscape.com
2002-02-05 05:47:22 +00:00
jst%netscape.com
4efc3ec90e
Fixing compiler warnings and defaulting line numbers to 0 in stead of (PRUint32)-1. sr=rpotts@netscape.com
2002-02-05 05:43:08 +00:00
mscott%netscape.com
9e7114b7a5
Bug #123457 --> fix some thread safety assertion warnings by making sure
...
the notifications callback for the socket gets released on the UI thread.
r/sr=bienvenu
2002-02-05 05:05:37 +00:00
rpotts%netscape.com
06c72fc557
bug #117948 (r=bzarsky@mit.edu, sr=vidur@netscape.com) Ignore the HTTP Window-Target header inside of <meta> tags
2002-02-05 04:46:54 +00:00
blakeross%telocity.com
dc778eaccd
Backing this out because it made shift+space not do a space, which I think is worse in the end. (122017). r=ben sr=hewitt
2002-02-05 04:43:47 +00:00
rpotts%netscape.com
4b6fa54f90
bug #122150 (r=jst@netscape.com, sr=darin@netscape.com) File transport was using the wrong nsIProgressEventSink when firing notifications...
2002-02-05 04:42:25 +00:00
jst%netscape.com
3bf61fc083
Checking in Fabian's <hidday@geocities.com> fix for bug 69196. Making image.border, .hspace, and .vspace default to 1 an not -1. r=sicking@bigfoot.com, sr=jst@netscape.com
2002-02-05 04:37:10 +00:00
jst%netscape.com
dc32d120ab
Checking in Fabian's <hidday@geocities.com> fix for bug 76895. Making cloneNode() work on document fragments. r=bzbarsky@mit.edu, sr=jst@netscape.com
2002-02-05 04:22:17 +00:00
bzbarsky%mit.edu
86ae59c1c9
mfcEmbed has no Equals() on CString. Oops. Fixing mfcembed bustage.
2002-02-05 03:54:32 +00:00