Commit Graph

1729 Commits

Author SHA1 Message Date
ssu%netscape.com
4218c34c32 fixing bug 85716 - Can't install 6.1 beta, hangs after launch of setup file
bug 83533 - Installer displays percentages > 100% when using HTTP
bug 83691 - Installer needs to remember 1st good URL when downloading
bug 83692 - libxpnet needs to use 1 connection to download all files

r=syd,sgehani
sr=mscott
a=drivers@mozilla.org
2001-06-19 23:25:02 +00:00
cls%seawood.org
bf5fb48486 Replaced NO_SHARED_LIB & NO_STATIC_LIB with BUILD_SHARED_LIBS, BUILD_STATIC_LIBS, FORCE_STATIC_LIB & FORCE_SHARED_LIB. Added FORCE_USE_PIC.
Changes allow us to have a finer control over which parts of the tree are built with PIC.  Part of the static build branch landing.
Bug #46775 r=mcafee a=leaf
2001-06-18 22:10:38 +00:00
mscott%netscape.com
1e6a6552ad Bug #85264 --> add the web browser xpt file to the packaging lists.
sr=sspitzer
a=blizzard
2001-06-18 20:51:34 +00:00
girish.manwani%eng.sun.com
bfee9c836f bug fix for 66688. r=sgehani, sr=alecf, a=asa 2001-06-15 23:19:39 +00:00
girish.manwani%eng.sun.com
3dbd5e52ab bug fix for 66688, r=sgehani, sr=alecf, a=asa 2001-06-15 23:19:03 +00:00
girish.manwani%eng.sun.com
3c4fc745f0 Overloading Errorhandler to handle E_INSTALL separately. bug 66688, r=sgehani, sr=alecf, a=asa 2001-06-15 23:18:10 +00:00
girish.manwani%eng.sun.com
fec754b7c4 Updating file to include name of .xpi file failed. see bug 66688. r=sgehani, sr=alecf, a=asa 2001-06-15 23:16:48 +00:00
girish.manwani%eng.sun.com
87118b8036 Fix to make installer runnable from anywhere, bug 76223, r=sgehani, sr=alecf, a=asa 2001-06-15 00:17:00 +00:00
jj%netscape.com
ac9a619419 Fix for bug 68643: add talkback to mozilla installer on mac (milestones). r=sgehani, sr=sfraser, a=leaf 2001-06-12 20:54:39 +00:00
dougt%netscape.com
443b992bc1 Fix to 83714 proxyObject.xpt is missing from packaging manifests . sr= jband, a=asa@mozilla.org 2001-06-11 05:42:10 +00:00
ssu%netscape.com
e4a52cb978 fixing bug 84331 - installer build process need not create .jars. a=dbragg,sr=mscott, a=drivers@mozilla.org. not part of tinderbox. would affect windows platforms only 2001-06-08 23:48:29 +00:00
ssu%netscape.com
5f132f8257 fixing bug 81866 - Installer displays percentages gt 100. r=leaf, sr=blake a=drivers@mozilla.org. not part of tinderbox builds. affects only windows platforms. 2001-06-08 20:18:21 +00:00
ssu%netscape.com
f7472e64e8 fixing blocker bug 83977 - installer fails to complete with error -229. a=leaf 2001-06-04 19:13:13 +00:00
syd%netscape.com
ac299f939b Fix for 81523 and 81515. Checking in for ssu, see details in the bug reports.
r=sgehani, rs/sr=mscott, a=chofmann
2001-06-03 01:02:14 +00:00
syd%netscape.com
564d0f14d3 Fix for 76943. r=ssu, sr=mscott, a=asa (drivers@mozilla.org)
The problem being fixes is the progress meter UI will not display when we are dowloading
XPI files from the net (see bug report for more details). We were throttling the update
of progress bar based on some interval being exceeded. The problem is/was that sometimes
the XPI is downloaded faster than the specified interval (a series of these renders the
progress bar "dead", and the user has no feedback UI as to what is happening). It is not
entirely clear that the time interval computation is correct to being with. The safe thing
to do here is to simply let the UI update whenever necko invokes our progress callback,
and dispense with the throttling. This results in a smooth UI update and has minimal
performance sideaffects (we are limited more by the network I/O and disk writes that the
progress bar UI update).
2001-05-30 00:46:16 +00:00
dbragg%netscape.com
3cc793f4e8 I'm an idiot. When I checked this in on Friday 5/25 I had the fix commented out
during some back and forth testing.  This was r/sr=bredan and a=asa for drivers@mozilla.org
The bug is 78428.
2001-05-30 00:24:00 +00:00
ssu%netscape.com
f7cbdaf546 fixing bug 81601 - Left over files from 6.0/6.01 after updating to current build. r=sgehani,sr=mscott,a=pdt2,drivers@mozilla.org. affects only windows platforms. not part of tinderbox builds. 2001-05-25 23:01:29 +00:00
dbragg%netscape.com
7903e3a460 Fix for bug 78428. The call to AddSubcomponent which adds files has to be
bracketed by JS_SuspendRequest and JS_ResumeRequest to prevent deadlock conditions.
r/sr=brendan@mozilla.org, a=asa@mozilla.org
2001-05-25 17:52:09 +00:00
ssu%netscape.com
a20867874e fixing bug 71010, which is part of a fix for bug 81601, which got pdt approval. r=sgehani,sr=mscott,a=pdt2 2001-05-24 08:07:52 +00:00
sgehani%netscape.com
8edc20d964 Add DOWNLOAD_ONLY attribute support to components. (b=4837; r=ssu; sr=mscott) 2001-05-23 03:18:50 +00:00
ssu%netscape.com
c947a7fbe1 fixing bug 82279 - Win32 Installer crashes when using ftp proxy. r=sgehani,sr=mscott,a=chofmann. affects windows only 2001-05-23 02:32:21 +00:00
sgehani%netscape.com
c10a707cfd Forgot newline in debug statement. 2001-05-23 02:28:50 +00:00
sgehani%netscape.com
cdcb69e58f Add DOWNLOAD_ONLY attrbute to components.
b  = 4836
r  = ssu
sr = alecf
2001-05-23 02:24:24 +00:00
scc%mozilla.org
b7b3395bad bug #75220: fixing stragglers, people who checked in uses of |nsLiteralC?String| after it had already been removed from the build 2001-05-23 01:21:04 +00:00
ssu%netscape.com
322f1eac8f fixing bug 80838 - Install must delete component.reg and xpti.dat on upgrade. r=sgehani, sr=mscott. 2001-05-23 00:15:55 +00:00
dbaron%fas.harvard.edu
f87d701a5d Fix bustage due to missing closing brace. 2001-05-22 23:45:54 +00:00
ssu%netscape.com
40b249aabb fixing bug 82202 - Do not register mozctlx.dll during installation. r=sgehani, sr=mscott. not part of tinderbox builds. would affect windows platforms only 2001-05-22 23:39:51 +00:00
dbragg%netscape.com
42dde200f3 Final-final part of bug 65678. Special case for 6.0x->6.1 update installations.
6.0x didn't have the code to call the cleanup routine so we have to explicitly
call it in the update case.  This is done through the install.js file in browser.xpi.
r=sgehani, sr=mscott.
2001-05-22 23:38:12 +00:00
sdagley%netscape.com
b6f4f715cf Beta blocker #58928 (moving code from 6.01 branch). Now display a Stop alert to the user with the text from the welcome window that suggests quitting running apps if N6 or Mozilla is already running. Also handle case of 4.x AND N6 or Mozilla running. r/sr were pinkerton & sfraser for original landing. 2001-05-22 22:38:37 +00:00
mkaply%us.ibm.com
4537052a5e #81691
r=cls
Enable packaging on OS/2
2001-05-22 22:05:15 +00:00
dbragg%netscape.com
e6d6fe021f Fix for bug 81966. Added NR_ShutdownRegistry() to free the registry file for deletion.
r=sgehani, syd, sr=mscott.
2001-05-21 22:35:33 +00:00
sgehani%netscape.com
35dcb93929 Add pause/resume to mac installer download. (b=77979; r=ssu; sr=mscott) 2001-05-20 00:15:29 +00:00
ssu%netscape.com
dff925e05c fixing bug 81716 - XPInstall from m0.9 or earlier to m0.9.1 fails (Win). r,sr=dveditz not part of tinderbox builds. affects only windows platforms. 2001-05-19 04:18:46 +00:00
dbragg%netscape.com
2f003ddc33 Minor problem from landing of 65678. An incorrect use of the res directory
prevents update installations from completing. Considered part of 65678 landing.
2001-05-18 20:42:55 +00:00
ssu%netscape.com
c9aa3bdd83 bug 4933 - new image for the download/xpinstall dialog.
bug 80237 - "destination directory" title is gone...
bug 77244 - Installers need to create Win32 Reg. key schema that Gecko Embedding browsers can follow
bug 78318 - crash with installer if you go back to change the directory selected
bug 56538 - Installer fails with error 5 installing on my Win2K box
bug 68053 - Win32 installer needs to log the installation process.
bug 81081 - Xpinstall dialog in the win32 installer requires touch up

sr=dveditz
2001-05-18 10:22:54 +00:00
ssu%netscape.com
fe50881e81 fixing bug 59239 - ActiveX control is not registered by installer. r=sgehani sr=dveditz does not affect tinderbox. affects only windows platforms 2001-05-17 22:36:06 +00:00
sgehani%netscape.com
0c67ee0fe1 Bug 42902, remove localizable strings from rsrc into installer.ini 2001-05-17 22:15:36 +00:00
sgehani%netscape.com
251504b8de Bug 42902, remove localizable strings from rsrc into installer.ini; r=sgehani, sr=alecf 2001-05-17 22:06:19 +00:00
sgehani%netscape.com
0bdb9af944 Bug 42902, UI changes for installer.ini 2001-05-17 22:04:01 +00:00
sgehani%netscape.com
5814356f05 UI changes for installer.ini 2001-05-17 20:24:36 +00:00
dbragg%netscape.com
d7585cb92e Adding xpicleanup utility and OS alert message file (cmessage.txt) to the
package lists as part of bug fix 65678. r=dveditz, sgehani. sr=mscott.
2001-05-17 19:16:36 +00:00
dbragg%netscape.com
cfd4917e85 XPInstall part of fix for bug 65678. Now we're writing the list of files
to be replaced/deleted to a special registry file. When the program exits,
nsSoftwareUpdate::Shutdown kicks off the platform-specific utility that reads
this file and does the dirty work.
2001-05-17 05:51:29 +00:00
dbragg%netscape.com
2b3856c75a Now opening a specific registry file rather than the default. Part of bug 65678. r=dveditz, sr=mscott. 2001-05-17 05:37:57 +00:00
dbragg%netscape.com
6558547648 Now opening a specific registry file rather than the default. Part of bug 65678. r=dveditz, sr=mscott.InstallCleanupWin.cpp 2001-05-17 05:36:27 +00:00
dbragg%netscape.com
9bf880e90f MCP file change for bug 65678. Added the InstallCleanupPrefix.h file. r=sgehani, sr=mscott. 2001-05-17 05:34:27 +00:00
dbragg%netscape.com
b29976d087 Changes for bug 65678. Now opening a specific registry file rather than the default. r=dveditz, sgehani. sr=mscott. 2001-05-17 05:32:41 +00:00
dbragg%netscape.com
d0ff15772c Defines used for the new installation cleanup utility in bug 65678. r=dveditz, sr=mscott. 2001-05-17 05:26:48 +00:00
dbragg%netscape.com
c0d56121de Adding a MANIFEST file to export a new file InstallCleanupDefines.h and adding MANIFEST_CMESSAGE to export a text file cmessage.txt to the res directory. This message is the cleanup needed message on a failed update. r=sgehani, sr=mscott. Part of bug 65678. 2001-05-17 05:25:13 +00:00
dbragg%netscape.com
16e3bac1fc Adding InstallCleanupPrefix_debug.h so the compiler won't optimize out a bunch of code used in fix for bug 65678. r=sgehani, sfraser. sr=mscott 2001-05-17 05:22:12 +00:00
jj%netscape.com
b295d87fa0 file moved to 'Installer Modules' sub-directory to be consistent with the ns tree and to ease debugging. side-effect of #42902. sr=sgehani 2001-05-17 02:25:36 +00:00
dveditz%netscape.com
9ab342f6f1 bug 79886 get install log working again (casualty of xpcdom landing). r=ssu 2001-05-14 08:45:44 +00:00
dveditz%netscape.com
ca6b6bee56 Bug 72225 installer proxy values saved as wrong kind of pref, users can't
ever switch back to manual. r=ssu
2001-05-14 08:41:59 +00:00
mkaply%us.ibm.com
c37a5b78e4 nebiros bustage from earlier - don't people even look at ports 2001-05-14 04:46:00 +00:00
rpotts%netscape.com
f02e84c4bb bug #65777 (r=valeski, sr=mscott) - Window targeting fixes... 2001-05-14 02:16:27 +00:00
syd%netscape.com
93222981bf Fix for 78282 r=ssu, sr=mscott 2001-05-13 00:45:45 +00:00
peterv%netscape.com
bca11b5ad0 Follow-up to the xpcdom landing: nothing should link against the dom library anymore, it's a component now. sr=jst. 2001-05-12 12:47:41 +00:00
peterv%netscape.com
7741d9f941 Fix bug 72142 for unix (Add XSLT component to installers). r=sgehani, sr=jst 2001-05-12 11:40:14 +00:00
peterv%netscape.com
9c2c0d19e0 Partial fix for bug 72142 - only for windows and mac (Add XSLT component to installers). r=sgehani, sr=jst. 2001-05-11 13:50:37 +00:00
ssu%netscape.com
207d79cdf4 changing the wording of a message in a .ini file. not part of tinderbox builds. 2001-05-11 08:59:48 +00:00
ssu%netscape.com
21f3f6dd1a fixing bug 73870 - Proxy saves http proxy information as ftp preferences. r=dveditz, sr=mscott. affects only windows platforms/builds 2001-05-11 08:56:34 +00:00
srilatha%netscape.com
33f66d6ea1 Fix mac Mail compose windo problem. bug# 79553
r=dmose, sr=sfraser
2001-05-11 00:24:30 +00:00
ssu%netscape.com
1d5a3b3f0d part of my last checkin. Missed a change in a rc file 2001-05-10 07:36:31 +00:00
ssu%netscape.com
beee90e929 bug 77981 - Hook libxpnet's pause/resume support into the windows installer
bug 77244 - Installers need to create Win32 Reg. key schema that Gecko Embedding browsers can follow
bug 64567 - Unable to see which build is being installed by installer (fix only for mozilla)
bug 64567 - Unable to see which build is being installed by installer
bug 75655 - FTP vs. HTTP Downloading
bug 78449 - Add config.ini key to disable the Site Selector menu.
bug 79173 - The string get cut-off in "Start Install"

Puts a temporary workaround for bug:
  bug 77179 - Download hangs on Win98 machine over Cable/DSL through SERA

http://bugscape/show_bug.cgi?id=4886
http://bugscape.netscape.com/show_bug.cgi?id=4858 - Win installer should indicate version being installed

r=dveditz
sr=mscott

affects only windows platforms.
2001-05-10 07:33:40 +00:00
sgehani%netscape.com
e1c95fed5d Erase rect before drawing new folder icon. b = 79940 r = ssu 2001-05-10 06:48:37 +00:00
sgehani%netscape.com
94808e9166 (*) Show "back" button disabled on OS event. [b=76460; r=ssu; sr=alecf] (*) GetPort/SetPort problems after download completes. [b=78266; r=pinkerton] (*) Welcome message first label formatting. [b=76858; r=ssu; sr=alecf] (*) New images from German. 2001-05-10 03:17:42 +00:00
dbragg%netscape.com
dd8272755e Adding cmessage.txt as part of bug 65678. Need to check this in for localization freeze. NOT PART OF BUILD. 2001-05-09 13:35:07 +00:00
jj%netscape.com
4ed2c01a20 #42902: extracted installer's localizable strings 2001-05-09 05:02:44 +00:00
ssu%netscape.com
45594f575a fixing bug 77927 - Installer must remove \components\psmglue.dll. r,sr=dveditz not oart of tinderbox builds. affects windows platforms only 2001-05-09 04:52:32 +00:00
jst%netscape.com
ea706038cf Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
srilatha%netscape.com
75161436ac Fix for packager-* problem bug# 78926.
r=domse, sr=sspitzer
2001-05-08 01:13:46 +00:00
mscott%netscape.com
d6600a10c6 packaging changes for imgicon.dll and imgicon.xpt 2001-05-07 23:20:45 +00:00
mscott%netscape.com
cdcab3cf3e Add image icon library to the mac packaging list.
a=kysmith
2001-05-07 20:59:58 +00:00
syd%netscape.com
94d061b707 Fix for http://bugzilla.mozilla.org/show_bug.cgi?id=72913 r=sgehani, sr=dveditz 2001-05-05 07:19:22 +00:00
kandrot%netscape.com
afdac97c93 Check in for Ron Guilmette. r=shaver, sr=waterson. For intl r=nhotta. Changes for NS_IMPL_NSGETMODULE. bug #46775. 2001-05-05 05:33:37 +00:00
law%netscape.com
0b84ac6258 Bug 52454; add new helper app dialog component to package lists 2001-05-04 10:50:44 +00:00
ssu%netscape.com
02ae316af6 fixing bug 42904 - Windows install has localizable resources in binary files
affects windows platforms only.

I'm checking in for yxia@netscape.com (Ying-Lin Xia)

r=ssu,dveditz
sr=mscott
2001-05-03 21:47:18 +00:00
scc%mozilla.org
6860a0a739 bug #75504; sr=jband. simple fixes correcting where people inappropriately applied |getter_AddRefs| 2001-05-03 10:09:59 +00:00
sgehani%netscape.com
8cf5a2e4a6 Part of hooking libxpnet's pause/resume into linux installer.
(*** not part of tbox build ***)

b  = 77980
r  = ssu
sr = mscott
2001-05-03 02:20:47 +00:00
sgehani%netscape.com
f67be14c0f (*) Hook in libxpnet's pause/resume support and add a disk space warning.
(*) Also, fix the download location for resumption.
(*) Implement a new and improved download UI with a unified prog bar.

b  = 77980
r  = suu
sr = mscott
2001-05-03 02:17:27 +00:00
sgehani%netscape.com
882fe0046f Add pause/resume support to libxpnet's ftp and download impls.
b  = 67247
r  = ssu
sr = mscott
2001-05-03 02:15:07 +00:00
tao%netscape.com
3cc803983d 57441: Shouldn't have to restart after Mozilla UI langpack changes.
part2: (r,sr)=(ssu,dveditz)
2001-05-02 23:55:19 +00:00
mkaply%us.ibm.com
c1cf4aaeb0 #77350
r=cls
Add BIN_SUFFIX and build cleanup on OS/2
2001-05-02 00:36:54 +00:00
mkaply%us.ibm.com
1f7eeecae3 OS/2 only - misspelling of DosSleep 2001-05-02 00:33:56 +00:00
leaf%mozilla.org
6503b82703 fix for 78317, sr=alecf r=rbs 2001-05-01 21:03:38 +00:00
sfraser%netscape.com
2bef0eadc7 Fix for 78194; add find.xpt to the package files for Unix and Windows (Mac is OK already). a=leaf 2001-05-01 19:06:35 +00:00
cls%seawood.org
00f28396a9 Set EXPORT_LIBRARY=1 in all pertinent Makefile.ins. Allows us to build the final link list as we traverse the tree. Bug #46775 2001-04-28 19:48:12 +00:00
pete%alphanumerica.com
ab892a8c2b sr=blizzard, r=sgehani fix for bug 77605
ambiguous warnings generated from pkgcp.pl

--pete
2001-04-28 12:27:05 +00:00
valeski%netscape.com
00bca056ef mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332 2001-04-27 21:30:24 +00:00
dbragg%netscape.com
f4f5b67ca5 Fix for bug 76541, r=danm, sr=brendan, a=asa@mozilla.org. Suspending and Releasing JS requests during Alert and Confirm dialog creation. 2001-04-23 22:08:05 +00:00
dbaron%fas.harvard.edu
917a656fc5 Adding nsProxyAutoConfig.js to makefiles and installer manifests. b=53080 r=blizzard@mozilla.org 2001-04-17 14:33:19 +00:00
dveditz%netscape.com
f66eec0fc3 Re-fixing bug 7022 (Install.buildID). "2001040506" needs to be a double,
doesn't fit in a javascript int.
2001-04-17 13:13:24 +00:00
rbs%maths.uq.edu.au
67e1cb2bbb Improve the speed of viewsource - Patch of Boris Zbarsky <bzbarsky@mit.edu> b=74486 r=rbs r=attinasi 2001-04-17 07:23:04 +00:00
sgehani%netscape.com
8ee1febf8f Fix spotlight warnings thanks to Simon. b = 76255 r = ssu, sgehani (checking in for sfraser) sr = sfraser 2001-04-17 05:03:05 +00:00
dveditz%netscape.com
d056e2fd73 bug 75847 (form submit fails when psm2 installed) 2001-04-15 18:32:55 +00:00
dveditz%netscape.com
c64c1ce909 bug 75487 PSM2 installer issues, r=/sr=leaf 2001-04-13 23:50:22 +00:00
javi%netscape.com
d08c56a9e4 Fix for Bug 74897 r=leaf
New win32 package entries for PSM 2.0
2001-04-12 17:48:33 +00:00
javi%netscape.com
0709ef33b4 Fix for Bug 74909 r=leaf
New package entries for PSM 2.0
2001-04-12 17:46:43 +00:00
javi%netscape.com
f93626e783 Fix for Bug 74910 r=leaf 2001-04-12 17:45:02 +00:00
oeschger%netscape.com
e841dca97e fix for 75708 blocker, sr=shaver, r=jag 2001-04-12 14:48:15 +00:00
oeschger%netscape.com
6e6ef707c1 adding help build piece, bug=74132, r=samir, r=ssu (for win32), sr=alecf 2001-04-12 01:06:01 +00:00
sgehani%netscape.com
33e4a8a9d0 Make the dummy talkback.xpi work fine by removing the call to addDirectory().
nsSample.js no longer gets exported to dist by default.

b = 72636
r = ssu
sr = leaf
2001-04-11 23:25:14 +00:00
shaver%mozilla.org
a0daa1645d 75152: Remove GetVersionNumber stub in favour of upcoming, less-invasive
preloader strategy. r=jag, sr=attinasi.
2001-04-11 14:23:13 +00:00
danm%netscape.com
2207478bb0 dveditz points out a flaw in my last checkin 2001-04-11 03:33:59 +00:00
hewitt%netscape.com
a45fdbc40d 72717 - die Blue, die!, r=dveditz, sr=hyatt 2001-04-11 03:32:24 +00:00
danm%netscape.com
857e9b3d2b oh yeah. last version compiled on linux, only 2001-04-11 01:45:19 +00:00
danm%netscape.com
acf746db54 replacing use of evil hidden window with embedding-copacetic window watcher. bug 71895 r=blizzard,hyatt,javi,various 2001-04-11 01:20:28 +00:00
darin%netscape.com
00a7e27ee6 Necko API changes, bug 74221. r=valeski, sr=rpotts. 2001-04-10 06:01:08 +00:00
dveditz%netscape.com
80b13132e3 makefile changes to keep .h files out of bogus export directory -- r=leaf
removing obsolete files (not part of build)
2001-04-09 07:19:02 +00:00
danm%netscape.com
9be7be64f3 unbuilding deprecated prompt files (cleaning up my mess) 2001-04-09 04:52:46 +00:00
danm%netscape.com
c223f055da commondialog service is being replaced by promptservice. bug 72112 continues 2001-04-09 01:35:41 +00:00
dbragg%netscape.com
7b692a1447 Turning of building of OS2 version of InstallCleanup until I can work with the OS2 experts. 2001-04-08 20:51:12 +00:00
dbragg%netscape.com
72ef252bfa Fix for OS2 bustage. 2001-04-08 20:26:53 +00:00
dbragg%netscape.com
584e7b8ce1 Special version of cleanup routine for OS2. Most of the work done by Javier pedemont@us.ibm.com 2001-04-08 20:17:09 +00:00
dbragg%netscape.com
7a55f4dd2a Turning on xpicleanup in the build again for bug 65682. It was broken on several PORTS when first checked in. Original r=dveditz and sr=mscott 2001-04-08 17:54:54 +00:00
disttsc%bart.nl
72cea9bb38 Clean up MODULE/REQUIRES, bug=73353, r=cls 2001-04-08 08:33:11 +00:00
cls%seawood.org
e2b3cf5ae0 Lose the directory comparison and just use MOZ_NATIVE_NSPR ifdef. 2001-04-07 11:10:58 +00:00
cls%seawood.org
19decd6750 Fix check for system NSPR 2001-04-07 10:59:36 +00:00
danm%netscape.com
f636001675 moving new nsIPromptService to WindowWatcher lib. adding nsIPrompt creator. bug 72112 continued. r=ccarlen,hyatt,pinkerton 2001-04-07 03:27:28 +00:00
dbragg%netscape.com
cdeac72eec Fix for 67503. Setting File object explicitly and using JS_BeginRequest-JS_EndRequest correctly. r=sgehani, sr=brendan 2001-04-06 04:18:11 +00:00
morse%netscape.com
78472b1405 bug 74569, cookie viewer is blank on installer bits, r=dveditz, sr=shaver 2001-04-06 03:58:03 +00:00
danm%netscape.com
3a6b2acd08 adding new promptservice.xpt bug 72112 r=pinkerton,hyatt 2001-04-06 03:54:04 +00:00
sgehani%netscape.com
7049f065b9 Make installer not hang at Install.execute() in jre.xpi by forcing
libpthread to link before libc.  This fix alleviates the problem
caused by the explicit linking of libc created by revision 1.697 to
mozilla/configure.

b = 73802
r = dbragg@netscape.com
sr = cls@seawood.org
2001-04-05 23:43:58 +00:00
blakeross%telocity.com
c9b9689e26 Use more efficient command structure, refactor commands, broadcasters and keys, remove unused attributes, do some other optimization (72923). Landing navigator part only; this should help new window opening and some other areas. r=ben sr=hyatt 2001-04-05 19:53:13 +00:00
dprice%netscape.com
8c0b9eaf97 65845 - new order files 2001-04-05 06:02:32 +00:00
dbragg%netscape.com
d300e985b1 Fix for 29415. Now returning READ_ONLY error if file attribute set that way. r=dveditz, sr=mscott 2001-04-04 21:40:59 +00:00
rickg%netscape.com
169a621d42 preloader update. r=peterl, sr=attinasi 2001-04-03 22:58:59 +00:00
ssu%netscape.com
a301f5992d fixing:
bug 68053 - Win32 installer needs to log the installation process.
bug 64433 - setup.exe inside mozilla-win32-installer.exe contains "Netscape" text
bug 72254 - Installer should not place Uninstaller shortcut in Start Menu
bug 72422 - Moz Installer needs to update internal ua to 0.9
bug 74173 - Win32 installer needs to offer ability to disable path change
bug 64179 - "K" should be "KB"
bug 71108 - Installer FTP stage is slow on Win32
bug 71113 - Log files should not prevent installation
http://bugscape/show_bug.cgi?id=4196 - Launching Setup via a CD autorun causes dll error

r=dveditz
sr=mscott
2001-04-03 09:44:22 +00:00
disttsc%bart.nl
dacbb4faa9 Add "gfx2" and "imglib2" to REQUIRES lines in Makefile.in for MOZ_TRACK_MODULE_DEPS builds (e.g. senna) 2001-03-30 10:39:06 +00:00
pavlov%netscape.com
4fb578e0d6 adding new files to unix packages file 2001-03-30 08:47:47 +00:00
cls%seawood.org
36c0c9ec6b Help text typo fix.
Thanks to Ben Bucksch <ben.bucksch@beonex.com> for the patch.
2001-03-30 03:59:43 +00:00
sgehani%netscape.com
73f59bb569 Fix Solaris 7 bustage. 2001-03-29 20:34:32 +00:00
sgehani%netscape.com
a388946ccb (*) Stat for permissions of destination dir.
(*) Hook libxpnet into linux installer.
(*) Add proxy support and download settings to linux installer.
(*) Make error dialog dismiss when OK is pressed.
(*) Miscellanous dialog title and position cleanup.
(*) Make readme show on ja_JP locale builds after scrolling the license.
2001-03-28 10:57:58 +00:00
sgehani%netscape.com
da64e4c339 Make Install.arguments return the correct value.
b = 72719
r = dveditz, dbragg
sr = mscott
2001-03-28 09:10:06 +00:00
sgehani%netscape.com
9f1b52dfc7 63454: updating desktop db properly when AppleSingle decoding; 72277: use Appearance manager for drawing default button; 72092: make welcome window text display correctly for all system fonts; 69154: make install log readable 2001-03-28 00:42:27 +00:00
pinkerton%netscape.com
b6c17ba0bb adding libpr0n libraries to package list sr=sfraser. 2001-03-26 19:49:41 +00:00
disttsc%bart.nl
f595ed19f3 Clean up REQUIRES lines. r=cls 2001-03-25 22:59:27 +00:00
cls%seawood.org
1ddcc8d5d4 Add the jar files to the package list. (How did the installer ever work without them?)
Bug #73335 r=bryner
2001-03-25 04:40:52 +00:00
dougt%netscape.com
664cd0f05f Adding Cache to the release builds. r=pavlov, sr=darin. 2001-03-24 00:20:38 +00:00
darin%netscape.com
31e1528dcf Added nkcache to packages for unix and win platforms. r=pavlov 2001-03-23 09:10:38 +00:00
pavlov%netscape.com
82f146ef0d adding new imagelib stuff to packages-win r=darin 2001-03-23 09:06:33 +00:00
jj%netscape.com
9cb7d376cb #71991: added archive size tags + valid download url for the xpi's - r=sgehani 2001-03-23 02:35:41 +00:00
blakeross%telocity.com
0b2dd2b2d2 Fixing 70746: major xul syntax changes. If you use xul, this WILL affect you! Read n.p.m.xpfe for details on the changes and how you can fix your code. r=hewitt sr=hyatt, ben 2001-03-22 00:59:29 +00:00
maolson%earthlink.net
1e7ee6f0f9 fix bug 70747 [XUL Syntax] Replace <textfield> with <textbox>
r=blake, a=ben
2001-03-22 00:15:47 +00:00
dbragg%netscape.com
4ab56f7c66 NOT PART OF BUILD. Removing a bunch of extraneous linefeeds that break IRIX. 2001-03-21 01:11:26 +00:00
disttsc%bart.nl
497249a5e8 Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver 2001-03-20 05:37:56 +00:00
tao%netscape.com
af837c8d5a 71517: Dynamically select platform jar in langxxxx.xpi. r=ssu, sr=dveditz.
package all en-*.jar into langenus.xpi and select on one the fly.
2001-03-19 23:10:12 +00:00
alecf%netscape.com
ffc6a23c5a fix for blocker 72477 - add layout_xul_outliner.xpt to the nightly builds
a=leaf,sr=shaver
2001-03-19 17:52:49 +00:00
hewitt%netscape.com
3d5e92aa75 65745 - themes cleanup, r=dveditz/cmanske/chuang/blake/andreww, sr=hyatt, a=leaf 2001-03-16 02:56:38 +00:00
dveditz%netscape.com
b225560c68 fixing ports build bustage 2001-03-14 08:46:52 +00:00
sgehani%netscape.com
eb141506a3 Hook libxpnet into the mac installer (and UI polish friends). b = 67244 r = ssu sr = mscott 2001-03-14 06:58:44 +00:00