Commit Graph

2859 Commits

Author SHA1 Message Date
mats.palmgren%bredband.net
1693ba2210 Fix compile warnings. b=311646 r=dveditz sr=benjamin 2005-10-16 15:52:26 +00:00
mrbkap%gmail.com
7d148003ab bug 311952: xpinstall should use its own runtime, so its JS isn't bound by Gecko's JS invarients. r=dveditz sr=brendan 2005-10-11 18:04:05 +00:00
neil%parkwaycc.co.uk
4842ea180c Change ds32.exe switches to use - for MSYS compatibility b=294122 r+sr=dveditz 2005-09-28 15:00:13 +00:00
cst%andrew.cmu.edu
078c459ef3 Bug 198247 "del" key doesn't work in download manager if you used the installer.
Patch by ajschult, r=me sr=dveditz
2005-09-27 03:36:12 +00:00
mkaply%us.ibm.com
070f37589a Bad extra OS/2 only files in packaging 2005-09-26 20:24:40 +00:00
mkaply%us.ibm.com
e389c5bdc1 #310096
r=bsmedberg
OS/2 bustage - just remove $os from xptlink.pl - it's not used anymore
2005-09-26 20:12:26 +00:00
mkaply%us.ibm.com
7ceb46449a #310096
r=bsmedberg
OS/2 bustage - just remove $os from xptlink.pl - it's not used anymore
2005-09-26 20:00:32 +00:00
mkaply%us.ibm.com
1b87e3cd9e #282335
r=chase
Make packager understand OSes other than Windows
2005-09-22 21:51:47 +00:00
scott%scott-macgregor.org
974b0c8542 Bug #308281 --> We want to remove the XPI work around by deleting the file: bug307259.js
from the default prefs directory. sr=dbaron
2005-09-13 06:49:48 +00:00
cst%andrew.cmu.edu
b033186934 Bug 301579 SeaMonkey installer should close both SeaMonkey and Mozilla, after prompting the user.
r=bsmedberg sr=dveditz
2005-09-09 15:43:47 +00:00
dveditz%cruzio.com
16635b2e9e Don't block onload xpinstall, site whitelisting does the job (bug 271567).
Required to fix bugs 295058 and 300114. r=dougt, sr=mscott
2005-09-02 01:02:28 +00:00
bryner%brianryner.com
6524ddcb09 Actually read up to 32KB of a XPI to look for a signature, instead of requiring the whole thing to be in the first chunk of data available. Bug 306354, r+sr=darin. 2005-08-31 05:12:52 +00:00
dougt%meer.net
7fd4fa8910 Fixing bustage. I checked in the patch from the bug, and not my local diff 2005-08-26 07:11:47 +00:00
dougt%meer.net
7c0ee6b9d3 Bug 302284. add xpi hash support to InstallTrigger.install(). r=dveditz, sr=shaver, a=asa 2005-08-26 06:46:21 +00:00
neil%parkwaycc.co.uk
64cd5bbbe0 Bug 305886 Should use $(MAKE) for recursive makes r=bsmedberg 2005-08-25 20:33:56 +00:00
cbiesinger%web.de
7546caf9f5 bug 244770 include sroaming in installer builds
patch by giacomo.magnini@portalis.it / trs80@tartarus.uwa.edu.au r=benb sr=neil
2005-08-22 16:10:12 +00:00
kairo%kairo.at
0a1a2d8509 bug 302444 - include unpackaged files in package lists for SeaMonkey installers, r=ajschult sr=Neil 2005-08-19 23:09:31 +00:00
bienvenu%nventure.com
690785e15a add optional support for mit kerberos for windows, patches by cneberg@gmail.com, r=darin, sr=bienvenu 280792 2005-08-19 14:25:22 +00:00
dougt%meer.net
113b55ca61 nsXPInstallManager::OnDataAvailable may consume more data than expected. b=300115. r=darin. sr=dveditz. a=asa 2005-08-18 19:01:38 +00:00
timeless%mozdev.org
96b7461b46 Bug 303654 InstallTrigger.install(null) crashes [@ JS_Enumerate]
patch by shutdown@flashmail.com r=dveditz sr=dveditz
2005-08-16 16:31:36 +00:00
pete%mozdevgroup.com
060e489935 b=291178
InstallTrigger.getVersion gone in Firefox 1.0.3
r=timeless
sr=dveditz
--pete
2005-08-11 22:41:31 +00:00
neil%parkwaycc.co.uk
3aeaa48825 Installer code cleanup b=47762 p=gautheri@noos.fr r=dveditz a=bsmedberg 2005-08-03 16:28:34 +00:00
bugzilla%standard8.demon.co.uk
931641699a Bustage fix for previous checkin (sorry) Bug 287540 - (Bv1) <nsXPInstallManager.cpp>. 2005-07-30 20:10:35 +00:00
bugzilla%standard8.demon.co.uk
dc7c3a6ff0 Bug 287540 Fix various _C++_ compiler warnings from my Windows non-debug build - (Bv1) <nsXPInstallManager.cpp>. Patch by Serge Gautherie <gautheri@noos.fr> r+sr=dveditz,a=bsmedberg 2005-07-30 19:37:45 +00:00
cbiesinger%web.de
2338bdd85d bug 300149 only remove the last character of the version if it's a newline (use chomp instead of chop)
r=bsmedberg sr=dveditz a=bsmedberg
2005-07-28 13:37:21 +00:00
cst%andrew.cmu.edu
28bb69ed0b Bug 301842 fix chrome errors from reporter locale moving
patch by ajschult, r=bsmedberg a=bsmedberg
2005-07-24 01:48:58 +00:00
bzbarsky%mit.edu
10d1c576d9 Expose the subject name for the cert and an nsISupports pointer to the cert on
nsIPrincipal that represents a certificate principal.  Change preference
storage to ensure matches in not only the fingerprint but also the subjectName
before applying privileges from preferences to a certificate principal.  Remove
possibility for creating certificate principals without a useful identifying
name and make sure that names don't get munged by being forced to ASCII.  Bug
240661, r=caillon, sr=dveditz, a=bsmedberg
2005-07-22 19:05:42 +00:00
cst%andrew.cmu.edu
8689c6c484 Bug 238741 ExistAllXPIs should check that the .xpi files are actually ok
patch by ajschult, r=benjamin sr=dveditz a=asa
2005-07-14 01:44:15 +00:00
cst%andrew.cmu.edu
0e3f234179 Bug 283418 [gtk2] select "next" button by default
patch by ajschult, r=dveditz sr=bryner a=benjamin
2005-07-14 01:42:34 +00:00
masayuki%d-toybox.com
d02d449e86 Bug 264386 Older version entries in registry not removed when version changes r=benjamin, sr=dveditz, a=asa 2005-07-13 15:59:56 +00:00
mkaply%us.ibm.com
02644beba4 a=mkaply - more makeall.pl syncing with windows 2005-07-08 17:44:57 +00:00
mkaply%us.ibm.com
4bf06d444a 288199 - OS/2 version - r=bsmedberg, sr=mkaply, a=mkaply - all these changes have been built and tested 2005-07-08 17:25:06 +00:00
timeless%mozdev.org
cb29f255cf Bug 295854 (new InstallVersion()).compareTo(/x/) crashes [@ConvertJSValToObj]
handle null
r=dveditz sr=dveditz a=jay
2005-07-07 18:45:01 +00:00
dougt%meer.net
bcc5146681 Fixes 293331. r=dveditz, sr=jst, a=chase 2005-07-06 01:25:47 +00:00
kairo%kairo.at
bb147f9687 correct fix for the Makefile include stuff of bug 292268 (do correctly what the last bustage fix checkin tried to do), r+a=bsmedberg 2005-07-05 13:36:53 +00:00
kairo%kairo.at
d47791d657 bug 292268 again, possible bustage fix for creature (SeaMonkey win installer only), r=IanN sr=Neil 2005-07-05 11:44:46 +00:00
kairo%kairo.at
8852044976 bug 299633 - Rebrand unix README (SeaMonkey-only), r=Neil a=asa 2005-07-05 10:58:14 +00:00
kairo%kairo.at
893458ceca supplementary fix for bug 292268 (SeaMonkey package naming) to fix windows stub installer (creature orange), p=IanN <bugzilla@arlen.demon.co.uk> sr=Neil r+a=bsmedberg 2005-07-04 18:38:47 +00:00
cst%andrew.cmu.edu
d0cf7e895b Bug 288199 - rebrand suite unix installer logo
file by ajschult
2005-07-02 21:25:19 +00:00
cst%andrew.cmu.edu
3896333037 Bug 299188 Rebrand suite Win32 installer - update images in installer. 2005-07-02 20:57:48 +00:00
cst%andrew.cmu.edu
9c15bbb9b7 Bug 288199 Rebrand suite installer for SeaMonkey. This patch is for the Win32 installer.
r=bsmedberg sr=dveditz a=bsmedberg
2005-07-02 20:44:17 +00:00
kairo%kairo.at
86e154a457 bug 292268 - Standardize SeaMonkey package/installer filenames based on toolkit's package-name.mk, sr=Neil r+a=bsmedberg 2005-07-02 20:39:09 +00:00
kairo%kairo.at
8729cd8995 bug 299463 - File res/hiddenWindow.html missing in installer build (SeaMonkey), p=Andrew Schultz <ajschult@verizon.net> r+a=bsmedberg 2005-07-02 19:05:46 +00:00
bsmedberg%covad.net
829fcc5862 Followup to bug 298670 - use cygpath as necessary to convert win32 paths for xpt_link, a=Chase 2005-07-01 01:18:49 +00:00
bsmedberg%covad.net
6db8a67923 Bug 298670 (try #2) - Build Firefox tarballs from the installer manifests, r+a=Chase (this second try incorporates the slash fix from Chase as well as additional changes to Packager.pm to make globbing work properly) 2005-06-30 19:22:39 +00:00
cvshook%sicking.cc
23fe2ae1ed Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off
r=bsmedberg sr=jst a=bsmedberg
2005-06-29 22:41:59 +00:00
bsmedberg%covad.net
d9346c31d9 Bug 295680 - extension should not install when chrome registration fails - patch by Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg 2005-06-29 13:58:16 +00:00
cbiesinger%web.de
c97ea87e70 Bug 298675 register locale packages for reporter, and fix typo (inspector ->
reporter)
patch by Andrew Schultz <ajschult@verizon.net> r=dveditz sr=neil a=bsmedberg
2005-06-28 20:21:53 +00:00
cmp%mozilla.org
e353f7bdc2 Backing out bug 298670, attachment 187193 and changes to xptlink.pl since. 2005-06-28 11:07:48 +00:00
neil%parkwaycc.co.uk
854aed594d Typo fix to make overlays.rdf uninstall correctly b=289097 r+a=bsmedberg 2005-06-28 10:20:24 +00:00