Commit Graph

96580 Commits

Author SHA1 Message Date
timeless%mac.com
eee97623a2 Bug 99808 javascript errors in nsSidebar.js
patch by jband r=sgehani sr=jst


git-svn-id: svn://10.0.0.236/trunk@111775 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:58:31 +00:00
nhotta%netscape.com
65b28b845b Changed ProcessDraftOrTemplateOperation, to set an override charset only if the original message has an override charset,
bug 116424, r=ducarroz, sr=sspitzer.


git-svn-id: svn://10.0.0.236/trunk@111774 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:46:37 +00:00
bienvenu%netscape.com
6daeb0eccd fix crash parsing mork files rs=sspitzer 114900
git-svn-id: svn://10.0.0.236/trunk@111773 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:42:26 +00:00
nhotta%netscape.com
742b2ad24c Changed mime_convert_charset to initialized the result value, bug 115387, r=ducarroz, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@111772 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:37:40 +00:00
nhotta%netscape.com
febf147890 Set output behavior for unicode encoder to prevent the convesion to be aborted,
bug 118618, r=naving, sr=sspitzer.


git-svn-id: svn://10.0.0.236/trunk@111771 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:36:59 +00:00
ducarroz%netscape.com
c6dfa1c2e5 Fix for bug 109209. Don't erase actual flags when disabling/enabling the editor widget. Did also some cleanup for safe code. R=dmose, SR=bienvenu
git-svn-id: svn://10.0.0.236/trunk@111770 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:35:45 +00:00
naving%netscape.com
e42a6a8015 112301 sr=sspitzer. Make the folders in menus and popups appear in the same order as in folder-pane.
git-svn-id: svn://10.0.0.236/trunk@111768 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:11:20 +00:00
ssu%netscape.com
cb68682f50 undoing my previous accidental checkin
git-svn-id: svn://10.0.0.236/trunk@111767 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:09:43 +00:00
ssu%netscape.com
50dd3c75e1 fixing bug 113744 - Select All in message pane context menu doesn't work. r=racham, sr=m3scott
git-svn-id: svn://10.0.0.236/trunk@111766 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:06:05 +00:00
rbs%maths.uq.edu.au
4d279bc83d Compact code, b=118617, r=shanjian, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@111765 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:05:38 +00:00
ssu%netscape.com
1c57b2f405 undoing my previous accidental checkin
git-svn-id: svn://10.0.0.236/trunk@111764 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:02:43 +00:00
relyea%netscape.com
de7af3febc Set the trust order for a newly installed built-ins to 100
git-svn-id: svn://10.0.0.236/trunk@111763 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:01:09 +00:00
ssu%netscape.com
6d198dcb71 vim mailOverlay.xul
git-svn-id: svn://10.0.0.236/trunk@111762 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:00:47 +00:00
relyea%netscape.com
3e4c0e18ba Fix default trust and cipher orders.
git-svn-id: svn://10.0.0.236/trunk@111761 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 01:00:20 +00:00
relyea%netscape.com
af84479b7f Set up default trust order correctly.
Default trustorder is
   0 for the internal token
   100 for the builtins
   50 for everyone else

Default Cipher order is
   100 for the internal token
   0 for everyone else


git-svn-id: svn://10.0.0.236/trunk@111760 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:59:26 +00:00
smeredith%netscape.com
907bfd4b43 Removed CCK working from new config dialog.
git-svn-id: svn://10.0.0.236/trunk@111759 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:55:28 +00:00
kaie%netscape.com
be7f6fec6f b=116334 Allowing conditional usage of NSS 3.4
r=wtc sr=blizzard
Should not affect standard build (without having explicitly set NSS_3_4 in the environment)


git-svn-id: svn://10.0.0.236/trunk@111758 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:47:07 +00:00
relyea%netscape.com
144603d86b Initialize OCSP status variable
git-svn-id: svn://10.0.0.236/trunk@111757 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:45:27 +00:00
relyea%netscape.com
732ef51aa6 Enable OCSP code.
git-svn-id: svn://10.0.0.236/trunk@111756 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:43:39 +00:00
nhotta%netscape.com
71d7c5ce1e Change the conversion function to return a length to eliminate unnecessary strlen by the caller,
bug 116134, r=ducarroz, sr=sspitzer.


git-svn-id: svn://10.0.0.236/trunk@111755 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:42:59 +00:00
jfrancis%netscape.com
df2c1953c2 fix for 119053: backspace/delete can delete two br's instead of one. r=fm; sr=kin
git-svn-id: svn://10.0.0.236/trunk@111754 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:29:04 +00:00
rogerl%netscape.com
474dee8e7e incremental fixes
git-svn-id: svn://10.0.0.236/trunk@111753 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:23:24 +00:00
rbs%maths.uq.edu.au
13b4696963 Grab a low hanging perf fruit by switching to an API that doesn't copy the font, b=118918, r=dbaron, sr=waterson
git-svn-id: svn://10.0.0.236/trunk@111752 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:04:35 +00:00
bstell%ix.netcom.com
90bea81de4 bug 116150 add NextNonEmptyCCMapPage and SetChars(PRUint16* aCCMap)
for FreeType2 font code
r=shanjian, sr=brendan


git-svn-id: svn://10.0.0.236/trunk@111751 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:01:38 +00:00
naving%netscape.com
791b8f8815 118137 r=bienvenu sr=sspitzer. fix crash on deleting large num of msgs using ctrl-key.
suppress the fireOnSelectHandler() until we are finished removing the rows.


git-svn-id: svn://10.0.0.236/trunk@111750 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-10 00:00:53 +00:00
ducarroz%netscape.com
36674c2aa9 Fix for bug 105825. If the main body of a message is not plain text or html, we must load it as an attachment. Also fix some memory leak. R=cavin, SR=sspitzer
git-svn-id: svn://10.0.0.236/trunk@111749 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:52:58 +00:00
ducarroz%netscape.com
142736ab88 Fix for bug 105825. Don't remove empty body part when sending message. Patch submitted by :parish@ntlworld.com. R=cavin, SR=sspitzer
git-svn-id: svn://10.0.0.236/trunk@111748 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:50:21 +00:00
seawood%netscape.com
1aa60fb4e0 Plugins should not be linked into static builds.
git-svn-id: svn://10.0.0.236/trunk@111747 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:46:06 +00:00
jfrancis%netscape.com
76ef75c38d finish landing 92331: plaintext mailquoting improvements.
git-svn-id: svn://10.0.0.236/trunk@111746 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:45:29 +00:00
danm%netscape.com
25d2355cf2 update to match nsIExpatSink.idl rev 1.2. this was causing xbl content sinks to not be properly initialized and causing lots of crashes on startup. r=harishd
git-svn-id: svn://10.0.0.236/trunk@111744 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:32:12 +00:00
javi%netscape.com
46b566f137 Update existing NSS projects to support building NSS 3.4 as shared libraries on the Mac.
git-svn-id: svn://10.0.0.236/trunk@111743 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:30:00 +00:00
javi%netscape.com
f085618d80 New xml projects and headers required to build NSS 3.4 as shared libraries on the Mac.
git-svn-id: svn://10.0.0.236/trunk@111742 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:29:08 +00:00
javi%netscape.com
50a3d322a0 Define NSS_3_4 so that we get the right code and not Stan code that isn't quite ready.
git-svn-id: svn://10.0.0.236/trunk@111741 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:23:43 +00:00
javi%netscape.com
b33a159e20 Changes required to get the trunk of NSS building on the Mac.
git-svn-id: svn://10.0.0.236/trunk@111740 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:22:23 +00:00
bryner%netscape.com
d63af5a235 Bug 119032 - converting nsISelectElement to idl so it can be used from js. r=varga, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@111739 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 23:03:21 +00:00
nhotta%netscape.com
bdaaf345ff Replaced ISO-8859-4 by ISO-8859-13 for mail compose charset list, bug 117902, r=yokoyama.
git-svn-id: svn://10.0.0.236/trunk@111738 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 22:40:20 +00:00
nhotta%netscape.com
b03b50e42f Wording change for mulitlingual message alert to conver save as case, bug 115938, r=yokoyama.
git-svn-id: svn://10.0.0.236/trunk@111737 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 22:39:33 +00:00
nhotta%netscape.com
14e718e28b Changed to only do the charset conversion when the data is non ASCII, bug 116101, r=naving, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@111736 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 22:37:28 +00:00
dbaron%fas.harvard.edu
8da471c989 Adding more tests. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@111735 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 22:15:22 +00:00
harishd%netscape.com
09bf9a2fcc Fixing ports bustage. b=105137. r=dbaron, sr=jag
git-svn-id: svn://10.0.0.236/trunk@111734 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:50:08 +00:00
javi%netscape.com
019de29c98 Move LoadableRoots.mcp.exp to _LoadableRoots.mcp.exp to match the new
name of the project file that gets generated now that we use a new
build system, ie foo.xml gets improrted to _foo.mcp.  This ensures only
the symbols we want to export get exported.


git-svn-id: svn://10.0.0.236/trunk@111733 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:49:19 +00:00
ian.mcgreer%sun.com
b171cd8e07 also allocate hash key entry for issuer/serial, by creating an "index" cert in the cache's arena
git-svn-id: svn://10.0.0.236/trunk@111732 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:35:42 +00:00
mkaply%us.ibm.com
f881da92b7 #118932
r=mkaply, sr=blizzard
OS/2 only - use the name of the queue for the printer dialog


git-svn-id: svn://10.0.0.236/trunk@111731 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:31:45 +00:00
alecf%netscape.com
26792f7cf9 removal lame nsFileSpec operators, bug 100676 r=ccarlen sr=waterson
git-svn-id: svn://10.0.0.236/trunk@111730 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:31:19 +00:00
mkaply%us.ibm.com
2a9bbedb17 Use PR_FALSE not false
git-svn-id: svn://10.0.0.236/trunk@111729 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:21:02 +00:00
ian.mcgreer%sun.com
3272fa4c5c several memory-related fixes
- correct reference counting when combining certs taken from cache and obtained new
- cache keys need to be alloc'ed, for the case when one cert is used to create the cache entry, another (same subject/nick/email) is added, then the first is removed and freed


git-svn-id: svn://10.0.0.236/trunk@111728 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 21:09:21 +00:00
rogerl%netscape.com
701eccd8dd Fixed windows DEBUG build issues.
git-svn-id: svn://10.0.0.236/trunk@111727 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 20:59:03 +00:00
rogerl%netscape.com
eacfa3cc72 Fixed overrrun errors in character sets.
Fixed windows DEBUG build issues.


git-svn-id: svn://10.0.0.236/trunk@111726 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 20:58:16 +00:00
nhotta%netscape.com
e773556844 Changed the collation option not to ignore punctuations, bug 110814, r=ftang, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@111725 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 20:56:29 +00:00
nhotta%netscape.com
c2b99b4b84 In ConvertToUnicode() call IsAscii before doing the optimization for ASCII, bug 116264, r=ducarroz, sr=sspitzer.
git-svn-id: svn://10.0.0.236/trunk@111724 18797224-902f-48f8-a5cc-f745e15eee43
2002-01-09 20:53:11 +00:00