disttsc%bart.nl
043186b34e
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
2001-03-02 09:26:57 +00:00
dbragg%netscape.com
3c42b86cff
Adding Unix verion of the cleanup util and its makefile. NOT PART OF BUILD
2001-03-02 00:10:10 +00:00
sgehani%netscape.com
2bac30ae63
First Checked In.
2001-03-01 00:36:00 +00:00
sgehani%netscape.com
8b84ee786a
Port libxpnet to the mac.
b = 67248
r = dbragg
sr = mscott
2001-03-01 00:35:25 +00:00
sgehani%netscape.com
a40cdb08fa
First Checked In.
2001-03-01 00:26:39 +00:00
sgehani%netscape.com
4ef702f9b4
Remove so we can add as binary instead of text. Ooops!
2001-03-01 00:13:38 +00:00
sgehani%netscape.com
2b1026e3b5
First Checked In.
2001-03-01 00:12:12 +00:00
dbragg%netscape.com
b76d940ab9
New Post-install replace and delete utility phase 1 checkin.
...
NOT PART OF BUILD
2001-03-01 00:02:19 +00:00
dbragg%netscape.com
29851a88d4
Translating Alert and Confirm to serve as titles in the alert and confirm dialog titlebars. r=sgehani, sr=mscott
2001-02-28 23:47:59 +00:00
jj%netscape.com
e36c87f062
bugzilla 68643. fixed scope of my($target). r=cls@seawood.org
2001-02-28 01:37:06 +00:00
danm%netscape.com
ba9fe19eea
fix case of EmbedComponents.xpt (not critical, but it bugged me)
2001-02-26 02:55:58 +00:00
jst%netscape.com
cb8dc9bc7b
Adding content_base.xpt to the windows and unix package files to fix bug 69993. r=disttsc@bart.nl, sr=ben@netscape.com
2001-02-25 02:31:34 +00:00
tao%netscape.com
9485f2f1b3
62171: "Separate content from UI". Split langenus.xpi into regus.xpi.
...
browser: (r=pchen,sr=alecf), mailnews: (r=yamamoto,sr=sspitzer),
editor: (r=cmonske,sr=sfraser), xpinstall (r=ssu,sr=dveditz).
2001-02-23 08:34:10 +00:00
sgehani%netscape.com
59e6a1c698
Make async Install.execute() work again resoolving backward compatibility.
...
(Checking in for dbragg.)
b = 68356
r = sgehani, dveditz
sr = mscott
2001-02-23 07:36:49 +00:00
morse%netscape.com
fccc242547
bug 69667, wallet and cookie ui missing, r=tao@netscape.com, sr=scc@netscape.com
2001-02-23 05:33:33 +00:00
dbragg%netscape.com
4d8b0ec971
Preventing multiple shutdowns of nsXPInstallManager to fix bug #51098 . r=dveditz, sr=mscott
2001-02-22 23:26:47 +00:00
disttsc%bart.nl
744785129a
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
2001-02-22 09:35:51 +00:00
waterson%netscape.com
2cd62f503b
Bug 43121. Move XUL content model code from RDF DLL to content DLL. r=jst,hyatt; sr=brendan.
2001-02-22 03:01:34 +00:00
dougt%netscape.com
eab041f43f
Relanding Necko Changes.
...
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-21 20:38:08 +00:00
dbragg%netscape.com
9139d16e63
Fix for regression bug 69166. No longer checking return of MoveTo call and returning UNEXPECTED_ERROR. r=dvedtiz, sr=mscott
2001-02-20 23:27:53 +00:00
waterson%netscape.com
e606f71dbb
Bug 69523. Add content DLLs to xpinstall package lists. a=leaf
2001-02-20 20:29:11 +00:00
dbaron%fas.harvard.edu
4179654db5
Fix MOZ_TRACK_MODULE_DEPS bustage by adding dom to REQUIRES.
2001-02-20 00:57:23 +00:00
heikki%netscape.com
fa72c631ce
Splitting layout into two libraries, layout and content. r=jst@netscape.com, sr=waterson@netscape.com
2001-02-19 21:50:04 +00:00
danm%netscape.com
16207d8a45
adding embedding components, which will be used by both embedding apps and Mozilla. bug 67368 r=hyatt,pinkerton
2001-02-17 02:47:56 +00:00
dbragg%netscape.com
bf4f84cc25
Renaming temp files to .new or .old during installations so they don't get auto registered. Bug 67703. r=dveditz sr=mscott
2001-02-15 19:03:34 +00:00
dbragg%netscape.com
8fdecb8e1e
Now closing the download dialog if Cancel is clicked. Fix for bug 58573. r=sgehani, sr=mscott
2001-02-14 00:42:11 +00:00
locka%iol.ie
4b08878155
Added mozctlx.dll to the install package list. b=67682, sr=scc@mozilla.org
2001-02-13 14:20:05 +00:00
dprice%netscape.com
fc5a7ddbf1
65845 first cut of the order files
2001-02-13 02:48:02 +00:00
bryner%uiuc.edu
ece3796b44
We don't need to distribute any sample components in our .xpi files. r/sr=shaver.
2001-02-12 15:25:18 +00:00
disttsc%bart.nl
76fbedadc5
Back out dougt's channel changes
2001-02-12 03:14:23 +00:00
dougt%netscape.com
69415757ab
Revising nsIChannel to allow for overlapped i/o. This consists of three parts:
...
1. Factoring nsIChannel into a protocol specific part, the nsIChannel, and a socket specific, the nsITransport.
2. Derive the nsIChannel from a nsIRequest.
2. Changes the notification system from necko and the URILoader to pass the nsIRequest interface instead of nsIChannel interface.
This goal stems from wanting to be able to have active AsyncRead and AsyncWrite operations on nsSocketTransport.
This is desired because it would greatly simplify the task of maintaining persistent/reusable socket connections
for FTP, HTTP, and Imap (and potentially other protocols). The problem with the existing nsIChannel interface is
that it does not allow one to selectively suspend just one of the read or write operations while keeping the other active.
The full details of the change on written up in the netlib newsgroup.
r=darin@netscape.com
sr=rpotts@netscape.com
2001-02-10 00:16:26 +00:00
leaf%mozilla.org
58b3aa9224
part of backout of dbragg, suggested dveditz, r=dbragg. bug 68001
2001-02-07 20:50:27 +00:00
leaf%mozilla.org
021ac8ebab
backing out dbragg's changes to fix 68001, dveditz suggested, r=dbragg
2001-02-07 20:46:15 +00:00
ssu%netscape.com
26c382722e
fixing bug 64727 - Uninstaller for mozilla file associations need to be restored.
...
sr=mscott, r=dveditz
affects only windows platforms.
2001-02-07 02:21:13 +00:00
dveditz%netscape.com
960db89bca
bug 64835 r=ssu/sr=mscott: InstallTrigger.compareVersion() returning bad result
...
bug 11682 r=dbragg/sr=mscott: version registry requires UTF8, add missing conversions
2001-02-07 00:12:58 +00:00
dbragg%netscape.com
2ded17e1d9
Name change for in-use files to .new or .old. Fixes bug 67703. r=dveditz, sr=mscott
2001-02-06 23:06:32 +00:00
ssu%netscape.com
f777831734
fixing bug 67728 - update installer build process to support urls. r=dveditz,leaf sr=mscott. not part of tinderbox builds. affects only windows
2001-02-06 07:43:25 +00:00
ssu%netscape.com
7371631acd
fixing bug 49456 - installer memory usage too high. r=dveditz, sr=mscott. windows platform only.
2001-02-06 07:15:13 +00:00
ssu%netscape.com
38614854b3
fixing bug 67331 - Installer appends to installed-chrome.txt file rather than overwriting. r=dvetiz, sr=mscott not part of tinderbox builds.
2001-02-03 00:02:20 +00:00
ssu%netscape.com
e5f7a05686
fixing bug 67220 - Win95 cannot download files. r=dveditz, sr=mscott
2001-02-02 23:59:44 +00:00
ssu%netscape.com
e1c892d0fe
fixing bug 47959 - New component names and descriptions
...
(suggestions/patches from Henrik Gemal)
bug 40708 - Mozilla installer should not install files into a subfolder
r=dveditz
sr=mscott
affects only windows platforms.
Not part of tinderbox builds.
2001-02-01 09:54:55 +00:00
tao%netscape.com
4da1b3dd4c
add regus.js; not part of build.
2001-02-01 04:46:14 +00:00
alecf%netscape.com
394b048c49
Fix for #65988 - add chardet.xpt to the release builds so that we can access the right interfaces. r=jag sr=ftang
2001-01-31 23:25:28 +00:00
sfraser%netscape.com
44851fae26
Remove linkage with the jar component libararies to fix bug 65621. sr=sgehani, r=jfrancis
2001-01-31 21:35:05 +00:00
ssu%netscape.com
dcfd9ae215
fixing bug 33349 - Directory name in Create Directory dialog needs to be left aligned
...
bug 50525 - Directories should be lowercase
patches from Henrik Gemal.
r=ssu, sr=mscott
affects windows platforms only.
2001-01-31 06:55:14 +00:00
ssu%netscape.com
edac780816
fixing bug 67041 - Can't install with stub or sea bits
...
r=dveditz
sr=mscott
affects windows platforms only.
2001-01-31 06:55:12 +00:00
ssu%netscape.com
121731beb8
fixing bug 66768 - uninstaller has no product name
...
bug 66851 - Cannot download over modem using new download agent
r=dveditz,sgehani
sr=mscott
affects windows platforms only.
2001-01-30 01:47:31 +00:00
dbaron%fas.harvard.edu
7a97a55d82
Remove trailing semicolons after all uses of MOZ_DECL_CTOR_COUNTER to quiet build warnings on Mac. b=60415 a=brendan@mozilla.org
2001-01-27 23:06:33 +00:00
ssu%netscape.com
760f97bcec
changed the default ftp URL back to default (used to be my test url). It's not part of any tinderbox build. part of fix for bug 66480
2001-01-27 02:54:18 +00:00
ssu%netscape.com
f76fddc818
This check-in will fix the following bugs:
...
Bug 52417 (add downloader code)
Bug 64179 ('K' should be 'KB')
Bug 62560 (misspelled 'Existence')
Bug 64550 (remove 'Seamonkey' reference)
Bug 60352 (add crc check to installer)
Bug 62991 (psm check crashes n6 setup)
Bug 58267 (npoji600.dll)
Bug 47274 (Title should be 'Mozilla Setup')
Bug 66497 (installer need to clean up windows registry)
Bug 66498 (uninstaller checking itself)
Bug 64566 (shouldn't be able to start multiple Setup)
Bug 56292 (Alt-r conflict in Setup Type dialog)
Bug 31821 (force-upgrade support)
r=deveditz
sr=mscott
affects windows platforms only!
2001-01-27 01:49:57 +00:00
dbragg%netscape.com
aea73fd7af
This is the XPInstall side of bug 62167 that uses nsIProcess which was checked in earlier. a,r=dvedtiz sr=mscott
2001-01-27 00:05:08 +00:00
ssu%netscape.com
d02ebe571a
fixing bug 64649 - add psm to mozilla installers
...
r=dgragg, sr=dgragg
affects only linux
not part of tinderbox builds.
2001-01-26 00:47:56 +00:00
jj%netscape.com
8dde879f7d
backing out an 'if ($flat)' test case which breaks the Mac packaging.
2001-01-24 19:39:53 +00:00
cls%seawood.org
b8d82b65df
Generalize xpinstaller/Makefile.in so that the name of the package can be changed via the env.
...
Add regchrome & installed-chrome.txt to unix package list.
Add --flat/-l option to pkgcp.pl so that the intermediate component directory is not created.
Added dist target to xpinstaller/Makefile which will create a tarball using the packages file for a list.
Add BZ2 package type.
Thanks to Ben Bucksch <mozilla@bucksch.org> for the patch.
Bug #53462 . r=cls
2001-01-23 15:53:12 +00:00
cls%seawood.org
5152997ed7
Fix for BeOS problem of stripping away needed file attributes.
...
Thanks to Wade Majors <guru@startrek.com> for the patch.
Bug #66180 . r=cls
2001-01-23 15:34:56 +00:00
cls%seawood.org
351181e16b
Use BeOS' copyattr command which does preserve file attributes correctly instead of zip/unzip hack.
...
Thanks to <guru@startrek.com> for the patch.
Bug #65705 r=cls
2001-01-17 19:51:29 +00:00
morse%netscape.com
3550c32bd1
bug 63493, VCARD_NAME attribute doesn't work, r=matt@netscape.com, sr=hyatt@netscape.com
2001-01-16 22:02:58 +00:00
cls%seawood.org
e5f6a8739a
Add support for the zip package format.
...
Use zip/unzip to copy the files on BeOS as tar & cp do not appear to preserve BeOS' special file attributes.
Added *.stub (BeOS) to the strip exclusion list.
Set STRIP_FLAGS to -g for BeOS.
2001-01-14 01:43:08 +00:00
bryner%uiuc.edu
433f20e3da
Removing unused Makefile.in's (files in these directories are now exported via jar.mn). Bug 55778. r=ben, cls. Not part of build.
2001-01-05 23:51:45 +00:00
bnesse%netscape.com
4f68909311
Added build support for the Default Plug-in. b=56761, r=jj, sr=sfraser.
2001-01-04 22:18:03 +00:00
ssu%netscape.com
2e84e9acbf
fixing bug 64105 - Remove blue background screen during installation
...
bug 60149 - Missing folder name in uninstall error
bug 64007 - Mozilla/Netscape strings hardcoded
bug 60039 - Uninstaller doesn't remove N6 cck entry in add/remove programs
This affects only windows platforms. Not part of tinderbox builds.
sr=sspitzer r=dveditz,dbragg
2001-01-03 07:16:20 +00:00
ssu%netscape.com
9ae89e8774
fixing bug 64105 - Remove blue background screen during installation
...
bug 60149 - Missing folder name in uninstall error
bug 64007 - Mozilla/Netscape strings hardcoded
bug 60039 - Uninstaller doesn't remove N6 cck entry in add/remove programs
This affects only windows platforms. sr=sspitzer r=dveditz,dbragg
2001-01-03 07:15:47 +00:00
cls%seawood.org
f15e71c626
Check for __unix__ as well as __unix since gcc 2.95.2 on linux/ppc doesn't define __unix.
...
r=monkeypox tinderbox
2000-12-30 02:12:15 +00:00
dbaron%fas.harvard.edu
0c563561c3
Fix bustage on Sun workshop compiler (nebiros tinderbox) by putting in |const| where we really ought to need it anyway. r=cls
2000-12-29 14:22:52 +00:00
sgehani%netscape.com
f236b55f91
Thanks to dbaron for helping fix the objdir-related bustage.
2000-12-29 01:33:53 +00:00
sgehani%netscape.com
fe6b700dbc
Fix build bustage. (Solaris tbox resolving gethostbyname at link time.)
2000-12-29 00:36:06 +00:00
sgehani%netscape.com
119cad4856
Correcting so it only builds on Linux and Solaris.
...
b = 63835
r = ssu, dbragg
2000-12-28 23:59:55 +00:00
sgehani%netscape.com
e06423a7a5
Making libxpnet part of the build for Linux, Solaris, and Windows.
...
b = 63835
r = dbragg, ssu
2000-12-28 23:45:18 +00:00
sgehani%netscape.com
f4705e7582
Ignoring Makefile and test program.
2000-12-28 23:40:54 +00:00
sgehani%netscape.com
29e534fbe9
Ignoring Makefile.
2000-12-28 23:39:37 +00:00
blizzard%redhat.com
353610f2f0
add embed.jar to the [browser] component. r=cls
2000-12-28 19:51:22 +00:00
sgehani%netscape.com
9aaa2bbc2d
Initial checkin of libxpnet developed on Linux and ported to Windows.
...
(Not part of build. Awaiting sr.)
b = 63835
r = ssu,dbragg
2000-12-28 00:27:10 +00:00
blizzard%redhat.com
50c1dc3f3e
add gtkembedmoz.so to the browser section. r,a=leaf
2000-12-28 00:14:12 +00:00
blizzard%redhat.com
68cc835c66
add a [psm] section to packages-unix r,a=leaf
2000-12-27 22:31:17 +00:00
sgehani%netscape.com
a8b9ca6dec
Use new Test() API in libjar to ensure archive integrity before installing.
...
b = 61544
r = dveditz
sr = dveditz
2000-12-27 07:06:58 +00:00
ssu%netscape.com
3ac6b2b885
fixing bug #63307 - PSM is not being installed in mozilla builds. sr=beinvenu, r=leaf,sgehani. not part of any tinderbox builds. affects only windows platforms
2000-12-22 02:49:33 +00:00
ssu%netscape.com
4c9ff83886
fixing bug #63414 - Need to simplify the addition of components to the win32 installer. sr=vienvenu r=dveditz not part of tinderbox builds. affects only windows platforms
2000-12-21 21:42:13 +00:00
ssu%netscape.com
0febc477a7
fixing bug #63414 - Need to simplify the addition of components to the win32 installer. sr=vienvenu r=dveditz affects only windows platforms
2000-12-21 21:41:28 +00:00
javi%netscape.com
75eca8bcee
Backing out earlier check-in. Turns out ssu didn't need it.
2000-12-20 19:57:56 +00:00
javi%netscape.com
5670298329
Include packages for psm on windows. not part of build.
...
Needed by build team to fix Bug #63307
2000-12-20 19:53:51 +00:00
blizzard%redhat.com
b7204e4e0f
remove duplicate entry of libappcomps.so, remove appcomps.xpt which was renamed to search.xpt and add libxremote_client.so which was missing. r=cls sr=alecf
2000-12-19 00:31:07 +00:00
bryner%uiuc.edu
db51fc636e
Bug 55778 -- Don't descend into resources directories that don't have a jar.mn file. This is the Unix portion of the cleanup. r=dprice, sr=cls.
2000-12-15 07:32:25 +00:00
ssu%netscape.com
c6cf99b51b
fixing bug #62557 - need to automate the long filename file list generation. sr=mscott, r=dveditz,sgehani. not part of tinderbox builds.
2000-12-14 23:33:37 +00:00
ssu%netscape.com
c4cef43941
fixing bug #62557 - need to automate the long filename file list generation. sr=mscott, r=dveditz,sgehani. affects only windows platforms
2000-12-14 23:32:53 +00:00
javi%netscape.com
11881fc6b4
Fix for Bug #62688 r=jj,dveditz sr=sfraser
...
Include the new PSM bits in the mozilla packages.
2000-12-14 21:59:14 +00:00
cls%seawood.org
0915d8932e
Fix packaging of cross-compiled builds by using proper $(STRIP)
2000-12-12 20:08:40 +00:00
ssu%netscape.com
abcffb5bd0
fixing bug #33353 . patch from Henrik Gemal and Timeless. mo,r=ssu. not part of any tinderbox builds.
2000-12-09 23:22:20 +00:00
ssu%netscape.com
fb48defc44
fixing bug #33349 . patch from Henrik Gemal. mo,r=ssu. affects only windows platform.
2000-12-09 23:08:04 +00:00
pinkerton%netscape.com
494f5344c9
add forms.css to packages for hyatt.
2000-12-04 23:40:03 +00:00
blakeross%telocity.com
c1d98fafc7
Fix 52512: no visual indication that columns are resizable in xpinstall dialogs. r=dveditz sr=alecf
2000-12-02 23:47:49 +00:00
ssu%netscape.com
fc84679bc3
Applying patch from disttsc@bart.nl for bug #60161 - Unknown error 804b0005 appears in status bar. r=ssu, sr=mscott. This check in does not affect tinderbox builds.
2000-11-29 21:20:09 +00:00
pinkerton%netscape.com
7774a39d22
adding htmlBindings and platform bindings to packages.
2000-11-29 17:36:51 +00:00
granrose%netscape.com
75f9fedeab
create separate "package" directory in dist when packaging so that we don't strip libraries in the tree. r=cls. bugscape 3391.
2000-11-29 00:48:47 +00:00
dbragg%netscape.com
6a089fcef3
Fix for bug 51816. No longer setting max value in progess meter and initializing mLastUpdate to PR_Now. r=dveditz, sr=mscott
2000-11-22 18:57:55 +00:00
ssu%netscape.com
384a0d4a7a
fixing bug #60449 - Default Custom N6 installer w/o CDAutorun shell aborts (from CD Media). sr=mscott, r=dveditz. affects only windows platforms
2000-11-21 23:18:20 +00:00
cls%seawood.org
8bd122b3d5
Resurrect REQUIRES so that we have some sort of means to track intermodule dependencies. Bug #59454 r=blizzard@mozilla.org
2000-11-20 07:16:06 +00:00
ssu%netscape.com
ba52b6d4d7
fixing bug #59451 - Custom installer's license.txt doesn't appear (WinNT&Win2000). sr=mscott, r=sgehani. affects windows platforms only.
2000-11-17 00:46:48 +00:00
ssu%netscape.com
e5cd602d04
fixing bug #53857 . Win32 installer's Setup Type components logic does not behave correctly. sr=mscott, r=sgehani. affects windows platforms only.
2000-11-16 20:40:42 +00:00
morse%netscape.com
b78a585992
bug 59687, wallet to determine schema from displayable strings, r=dveditz, a=alecf
2000-11-14 14:32:06 +00:00
sgehani%netscape.com
3d495adc30
Make license agreement show up on ja_JP locale systems.
...
b=58604
r=dbragg,dveditz
a=brendan
(Dan Veditz will watch the tree for me. Thanks Dan!)
2000-11-02 02:01:18 +00:00
dveditz%netscape.com
e5e2321a16
Give sterner warnings, locale installations are not "safe" and can be abused
...
(bug 58584). r=mstoltz,sgehani; sr=syd
2000-11-02 00:48:45 +00:00
warren%netscape.com
4189314fdb
Bug 47207. Backing out logging/PRINTF changes until we can fix stopwatch.h, introduce double parens, etc.
2000-10-28 22:17:53 +00:00
warren%netscape.com
6e35f97e31
Bug 47207. Changing printf to PRINTF to use new logging facility. r=valeski,sr=waterson
2000-10-27 22:43:51 +00:00
cls%seawood.org
7953cf0571
Adding additional types to the strip exclusion list
2000-10-27 09:52:31 +00:00
axel%pike.org
3bbddcb60a
making makejs.pl builddir aware, see 22062, r=sgehani@netscape.com, moa=dveditz@netscape.com, a=brendan@mozilla.org
2000-10-27 09:20:28 +00:00
jj%netscape.com
b08a10983a
#58151 : fixed 3 bogus tags
2000-10-27 02:39:08 +00:00
cls%seawood.org
55b0a0d720
Cross-compiling fixes. Bug #11890 r=blizzard
2000-10-24 21:22:32 +00:00
cls%seawood.org
4765d8db91
Fix for bogus installer buildid on windows. Thanks to Jerry Baker <jerrybaker@weirdness.com> for the patch. r=ssu
2000-10-18 00:37:42 +00:00
ssu%netscape.com
e925a77e5f
fixing bug #55253 - Browser cannot launch after update.html from Win 9x only. sr=brendan,warren r=dveditz,sgehani. not part of tinderbox builds. affects windows platforms only.
2000-10-17 01:29:19 +00:00
jband%netscape.com
831e60cd81
attempting to fix Mac bustage from ssu's checkin. IRC is quiet
2000-10-15 02:25:02 +00:00
ssu%netscape.com
87e4f0d2e8
fixing bug #55253 - Browser cannot launch after update.html from Win 9x only. sr=brendan,warren moa=dveditz r=dveditz,sgehani. Checking in only to the trunk for QA testing. Will check in to the BRANCH after QA certifies OK.
2000-10-14 23:37:16 +00:00
ssu%netscape.com
6c7652a9a1
fixing bug #55253 - Browser cannot launch after update.html from Win 9x only. sr=brendan,warren moa=dveditz r=dveditz,sgehani This file is not part of any tinderbox builds. This file only affect windows platforms. Checking in only to the trunk for QA testing. Will check in to the BRANCH after QA certifies OK.
2000-10-14 23:36:36 +00:00
mscott%netscape.com
ce40ba5320
Bug #55732 --> add defaults\mimeTypes.rdf to the packages.
...
this code came from sspitzer
r=alecf
sr=mscott
2000-10-14 04:05:51 +00:00
sgehani%netscape.com
f7e4f6ea74
Linux installer launches mozilla -installer at tehend of installation.
...
b=55419
r=ssu
a=dveditz
2000-10-14 02:22:48 +00:00
dveditz%netscape.com
fe0cdb658f
Account for null to fix windows upgrade failure (bug 55254), r=dbragg/ssu, sr=mscott
2000-10-14 00:16:55 +00:00
dprice%netscape.com
cc65e2fed0
fixing 54595 a=dveditz SR=sfraser,dveditz
2000-10-13 21:31:32 +00:00
sgehani%netscape.com
3515aa7a7b
Clean up zippies from the root of the system volume's "Temporary Items" folder. [b=2741; r=dougt; sr=sfraser]
2000-10-13 09:09:50 +00:00
law%netscape.com
30b787c609
rtm++ bug 56122; fix typo to get nsIUrlWidget accessible to Navigator.js; r=dveditz@netscape.com, sr=brendan@mozilla.org
2000-10-13 03:46:36 +00:00
dveditz%netscape.com
1df2a6351f
Use correct type of event queue in xpinstall, bug 54871 r=dougt, sr=brendan/blizzard
2000-10-11 08:47:16 +00:00
sgehani%netscape.com
2370231997
Testing the fix for bugscape 2470 on the trunk per PDT.
...
Make the Unix installer support fallbacks when loading the string bundle.
b=2470
r=dbragg
a=erik
2000-10-11 05:40:51 +00:00
sgehani%netscape.com
8453bdf682
Testing the fix fix for bugscape 2470 on the trunk per PDT.
...
Make Unix installer support fallbacks when loading the string bundle.
b=2470
r=dbragg
a=erik
2000-10-11 05:39:29 +00:00
locka%iol.ie
bfb73de761
Added missing webbrwsr.dll to browser package. b=54345, r=scc, a=scc
2000-10-08 20:04:02 +00:00
dveditz%netscape.com
236899c25e
Bug 48155 use relative resource: urls when registering chrome; r=sgehani, r/sr=scc, a=pdt [rtm++]
2000-10-07 10:30:46 +00:00
ssu%netscape.com
d0f77e5c23
fixing bug #54372 - installer creates C:\program files\Netscape\Netscape 6\install_wizard.log even if I point it to install somewhere else. sr=mscott, r=dveditz. affects only windows platforms
2000-10-07 03:05:42 +00:00
law%netscape.com
26d247d3ba
Bug 53842; move mork to browser component from mail so that history window (i.e., global history) works
2000-10-07 03:05:17 +00:00
ssu%netscape.com
66fbb5cd1e
fixing bug #2778 - Win32 Nscp6 installer is misscalculating required space. sr=mscott, r=sgehani. affects only windows platforms. this file is not part of tinderbox builds.
2000-10-07 02:40:41 +00:00
ssu%netscape.com
5424b6e2ca
fixing bug #2778 - Win32 Nscp6 installer is misscalculating required space. sr=mscott, r=sgehani. affects only windows platforms
2000-10-07 02:30:02 +00:00
sgehani%netscape.com
8a1cf0edd1
Make linux installer display intl charsets.
...
b=43057
r=ssu
a=syd,blizzard
2000-10-06 05:23:22 +00:00
sgehani%netscape.com
9fc6fef73b
Remove blue.jar from mac and linux installer packaging manifests.
...
b=54706
r=ssu
a=mscott
2000-10-06 05:19:09 +00:00
ssu%netscape.com
58ef0718a5
fixing bug #54067 - Clean up purify errors in Xpinstall engine. r=dveditz, sr=mscott
2000-10-06 02:40:13 +00:00
ssu%netscape.com
ae579e163d
fixing bug # 54063 - cleaning up purify errors in win32 installer. r=dveditz, sr=mscott
2000-10-05 01:38:33 +00:00
sgehani%netscape.com
b4a81283d3
Merge pr3 branch to trunk:
...
Renaming "Plugins" -> "Plug-ins"
b=53976
r=ssu
a=sfraser
2000-09-28 22:51:16 +00:00
valeski%netscape.com
c52a334d3c
54508. removing oji.dll from the bin dir in the packager file. the lib is no longer installed in the bin dir, rather now only in the components dir.
2000-09-28 22:46:07 +00:00
sgehani%netscape.com
189d39e733
Oops! Trunk not open: backing out last change.
2000-09-28 22:02:28 +00:00
sgehani%netscape.com
60c8e21e20
Merge pr3 branch to trunk for:
...
Renaming "Plugins" -> "Plug-ins"
b=53976
r=ssu
a=sfraser
2000-09-28 22:00:39 +00:00
ssu%netscape.com
e7359ac565
fixing bug #53906 - updated Java 2 installer bits. sr=vishy, r=dveditz,sgehani. affects only windows platforms
2000-09-28 11:01:41 +00:00
sgehani%netscape.com
1fada0f1d4
Merging pr3 branch change to trunk for:
...
Part of fix for "Plugins" -> "Plug-ins" for backward compatibility.
b=53976
r=ssu
a=sfraser
2000-09-28 07:14:56 +00:00
dveditz%netscape.com
82a218ebec
Bug 53845 make InstallTrigger.getVersion() work for SmartUpdate site. r=ssu,sr=mscott,a=pdt nsbeta3++
2000-09-28 04:14:15 +00:00
sgehani%netscape.com
7df747d21e
Merging pr3 branch change for:
...
Fix setup dlg display to make selected dir legible.
b=52739
r=ssu
a=vishy
2000-09-27 23:57:22 +00:00
akhil.arora%sun.com
2ce2a1ae17
implementation of the null plugin for unix
...
checking in on behalf of stephen mak <smak@sun.com>
b=48483 r=pollmann@netscape.com a=brendan@mozilla.org
2000-09-27 23:44:02 +00:00
ssu%netscape.com
b7b13b2eb9
fixing bugscape #2469 - setuprsc.dll contains windows extended dialogs. sr=vishy r=dveditz affects only windows platforms
2000-09-26 05:23:00 +00:00
jst%netscape.com
0a2605e956
Oops, missed a file, this should fix the horkeage.
2000-09-22 11:16:27 +00:00
ssu%netscape.com
83bad5d9c0
fixing bug #39015 - enabling proxy info to be set in bin\defaults\prefs\all-proxy.js if set in installer as well. a=mscott r=dveditz
2000-09-22 07:29:58 +00:00
dbragg%netscape.com
962543d285
Fix for bug 53511. Added the warning text and formatted the dialog to fit it correctly. r=ben a=ben
2000-09-22 03:17:52 +00:00
sgehani%netscape.com
545717ad8a
Throw up an error dialog and stop if any zippy errors detected. [nsbeta3+ b=34014; r=ssu; a=syd]
2000-09-22 02:23:54 +00:00
sgehani%netscape.com
334ef01a02
Make linux installer work with netscape.com ftp servers. Flush the *entire*
...
response from the control connection.
[nsbeta3++ b=53289; r=ssu; a=mscott]
2000-09-22 02:20:32 +00:00
dveditz%netscape.com
91484d7edc
mac blocker 53461, mail not registered, chatzilla not installed. a/r=warren
2000-09-21 01:02:28 +00:00
dbragg%netscape.com
ceecbe54fb
Fix for bug 52827. Getting the parent window and passing it to the alert and confirm dialogs. r=dveditz, law a=law (I used the old appproval list).
2000-09-20 23:12:03 +00:00
warren%netscape.com
075350b1c8
Landing jar packaging from jar_restructuring_branch. r=hyatt,dprice,sfraser,dveditz,vishy,sgehani
2000-09-20 19:35:24 +00:00
ssu%netscape.com
021d8447c7
fixing bugscape #2351 - Cannot install from N6Setup.exe due to stale ns_temp dir. Affects only windows platforms a=mscott r=sgehani
2000-09-19 23:12:43 +00:00
dprice%netscape.com
3af8158e21
backing out changes for jar packaging
2000-09-16 02:26:20 +00:00
dveditz%netscape.com
4d357dea1b
Bug 32867 XPInstall API cleanup, r=sgehani@netscape.com
2000-09-15 07:45:03 +00:00
dveditz%netscape.com
454ada68c0
removing obsolete files
2000-09-15 07:26:50 +00:00
sgehani%netscape.com
e82c3edeb9
Open a new ftp cxn for every .xpi being downloaded: makes the linux installer
...
work on RH 6.2 distributions.
[r=ssu; nsbeta3+ b=52716]
2000-09-15 07:06:45 +00:00
ssu%netscape.com
042a7726f9
fixing bug #52542 - Change download menu text. r=sgehani. affects only windows platforms
2000-09-15 06:46:32 +00:00
dveditz%netscape.com
ae044e3357
part of bug 32867, XPInstall API cleanup
2000-09-15 06:43:37 +00:00
dveditz%netscape.com
9cfe5e9db7
fixing typos in bloat detectors
2000-09-15 06:38:44 +00:00
rayw%netscape.com
d39d9e6d59
Bug fix for 52648 -- remaining stash of progids which I missed on
...
the mega-change yesterday. This will fix a few more issues.
r=warren
2000-09-14 23:20:49 +00:00
ssu%netscape.com
284927e576
fixing bugsgape #2279 - shrimp uninstall fails. r=sgehani. affects windows platforms only
2000-09-14 23:05:57 +00:00
dprice%netscape.com
7ad5fde34f
jar packaging changes for unix
2000-09-14 21:36:03 +00:00
dprice%netscape.com
6c3e07bcb7
jar packaging changes to the installer
2000-09-14 21:35:39 +00:00
sgehani%netscape.com
6dcf3e9314
Add scrollbars to the custom dlg listbox.
...
[r=dbragg; nsbeta3+ bscape=2288]
2000-09-14 19:41:00 +00:00
dbragg%netscape.com
bd4e37e5d6
Fix for bug 50942. Now I get the parent from the JScontext instead of the hidden window. r=dveditz
2000-09-14 18:52:56 +00:00
ssu%netscape.com
d07ed784e9
fixing bug #52513 - Disk space error during install. Affects windows platforms only. r=sgehani
2000-09-14 07:35:08 +00:00
sgehani%netscape.com
20c3da5d88
Make linux installer localizable. [nsbeta3+ b=2288; r=dbragg;dveditz]
2000-09-14 05:15:46 +00:00
sgehani%netscape.com
4d8486257b
Make linux installer localizable. [nsbeta3+ b=2288; r=dbragg,dveditz]
2000-09-14 05:15:40 +00:00
rayw%netscape.com
6cc70ebd6c
Bug 37275, Changing value of all progids, and changing everywhere a progid
...
is mentioned to mention a contractid, including in identifiers.
r=warren
2000-09-13 23:57:52 +00:00
ssu%netscape.com
af1f5505dc
fixing bug #52347 - installer build script needs to be updated to calculate disk space size correctly given the new chrome archives. r=sgehani. Not part of tinderbox builds. Would only affect windows platforms.
2000-09-13 05:39:19 +00:00
ssu%netscape.com
04153b91bd
fixing bug #51928 - Disk space check doesn't return you to dir selection dialog.
...
and another fix that helps with fixing bugscape bug #2069 - Need appropriate strings for new UI dialogs.
r=sgehani.
affects only windows platforms.
2000-09-13 05:35:13 +00:00
ssu%netscape.com
8e94cbc664
cleaned up some error checking code. Not part of any build system. It's my personal test build script.
2000-09-13 05:30:10 +00:00
sgehani%netscape.com
f6e5d43329
Make linux installer ftp download correctly by flushing the control connection
...
after file transfer has completed. [nsbeta3+ b=52287; r=ssu]
Also, make the folder selection dialog cancel button *actually* destroy the
dialog when clicked. [r=ssu]
2000-09-12 23:36:12 +00:00
sgehani%netscape.com
64e7289417
Correct fix for unix distributions that don't define SHUT_RDWR.
2000-09-12 05:21:34 +00:00
sgehani%netscape.com
af8500c71a
Tentative bustage band-aid attempt.
2000-09-12 05:15:15 +00:00
sgehani%netscape.com
061628a73f
Replace command line `ftp' with our ftp impl for the linux/solaris installers.
...
[r=ssu; nsbeta3+ b=47886]
2000-09-12 04:47:36 +00:00
sgehani%netscape.com
31e5104548
*** NOT PART OF TBOX BUILDS ***
...
First cut at ftp impl for linux installer (for nsbeta3+ b=47886; r=ssu).
2000-09-12 01:43:49 +00:00
blakeross%telocity.com
81dc3c9710
Fix bug 48859: make the tree columns in the XPI install and status dialogs resizable. r=jag a=brendan
2000-09-11 22:21:55 +00:00
sgehani%netscape.com
3d4af8d2f8
Mac OS 8.5 or higher required dialog text and layout changes. [nsbeta3+ b=38166]
2000-09-11 19:28:20 +00:00
cls%seawood.org
1aa18eee7e
OS_ARCH does not set release numbers
2000-09-11 08:08:24 +00:00
cls%seawood.org
e15a95d603
Workshop 5.0 refuses to cast a |const char *| to a |char *| so fix the variable
2000-09-11 08:05:02 +00:00
cls%seawood.org
53f6e9355b
Fix ifdef.
2000-09-11 02:12:21 +00:00
rich.burridge%sun.com
779ff70497
Fix to enable XPInstall to build/run on the Solaris platform.
...
r=sgehani@netscape.com a=brendan@mozilla.org
BugId: #43080 .
2000-09-09 14:18:48 +00:00
ssu%netscape.com
1f229f5e1f
added option to update/noupdate the chrome jar files. a,r=dveditz
2000-09-09 02:08:03 +00:00
jband%netscape.com
12268f3315
adding script to support zipping xpt files rather than linking them. Not yet in the build
2000-09-09 00:46:27 +00:00
ssu%netscape.com
7116f8e1f5
revamp chrome zipping to fix dev vs. release build problems, also support bugscape bug 2152. r=dveditz
2000-09-07 09:34:29 +00:00
dveditz%netscape.com
35c44f7c1c
adding #ifdefs to previous 50689 fix so it doesn't break Unix
2000-09-07 02:09:55 +00:00
dveditz%netscape.com
87756b3cd7
dogfood bug 50689 (no chrome registration on Mac)
2000-09-07 01:25:43 +00:00
dveditz%netscape.com
63d28b6e00
bug 38552 for mozilla@bucksch.org, a=brendan
2000-09-07 01:18:34 +00:00
sgehani%netscape.com
3f0cce390b
Create the install log in the user's profile directory if we don't have permission to write to the program directory.
...
[nsbeta3+ b=48225; r=ssu]
2000-09-06 21:28:20 +00:00
valeski%netscape.com
277f8e56a4
removing specific timebomb shared lib as it is now built into appcomps.shlb
2000-09-06 05:53:48 +00:00
valeski%netscape.com
9a70da3afe
46775. removing old xpfe component libs and adding the new one.
2000-09-06 01:05:57 +00:00
sgehani%netscape.com
dddf6859cd
Keep ini template consistent (rearchitected failovers: bzilla=49741). [r=ssu]
2000-09-06 00:27:53 +00:00
sgehani%netscape.com
8c1f8bbba1
(1) Fix leaks. (2) Rearchitect failovers [bzilla=49741]. (3) Fix upgrade string [bscape=1784]. [r=ssu,dbragg,sfraser]
2000-09-06 00:24:37 +00:00
dbragg%netscape.com
52a1c0b522
Fix for bug 49533. The test case was incorrect but we were not returning a meaningful error. Also the install.log was being filled with junk. r=ssu
2000-09-05 18:17:52 +00:00
beard%netscape.com
90cec88e92
fixing code that relied on implicit string construction. r=scc
2000-09-02 07:39:16 +00:00
dimator%netscape.com
c02aff3231
Adding default localstore.rdf for new/mig. profiles. bug 44669. r=sspitzer
2000-09-01 18:52:08 +00:00
ssu%netscape.com
31650b8186
fixing bug 2201 - changing Cancel button behaviour. r=sgehani. affects only windows platforms.
2000-09-01 02:56:03 +00:00
vidur%netscape.com
4a41eee18d
Fix for bug 46861. nsIDOMWindow is now split into two interfaces: a public interface (still called nsIDOMWindow) for embedders and an internal interface (nsIDOMWindowInternal) for internal use. The union of the two interfaces is still visible from JavaScript. r=jst@netscape.com
2000-09-01 01:54:35 +00:00
tao%netscape.com
3b781fd7e4
Take out en-DE place holder from installer build. a=ftang.
2000-08-31 00:56:23 +00:00
ben%netscape.com
ccb61e5a71
back in we go
2000-08-30 07:12:40 +00:00
ben%netscape.com
dfe8d04c6c
going to see if this fixes coffee's orange-ness. I'm guessing not, but you never know...
2000-08-30 05:57:47 +00:00
ben%netscape.com
a59d5f757d
reorder the calls to registerChrome() for the installer scripts to fix 48205
2000-08-30 04:18:30 +00:00
ben%netscape.com
8c3ef4a42c
reorder jars for 48205
2000-08-30 04:11:55 +00:00
dbragg%netscape.com
f65eb66892
Fix for bug 50234. Added titlebar to the chrome flags. r=ssu
2000-08-29 23:15:41 +00:00
sgehani%netscape.com
90b03ce4df
Make INI parser handle start section tokens ('[') in values (nsbeta3+ b=2116;
...
r=ssu).
Also, remove obsolete files.
2000-08-28 23:10:21 +00:00
sgehani%netscape.com
62180e1715
Make scrollbars work again in custom and additional windows (nsbeta3+ b=49856; r=dbragg).
Make INI parser handle start section characters ('[') in values (nsbeta3+ b=2116; r=dbragg,dveditz).
2000-08-28 23:06:53 +00:00
dbragg%netscape.com
4befb8ba31
Fix for bug 45885. The js prototype gFileSpecProto was defined locally and so was set to null. Wrong! r=sgehani
2000-08-28 22:26:18 +00:00
ssu%netscape.com
586ce2bb1e
fixing bug #49742 - Eliminate failovers in generated idi. this file is not part of tinderbox builds. would affect only windows platforms. r=sgehani a=dveditz
2000-08-28 04:58:55 +00:00
ssu%netscape.com
b895e232f2
fixing bug #49742 - Eliminate failovers in generated idi. this file is not part of tinderbox builds. would affect only windows platforms. r=sgehani a=dveditz
2000-08-28 04:46:36 +00:00
ssu%netscape.com
aad4dce28e
fixing bug #49742 - Eliminate failovers in generated idi. r=sgehani a=dveditz
2000-08-28 04:43:54 +00:00
sgehani%netscape.com
39f33de827
Remove hack now that release automation supplies $SpaceRequired$ in i
...
kilobytes again. part of fix for nsbeta3+b=29845; r=ssu]
2000-08-28 02:47:35 +00:00
dveditz%netscape.com
3d3607614b
fixing 50443, installer crash in browser.xpi. r=BlakeR1234@aol.com
2000-08-27 00:43:22 +00:00
dveditz%netscape.com
d4f375f9bd
fix 47107 addFile(...,false) wrongly interpreted as one of the new mode flags
2000-08-26 08:14:40 +00:00
dveditz%netscape.com
da32199974
fix dogfood bug 50390, chatzilla install won't abort and take the rest of the Mozilla install with it
2000-08-26 07:55:19 +00:00
dveditz%netscape.com
df237cf140
fix for dogfood bug 50390
2000-08-26 07:52:21 +00:00
mkaply%us.ibm.com
e1d3b5399c
OS/2 Tinderbox break
...
Close but no cigar :) ndef XP_OS2 to avoid the DBCSLeadByte, but we need to avoid the windows.h include as well
2000-08-26 03:28:27 +00:00
warren%netscape.com
506d41f27c
Updated installer to put jar: urls into installed-chrome.txt file. Removed necko dependency.
2000-08-25 22:57:46 +00:00
warren%netscape.com
47549cf7ee
Changes for jar packaging.
2000-08-25 18:55:53 +00:00
sgehani%netscape.com
f2855174ef
Convert to kb for $SpaceRequired$.
...
[nsbeta3+ b=29845i; not part of tbox build]
2000-08-25 15:16:07 +00:00
sgehani%netscape.com
a81899ffad
Rename libzlib -> libz complying with standard zlib naming convention.
...
[nsbeta3+ b=49735; r=sobotka@axess.com ]
2000-08-25 08:32:19 +00:00
sgehani%netscape.com
3640269965
Add disk space checking. [nsbeta3+ b=29845; r=ssu,dbragg]
2000-08-25 00:45:41 +00:00
tao%netscape.com
1de14c3461
2097: take out chrome:locales:* from browser.xpi.r=nhotta,a=ftang.
2000-08-24 20:14:46 +00:00
dbragg%netscape.com
6ec9abb0df
Fix for 45885. Now returning an nsInstallFolder object rather than a string. r=sgehani
2000-08-24 19:34:06 +00:00
dbragg%netscape.com
827db81a70
fixes for 45912 and 45913. Checkingfor existance of mTarget and deleting if present prior to copying-moving. r=sgehani and ssu
2000-08-24 19:32:48 +00:00
ssu%netscape.com
43fa5d8883
new file to help with checking in. not part of any build.
2000-08-24 02:30:03 +00:00
sgehani%netscape.com
11c02d7b2e
Update mac aliases correctly (File.macAlias() in the XPInstall context).
[nsbeta3+ b=32977; r=ssu]
2000-08-24 00:46:44 +00:00
warren%netscape.com
1c8511e78c
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
2000-08-22 07:03:33 +00:00
rods%netscape.com
f46f193854
Changing changed window class to "MozillaWindowClass" in commented out line
...
doing this for completeness
b=29487 r=self
2000-08-22 01:59:34 +00:00
ccarlen%netscape.com
63bd757a7a
Convert use of nsIFileLocator to nsIDirectoryService.
r=dveditz
2000-08-22 00:45:19 +00:00
ssu%netscape.com
47a9a81cdf
fixing bug http://bugscape/show_bug.cgi?id=2044 - need better ui/user experience for the Advanced Settings dialog. affects windows platforms only. a=dveditz r=sgehani
2000-08-22 00:45:10 +00:00
ssu%netscape.com
37bbf23911
fixing bug http://bugscape/show_bug.cgi?id=2044 - need better ui/user experience for the Advanced Settings dialog. not part of tinderbox builds. a=dveditz r=sgehani
2000-08-22 00:41:11 +00:00
dbragg%netscape.com
a69a981d59
Fix for 45911 and 45913. changed NativeFileOpFileCopyPrepare and Complete to check for a filename supplied by the script writer. Still accepts directories as well. r=ssu
2000-08-21 21:39:09 +00:00
rods%netscape.com
845920b113
changed window class to "MozillaWindowClass"
...
b=29487 r=kmcclusk
2000-08-21 21:32:09 +00:00
pavlov%netscape.com
28701e83c5
oops, add blue skin to windows packages bug 49530
2000-08-21 21:01:29 +00:00
valeski%netscape.com
24c4115380
49360. removing core cache module from the build on unix. this was missed a few months ago when we started building the cache stuff into netwerk/build
2000-08-21 19:07:49 +00:00
scc%mozilla.org
e383e40e1a
fixing code that relied on implicit string construction
2000-08-19 22:53:36 +00:00
sgehani%netscape.com
debf368ef0
Remove 'unzip' dependency from Linux installer.
...
[nsbeta3+ b=48109; r=ssu]
2000-08-19 18:50:10 +00:00
sgehani%netscape.com
8d15a7a463
Backing out changes.
2000-08-19 00:21:04 +00:00
jj%netscape.com
e151f62ce7
fixed duplicate warning. r=granrose
2000-08-18 23:12:50 +00:00
sgehani%netscape.com
5917adfeda
Installer now uses libjar for extraction eliminating the dependency on the
...
"unzip" command in the user's path.
[nsbeta3+ b=48109; r=ssu]
2000-08-18 22:10:44 +00:00
ssu%netscape.com
af9fa781e2
fixing bug #33342 - new exit setup string. a=dveditz r=sgehani
2000-08-16 23:02:19 +00:00
ssu%netscape.com
f0f804e6a3
fixing bug #44364 - uninstaller no longer leaves .rdf files around. a=dveditz r=sgehani
2000-08-16 23:01:21 +00:00
sgehani%netscape.com
98f1078915
Can now install to Macs with boot volumes that have slashes in their names.
[nsbeta3+ b=18482; r=ssu; a=dveditz]
2000-08-16 22:43:08 +00:00
mkaply%us.ibm.com
e48dbb2475
OS/2 Tinderbox break
...
Hey conrad@ingress.com - please watch out for us. You are breaking us A LOT.
2000-08-16 03:13:16 +00:00
sgehani%netscape.com
e6001e0646
Fix scrollbar crasher in custom install dialog for mac installer.
[nsbeta3+ b=48882; r=ssu]
2000-08-16 00:32:56 +00:00
sgehani%netscape.com
30e122d973
Eliminate engine thread yielding to main thread duirng XPCOM extraction.
[nsbeta3+ b=1895; r=ssu]
2000-08-14 22:40:14 +00:00
jj%netscape.com
ad285b2f1f
#24312 : moved Component Registry from [xpcom.xpi] to [browser.xpi]
2000-08-12 06:05:04 +00:00
BlakeR1234%aol.com
61111b158c
Fix bug 42957 - make enter/return work properly in the XPInstall dialog. r=dveditz a=dveditz
2000-08-12 01:31:32 +00:00
conrad%ingress.com
008b9ba5fb
Changed from using strings for nsIDirectoryService props to using macro names defined in nsDirectoryServiceDefs.h
r=valeski
2000-08-11 20:31:57 +00:00
sgehani%netscape.com
ab2d386b6e
For Unix, create component.reg in cwd, not the specified program dir.
...
[nsbeta3+ b=47721; r=dveditz]
2000-08-10 23:50:32 +00:00
sgehani%netscape.com
7fc9995a7b
Make license box non-editable.
...
[nsbeta3+ bugscape b=1939; r=syd]
2000-08-10 20:19:20 +00:00
sgehani%netscape.com
978f5a1897
Merge M17 branch fix for nsbeta2+ bugscape bug 1895: get rid of error 340 in
...
Mac installer during XPCOM autoreg by delaying so fragment registry has time
to update newly extracted shlbs.
[branch fix r=dveditz; a=pdt]
2000-08-10 19:05:19 +00:00
sgehani%netscape.com
e84fbad78c
Make Linux installer work on non-Redhat distributions.
...
[nsbeta2+ b=47921; r=sgehani; checking in for pavlov]
2000-08-08 23:29:36 +00:00
sgehani%netscape.com
1952fea17d
Ensure linux installer doesn't core dump for "long" install destination paths
...
when a default location is specified in the config.ini.
[nsbeta3+ b=46458; r=dveditz]
2000-08-08 01:29:04 +00:00
sgehani%netscape.com
306dbd6dd6
Fix indexing during IDI generation. [nsbeta3+ bugscape b=1740; r=dbragg]
2000-08-03 22:49:30 +00:00
jj%netscape.com
a3d82eb03b
modify xptlink.pl to work on mac (granrose). r=jj.
2000-08-03 00:07:00 +00:00
tao%netscape.com
d3adb334d4
1683: Missing Buddy list from sidebar on new install.r=sgehani,a=pdt.
2000-08-01 00:57:33 +00:00
tao%netscape.com
ead700e4b5
1683: BuddyList missing from sidebar on new install.r=sgehani,a=pdt.
2000-08-01 00:53:48 +00:00
BlakeR1234%aol.com
6b0addaf1c
Remove redundant <html> tags (part of bug 42202) r=me, simple fix
2000-07-29 22:49:45 +00:00
sgehani%netscape.com
10ee342a14
Make linux installer work. Fix for nsbeta2+ bugscape b=1655; r=ssu
2000-07-28 22:45:12 +00:00
warren%netscape.com
6c728d8e91
Cleaning up slashes, adding a few missed files.
2000-07-28 06:49:43 +00:00
tao%netscape.com
87a7fc278a
1615: Installer show Mozilla home page.... (r=sgehani,a=ftang)
...
Remove en-US files from browser.xpi.
2000-07-27 00:50:49 +00:00
sgehani%netscape.com
62e0fd9327
Part of fix for failover URLs. [nsbeta2+ bugscape b = 1394; r = dbragg]
2000-07-26 22:33:47 +00:00
sgehani%netscape.com
6b23fe3cd2
Add localization comments for bugscape bug 1393.
...
[r=ssu]
2000-07-26 08:21:30 +00:00
sgehani%netscape.com
291c310fc7
Fix comment parsing and site selector failover sequence for nsbeta2+ bug 45256 and bugscape bug 1393.
[r=ssu]
2000-07-26 08:18:31 +00:00
ssu%netscape.com
b400e64e32
fixing nsbeta2+ bug #46465 - xpcom.xpi is missing ucharuti.dll for all platforms (name of the lib is different for each platform of course). a=dveditz r=sgehani. not part of tinderbox builds
2000-07-26 07:53:44 +00:00
warren%netscape.com
7ac7233df8
Factored string bundles out of necko. Fixes bug 42107 - need to fix string bundle init workaround. Also bug 40506 - nsIWebProgressListener needs status text. Status messages now work in mozilla and viewer with internationalized and parameterized text! Added temporary error architecture until bug 13423 can be fixed. Extended nsIStringBundleService to provide method to format status message. r=valeski,jband,tao. verified=mstoltz
2000-07-25 05:45:56 +00:00
sgehani%netscape.com
8a8d96e64f
Fixing linux installer horkage: parser handling substring comparisons with
...
incorrect length assumptions to strncmp's.
b = 46263
r = dbragg
a = granrose
2000-07-24 22:53:34 +00:00
dveditz%netscape.com
81fe2b5514
bug 41165, fixing getFolder("file:///"), another casualty of the conversion to nsIFile
2000-07-24 09:40:49 +00:00
dveditz%netscape.com
c48cd8244b
bug 28590, fixing disk-space checking in scripts
2000-07-24 09:09:29 +00:00
sgehani%netscape.com
cdac5c6839
Fix linux installer crash on exit by tweaking progress update.
...
[nsbeta2+ b = 36781; r = syd]
2000-07-24 07:10:45 +00:00
sgehani%netscape.com
bfa3b8d6ac
Fix linux installer crash on exit by tweaking progress update.
...
[nsbeta2+ b = 36781; r = syd]
2000-07-24 07:08:35 +00:00
waterson%netscape.com
9454a44d2a
Bug 45698. libplugin.so is a component now. Update packager files to reflect this.
2000-07-23 19:27:52 +00:00
dprice%netscape.com
116a435122
correcting locale info
2000-07-22 09:17:52 +00:00
tao%netscape.com
48b0204c9f
41054: Bundle 2-3 langpacks w/Seamonkey build. r=ssu,dveditz,ssu.
2000-07-22 02:44:13 +00:00
tao%netscape.com
8d00dd7663
add langenus to separate en-US files from browser.xpi. not part of build
...
yet.
2000-07-21 08:11:32 +00:00
dprice%netscape.com
f4ae78a9b7
adding manifest file for chrome packaging
...
NOT IN THE BUILD
2000-07-21 06:46:53 +00:00
mscott%netscape.com
d466e40255
Bug #45689 --> someone left mimetypes.xpt (a necko library) out of the packages file. This caused the helper app
...
dialog to crash in release builds because it's the only JS code that tries to use interfaces in this .xpt file.
r=alecf
2000-07-21 02:53:01 +00:00
mscott%netscape.com
6c09976ae8
Bug #45689 --> someone left mimetypes.xpt (a necko library) out of the packages file. This caused the helper app
...
dialog to crash in release builds because it's the only JS code that tries to use interfaces in this .xpt file.
r=alecf
2000-07-21 02:52:32 +00:00
tao%netscape.com
4277c39f20
41054: Bundle 2-3 langpacks w/ Seamonkey.r=ssu.
2000-07-20 23:48:48 +00:00
tao%netscape.com
c83bf7862a
41054 : Bundle 2-3 language packs with Seamonkey. Change en-GB->en-DE in
...
build and packaging process. r=ssu & sfraser.
2000-07-20 21:40:42 +00:00
pinkerton%netscape.com
92fd463d8f
don't use webshell.mcp, use docshell.mcp. (bug #45723 )
2000-07-20 19:11:53 +00:00
dveditz%netscape.com
52c092507b
Comment-out call to crashing ReloadChrome() so we can call bug 39367 fixed.
2000-07-20 08:33:54 +00:00
tao%netscape.com
32979ef7ad
not of part of the build yet. files for en-DE.
2000-07-20 02:19:11 +00:00
dbragg%netscape.com
79de947798
Fix for nsbeta2+ bug #45653 . Removed code that appends a '/' since the call to Append is taking care of that for us. This was resulting in a double slash at the end of the mURL string and the Mac gagged on it.
2000-07-19 21:32:37 +00:00
dveditz%netscape.com
a5732e79ff
fixing mac long-long bustage
2000-07-19 01:53:43 +00:00
valeski%netscape.com
6a9c77ae6c
adding xpidl module
2000-07-19 00:45:53 +00:00
valeski%netscape.com
957dd59d7b
adding xpt's to the packager for the new webshell idls
2000-07-19 00:41:41 +00:00
dveditz%netscape.com
577fef6dbf
Bug 42548 approximate 6x XPInstall performance improvement, r=dbragg
2000-07-18 23:46:00 +00:00
jj%netscape.com
f244d1ab45
removed obsolete NetworkModular.shlb and renamed MRJInaBox to MRJPlugin from [browser]
2000-07-18 23:22:21 +00:00
valeski%netscape.com
8644239183
45723, r=rpotts. docshell contains webshell stuff now
2000-07-18 23:17:38 +00:00
mscott%netscape.com
a1a223d634
Bug #45689 , 45651 --> helper app dialog isn't coming up in release builds
...
possibly because exthandler.xpt isn't part of the packages.
r=bienvenu
2000-07-18 03:37:17 +00:00
sgehani%netscape.com
80b01d035d
Fix "local display" crash for Linux installer. No longer destroying gtk
...
widgets that were already freed during a prior call to gtk_exit().
[nsbeta2+ b=36781; r=ssu]
2000-07-18 00:09:29 +00:00
granrose%netscape.com
7364f9f096
removing three lines from packages-unix that were deleting files that don't exist and generating warnings during packaging.
2000-07-14 15:34:49 +00:00
ftang%netscape.com
eb8bfaff40
fix bug 43272. r=ssu/dvetidz . check nsresult by using NS_FAILED instead of NS_OK !=
...
becaues the Japanese to Unicode converter may return success code whihc is not NS_OK
2000-07-13 21:21:24 +00:00
sgehani%netscape.com
e780fb724d
*** NOT PART OF TBOX BUILDS ***
...
1> Enabling talkback in Unix and Mac builds [bugscape nsbeta2+ b=1405]
2> Adding en-US and en-GB language packs to installers [nsbeta2+ b=41054]
[r=ssu]
2000-07-13 02:56:21 +00:00
ssu%netscape.com
46e6808d6b
fixing bug #45256 - added comments to config.ini for localization scripts to key off of. Not part of tinderbox build. nsbeta2+. r=sgehani
2000-07-13 00:11:52 +00:00
ssu%netscape.com
bbf39adab7
to aid in fixing bug #45256 . These files are not part of the build, and won't be. They are tools to help the localization team
2000-07-13 00:09:41 +00:00
dougt%netscape.com
c422448137
bug 40750.
...
Adding followSymlink flag to nsILocalFile.
Adjusting callers.
windows shortcut optimizations.
r=blizzard@mozilla.org .
a=brendan@mozilla.org
2000-07-12 23:31:31 +00:00
sgehani%netscape.com
8fdf3f1c74
Make Linux and Mac installers install to the target directory instead of the
...
platform-specific notion of temp.
[dogfood+ b=45166; r=dveditz]
2000-07-12 03:42:35 +00:00
ssu%netscape.com
0badfcd862
fixing bug #19034 - Install.log needs to be created in XPCOM's notion of cwd.
...
This bug affects several things. what I'm checking in is a fix to the windows
wizard installer to:
1) pass new parameter to xpi_init() - which Samir checked in tonight.
2) update windows wizard installer to know of the new install.log location.
3) changed the installer to create/update the log filename passed to xpi_init() (install_wizard.log).
This fix affects the installer (setup.exe) and the uninstaller (uninstall.exe).
This bug is marked as nsbeta2+ and was already verified by QA, but they were not aware
of the affects to the native windows installer (which is part of this bug).
The windows installer will be dead in the morning without this checkin.
r=sgehani
affects windows platforms only
This file does not affect tinderbox builds
2000-07-11 07:02:29 +00:00