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

1481 Коммитов

Автор SHA1 Сообщение Дата
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