Граф коммитов

1613 Коммитов

Автор SHA1 Сообщение Дата
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