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

1796 Коммитов

Автор SHA1 Сообщение Дата
jj%netscape.com 361fca7585 fix for bug #106566: updated 'vers' 2 resource to 0.9.5+ (installer) 2001-11-02 02:00:16 +00:00
alecf%netscape.com cb27dff83f argh, this was left over cruft from my tree 2001-11-02 00:17:29 +00:00
alecf%netscape.com 67645a5a6f fix for bug 76944 - cleanup as a result of string bundle cleanup
r=tao, sr=dveditz
2001-11-01 22:42:28 +00:00
seawood%netscape.com 8a2a775382 Since '-framework Carbon' causes binaries to require console access to run, do not link using that flag by default. Otherwise, remote builds & non-console tinderboxes will break. Mac OSX Mach-O only.
Bug #107696 r=mozbot
2001-11-01 00:54:48 +00:00
pete%alphanumerica.com b52992027b b=107823, r=ccarlen, sr=brendan
--pete
2001-11-01 00:11:15 +00:00
jaggernaut%netscape.com e2f4401c73 Bug 53057: Fixing up users of implicit |CharT*| conversion operators for nsCString to use |.get()| instead, rr=dbaron, rs=scc 2001-10-28 08:33:51 +00:00
seawood%netscape.com 9b5ae05e33 Landing the rest of the mach-o OSX changes.
Bug #75653 r=cls sr=waterson
2001-10-27 07:38:18 +00:00
dbaron%fas.harvard.edu 02f3a2d769 Fix member initializer re-ordered warnings by re-ordering member initializers. r=jag rs=waterson b=105974 2001-10-25 03:21:53 +00:00
dprice%netscape.com bd0094e062 fix 42433 r=dveditz sr=mscott
File.DirCreate now returns success if dir already exists
2001-10-23 22:35:11 +00:00
curt%scruznet.com f482b70bee Enables Okay button so dialog can be closed.
Fixes bug #53224.
2001-10-23 06:00:37 +00:00
curt%scruznet.com d6cfd65421 Enables the pause button. Fixes bug #84595. 2001-10-23 05:49:20 +00:00
gerv%gerv.net d72b68fbd4 Bug 101431 - making chromelist.txt happen again. Enable it on Unix, and add it to the relevant packaging manifests. r=cls. 2001-10-23 02:40:24 +00:00
jj%netscape.com 967939a9b9 landing fix for bugscape 10608 (added oji.shlb in [browser] module) on the trunk. 2001-10-23 00:35:45 +00:00
dougt%netscape.com 0a62d4e8d5 99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com 2001-10-22 22:01:27 +00:00
loadrunner%betak.net a234d852a9 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 23:18:32 +00:00
loadrunner%betak.net a9bf48f606 bug 99186, Remove acceptlanguage.properties from the build, r=tao, sr=blizzard 2001-10-19 21:53:14 +00:00
dougt%netscape.com d18d7e2b17 nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163 2001-10-19 20:52:59 +00:00
tao%netscape.com 54985f4317 bug 72496: How to get all platform files w/o downloading 3 Browsers?
r=ssu,sr=dveditz
2001-10-16 23:36:03 +00:00
dougt%netscape.com 4f3a44d63b API Freeze for nsIServiceManager r=shaver@mozilla.org, sr=rpotts@netscape.com bug 99147 2001-10-16 03:35:52 +00:00
nhotta%netscape.com e22f2cdc83 Adding "universalchardet", bug 91304, r=ftang, sr=sfraser. 2001-10-15 22:43:18 +00:00
rginda%netscape.com 02dcf03a7e fix typo, r=syd 2001-10-13 08:33:08 +00:00
ssu%netscape.com d08a823b72 fixing bug 104275 - Cannot send message from Excel/PPoint97 using SimpleMAPI. r=curt, sr=dveditz. not part of tinderbox builds. affects windows platforms only 2001-10-13 02:01:16 +00:00
curt%scruznet.com 0c9d94e1a8 Only add MAPI and MAPIX to win.ini. 2001-10-12 19:56:36 +00:00
dbaron%fas.harvard.edu a22072c008 Bug 69873: remove nsAutoCString. r=jag rs=scc 2001-10-12 02:57:59 +00:00
leaf%mozilla.org 86d595922a bug 88898, code from lpham, r=leaf sr=granrose (packaging manifest). removing a non-existent library from the manifest 2001-10-11 21:15:45 +00:00
ssu%netscape.com a0c3a75e96 need to disable a call to updateMapi() because mapi has not landed on trunk yet. If this is not done, win32 installer will fail to complete when run. 2001-10-10 01:11:40 +00:00
ssu%netscape.com 1ec5e46137 fixing bug 103232 - Changes the function pointer reference name (that the installer looks for in Mapi32.dll) from MAPIGetVersion() to GetMapiDllVersion(); also fixes mail.xpi to update mapi32.dll when appropriate. r=curt, sr=dveditz. affects windows platforms only 2001-10-10 01:03:42 +00:00
ssu%netscape.com c95c6cfa39 fixing bug 103939 - add new key, [JRE LIB PATH], to native win32 installer. r=curt, sr=dveditz. affects windows platforms only. 2001-10-10 00:24:20 +00:00
curt%scruznet.com 0bc3b0d4a5 Simple MAPI setting in win.ini. 2001-10-09 01:20:29 +00:00
leaf%mozilla.org f5b98bc720 bug 103025, update version string for windows installers. code from kysmith, r=leaf 2001-10-08 22:47:53 +00:00
dougt%netscape.com f6d565a8b3 removes a printf. r=syd 2001-10-08 22:45:01 +00:00
ssu%netscape.com 435140b31e fixing bug 103228 - Fix xpinstall engine so InstallTrigger.compareVersion() works. r=syd, sr=dveditz. 2001-10-08 21:24:19 +00:00
ssu%netscape.com 50ea82c092 fixing bug 103242 - component-specific timing dependency sections don't get run. r=ssu, sr=dveditz. affects only windows platforms. 2001-10-08 21:01:34 +00:00
jaggernaut%netscape.com c39b98b2a4 Clean up REQUIRES lines. 2001-10-07 10:35:41 +00:00
akkana%netscape.com 0ee3cb2fdd 66345: Flipping the switch on the editor reorg (mac).
Add the new library names to the mac packager.
  r=cmanske,jfrancis,brade sr=sfraser,kin a=dbaron
2001-10-05 01:15:56 +00:00
akkana%netscape.com 7ab75cf931 66345: Flipping the switch on the editor reorg.
libeditor is now just the base libraries; libcomposer covers
  the composer app.  Installing both in packages that used to
  install the composer app.  Mac checkin will follow separately.
  r=cmanske,jfrancis sr=sfraser,kin a=dbaron
2001-10-05 00:40:27 +00:00
ssu%netscape.com a9f41d218e backing out my previous check in. 2001-10-04 22:04:55 +00:00
ssu%netscape.com 6f7bfb35db fixing bug 9943 - 2 icons showing up on desktop after installing 6.2 - r=dveditz, sr=syd 2001-10-04 21:41:24 +00:00
rginda%netscape.com 5413d3807c bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template
2001-10-02 23:56:10 +00:00
rginda%netscape.com 66a10141cc bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman to config.ini template and makeall.pl
2001-10-02 23:55:34 +00:00
rginda%netscape.com 2ecf32a213 bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
add venkman components to the packages files
2001-10-02 23:54:02 +00:00
rginda%netscape.com 00692d26fa bug 97945, "venkkman install packaging", sr=shaver, r=ssu,jj
initial add of venkman install.js templates
2001-10-02 23:52:49 +00:00
ccarlen%netscape.com cf1abf69eb Bug 92750 - Fizilla doesn't ask to save changes when quitting with Cmd-Q. r=brade/sr=sfraser 2001-10-02 14:50:29 +00:00
jaggernaut%netscape.com ca6197295f Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc 2001-09-29 08:28:41 +00:00
ssu%netscape.com 31ba263c59 fixing bug 97650 - these patches updates the uninstaller to deal with undoing whatever mail integration we do to a WinXP system. r=curt, sr=dveditz. affects only windows platforms. 2001-09-29 02:13:29 +00:00
ssu%netscape.com 83f4156f0d fixing bugscape 9841 - Back button broken in eclient tool setup program. r=curt, sr=dveditz. affects only windows platforms 2001-09-29 00:32:31 +00:00
gerv%gerv.net 4e12e44b2f Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089. 2001-09-28 20:14:13 +00:00
curt%scruznet.com 2ee19f99b6 Adding ren8dot3.exe back into the installation for now.
Fixes bug #48306
2001-09-28 05:51:55 +00:00
syd%netscape.com 78cd72f139 Fix for 97249. Crash was being caused (regardless of what stack is
showing) by not carefully iterating the component list and
processing CRCs only on those XPI files that were downloaded.
r=jag, sr=dveditz.
2001-09-28 01:17:46 +00:00
dveditz%netscape.com 9705e3a3f9 Whitespace change to correct previous checkin comment: fix for sleeping too long
on Unix (bug 84896) contributed by Denis Antrushin <adu@sparc.spb.su> r=syd, sr=dveditz
2001-09-27 20:27:59 +00:00