Commit Graph

1871 Commits

Author SHA1 Message Date
seawood%netscape.com
128ac41103 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
462bbdefd0 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
61a97fd94a 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
2e680f1b17 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
93737a0d8f 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
7a72f2d9f4 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
e57de9fb5a 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
d4fd5e8422 113003 - Mac-packaged DOM Inspector fails to install, r=sgehani, sr=dveditz 2001-12-19 12:25:07 +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
curt%netscape.com
777d371831 Branched. 2001-12-18 00:15:19 +00:00
tor%cs.brown.edu
073a7c9d91 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
97b0530073 Bug 104158: Use NS_LITERAL_STRING instead of XXXWithConversion("..."). r=bryner, rs=alecf 2001-12-16 11:58:03 +00:00
pavlov%netscape.com
0a4063a239 removing libtimer_gtk.so 2001-12-16 09:28:07 +00:00
seawood%netscape.com
641b25e4b1 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
6d2d207dfe Oops. Actually create the package file when using TAR 2001-12-15 09:40:32 +00:00
seawood%netscape.com
94c09dbeae 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
ed939c32a8 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
fb84bfc6d9 remove extra newlines from packages-unix in case they're affectnig 114874 2001-12-13 23:19:01 +00:00
ben%netscape.com
ff9d16c41b Another attempt at fixing 114874. ensure webbrowserpersist.xpt is put in components. 2001-12-13 22:42:03 +00:00
ben%netscape.com
58b9df3b1b 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
3261f0a3d8 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
af646e6f1f 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
f810f656cc 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
c343dad63a 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
884be5f4c2 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
baca6ece31 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
d036ab1a38 Cleaning up obsolete smimestb.dll file. 2001-12-08 00:53:41 +00:00
dprice%netscape.com
63cd1b5206 66722 r=dveditz sr=mscott
removed unnecessary if statements
2001-12-07 07:50:09 +00:00
curt%netscape.com
25f0c0c224 Combined JRE BIN PATH and JRE LIB PATH for easier maintenance. 2001-12-07 05:48:40 +00:00
curt%netscape.com
fc79d4a588 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
b4f57560ed Removed references to Communicator. 2001-12-04 23:56:40 +00:00
dveditz%netscape.com
dc8ff011b9 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
1e43375401 112831 - inspector not in linux installed builds 2001-12-04 05:03:13 +00:00
hewitt%netscape.com
2b23109774 112831 - linux installer crashes when installing inspector (just fixing typo in packages) 2001-12-03 06:18:00 +00:00
curt%netscape.com
2b931c3f75 More complete title for Mail and Newsgroups. 2001-12-02 04:49:39 +00:00
mscott%netscape.com
9536328502 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
515a717b97 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
ecdcf7a9d1 102574 - enable DOM Inspector in the default builds, r=leaf, sr=shaver 2001-11-29 09:36:46 +00:00
attinasi%netscape.com
1d11962950 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
a7c5ba2a04 Passes parameters correctly for install.Execute() and file.Execute().
Fixes Bug #104152.
2001-11-26 20:46:41 +00:00
curt%netscape.com
267a67a22c Cleaning up more obsolete files. 2001-11-26 18:11:32 +00:00
timeless%mac.com
51a4520c4a 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
edfb3b268f 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
7733357d51 Rename 'install' build phase to 'libs'.
Bug #56601 r=pavlov
2001-11-21 09:49:41 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
mscott%netscape.com
08ff222e01 Bug #109923 --> register messenger-smime chrome 2001-11-19 22:01:49 +00:00
dprice%netscape.com
ddc7bfe48b 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
060425ec59 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
ca4ac5c730 topcrash bug 78442 during xpinstall.
patch thanks to jband@netscape.com, r=syd, sr=dveditz
2001-11-19 04:23:47 +00:00