Commit Graph

2575 Commits

Author SHA1 Message Date
mkaply%us.ibm.com
835880d847 #205837
r=pedemont, sr=blizzard (platform specific)
Remove all directories we created in TMP during install
2004-03-09 23:48:22 +00:00
cbiesinger%web.de
35ade6fe43 63416 patch by Andrew Schultz <ajschult@mindspring.com> r=bsmedberg sr=bryner
remove sequential requirement for components in the installer's ini file
2004-03-09 22:47:26 +00:00
bienvenu%nventure.com
ff803a0c58 fix palm sync uninstall to restore previous conduit, sr=mscott 236923 2004-03-09 18:42:26 +00:00
bzbarsky%mit.edu
43c50dd583 Make error dialogs block continued execution of the installer. Bug 235139,
patch by Andrew Schultz <ajschult@mindspring.com>, r=dveditz, sr=bryner
2004-03-06 17:38:01 +00:00
bsmedberg%covad.net
f25a03b907 Bug 234353 - Remove old #define XI_ERR_BAIL_EXCEPT (unused) patch by ajschult@mindspring.com rs=dveditz 2004-03-05 05:43:13 +00:00
brade%comcast.net
245c852193 removed unused nsCOMPtr; r/sr=tor 2004-03-04 19:36:27 +00:00
neil%parkwaycc.co.uk
2fbdb90c07 Bug 214904 Use ISO dates in install.log p=cnst+moz%bugmail.mojo.ru (Constantine A. Murenin) r=dveditz sr=roc 2004-03-03 22:33:28 +00:00
jst%mozilla.jstenback.com
bc10ea8a9c Fixing bug 141056. Prevent setting the location of a window from crashing when called w/o JS on the stack, and ensure XPInstall pushes the JS context onto the JS context stack before evaluating JS. r+sr=bzbarsky@mit.edu, r+st=jst@mozilla.jstenback.com 2004-03-03 18:13:00 +00:00
timeless%mozdev.org
977260b591 Bug 230244 mozilla\xpinstall\src\nsInstall.cpp(2386) : warning C4930: 'nsString usr(void)': prototyped function not called (was a variable definition intended?)
r=bsmedberg sr=tor
2004-03-03 04:12:35 +00:00
mconnor%myrealbox.com
493f7f5cdc Bug 236010 - INI parser reads memory beyond EOF - patch by Andrew Schultz (ajschult@mindspring.com), r=bsmedberg sr=dveditz 2004-02-29 19:03:39 +00:00
darin%meer.net
c380c59f65 landing dbaron's patch for bug 235735 "fix callers that cast away const on result of ns[C]String::get" r+sr=darin 2004-02-28 22:34:07 +00:00
bsmedberg%covad.net
3ad1a1e910 Bug 232071 - windows uninstaller cosmetic bug (unescaped \n)... r+sr=bengoodger 2004-02-27 20:17:13 +00:00
leaf%mozilla.org
ec66e7c2ed clean up file permissions before creating installer .xpi files. r=dbaron 2004-02-26 23:31:46 +00:00
leaf%mozilla.org
bdd04414b4 remove possible line endings in buildid, which leads to disastrous default
install directories on windows. bug 233014. r=ssu, sr=dveditz
2004-02-26 21:47:03 +00:00
scott%scott-macgregor.org
d91cbf10ac Bug #234804,234976 --> Installers are crashing on launch, trying to install deflenus.xpi
r/sr=darin
2004-02-26 00:56:11 +00:00
cls%seawood.org
bbe803c4d7 Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
bryner%brianryner.com
078b6c6ce9 Merge jsdom and gklayout libraries (bug 232247). r=dbaron, sr=jst. 2004-02-24 03:22:35 +00:00
cls%seawood.org
4e1a592115 Add support for cross-compiling to mingw.
Bug #222013 r=bryner
2004-02-20 22:14:14 +00:00
pkw%us.ibm.com
32e05f3a01 Bug 231983 - xpicleanup incorrectly uses strcmp
r=timeless@bemail.org, sr=darin@meer.net
2004-02-19 22:00:12 +00:00
cbiesinger%web.de
e3703b5c21 bug 182161, remove "installation has completed" dialog from linux installer
patch by Andrew Schultz <ajschult@eos.ncsu.edu>, r=dveditz sr=bryner
2004-02-19 20:07:58 +00:00
cbiesinger%web.de
b280ba4a25 bug 99380 Different shell icons to identify each associated file type
patch by Jeremy Morton <jez9999@runbox.com>, icons by jez, SkewerMZ, Brian Bober and Malcom Scott
r=neil sr=jag a=bart
2004-02-19 19:11:32 +00:00
dbaron%dbaron.org
caa75b1fd1 Use the objdir and srcdir options in a way that deliver.pl supports so that this works with an objdir. b=162079 r=leaf 2004-02-19 18:07:33 +00:00
jst%mozilla.jstenback.com
fabd10b530 Fixing crasher regression bug 233953. Removing extra Release() call that causes a crash due to an unbalanced refcount. r=danm-moz@comcast.net, sr=dougt@meer.net, a=chofmann@mozilla.org 2004-02-17 23:07:33 +00:00
mvl%exedo.nl
20faa7f7e1 make clearer warning to users deleting old Mozilla installations
Bug 69153, patch by opi@gmx.net, r/sr=dveditz, a=chofmann
2004-02-14 19:09:41 +00:00
timeless%mozdev.org
5f8c0656aa Bug 233763 Delete Dialog 64 char bug
patch by opi@gmx.at r=dveditz sr=dveditz a=dveditz
2004-02-13 07:49:05 +00:00
timeless%mozdev.org
adc9866485 Bug 233763 Delete Dialog 64 char bug
patch by opi@gmx.at r=dveditz sr=dveditz a=dveditz
2004-02-13 06:51:30 +00:00
ben%bengoodger.com
434b29d4a5 227796 - XPInstall InstallTrigger API changes - add a parameter to the install js object that supports an icon, also make the install FE parameterizable via a pref. r=bsmedberg, dveditz.
230768 - add the ability to make a window flash only a certain number of times in the taskbar. dom stuff r/sr=jst, widget changes r=danm, sr=bryner
2004-02-11 03:46:30 +00:00
ben%bengoodger.com
b673a98c2a oops, didn't mean to touch this file 2004-02-11 01:26:37 +00:00
ben%bengoodger.com
eb919d1f0c Firebird is now called Firefox 2004-02-11 00:56:17 +00:00
jst%mozilla.jstenback.com
505c634885 Fixing bug 233307. deCOMtaminating nsIScript* and related interfaces. r+sr=bryner@brianryner.com. 2004-02-09 22:48:53 +00:00
cbiesinger%web.de
51aea1c159 Bug 217531 mozilla .xpi files' install.js has filesize too big
patch by Andrew Schultz <ajschult@eos.ncsu.edu> r=bsmedberg sr=leaf
2004-02-09 18:39:25 +00:00
cbiesinger%web.de
c6a6de56ce bug 160973 patch by Andrew Schultz <ajschult@eos.ncsu.edu> r=dveditz sr=bryner
fix gtk assertions on installer exit from auto-mode
2004-02-04 00:31:33 +00:00
cbiesinger%web.de
c84c766db5 install reports there is zero space free on my drive and quits (NT 3.51)
bug 202505 r=dveditz sr=roc
2004-02-02 16:47:05 +00:00
cls%seawood.org
25fb945181 Removing unused file.
Bug #232354
2004-01-30 06:23:54 +00:00
bsmedberg%covad.net
54679ad68b Bug 109703 - unix stub installer sends proxy auth even when no username/password is entered. patch by opi@gmx.at r=me r/sr=darin 2004-01-29 03:14:53 +00:00
chanial%noos.fr
a1c842e348 Bug 216137: Make xpinstall/packager produce thunderbird/Firebird packages.
patch by David Fraser <davidf@sjsoft.com>, r=bsmedberg, sr=mscott
2004-01-26 00:40:13 +00:00
bsmedberg%covad.net
047415ef80 Bug 224578 - separate embedding/GRE default prefs from application prefs. r=timeless+glazou r/sr=alecf
There were a couple CVS-moves during this process:
modules/libpref/src/init/editor.js -> editor/ui/composer.js
modules/libpref/src/init/mailnews.js -> mailnews/mailnews.js
2004-01-16 19:22:43 +00:00
jst%mozilla.jstenback.com
acc421312b Fixing bug 231049. Removing unused member nsXPInstallManager::mStringBundle. r=dougt@meer.net, sr=alecf@flett.org. 2004-01-16 04:09:39 +00:00
mkaply%us.ibm.com
3ffe9cb734 stricmp not strcmpi - os/2 bustage 2004-01-12 05:15:58 +00:00
mkaply%us.ibm.com
d3cf07ea39 #230204
r=pedemont, sr=blizzard (platform specific)
Installer updates for OS/2
2004-01-09 22:05:50 +00:00
bsmedberg%covad.net
d0f309943a Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net
274ef7cd49 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
bsmedberg%covad.net
0c471686e7 bug 219233 - Unfork nsIChromeRegistry.idl (not the impl, just the interface) and move it into content/base/public until we can get a more fine-grained separation of that interface in to GRE/non-GRE pieces. r/sr=hyatt+jst
I couldn't do a CVS move of nsIChromeRegistry.idl, sorry... it was added on a branch earlier. The old CVS log/blame can be found at mozilla/rdf/chrome/public/nsIChromeRegistry.idl
2003-12-22 05:23:10 +00:00
neil%parkwaycc.co.uk
ce9ff3d44e Bug 90906 Remove unused variables r=bsmedberg sr=dveditz 2003-12-20 18:11:22 +00:00
neil%parkwaycc.co.uk
412a6eb57e Bug 226958 convert xpistatus.xul to <dialog> p=gautheri@noos.fr r=me sr=ben a=asa 2003-12-03 23:44:58 +00:00
ben%bengoodger.com
f0db7c9162 Welcome to 2003, nsinstall.exe. nsinstall.exe should supply a "high definition" icon for Windows XP, and use the more modern style. 2003-12-03 06:49:10 +00:00
bsmedberg%covad.net
daa93f0f1e Bug 221994 - Log chrome registry errors during XPInstall to help diagnose error -239. Patch by bugzilla@bsdchicks.com (Doc Wilco) thank you! r=me sr=bryner 2003-11-15 14:57:28 +00:00
leaf%mozilla.org
111e10d2de remove version from installer package for nightly builds. 2003-11-13 02:17:51 +00:00
mkaply%us.ibm.com
5a63cdfb93 No bug - get installer working for GCC on OS/2 - change APIs to _APIs and fix a bad variable reference 2003-11-12 21:08:39 +00:00
leaf%mozilla.org
08b3f025a1 adding rough installer creation hack for release-tinderbox script 2003-11-07 23:52:00 +00:00