jj%netscape.com
de188e878e
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
0c922c7539
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
c8cbad607f
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
194dc9653f
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
be147a4a9d
fixing blocker bug 83977 - installer fails to complete with error -229. a=leaf
2001-06-04 19:13:13 +00:00
syd%netscape.com
528b0bb07b
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
1856715b38
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
45b466f93b
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
22ef670712
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
3cb28080cf
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
4e1f78ccd7
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
93b5db53ea
Add DOWNLOAD_ONLY attribute support to components. (b=4837; r=ssu; sr=mscott)
2001-05-23 03:18:50 +00:00
ssu%netscape.com
f6a826c618
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
f804ad1079
Forgot newline in debug statement.
2001-05-23 02:28:50 +00:00
sgehani%netscape.com
77746745bc
Add DOWNLOAD_ONLY attrbute to components.
...
b = 4836
r = ssu
sr = alecf
2001-05-23 02:24:24 +00:00
scc%mozilla.org
26a57f8ad3
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
b00cd7f3a1
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
e919fcd1d2
Fix bustage due to missing closing brace.
2001-05-22 23:45:54 +00:00
ssu%netscape.com
6c621a2686
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
a5e7d36832
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
9a3b9c9d21
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
9859607961
#81691
...
r=cls
Enable packaging on OS/2
2001-05-22 22:05:15 +00:00
dbragg%netscape.com
072fca89ad
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
479f7e9f78
Add pause/resume to mac installer download. (b=77979; r=ssu; sr=mscott)
2001-05-20 00:15:29 +00:00
ssu%netscape.com
19272a68d2
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
5b7a35448e
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
f6a3f92513
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
b4181709dd
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
09cf18d2d6
Bug 42902, remove localizable strings from rsrc into installer.ini
2001-05-17 22:15:36 +00:00
sgehani%netscape.com
0aed405a12
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
60f31367a4
Bug 42902, UI changes for installer.ini
2001-05-17 22:04:01 +00:00
sgehani%netscape.com
f49b291bd6
UI changes for installer.ini
2001-05-17 20:24:36 +00:00
dbragg%netscape.com
479d91dc77
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
58c40cfe8d
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
cfb840764f
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
d34d7de6ad
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
aeb41be952
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
b547d55ee9
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
bfc56dbd23
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
d70e6b89dc
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
dc48b7325a
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
d31ac9d3b6
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
622e28fb32
bug 79886 get install log working again (casualty of xpcdom landing). r=ssu
2001-05-14 08:45:44 +00:00
dveditz%netscape.com
b229b1c6b4
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
e24be8f6e1
nebiros bustage from earlier - don't people even look at ports
2001-05-14 04:46:00 +00:00
rpotts%netscape.com
f3e719c2c1
bug #65777 (r=valeski, sr=mscott) - Window targeting fixes...
2001-05-14 02:16:27 +00:00
syd%netscape.com
2402f0d663
Fix for 78282 r=ssu, sr=mscott
2001-05-13 00:45:45 +00:00
peterv%netscape.com
aa5e383f6c
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
018d9cabe5
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
404de8ed79
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