blakeross%telocity.com
5a46d540e2
109207 - stop loading brand.dtd three additional times on startup. r=ben sr=hewitt
2001-11-10 01:51:44 +00:00
mscott%netscape.com
ea65a2903a
remove a define DEBUG_rhp from the makefile
2001-11-10 00:36:14 +00:00
mscott%netscape.com
d6a13f3e88
remove a define DEBUG_rhp from the make project.
2001-11-10 00:35:51 +00:00
mscott%netscape.com
a2ad7e6805
fix mac build.
2001-11-10 00:13:19 +00:00
nhotta%netscape.com
307fbadb70
Changed to use local stack for charset conversion util functions, bug 108914, r=ducarroz, sr=sspitzer.
2001-11-09 23:57:15 +00:00
nhotta%netscape.com
6d7d1d49dd
Changed to use local stack for message body charset conversion, bug 108749, r=ducarroz, sr=sspitzer.
2001-11-09 23:56:19 +00:00
mscott%netscape.com
131a7b2d1b
Bug #108761 --> override globalEditMenuItems and selectEditMenuItems so
...
with our own custom event so we can reduce the amount of command updating
they were doing during message display.
r=bienvenu
sr=sspitzer
2001-11-09 23:53:16 +00:00
mscott%netscape.com
9dbad9b635
Bug #108635 --> disable session and global history for the message pane. This helps improve
...
message display time.
r=jag/mscott
sr=hewitt
2001-11-09 23:41:08 +00:00
mscott%netscape.com
4fdc097f65
Bug #22960 --> broadcast all the headers at once instead of individually.
...
if not in view all headers mode, only send out the headers we need. This helps
message display performance.
r=ducarroz
sr=sspitzer
2001-11-09 23:31:54 +00:00
kaie%netscape.com
8d0e153774
build smime if MOZ_PSM is defined
...
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com
1fa024fc20
build smime if psm2 is defined.
...
a=leaf
2001-11-09 20:26:40 +00:00
racham%netscape.com
53c08f8f7d
Fixing bug 108912. Opening the accountmanager window panel for any activity is having adverse affect on the smtp server of the associated identity. Fixing the situation to use the smtp server of the identity only when the key is valid. In all other cases, default smtp server will be used to send messages. r=ducarroz, sr=sspitzer, a=asa@mozilla.org
2001-11-08 23:40:34 +00:00
tao%netscape.com
32db0e8a01
107375: localeVersion update: 0.9.4 -> 0.9.6 in the trunk.
...
(r=jbetak,sr=dveditz,a=asa), fix smime and ldap parts.
2001-11-08 21:50:50 +00:00
blakeross%telocity.com
656f674030
108841 - can't create new news account. r=racham,jmkg sr=hewitt
2001-11-08 12:41:55 +00:00
sspitzer%netscape.com
11a403fb80
more work for #73868 . get sorting to work. NOT PART OF THE BUILD
2001-11-08 05:00:29 +00:00
dbaron%fas.harvard.edu
8cd8d91750
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
2001-11-07 06:24:10 +00:00
dbaron%fas.harvard.edu
bfb2f49916
Add assertions that users of nsDependentC?String meet the requirements of nsAFlatC?String. Add nsDependentSingleFragmentC?Substring for users that don't. Additional cleanup after bug 100214. b=104651 r=jag sr=scc
2001-11-07 04:12:20 +00:00
sspitzer%netscape.com
f8e88066a6
more work for converting AB results pane to outliner.
...
bug #73868 . not part of the build
2001-11-07 03:46:17 +00:00
ddrinan%netscape.com
40f137df33
Bug 108744 - mail compose does not get S/MIME settings. r=javi,sr=mscott
2001-11-07 00:00:44 +00:00
mscott%netscape.com
c32f646531
Bug #107707 --> add a row element to the grid to make brief mode work again.
...
r=bienvenu
sr=sspitzer
2001-11-06 23:46:51 +00:00
srilatha%netscape.com
80142c1e9b
Fix for bug # 107558, added getServerList to make ldap prefs work again.
...
r=dmose,sr=alecf
2001-11-06 23:42:58 +00:00
javi%netscape.com
83a15db1b9
This should be the last for Bug 106507.
...
Forgot to add mimecryp.cpp to the Mac Mime project file.
2001-11-06 23:30:24 +00:00
darin%netscape.com
16c15bf9cb
fixes bug 108267 "scale back NS_BINDING_REDIRECTED proliferation"
...
r=gagan, sr=rpotts
2001-11-06 23:09:44 +00:00
ducarroz%netscape.com
b7d1ee3201
Fix for bug 105729. The string need to have at least the same amount of characters than the substring in order to compare them. R=varada, SR=alecf
2001-11-06 23:06:24 +00:00
varada%netscape.com
8798c93d1e
fix for bug #65761 and #108606 -polishing prefill filters;r/sr=sspitzer
2001-11-06 22:55:37 +00:00
blizzard%redhat.com
2b59cc6379
back out darin's fix for bug #107789 since it caused blocker #108637 .
2001-11-06 16:32:52 +00:00
seawood%netscape.com
c62560f0b5
Whoops! The glue library is supposed to be static.
...
Bug #83544
2001-11-06 10:50:37 +00:00
naving%netscape.com
72ddbbca6d
104610 r=bienvenu sr=sspitzer Make sure that mSubFolders array does not have duplicates.
2001-11-06 05:35:42 +00:00
seawood%netscape.com
3d14e64e96
Move generic implementations of mimexpcom & nsMimeContentTypeHandler classes into glue library. Modify vcard, calendar & smimestub handlers to use the generic implementations of the base classes. Remove old non-generic copies of mimexpcom & nsMimeContentTypeHandler .
...
Bug #83544 r=ducarroz sr=waterson
2001-11-06 05:12:09 +00:00
seawood%netscape.com
8a2068b530
Use generic mimexpcom & nsMimeContentTypeHandler files from cthandlers/glue.
Bug #83544 r=ducarroz sr=waterson
2001-11-06 05:08:26 +00:00
naving%netscape.com
14e2c57ec3
108276. Open the mailbox in PR_RDONLY mode because only read operations are done using
...
this connection. should cut down closing mailbox (PR_Close()) time.
2001-11-06 04:25:28 +00:00
sspitzer%netscape.com
ac718a05e4
fix build bustage
2001-11-06 03:29:02 +00:00
seawood%netscape.com
cdbdd84c95
silly line-endings
2001-11-06 03:20:41 +00:00
darin%netscape.com
481e50ee9a
fixes bug 107789 "depracate nsIRandomAccessStore (superceded by nsISeekableStream)"
...
r=dougt, sr=rpotts
2001-11-06 02:50:42 +00:00
seawood%netscape.com
5645080e4d
Removed IGNORE_MANIFEST
2001-11-06 02:48:37 +00:00
seawood%netscape.com
9926f0f2fe
Start building content handler glue library.
...
Bug #83544 r=ducarroz sr=waterson
2001-11-06 02:31:08 +00:00
seawood%netscape.com
df3c96259b
Make mimexpcom & nsMimeContentTypeHandler generic enough to be used for any content handler.
...
Bug #83544 r=ducarroz sr=waterson
2001-11-06 02:29:16 +00:00
stephend%netscape.com
7538f902d2
Bug 81041. 'New Account' -> 'Add Account'. r=jglick, sr=mscott
2001-11-06 02:14:08 +00:00
seawood%netscape.com
fdfef80f08
Adding makefiles for cthandlers glue lib.
...
Bug #83544 r=ducarroz sr=waterson
2001-11-06 01:44:07 +00:00
ben%netscape.com
f3c6d69128
108595 - mail send page/link context menu items always showing in Navigator, regardless of context. Ensure that popupshowing event listener gets added. r=kerz, sr=blake
2001-11-06 01:38:03 +00:00
ben%netscape.com
feb2a26098
Bug 107842 - Missing menu items from message pane context menu & 107890 - js error loading standalone message window, popup has no properties
...
- ensure the correct menu items and separators are hidden using newer separator hide logic. r=blake, sr=sspitzer
2001-11-06 01:36:51 +00:00
sspitzer%netscape.com
6433156307
work for converting ab results pane from tree to outliner. NOT PART OF THE BUILD.
...
bug #73868 .
2001-11-06 01:27:07 +00:00
ducarroz%netscape.com
355d17afa2
Fix for bug 108323. Fix regression introduced with my last checkin. For some reason I cannot initialize the LDAP service in one line like other services. R=varada, SR=sspitzer
2001-11-06 01:15:07 +00:00
ducarroz%netscape.com
b92059e1ff
Fix for bug 102536. Need to proceed up to the end of the buffer, we were missing the last byte!
...
Thanks to Geoffrey.R.Gustafson@intel.com & James.P.Gurganus@intel.com for the fix. R=ducarroz, SR=bienvenu
2001-11-06 01:06:57 +00:00
shanjian%netscape.com
5228ddb623
#107869 Reply mail doesn't inherit the original charset
...
r=ducarroz sr=sspitzer
2001-11-06 01:02:25 +00:00
sspitzer%netscape.com
ff2c2136c3
fix for regression bug#108604 and few other ab bugs.
...
1) collapse the card pane inner box initially so that it doesn't look like crap
before we select a card
2) "Edit and "Card Properties" is now "Properties"
3) if a mailing list has focus, "Properties" should bring up the edit mailing list dialog
4) fix js warnings
r/sr=bienvenu
2001-11-06 00:54:04 +00:00
sspitzer%netscape.com
8949291500
fix for #107639 . fix broken select offline dialog. horked by recent
...
grid changes. r/sr=sspitzer fix by blakeross.
2001-11-06 00:50:56 +00:00
sspitzer%netscape.com
f65c7b7c15
fix for #108346 . check rv from do_GetService() to prevent crash.
...
r=ducarroz, sr=bienvenu
2001-11-06 00:49:17 +00:00
blakeross%telocity.com
4110af4970
108565 - revert hewitt's one-line change. r=hewitt sr=hyatt
2001-11-05 19:59:44 +00:00
bhart00%yahoo.com
276f305018
Fix for bug 96786, r=bryner sr=blake
2001-11-05 05:15:21 +00:00