heikki%netscape.com
02a455545d
Bug 106053, remove unused XHTML namespace declarations, and fix incorrect namespace usages. r=harishd, sr=hewitt.
2002-01-31 22:12:36 +00:00
sfraser%netscape.com
d285f8f560
Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson
2002-01-30 21:14:20 +00:00
kaie%netscape.com
c0277b3fd7
b=122503 msgCompFields.securityInfo morphs from nsIMsgSMIMECompFields to nsISupport.
...
r=kaie sr=mscott
2002-01-30 01:58:35 +00:00
dougt%netscape.com
894fdcfaaf
1. Converts callers of nsIComponentManagerObsolete to use
...
nsIComponentRegistrar.
2. Converts callers of nsComponentManager::AutoRegister to use
nsIComponentRegistrar's autoRegistrar method.
3. Add nsIComponentRegistrar implmentation to nsComponentManagerImpl.
4. Rearrange nsComponentManager.cpp so that related methods are in the same
place.
5. Added a C-style function NS_GetComponentRegistrar so that getting the
registrar is easier in some places.
6. Added a nsISimpleEnumerator interface on PLDHashTableEnumeratorImpl. in
this way, the same base class can support both old style and new style
enumerations.
7. Fixed a nasty bug where unregistring factories will leave the contract id
hash with a dangling pointer. Now, when unregister is called we search the
contract id hash for entries which have the given doomned cid and remove them.
Bug 115853. r=dp@netscape.com , sr=rpotts@netscape.com
2002-01-29 21:22:13 +00:00
kaie%netscape.com
fba86ece7a
b=115010 Mail/News UI must provide detail info on signature/encryption status
...
r=javi sr=mscott
2002-01-16 04:29:26 +00:00
dbragg%netscape.com
b3ce95e541
Updating localeVersion value to 0.9.8. Fixes bug 119567. r=tao@netscape.com, sr=dveditz@netscape.com
2002-01-15 23:11:03 +00:00
racham%netscape.com
ea7d65f467
Fixing bug 117714. This fix saves and retrieves preferences in smime panel properly. Thanks to Stephane Saux for the patch he proposed. Needed to add more changes to that so that prefs are saved while user moves across items like Server Settings, Addressing, etc under a given account in the AccountManager panel. r=sspitzer, sr=mscott
2002-01-10 22:40:27 +00:00
mscott%netscape.com
241b8c024c
fix the builds when the mail smoketest variable is defined. we were clobbering the DIRS
...
variable in that case causing us to not build smime anymore. this caused the redness on lhasa & boxset
2002-01-08 02:08:39 +00:00
sspitzer%netscape.com
404e12e054
landing the AB_OUTLINER_BRANCH.
...
fix for #73868 , and numerous other bugs.
switch the addressbook over to use outliner,
a bunch of addressbook UI fixes and code cleanup.
r=dmose,racham,others and sr=bienvenu
2001-12-22 02:06:31 +00:00
mscott%netscape.com
6a306e27e2
Bug ##115962 --> convert the security panel to match the spec.
...
r=kai
sr=sspitzer
2001-12-21 01:22:25 +00:00
hewitt%netscape.com
1dc8b67ef1
XUL/theme simplification changes - removing unnecessary boxes and re-writing large portions of the themes to use new -moz-border-colors and -moz-image-region css features. Also cleans up the classic skin quite a bit for both mac and win. Fixes bugs 113024, 113043, 113585, 113586, 115943, 113643, 114475, 99787, 110214, 113977, 113966, 114802, 64894, 90724, 103173, 103199, 103298, 110442, 111472, 111989, 113027, 113041, 109180, 109204, 81581, 81903, 103324, 110108, 114540, and probably more I forgot to mention. r=ben, sr=hyatt
2001-12-19 12:04:11 +00:00
dougt%netscape.com
9a75bc4b8e
nsIComponentManager API Changes (bug 98553)
...
a) create a new nsIComponentManager with only four functions on it:
CreateInstance CreateInstanceByContractID GetClassInfo GetClassInfoByContractID.
b) rename the old nsIComponentManager to nsIComponentManagerObsolete.
c) fixes callers which use to access the nsIComponentManager for component
registration functionality. These callers will temporary use the
nsIComponentManagerObsolete interface.
d) Create a new API NS_GetComponentManager() which mirrors the
NS_GetServiceManager()
e) Perserves the old NS_GetGlobalComponentManager(). Note the cast usage.
r/sr = rpotts@netscape.com alecf@netscape.com brendan@mozilla.org
2001-12-19 00:12:41 +00:00
seawood%netscape.com
874c54280c
Landing the rest of the win32 gmake changes:
...
* Adds Makefile.ins to win32 specific dirs
* Adds WINNT ifdefs to Makefile.ins
* Causes NSPR to be compiled with --with-mozilla
* Misc general Makefile.in cleanup
Bug #58981 r=mcafee
2001-12-18 09:14:29 +00:00
kaie%netscape.com
3ec6a5ec6b
b=115182 Wrong usage of SMIMEBundleFormatStringFromName
...
r=timeless sr=mscott
2001-12-15 03:56:18 +00:00
seawood%netscape.com
3738d752bc
Make OS/2 use the win32 build changes and finish LIB_PREFIX substitution.
...
Thanks to Javier Pedemonte (pedemont@us.ibm.com ) for the patch.
Bug #58981 r=cls
2001-12-14 23:49:04 +00:00
dbragg%netscape.com
8b33e8cf0b
Fix for bug 109951. Updating the version number of the language packs to 0.9.7.
...
r=tao, sr=dveditz, a=asa for drivers@mozilla.org
2001-12-14 00:18:54 +00:00
sfraser%netscape.com
60e4871eb6
Fix bug 114971 -- debug target for smime project had a fragment9 name that conflicted with the msgDB library, making mailnews unusable in developer builds. r=beard, sr=bienvenu/rs=sspitzer, a=asa
2001-12-13 22:27:05 +00:00
kaie%netscape.com
e8289872f0
b=112524 Fixing crash when signing message with expired certificate
...
r=kaie sr=mscott
Checking in for ssaux
2001-12-12 04:05:30 +00:00
ccarlen%netscape.com
5be3015148
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:25:50 +00:00
ccarlen%netscape.com
1b00c70ee8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:20:58 +00:00
ccarlen%netscape.com
eec09f1b7d
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:02:40 +00:00
stephend%netscape.com
2a8de6ca22
Additional comments... r=varada@netscape.com, sr=sspitzer@netscape.com
2001-12-06 03:54:34 +00:00
stephend%netscape.com
bf536f360d
No bug #. Adding comments for each function/method
2001-12-06 03:52:09 +00:00
sfraser%netscape.com
676fcd490c
Fix the output path, so that generated files go into mozilla/dist/mailnews, rather than mozilla/mailnews/dist/mailnews.
2001-11-28 03:50:15 +00:00
sfraser%netscape.com
7679bb3931
Fix the build by adding nsIMsgSMIMEHeaderSink.idl to the IDL project
2001-11-28 02:48:32 +00:00
mscott%netscape.com
1a5cd1307e
Bug #110543 --> add smime UI to message display
...
r=kai
sr=sspitzer
2001-11-28 01:07:46 +00:00
mscott%netscape.com
80bf391ea8
Not part of the build yet. Export nsIMsgSMIMEHeaderSink.idl on the Mac.
...
Part of Bug #110543
2001-11-27 23:31:44 +00:00
sspitzer%netscape.com
0ef40c172d
ignore generated makefiles.
2001-11-21 22:07:10 +00:00
seawood%netscape.com
d8927fcc61
Rename 'install' build phase to 'libs'.
...
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
9850f387af
Renaming 'install' build phase to 'libs'
...
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mscott%netscape.com
0454025d9f
Bug #110543 --> add smime UI to message display
...
r=kai
sr=sspitzer
2001-11-21 03:57:35 +00:00
sspitzer%netscape.com
babf0cb779
removing this 2 megabyte file from the tree. while it's not part of the build
...
we shouldn't make everyone check it out. the mozilla source is big enough.
2001-11-20 03:27:20 +00:00
varada%netscape.com
ac7ff8cf71
adding Inbox for bloat tests:NOT PART OF BUILD
2001-11-19 23:36:42 +00:00
varada%netscape.com
212740920d
mail smoketest automation:NOT PART OF BUILD
2001-11-19 20:52:53 +00:00
mscott%netscape.com
93e80f739b
Bug #108790 --> fix bogus rdf name space url. contributed by waterson
...
r=bryner
sr=mscott
2001-11-19 04:37:10 +00:00
sspitzer%netscape.com
783830f264
ignore generated makefiles.
2001-11-17 23:12:13 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
varada%netscape.com
7ea285889c
adding mail smoketest files -NOT PART OF BUILD
2001-11-15 01:18:39 +00:00
jpierre%netscape.com
03547abceb
Fix OS/2 build
2001-11-13 21:38:54 +00:00
seawood%netscape.com
19b032f6df
Use proper module name for smime & make local function static.
...
Fixing static build bustage
Bug #109575 r=bryner sr=waterson
2001-11-12 20:16:48 +00:00
kaie%netscape.com
4d6ab44fdd
build smime if MOZ_PSM is defined
...
a=leaf
2001-11-09 20:45:36 +00:00
mscott%netscape.com
0f9c9d8d62
build smime if psm2 is defined.
...
a=leaf
2001-11-09 20:26:40 +00:00
tao%netscape.com
42541e842f
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
ddrinan%netscape.com
c47ee6a2ad
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
78b5dd4195
Bug #106507 --> if BUILD_SMIME is defined in the build environment (which it isn't), build
...
the smime extensions directory to add smime support
This code was contributed by mscott and ddrinan@netscape.com
r=ducarroz
sr=sspitzer
2001-11-03 00:32:44 +00:00
javi%netscape.com
a1035f3d25
NOT PART OF BUILD.
...
Previous project file was corrupt. Replace with one on tip of
OTIS_TEST_BRANCH
NOT PART OF BUILD.
2001-11-03 00:15:45 +00:00
mscott%netscape.com
696a318c96
NOT PART OF THE BUILD
...
Make the security options menu match the spec --> add access keys, make the selection a radio
widget.
r/sr=sspitzer
NOT PART OF THE BUILD
2001-11-03 00:06:32 +00:00
javi%netscape.com
cdedc79410
NOT PART OF BUILD
...
The project file that was previously checked in was somehow corrupted.
Updating to version on tip of OTIS_TEST_BRANCH
NOT PART OF BUILD
2001-11-02 02:22:04 +00:00
javi%netscape.com
b1901374b1
Fix objdir builds.
...
NOT PART OF BUILD.
2001-11-01 23:18:36 +00:00
mscott%netscape.com
d08deab452
NOT PART OF THE BUILD
...
Adding new smime extension files.
NOT PART OF THE BUILD
2001-11-01 22:35:58 +00:00