Commit Graph

80 Commits

Author SHA1 Message Date
seawood%netscape.com
c0ec608df6 Add 'make install' target to build. It's "MRE-friendly". (See http://www.mozilla.org/projects/embedding/MRE.html for details.)
Changes:
* Added EXTRA_COMPONENTS variable to build.  Use it to automagically install files into the components dir.
* Added SYSINSTALL variable.  Use it install files onto the system.
* Move mozilla-config generation from configure to makefiles
* mozilla-config will now generate paths based upon the MRE-based directory layout.
* Generate mozilla script from template

The installation heirarchy currently looks like:
$prefix -> /bin/mozilla
           /bin/mozilla-config
           /include/mozilla-ver/*
           /lib/mozilla-ver  (mozappdir)
                            /components
                            /res
                            /defaults
                            /chrome

There is preliminary build support for MRE dirs as well though the component manager hasn't had MRE support added yet.

$prefix -> /lib/mre/mre-ver  (mredir)
                            /components
2002-04-25 02:52:44 +00:00
nhotta%netscape.com
81a713186e Adding a localization comment to a property file not to translate the strings,
bug 139615, r=rchen.
2002-04-25 00:48:50 +00:00
bienvenu%netscape.com
2809a70e87 fix 136805 broken mdn receipts when msg subject has non-ascii characters fix by jeff tsai, r=ducarroz, sr=bienvenu 2002-04-24 20:45:53 +00:00
seawood%netscape.com
717f160cfa Use debug() instead of dump() so that js component registration output only shows up in debug builds.
Bug #138726 r=rginda sr=alecf
2002-04-23 07:30:11 +00:00
kaie%netscape.com
fb19288806 b=125607 Temporary workaround for better displaying signed S/Mime messages w/ attachments from IMAP servers.
r=ducarroz sr=bienvenu
2002-04-22 23:02:29 +00:00
dbragg%netscape.com
bcc260038d Regular milestone update of localeVersion values to 1.0.0. Bug 126785. r=tao, sr=alecf, a=asa 2002-04-16 22:19:10 +00:00
stephend%netscape.com
b0c125a26f Fixing bug 135797. Move it to my 'Sent' folder is the correct text. r=robinf (wording), r=shuehan (code), sr=sspitzer 2002-04-13 01:54:31 +00:00
kaie%netscape.com
cc964d5bed b=119418 Fix handling of opaque signed S/Mime messages.
Also fixes some other S/Mime issues, as described in the bug.
r=ddrinan/ducarroz/darin sr=alecf
2002-04-12 04:26:40 +00:00
kaie%netscape.com
7fd707bfe0 b=135161 Review S/Mime UI text
r=cotter sr=alecf a=asa
2002-04-05 23:52:35 +00:00
brade%netscape.com
fd10559242 fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf 2002-04-05 18:15:13 +00:00
kaie%netscape.com
eedd085473 b=131087 Failure on sending S/Mime messages should display the correct reason
r=ddrinan/ducarroz sr=jag a=asa
2002-04-04 23:15:22 +00:00
sspitzer%netscape.com
22af4d1437 attempting to fix the mac MDN build horkage. thanks to dbaron for the help. 2002-03-29 00:05:35 +00:00
sspitzer%netscape.com
437f13b03e landing changes for MDN Return Receipts feature, bug #16241
feature contributed by our friend jt95070@netscape.net (Jeff Tsai)
r=sspitzer,sr=bienvenu,a=asa.  Parts not written by jefft, r=jefft,sr=bienvenu.
2002-03-28 21:34:42 +00:00
ducarroz%netscape.com
46a44394fc Fix for bug 16241. Implementation of MDN. R=sspitzer, SR=bienvenu, A=asa 2002-03-28 21:24:21 +00:00
kaie%netscape.com
f2af1c2edb b=107817 Make sure sent encrypted messages will be decryptable by sender.
r=ddrinan
sr=alecf
a=roc+moz
2002-03-27 03:27:43 +00:00
kaie%netscape.com
2cd4e5db3f b=129100 Finalize S/Mime UI implementation
r=ducarroz/javi
sr=mscott
a=asa
2002-03-27 02:29:34 +00:00
sspitzer%netscape.com
e4bf36d24a default accounts to use the global MDN prefs. NOT PART OF THE BUILD.
a=asa
2002-03-23 17:28:31 +00:00
sspitzer%netscape.com
44fa6043aa landing some of the changes for MDN for jefft. bug #16241. a=asa. NOT PART OF THE BUILD. 2002-03-23 03:39:34 +00:00
cbiesinger%web.de
331c17d74b bug 131580 r=doron sr=blake a=asa
typo in msgSecurityInfo.properties
2002-03-19 22:11:52 +00:00
andreww%netscape.com
d2bc38bc28 bugzilla 129140 r=hwaara, sr=hewitt, a=asa - updating skinversion to 1.0 2002-03-14 21:20:51 +00:00
seawood%netscape.com
9bdb6711d0 Remove now redudant REGCHROME calls.
Bug#129456 r=bryner a=asa
2002-03-14 07:11:30 +00:00
seawood%netscape.com
abb8a23948 Remove REGCHROME calls since we now auto-register chrome when jars are processed.
Bug #129456 r=bryner a=asa
2002-03-14 06:17:54 +00:00
sspitzer%netscape.com
e0be36c11e additional fix for #128962. pref UI work for MDN (return receipts)
NOT PART OF THE BUILD (yet)

fix the global prefs to match the 4.x global
prefs so that migration is a no-brainer.  fix the per account
prefs to be correct (wrt server or identity).  fix certain prefs to be
booleans, instead of ints.

r=shuelan, sr=bienvenu, a=shaver
2002-03-13 01:41:10 +00:00
kaie%netscape.com
b739ebef10 b=123069 Mozilla ignores "encrypt always" preference!
r=javi sr=mscott a=asa
2002-03-11 19:00:09 +00:00
sspitzer%netscape.com
b2975fa316 fixes to get MDN account manager UI to build on linux.
and remove unnecessary makefiles. see bug #128962
NOT PART OF THE BUILD.  a=asa
2002-03-09 08:25:07 +00:00
shliang%netscape.com
d24f02af8d 128962 - account manager extension for MDN return receipts - not part of build - r/sr=sspitzer,a=asa 2002-03-08 22:09:45 +00:00
dbragg%netscape.com
c7478fbb13 Updating the localeVersion to 0.9.9. Fixes bug 126240. r=tao, sr=dveditz 2002-02-20 03:18:10 +00:00
kaie%netscape.com
e46c7f3115 b=115010 Implement "Message Security Info" when reading S/Mime messages.
(includes b=115209 Only care for outermost signing/encryption level)
r=javi/ducarroz sr=mscott
2002-02-18 15:36:30 +00:00
kaie%netscape.com
a59feaa75a b=125097 Typo in error string identifier NoSenderEncryptionCert
r=ssaux
2002-02-13 01:48:55 +00:00
heikki%netscape.com
55a5667dd2 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
d133d4956f Making the nsModuleComponentInfo data const; bug 74803. r=dp, sr=waterson 2002-01-30 21:14:20 +00:00
kaie%netscape.com
1c8f3fc0a6 b=122503 msgCompFields.securityInfo morphs from nsIMsgSMIMECompFields to nsISupport.
r=kaie sr=mscott
2002-01-30 01:58:35 +00:00
dougt%netscape.com
c50ca402ad 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
87002d36a7 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
4563bf5291 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
f9a7f24be9 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
e177e728b7 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
d08d4d3f97 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
60fa225bd2 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
7b10439c40 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
849d297364 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
45bfbf0658 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
50533f5f63 b=115182 Wrong usage of SMIMEBundleFormatStringFromName
r=timeless sr=mscott
2001-12-15 03:56:18 +00:00
seawood%netscape.com
51fa852613 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
ebcf51de4d 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
8f1aac44ad 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
ad286d0ca9 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
95ce5e2693 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
b564bb181b 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
afffbda535 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