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

2511 Коммитов

Автор SHA1 Сообщение Дата
cbiesinger%web.de 2caffc1227 bug 193740. remove timebomb code
r=neil.parkwaycc.co.uk@myrealbox.com sr=alecf
2003-10-03 20:43:59 +00:00
dbaron%dbaron.org 0bf11d1687 Update version numbers to 1.6a. 2003-09-23 22:39:38 +00:00
neil%parkwaycc.co.uk dc74153f0d Bug 194045 don't store empty dirs in zip packages r/sr=dveditz 2003-09-20 17:45:06 +00:00
mkaply%us.ibm.com 652141c191 How did I do that? - wrong dir separators 2003-09-19 22:01:05 +00:00
cls%seawood.org 4ed4bcc52c Bump build requirements for gcc on win32 to w32api 2.4 & windres 2.14.90 and add version checks.
Remove hacks used for previous versions
Bug #203292 a=bryner
Bug #219327 a=bryner
2003-09-18 19:27:39 +00:00
cls%seawood.org 19d1d413c2 Fix misc build issues for mingw gcc 3.3.1:
* Link non-component libs using -Wl,-enable-runtime-psuedo-relocs to workaround auto-import issues
* the last element of an enum cannot end with a comma
* PRUint16 is not interchangable with PRUnichar nor WCHAR
* cannot take the address of or call ::main() from another c++ function
* Functions declared within |class foo {};| block do not need extra |foo::| qualification
* GCC no longer implements <varargs.h>. Use <stdarg.h> instead
Bug #217009 sr=dbaron
2003-09-18 17:22:33 +00:00
mkaply%us.ibm.com f2a8cc7ce9 #215581
r/sr=brendan
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
2003-09-15 22:20:23 +00:00
bsmedberg%covad.net 0568e675fc Bug 179834. Separate application resources and GRE resources. r=darin sr=dougt 2003-09-13 17:55:56 +00:00
timeless%mozdev.org 4b5d14344b Bug 174218 nsXPInstallManager::ConfirmChromeInstall leaks return from nsTextFormatter::smprintf
r=dveditz sr=bz
2003-09-11 01:52:52 +00:00
bryner%brianryner.com 06c7c1b2b4 Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan. 2003-09-08 00:31:50 +00:00
sspitzer%mozilla.org 828f431d53 fix for bug #214721
long xpi filename can push "Cancel" button off screen

r=ben
2003-09-01 05:35:47 +00:00
caillon%returnzero.com f8e8aed8a7 Backing out the patch to bug 83536.
I will reland this when 1.6a re-opens.
r+sr=jst@netscape.com
a=chofmann
2003-08-22 03:06:53 +00:00
cls%seawood.org 1b51ba858c Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules. 2003-08-16 00:42:35 +00:00
mkaply%us.ibm.com 59d9d11a45 a=mkaply - now that I know spellcheck.xpi is being built, make it part of the wizard 2003-08-15 14:08:16 +00:00
mkaply%us.ibm.com a7ee0ea322 spellcheck not spellchecker 2003-08-14 22:03:46 +00:00
mkaply%us.ibm.com 6eafa3704f r=me a=me - build a spellcheck XPI for linux 2003-08-13 17:48:58 +00:00
ssu%netscape.com 01934f5ad1 fixing the following bugs:
bug 212599 - profile deleted when updating from 1.4b to 20030712 build
  bug 212244 - move ExcludeRemoveList to config.ini
  bug 213573 - Won't let me install in my preffered directory because it
	       contains the same letters as my windows directory

r=dveditz
sr=jag
2003-08-06 07:51:47 +00:00
ssu%netscape.com 31ae44e25c checking in patch from bugzilla@bsdchicks.com to fix bug 109044 - Install error -239 registering chrome on some systems. r=ssu, sr=dveditz 2003-08-05 23:36:54 +00:00
pkw%us.ibm.com 7d9d871f3b Bug 212804 - Enable installation of movemail.rdf on non-AIX systems
r/sr=sspitzer@netscape.com
2003-08-05 13:21:17 +00:00
cls%seawood.org dd293704dc La la la 2003-08-02 21:11:07 +00:00
cls%seawood.org 51ca704b28 Oops. One too many. 2003-08-02 21:05:28 +00:00
cls%seawood.org 09671327f5 Remove unused references to xpcom_obsolete
Bug #38122 r=dougt sr=bryner
2003-08-02 20:17:28 +00:00
mkaply%us.ibm.com bdee623d7e No bug - OS/2 was missing P3P 2003-07-30 21:29:38 +00:00
mkaply%us.ibm.com 02aa299fd5 Missing equals sign. ARGH 2003-07-29 18:40:13 +00:00
mkaply%us.ibm.com 0f1fc88854 just in case someone complains about this mornings builds, new jst files so spellchecker actually works on Windows 2003-07-29 15:07:02 +00:00
mkaply%us.ibm.com 540bb806ee Spellchecker packaging 2003-07-29 04:26:21 +00:00
mkaply%us.ibm.com 7eddf8b206 Spellchecker packaging for mac 2003-07-29 04:21:21 +00:00
mkaply%us.ibm.com 78f90e0c53 #56301
Spellchecker packaging
2003-07-28 22:33:24 +00:00
mkaply%us.ibm.com 26d37bb8b9 #56301
Spellchecker packaging
2003-07-28 22:25:25 +00:00
daniel%glazman.org 3384a6fa2b resources were not declared in xpinstall/packager for Composer's new features (positioning, table UI)
bug=214167, r=brade, sr=bzbarsky
2003-07-28 20:37:09 +00:00
timeless%mozdev.org 329a09eee9 Bug 213894 XPI Installation crashes [@ nsXPITriggerItem::SetPrincipal]
r=caillon sr=bz
2003-07-25 21:10:38 +00:00
caillon%returnzero.com 91b7c60bee Bug 83536.
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
mkaply%us.ibm.com 1a38ab2d00 rs=leaf
Remove XP_OS2_VACPP from the tree
2003-07-22 18:38:01 +00:00
jaggernaut%netscape.com 83c571e877 Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron 2003-07-20 07:47:59 +00:00
bzbarsky%mit.edu 42ad698159 Make the string "Unsigned" localizable in XPInstall. Bug 198010, patch by
Marcel Gosselin <marcel.gosselin@polymtl.ca>, r=ssu, sr=bzbarsky
2003-07-15 05:06:08 +00:00
jaggernaut%netscape.com 817298ce0b Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky 2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com 2d7ed90a69 Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner 2003-07-13 22:29:00 +00:00
ssu%netscape.com 815c99f4f5 fixing bug 198081 - Old GRE's left on disk when upgrading Mozilla. r=dveditz, sr=jag, a=dbaron 2003-07-10 23:42:07 +00:00
ssu%netscape.com d971762a99 fixing bug 210731 - Setup should delete target installation dir on upgrade. r=dveditz, sr=jag, a=dbaron 2003-07-10 23:10:18 +00:00
seawood%netscape.com 7a6dc123e6 Make deliver.pl objdir aware & fix bogus strip errors in makexpi.pl
Bug #162079 r=ssu sr=leaf
2003-07-03 03:33:48 +00:00
ssu%netscape.com baa8ed6914 fixing bug 162079 - installer: lack of objdir support. r=seawood/sr=leaf 2003-06-30 21:47:55 +00:00
seawood%netscape.com 7a7cda041f Use the documented __declspec keyword instead of _declspec.
Bug #206934 r=dougt
2003-06-24 22:12:37 +00:00
jst%netscape.com abefba9053 Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com 2003-06-24 21:43:01 +00:00
timeless%mozdev.org 4942b03239 Bug 187031 [nsLocalFileWin] nsLocalFile::Remove returns os remove values (-1) as nsresults
r=dougt sr=darin
2003-06-18 23:19:11 +00:00
seawood%netscape.com 97649bab86 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 21:18:27 +00:00
seawood%netscape.com b28ce0a530 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:12:33 +00:00
ssu%netscape.com 610398496b fixing bug 207978 - Setup.exe crashes only with 1.4 (Windows 2000). r=sgehani, sr=dveditz. this is to get the code in sync with the branch. it's just a minor change since the main fix is already checked in. 2003-06-09 18:24:24 +00:00
ssu%netscape.com 13557477c9 fixing bug 197626 - PalmSyncInstall.exe (Address Book Palm Sync) has no customized icon (in Start Menu). r=sgehani, sr=sspitzer, a=sspitzer 2003-06-09 18:13:55 +00:00
ssu%netscape.com 8e431b61f5 fixing bug 207978 - Setup.exe crashes only with 1.4 (Windows 2000). r=/sr=dveditz 2003-06-06 04:39:05 +00:00
pavlov%pavlov.net 89b728063a Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00