Commit Graph

1621 Commits

Author SHA1 Message Date
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