seawood%netscape.com
af05edb6e7
Remove destination file if it exists before copying.
...
Bug #120586 r=bryner
2002-02-04 09:15:52 +00:00
dveditz%netscape.com
88244c2a75
bug 94108/122881 clean up obsolete components to prevent scary errors
...
for people who upgrade. patch by curt@netscape.com , r=ssu/sr=dveditz
2002-02-02 00:13:12 +00:00
heikki%netscape.com
b3c7820e85
Bug 122710, dtd folder in dist/bin should be moved into res. r=rbs@maths.uq.edu.au&harishd, sr=sfraser.
2002-02-01 22:28:55 +00:00
alecf%netscape.com
634e2f6f0c
one more part of fix for bug 107575, including the much coveted whitespace
...
remove aIgnoreCase parameter from all nsString and nsCString consumers
sr=jag, r=shaver
2002-02-01 01:53:09 +00:00
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
curt%netscape.com
ae42bf3f68
Moves xpi wrapped installer up a directory. Fixes 110919. r=leaf sr=dveditz.
2002-01-31 02:23:44 +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
alecf%netscape.com
b417379c8c
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
...
r=dougt, sr=jag
2002-01-30 06:04:29 +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
curt%netscape.com
f661669226
Switch to http 1.0 instead of 1.1. Fixes bug #89701 .
2002-01-29 19:08:12 +00:00
bryner%netscape.com
05f13d672f
Fixing XBL form controls in installer builds -- put nsISelectElement into content_html.xpt and include this file in the xpi. r/sr=jag.
2002-01-26 09:47:25 +00:00
curt%netscape.com
99c662c378
Adds readme and license files. (Bug #Bug #15901 ).
2002-01-25 05:47:09 +00:00
curt%netscape.com
59df24a9b8
Addes readme and license file (Bug #Bug #15901 ).
2002-01-25 05:44:21 +00:00
curt%netscape.com
d106534152
For the mozilla stub installer xpi.
2002-01-25 05:30:11 +00:00
curt%netscape.com
75bb6f16c0
Wraps the stub installer into a xpi.
2002-01-25 05:27:06 +00:00
seawood%netscape.com
6a70bafd9e
Fix "static" build support for win32 gmake builds.
...
Bug #58981 r=bryner
2002-01-25 03:20:51 +00:00
heikki%netscape.com
71ac1f4761
Bug 44458, enable XHTML entities when an XHTML doctype with public id is present in an XML document. r=rbs@maths.uq.edu.au, sr=jst.
2002-01-25 00:07:45 +00:00
cltbld%netscape.com
cfb87cef22
updating for mozilla.0.9.8
2002-01-24 22:15:06 +00:00
cltbld%netscape.com
c30d344df0
updating for mozilla.0.9.8
2002-01-24 22:10:33 +00:00
pinkerton%netscape.com
30c642c36e
allow --enable-default-toolkit=cocoa in makefiles and default toolkit can now be overridden on platform that don't use X11. r=cls/sr=hyatt. bug#121496
2002-01-24 15:11:18 +00:00
jst%netscape.com
48f217780d
Fixing bug 120899. Changing the NS_WARN_IF_FALSE() macro so that it can't be mis-used in optimized builds. This change makes the macro not usable in expressions that are supposed to be evaluated in release code since the macro now expands to nothing in non-debug builds. Also eliminate NS_VALIDATE which is equally mis-usable. r=dbaron@fas.harvard.edu, sr=brendan@mozilla.org
2002-01-24 09:20:51 +00:00
jj%netscape.com
2ea65c02b5
#121494 : missing define at the top of the file
2002-01-24 08:30:18 +00:00
jj%netscape.com
f538e84af6
bug #120858 : adding talkback to daily mozilla build on MacOS 9. r=leaf, sr=granrose, a=asa
2002-01-23 01:55:48 +00:00
timeless%mac.com
517b13776e
Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=andre.dahlqvist@telia.com sr=jag a=asa
2002-01-21 21:03:59 +00:00
srilatha%netscape.com
0538f4dd4a
Fix for bug # 120438. Properly register messenger-mapi package
...
r=ssu@netscape.com , sr=dveditz@netscape.com , a=blizzard
2002-01-18 21:48:03 +00:00
timeless%mac.com
66c56df948
Bug 120444 packager/packages-unix does not contain libgfxxprint.so for Xprint
...
patch by Roland.Mainz@informatik.med.uni-giessen.de r=mcafee sr=jst a=blizzard
2002-01-18 15:07:39 +00:00
curt%netscape.com
ecb72ac2b5
Uses the version information passed in through $ARGV[0] to create other variables whereever possible to improve maintainability.
2002-01-18 06:33:33 +00:00
seawood%netscape.com
fa5df5e54c
Use dynamic library & xpidl_module names from nmake build for win32 gmake builds for compatibility.
...
bug #58981 sr=jag
2002-01-16 05:10:09 +00:00
seawood%netscape.com
de6212d785
Remove BUILD_OFFICIAL requirement for building packages.
...
Thanks to David Baron <dbaron@fas.harvard.edu> for the patch.
Bug #119649 r=cls
2002-01-16 01:06:18 +00:00
ssu%netscape.com
f708bd429b
fixing bug 90071 - Mozilla does not appear in Windows List of Mail Applications. r=curt, sr=dveditz
2002-01-15 07:20:31 +00:00
bryner%netscape.com
da3a4dd561
Bug 119757 - forms.jar missing from installer builds. r=timeless, sr=jag.
2002-01-14 03:37:25 +00:00
bnesse%netscape.com
682cd7d759
Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser.
2002-01-11 20:09:03 +00:00
seawood%netscape.com
1044a219c8
Add libfreebl & libhybrid libs to psm section of unix package files for solaris 32 bit builds.
...
Bug #114338 sr=granrose
2002-01-09 03:42:37 +00:00
seawood%netscape.com
51ca21e4ad
Set the default MOZ_PKG_FORMAT to ZIP when building on win32
2002-01-08 08:56:29 +00:00
bryner%netscape.com
555939db00
Bugscape 11533 - hooking up commercial splash screen. Adding a rule to xpfe/bootstrap/Makefile.in to echo the list of object files so that we don't have to duplicate it in the commercial version. No longer exporting splash.xpm to dist/bin or packaging it, since it's compiled in. r=cls.
2002-01-08 06:39:47 +00:00
ssu%netscape.com
b420bd0ca1
fixing bug 103335 - enable mapi update. trivial fix. Since mapi has finally landed, the installer need to be aware of it on updates. code was there since 0.9.6 branch time frame. I'm just enabling it.
2002-01-08 06:12:08 +00:00
seawood%netscape.com
66f7ef5cb8
Explicitly export header file since NO_DIST_INSTALL is set.
...
Bug #58981
2002-01-08 05:51:20 +00:00
alecf%netscape.com
72507557e8
C++ side of fix for bug 100212 - move consumers of nsIFile.URL into nsIIOService. r=dougt, sr=darin
2002-01-08 01:31:25 +00:00
sfraser%netscape.com
4d76f8ec3c
Fix blocker bug 105548 (the mac installer crash). The xpistub code was creating nsLocalFileMac objects, but never refcounting them, so they got deleted before the GetPath() method was called (how did this ever work???). Fixed using COMPtrs. r=ccarlen, a=jj
2002-01-07 22:22:12 +00:00
ccarlen%netscape.com
0f9cb6c5fc
Bug 100828 - nsLocalFileMac reworking. r=rjc@netscape.com/sr=sfraser@netscape.com
2002-01-07 14:35:04 +00:00
syd%netscape.com
b6a68052e3
Check for correct permissions on chosen install directory by calling access()
...
instead of just looking to see if the user rwx bits are set (this fails if
you are installing to a directory you do not own). r=samir, ssu, sr=dveditz.
Fixes bug number 89436.
2002-01-07 00:33:55 +00:00
seawood%netscape.com
eb293ae321
Hack around problem of default rules expecting IMPORT_LIBRARY to be built on win32 gmake builds when setuprsc doesn't build one.
...
Bug #58981
2002-01-04 14:18:49 +00:00
seawood%netscape.com
e5fc3853f2
nsRect's win32 signature requires libraries need to link against libgkgfx for debug builds.
...
Added support for processing .rc to win32 gmake build.
Bug #58981
2002-01-01 00:03:57 +00:00
blizzard%redhat.com
ff00c7f831
Bug #117160 . Create a small stand alone client for xremote client requests. r=cls,sr=brendan
2001-12-28 22:17:20 +00:00
timeless%mac.com
711739d601
Bugzilla Bug 106386 rid source of these misspellings: persistant persistance priviledge protocal editting editted targetted targetting
...
r='s from many people. sr=jst
2001-12-23 23:23:41 +00:00
rjesup%wgate.com
2212861db9
Bug 96108: Inline ElementAt(), add SafeElementAt(), voidarray usage fixes,
...
assertions for bad voidarray indexes. r=jst, sr=waterson
2001-12-21 01:10:07 +00:00
jj%netscape.com
c00e9594f9
Bug 114694: updated installer's 'vers' 2 resource to 0.9.7+ (trunk)
2001-12-20 23:16:42 +00:00
dbaron%fas.harvard.edu
586a521563
Remove the many forms of NS_SetupRegistry since the classes registered are all now part of proper components. r=dougt, jag sr=rpotts b=81527
2001-12-20 02:09:49 +00:00
ccarlen%netscape.com
b71f82374e
Bug 114550 - On drives with > 2GB free, reports negative amt of free space, preventing install. r=sgehani/sr=dveditz
2001-12-19 13:10:02 +00:00
hewitt%netscape.com
1f13ee1824
113003 - Mac-packaged DOM Inspector fails to install, r=sgehani, sr=dveditz
2001-12-19 12:25:07 +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
curt%netscape.com
1d7c47f219
Branched.
2001-12-18 00:15:19 +00:00
tor%cs.brown.edu
1d663a47da
Bug 66976 - turn on libpr0n MNG decoder. r=pavlov, sr=brendan.
...
Mac build patch by conrad, r=pinkerton, sr=sfraser
2001-12-17 22:07:03 +00:00
jaggernaut%netscape.com
6ab111155d
Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf
2001-12-16 11:58:03 +00:00
pavlov%netscape.com
5499bac833
removing libtimer_gtk.so
2001-12-16 09:28:07 +00:00
seawood%netscape.com
15be9ff784
Fix bug of package being created multiple times by only creating the package during the libs phase (still requires BUILD_OFFICIAL=1) and making libs the default target.
2001-12-15 09:53:28 +00:00
seawood%netscape.com
73b5a4de0f
Oops. Actually create the package file when using TAR
2001-12-15 09:40:32 +00:00
seawood%netscape.com
8021b81dfd
Add TAR format for distributions.
...
Thanks to Kervin <kpierre@fit.edu> for the patch.
Bug #115382 r=cls
2001-12-15 09:24:25 +00:00
seawood%netscape.com
f90f231765
Use $(LIBS_DIR) instead of assuming libraries will always be found in $(DIST)/bin.
...
Bug #114013 r=bryner,colin a=asa
2001-12-14 00:22:02 +00:00
ben%netscape.com
71bb31d2ae
remove extra newlines from packages-unix in case they're affectnig 114874
2001-12-13 23:19:01 +00:00
ben%netscape.com
c98e6bf387
Another attempt at fixing 114874. ensure webbrowserpersist.xpt is put in components.
2001-12-13 22:42:03 +00:00
ben%netscape.com
9dad189c3e
114874 - save page as fails because embed_base.xpt is not packaged with release builds.
2001-12-13 20:09:07 +00:00
curt%netscape.com
f2291ba12e
Fixes bug 110872 - Removing the initial check for mozilla instances so that content can be streamed during download. (Still doing check and warning after download completes, though.)
2001-12-11 23:53:22 +00:00
ccarlen%netscape.com
de865879b2
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:45:45 +00:00
ccarlen%netscape.com
31d6aca7e7
Bug 98349 - Convert Mac build to CW7 and XML projects. Removing obsolete .mcp files. r=pink/sr=sfraser
2001-12-11 05:10:45 +00:00
ccarlen%netscape.com
0766c35c7f
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:58:15 +00:00
ccarlen%netscape.com
773577e3b8
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 21:32:41 +00:00
ccarlen%netscape.com
d360173601
Adding new files for conversion to CW7 and XML project files. Bug 98349 r=pink/sr=sfraser.
2001-12-10 20:42:22 +00:00
curt%netscape.com
bd8dbf1079
Cleaning up obsolete smimestb.dll file.
2001-12-08 00:53:41 +00:00
dprice%netscape.com
9b0468fdec
66722 r=dveditz sr=mscott
...
removed unnecessary if statements
2001-12-07 07:50:09 +00:00
curt%netscape.com
132af076dc
Combined JRE BIN PATH and JRE LIB PATH for easier maintenance.
2001-12-07 05:48:40 +00:00
curt%netscape.com
2fe4312b10
We done't want to see the Program Folder after the installation any more.
2001-12-07 05:42:01 +00:00
curt%netscape.com
1cca6aa2e5
Removed references to Communicator.
2001-12-04 23:56:40 +00:00
dveditz%netscape.com
753c1d1856
bug 113144 installer shouldn't download entire set of xpi files just because
...
one of them was missing from the "blob". r=sgehani,sr=darin
2001-12-04 08:19:43 +00:00
hewitt%netscape.com
36aaf0dd0b
112831 - inspector not in linux installed builds
2001-12-04 05:03:13 +00:00
hewitt%netscape.com
c9c54c17e7
112831 - linux installer crashes when installing inspector (just fixing typo in packages)
2001-12-03 06:18:00 +00:00
curt%netscape.com
f28ac41b56
More complete title for Mail and Newsgroups.
2001-12-02 04:49:39 +00:00
mscott%netscape.com
27c09640a5
Bug #112724 --> reduce the duplicate copies of messenger's contents.rdf
...
by creating a new chrome package called messenger-mapi.
r=bienvenu
sr=sspitzer
2001-12-01 00:01:02 +00:00
kaie%netscape.com
be039297a5
b=75947 Landing security startup performance improvement and related issues.
...
r=javi sr=alecf
b=109777 Make sure certificate downloading works immediately
r=javi sr=mscott
2001-11-29 23:43:26 +00:00
hewitt%netscape.com
3a5f5d9790
102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver
2001-11-29 09:36:46 +00:00
attinasi%netscape.com
45e057f2f8
loading iamge and broken image icons were not getting picked up by installers after they were moved out of res/html. Now they will. b=110384 r=peterv sr=dveditz
2001-11-29 00:45:07 +00:00
curt%netscape.com
89b5bfc36f
Passes parameters correctly for install.Execute() and file.Execute().
...
Fixes Bug #104152 .
2001-11-26 20:46:41 +00:00
curt%netscape.com
42048fc764
Cleaning up more obsolete files.
2001-11-26 18:11:32 +00:00
timeless%mac.com
7873addd19
Bugzilla Bug 107823 change nsIFile
...
to use 'Modified' instead of 'Modification'
r=akkana sr=brendan
2001-11-26 08:05:05 +00:00
bzbarsky%mit.edu
0b19fcf775
Use <> for system headers, not "". This should help prevent Sun WSU2
...
compiler bustage. Bug 111574, patch from Roland Mainz
(<Roland.Mainz@informatik.med.uni-giessen.de>), r=bzbarsky, sr=bienvenu
2001-11-23 22:36:54 +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
592ef6f3a0
Bug #109923 --> register messenger-smime chrome
2001-11-19 22:01:49 +00:00
dprice%netscape.com
65c0c69a39
r=dveditz sr=mscott fixes 105781
...
-checking for a null channel where there should not be one
2001-11-19 09:13:37 +00:00
timeless%mac.com
dfa8594725
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
...
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
2001-11-19 06:45:00 +00:00
dveditz%netscape.com
e373235cfc
topcrash bug 78442 during xpinstall.
...
patch thanks to jband@netscape.com , r=syd, sr=dveditz
2001-11-19 04:23:47 +00:00
ssu%netscape.com
41afa9dc1d
fixing bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page. r=curt sr=dveditz
2001-11-17 06:21:11 +00:00
mscott%netscape.com
68a5ea64f3
Try registering the smime chrome the right way.....chrome in mail.jst and the locale in
...
langenus.jst
2001-11-16 02:56:30 +00:00
jaggernaut%netscape.com
9a2d10888f
Clean up REQUIRES lines. r/sr=alecf
2001-11-16 01:54:59 +00:00
mscott%netscape.com
d8934e6880
attemp to fix mailnews compose window perf regression: Bug #110355
...
backout my packaging change from last night.
a=loan
2001-11-16 00:20:37 +00:00
ssu%netscape.com
e38a7456a6
fixing blocker bug 108530 - Setup.exe error on install, mozilla launches with full screen empty page
2001-11-15 23:27:55 +00:00
locka%iol.ie
bd936656b7
Remove sample chrome embed.jar from unix browser package and rename to avoid confusion with the real embed.jar used in the embedding dist. b=87622 r=blizzard@mozilla.org sr=dveditz@netscape.com
2001-11-15 12:23:57 +00:00
alecf%netscape.com
52cd89e71b
win32 REQUIRES cleanup
2001-11-15 03:49:13 +00:00
mscott%netscape.com
f4a632bbec
Register smime chrome.
2001-11-15 01:29:33 +00:00