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

670 Коммитов

Автор SHA1 Сообщение Дата
mscott%netscape.com a275feaa24 add uriloader to the unix installer 1999-11-18 06:22:52 +00:00
mscott%netscape.com 1528469525 add uriloader to the windows install package. 1999-11-18 06:19:52 +00:00
ssu%netscape.com 7df795cc49 overloaded the abortInstall() function for the Install object to take a
numerical parameter.  It now allows the script writer to specify
an abort value, instead of the default one.

r=sgehani
1999-11-18 05:08:11 +00:00
warren%netscape.com aaf83521f5 Necko API and implementation changes for retargeting. Needed for URL dispatching. r=mscott 1999-11-17 08:14:52 +00:00
sdagley%netscape.com e3c74a4005 Fix build bustage by removing header files that were improperly added to project. NOTE - do NOT add .h files to a project, the project tracks them by parsing the source .c/.cp files 1999-11-17 06:10:07 +00:00
sspitzer%netscape.com a79c616a1f fix windows build bustage. 1999-11-16 17:44:37 +00:00
sgehani%netscape.com fbd71d7e1e Conforming to use API names starting lowercase. Added alias creation, plugins dir creation. Fixes bug 18339. [r=ssu] 1999-11-16 16:14:07 +00:00
sgehani%netscape.com 682fed659c Fix for bug 18874: buttons should appear depressed when invoked by keyboard. [r=ssu] 1999-11-16 16:11:24 +00:00
sgehani%netscape.com e871e97fc8 Change "extracting" string. [r=ssu] 1999-11-16 16:10:26 +00:00
ssu%netscape.com 56b18dcf38 moving nsinstall into the MOZ_MFC define. This way people who do not have MFC, do not build this module by default. 1999-11-16 06:47:19 +00:00
ssu%netscape.com 85c24d8563 undoing commenting the RESFILE line. Commenting this line out was not the correct fix. 1999-11-16 06:46:17 +00:00
jdunn%netscape.com d70d78c6bf Fixing all unresolved symbols on unix. The bug has the diff's
r dp@netscape.com (ramiro helped me with it)
# 18688
1999-11-16 06:02:31 +00:00
ssu%netscape.com e26a4869c9 fixing bug #17109. It now takes into account the size of the .xpi file to be downloaded as part of the amount of disk space required. r=sgehani 1999-11-16 05:59:35 +00:00
sfraser%netscape.com 224e9dd032 Remove JPEG.shlb, which is now linked in with the jpgdecoder shared lib. r=sdagley 1999-11-15 22:43:37 +00:00
ssu%netscape.com 1bdb98b6fa moving setup and setuprsc to be built on if MOZ_MFC is set. This will allow people w/o MFC to build. People w/MFC should still build fine. r=sgehani 1999-11-15 22:35:07 +00:00
ssu%netscape.com ffc5e788fc added myself as the module owner in this makefile 1999-11-15 20:24:25 +00:00
ssu%netscape.com 6e161b21ad fixing bug #18867. This now builds the resource file required to run setup.exe. This does not require MFC. It only affects windows platforms. 1999-11-15 20:13:53 +00:00
cls%seawood.org b3b7c5882c Removing the need for MFC from the build. The .rc files require afxres.h to build but do not appear to be neccessary themselves. 1999-11-13 22:33:41 +00:00
sgehani%netscape.com ebe018f8b0 *** NOT PART OF BUILD *** * Bug fix 18703: call AbortInstall() if errors encountered during installation. * Bug fix 15954: delete Component Registry after XPInstall engien is done with it. 1999-11-13 04:08:50 +00:00
sgehani%netscape.com fb2596370d Fix bug 18670: handle enter key in addition to return key for default buttons on the Mac Install Wizard UI. [r=ssu] 1999-11-13 04:06:05 +00:00
sgehani%netscape.com b652e5ad84 MIWCommon + Netscape || MIWCommon + Mozilla subsumes MacInstallWizard (now obsolete). 1999-11-13 02:49:30 +00:00
dveditz%netscape.com 038acc367f variable name change to silence build warning 1999-11-13 01:54:12 +00:00
sgehani%netscape.com a47ea2d4f2 Mac profiler code crept in. Removed this ifdef'd cruft. 1999-11-13 00:43:12 +00:00
sgehani%netscape.com d9178fc94d Fixes for bug 18683. Libjar interfaces changed but the implementation didn't. This fixes the runtime XP horkage. [r=dveditz] 1999-11-13 00:39:03 +00:00
warren%netscape.com 0845443a5d Fixed linux compiler bustage (again). 1999-11-12 07:17:50 +00:00
warren%netscape.com 19f1f2e0a5 Fixed linux breakage with nsFileSpec constructor. 1999-11-12 06:54:49 +00:00
warren%netscape.com 01a5c1fa80 Libjar cleanup. Added Close method. Bug#18273. r=mstoltz,gayatrib,dveditz 1999-11-12 06:13:13 +00:00
erik%netscape.com a07ac40a78 This is just a local .cvsignore file. Doesn't affect build. 1999-11-11 18:15:49 +00:00
ssu%netscape.com e4f42bc507 part of fixing bug #18107. This checkin fixes problem with passing in the correct length of the string value to set in the windows registry. This fix affects only the windows platform. r=sgehani 1999-11-11 05:33:38 +00:00
ssu%netscape.com ea7081d1ad these files are part of bug #17109. It's to help with calculating
the correct disk space required during installation.  It doesn't fix this
bug, but it's part of getting it done.

All these files are not part of tinderbox build.  They are only Windows
platform too.

r=sgehani
1999-11-11 01:54:58 +00:00
sgehani%netscape.com 91c69bcd0e Restoring file dates when decoding was off by 12 hours. This is now fixed. [r=ssu] 1999-11-11 00:52:04 +00:00
sgehani%netscape.com f90f883915 *** NOT PART OF BUILD *** Fixed warnings and added C callback prototypes. 1999-11-11 00:33:39 +00:00
sgehani%netscape.com 3d90c136c1 Added progress bar and message for overall status of components being installed. Also, we now display the icon for the folder or volume selected to install, including custom folder and disk icons. Added Quit menu and cmd+Quit keyboard handling. [r=ssu] 1999-11-11 00:29:38 +00:00
sgehani%netscape.com 4391915754 Fix build warnings by moving a static struct from a .h to its .cpp.
Fixes bug 15898. [r=ssu]
1999-11-11 00:24:24 +00:00
sspitzer%netscape.com fc01079d10 fix #18510. package up "Mozilla Select Profile"
and the "Mozilla NSPR Log" files.
1999-11-10 23:53:12 +00:00
jj%netscape.com b9e8537f71 fixed a misplaced '-' . a=chofmann 1999-11-10 00:34:48 +00:00
leaf%mozilla.org d7e597e42e fixing packaging target to depend on mozilla-bin rather than apprunner 1999-11-09 18:21:18 +00:00
leaf%mozilla.org 3ac80b390b changing binary name to mozilla-bin, runscript to mozilla, modifying
mozilla-apprunner.sh to invoke new binary name. Updating packages file.
bug 17219, a=chofmann r=alecf
1999-11-09 02:03:38 +00:00
dmose%mozilla.org 8535dda53e updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:43:54 +00:00
sgehani%netscape.com 13b962fc30 No longer delete core file if it existed before running the installer: now only deleted if downloaded. Also, cleaned up the terminal window UI. Only affects the standalone Install Wizard app, not the browser or mail. [r=ssu, a=chofmann] 1999-11-04 08:23:55 +00:00
jj%netscape.com b135a7f84b set installer target directory to "Mozilla Folder" and changed "bin" to "viewer" to reflect the Mac tree structure. 1999-11-04 03:01:29 +00:00
jj%netscape.com c2895c338b . moved 'Component Registry' from [browser] to [install] . removed 'default_prefs.js' and 'chrome:registry.rdf' . added 'viewer:' in front of _each_ line (parser root change) 1999-11-04 03:01:25 +00:00
jj%netscape.com 5ff58b717f fixed components lists for [Easy install] and variable names for module sizes. 1999-11-04 03:01:24 +00:00
sgehani%netscape.com 0d2dfaa2dd Removing obsolete prefix files. (Replaced by nsInstallerPrefix* and mozInstallerPrefix*.) 1999-11-03 08:06:59 +00:00
sgehani%netscape.com 4d998406d8 1> Extraction of all files rather than regexp core_*/* search. 2> Prepare installer to work off of local archives for CD scenario and Mozilla (no sdinst.dll). 3> Fix build warnings. 4> Separated out Netscape and Mozilla specific targets. 5> Separated out Netscape and Mozilla specfic resources. [r=sfraser] 1999-11-03 07:53:59 +00:00
sgehani%netscape.com 0f7928709e First Checked In. 1999-11-03 07:50:01 +00:00
dveditz%netscape.com 1e92f519c4 fixes 8271,6410,12694 and similar startup/registry problems 1999-11-03 07:46:38 +00:00
sgehani%netscape.com ed8b8bf1e3 First Checked In. 1999-11-03 06:12:10 +00:00
sgehani%netscape.com 9edd950d21 Fix build bustage for cathleen. 1999-11-03 04:30:14 +00:00
jj%netscape.com 51239c23b0 First Checked In. 1999-11-03 03:17:47 +00:00
jj%netscape.com 699b06e0b8 First Checked In. 1999-11-03 02:44:58 +00:00
jj%netscape.com f2a5d4f845 File Removed. 1999-11-03 02:44:27 +00:00
cathleen%netscape.com 590efa3ff7 fixed bug #17774. prevent crash when UI name is passed as null.
also moved mPatchList to allocate hashtable to nsIntall::Patch().  r=dougt
1999-11-03 02:01:02 +00:00
jj%netscape.com 2eeb663acb Added 'Component Registry' + removed 14 xpi engine files from [core] + renamed modules [xpiengine]->[install] and [core]->[browser] 1999-11-03 01:31:35 +00:00
cls%seawood.org 14ef08310e Removed unused NECKO ifdefs.
a=leaf
1999-11-02 23:34:03 +00:00
cathleen%netscape.com 7ffe77c49e adding in missing chrome and res files for mac packager 1999-11-02 02:22:50 +00:00
ssu%netscape.com 3b94db6a1a Fixes bug #17562. r=sgehani. This checkin does not affect tinderbox.
The other checkin to fix this bug only affects the windows platforms.
1999-11-02 01:38:10 +00:00
ssu%netscape.com 5376d575d3 fixing bug #17562. r=sgehani
Fixes problem with not detecting xpinstall reboot return error.
1999-11-02 01:36:41 +00:00
pavlov%netscape.com 14bf92441f added .cvsignore file r=slamm 1999-11-02 01:16:09 +00:00
tbogard%aol.net c9198a207c Changed NS_ENSURE_NOT to NS_ENSURE_FALSE to reflect API change. r=hyatt 1999-11-01 21:43:56 +00:00
sgehani%netscape.com 98b48e7109 *** NOT PART OF BUILD *** Added "About..." box. 1999-10-30 22:29:26 +00:00
sgehani%netscape.com 852783665a Changes to accomodate ASEncoder for bug 17096 (new interfaces: GUI and AppleScript to accept folders to decode and encode). [r=dveditz] 1999-10-30 22:24:09 +00:00
sgehani%netscape.com 93dd53981e First Checked In. 1999-10-30 22:21:38 +00:00
sgehani%netscape.com 04537f00dd *** NOT PART OF BUILD *** Fixes for bug 17096. New interfaces (GUI and AppleScript) that accept folders to encode and decode. 1999-10-30 22:21:28 +00:00
sspitzer%netscape.com 5f7f711aa3 fix for #17555. get all the default files, including panels.rdf 1999-10-29 18:29:07 +00:00
cathleen%netscape.com a4bfb4ac22 update unix packaging list for missing chrome and res files (editor, xpinstall... ) 1999-10-29 02:37:27 +00:00
ssu%netscape.com b8b6357588 fixing bugs #16935 and #11581. r=dvedtiz.
The first fix reverses the way xpinstall aborts/cleans up itself.  The
correct way is to undo the commands it ran in backwards order.

The second fixes problem with a install.js script not having called
finalizeInstall() yet still installing files.
1999-10-29 02:15:56 +00:00
jj%netscape.com 893d09589f added [xpiengine] module and rename 'ChromeRegistry' to 'ChomeRegistry' to be consistent with this typo across the tree. 1999-10-29 01:25:51 +00:00
nhotta%netscape.com db205c9976 Adding entity property files to packages, r=ftang. 1999-10-28 23:31:30 +00:00
ssu%netscape.com da4a11089a added new resource string. This is related to bug #17391. r=dbragg.
Affects only windows platforms.
1999-10-28 21:13:28 +00:00
ssu%netscape.com 346953a5dc fixing bug #17391. r=dbragg.
Fixes problem with calculating available disk space under
Win95/win98.  Affects only windows platforms.
1999-10-28 21:12:24 +00:00
jj%netscape.com 8ce8f75a57 First Checked In. 1999-10-27 23:39:46 +00:00
cathleen%netscape.com d1c795ecdd adding missing editor chrome file to mac packaging list 1999-10-27 22:59:04 +00:00
cathleen%netscape.com 59cda8eaf3 adding missing editor chrome files 1999-10-27 22:35:37 +00:00
jj%netscape.com 96a79904b1 workaround to accept wildcards on Mac -- granrose. r=jj 1999-10-27 00:03:54 +00:00
jj%netscape.com ea27a01d77 File Removed. 1999-10-26 21:53:43 +00:00
dougt%netscape.com 59c7f39506 merging FILESEP and DIRECTORY_SEPARATOR. they both do the same thing. 1999-10-26 19:45:18 +00:00
nhotta%netscape.com 04b0182dfb Added charset propertiy files so the charset conversion to work properly (for win and mac, unix didn't have the problem), 17254, r=ftang. 1999-10-26 19:06:41 +00:00
sgehani%netscape.com 766617c63d Fixes bug 11209: we now detect free space larger than 2^32 bytes in the Install Wizard. [r=cathleen] 1999-10-26 02:12:00 +00:00
sgehani%netscape.com 0afafa0cfd Fixes bug 17190: extract only core_*/* files to obtain the XPInstall engine run by the Install Wizard. [r=cathleen] 1999-10-26 02:08:56 +00:00
sgehani%netscape.com 2b27cce4c7 First Checked In. 1999-10-26 00:35:41 +00:00
sgehani%netscape.com 2aebc441ed *** NOT PART OF BUILD *** Added ASEncoder tool -- AppleSingle encoder and decoder -- with two interfaces: 1> Menu and file selector based GUI 2> AppleScript interface (or callable from any OSA compliant scriptable component) Fixes bug: 16947. 1999-10-26 00:34:40 +00:00
ssu%netscape.com 3e270a6545 updated/added/removed install error values to accomodate the fileop
routines checked in over the weekend. r=sgehani.
1999-10-25 23:44:09 +00:00
ssu%netscape.com 37d3898229 fixed parameter problem during compilation for sgehani. r=sgehani 1999-10-25 23:16:46 +00:00
sgehani%netscape.com cd391a1444 Fix for bug 17137: added complete and abort routines for mac alias creation XPInstall API. [r=ssu] 1999-10-25 23:05:44 +00:00
duncan%be.com 2b3fe6e88a Fix build under BeOS. r=dveditz 1999-10-25 06:22:43 +00:00
ssu%netscape.com 70666ce4ac fixes bugs #15394, #15603, part of #15644, and #15487. r=sgehani. The
xpinstall fileops functions have been updated to perform error detection
as much as it can prior to executing the command.
1999-10-24 01:07:45 +00:00
dougt%netscape.com 717a9229c0 fix for bug 13894. Hooks up the notification from necko. r=cathleen. 1999-10-22 00:53:01 +00:00
ssu%netscape.com 63bc7b836a fixed bug #15309. r=dbragg. it now creates an empty Plugins directory within Seamonkey. Not part of tinderbox. would only affect windows. 1999-10-21 19:50:36 +00:00
ssu%netscape.com 80644c6d38 fixing bug #16470. Not part of Tinderbox. Not part of seamonkey core code. r=pavlov. Would affect only windows. 1999-10-21 07:24:46 +00:00
ssu%netscape.com 230102ad2b removing editor from install build process. Not part of Tinderbox. Not part of seamonkey code. Would affect only windows platforms. 1999-10-21 06:44:27 +00:00
dveditz%netscape.com 7206428c23 mac bustage 1999-10-21 02:46:21 +00:00
dveditz%netscape.com 4b0ca9d0cd Changing nsFileSpec Copy and Move function names to match their
functionality, and also to free up the namespace for a *real* Copy
and Move that allow renaming the leaf name rather than just copying
into different directories (i.e. to make backup files). r=ssu
1999-10-21 00:40:39 +00:00
bienvenu%netscape.com 9b44c27734 fix memory leak of notification uri r=dougt 1999-10-20 20:30:42 +00:00
cathleen%netscape.com 249ba90383 add txmgr.xpt to core list, like the rest of the editor files.
also removed a couple of obsolete files from the list
1999-10-19 22:03:29 +00:00
cathleen%netscape.com 1e02470141 additional cleanup, and previous checked in added wallet chrome files, partial fix for bug 15220 1999-10-19 21:09:04 +00:00
cathleen%netscape.com a8e55f404a *** empty log message *** 1999-10-19 21:02:43 +00:00
pavlov%netscape.com aca3a56acf clean up wizard code a bit 1999-10-18 21:52:03 +00:00
pavlov%netscape.com b4d5156893 new files 1999-10-18 21:44:15 +00:00
pavlov%netscape.com 95ea3cc239 update file list 1999-10-18 21:30:40 +00:00
ssu%netscape.com b0c9238832 fixing bug #16694. fixes crash bug in the select components dialog in the windows installer. r=sgehani. Affects only windows platform. 1999-10-18 21:15:09 +00:00
dveditz%netscape.com 7cfbb13ca8 variable name change to silence warning 1999-10-18 08:35:39 +00:00
dveditz%netscape.com 68cdd38e21 cleaning up warnings 15626; removing RegisterService/UnregisterService calls per request from dp 1999-10-18 05:56:15 +00:00
sgehani%netscape.com c2da60fe75 First Checked In. 1999-10-17 01:39:40 +00:00
sgehani%netscape.com 69624874e9 File Removed. 1999-10-17 01:36:14 +00:00
bienvenu%netscape.com 7c698bf2f8 fix memory leak in install notifier r=dougt 1999-10-16 20:48:36 +00:00
ssu%netscape.com 1233fa6fe9 fixes bugs #15884 and #16220. r=dbragg. fixes Install.FileExecute for the
1 parameter format and also the function gets logged correctly in
install.log.
1999-10-15 20:50:49 +00:00
ssu%netscape.com c2446e2100 fixes bug #6408 and #15393. r=dbragg. fixes windows installer xpinstall
error detection.  Windows platform only"
1999-10-15 20:47:15 +00:00
cathleen%netscape.com b476a47ebf adds jsurl.xpt and html.css to windows packager list 1999-10-15 00:14:44 +00:00
ssu%netscape.com 9ef7f45ec4 fixes bug #16246, #16312, #16344, #16308. r=dbragg@netscape.com. fixes crash bug if the install file operation fails. no longer crashes. 1999-10-14 23:30:56 +00:00
ssu%netscape.com a664a58053 fixing bug #16242. approved by leaf. r=leaf. removes jre122 from the mozilla installer. not part of tinderbox. would only affect windows. 1999-10-14 20:23:22 +00:00
sgehani%netscape.com 4a5fef775d *** NOT PART OF BUILD *** Fixed bug 11216: Cascading dependencies feature Fixed bug 14320: Parser and action support for the LAUNCHAPP atribute Fixed bug 14322: Mouse over displays component description Fixed bug 16224: Mac Install Wizard crashing when installing custom components 1999-10-14 08:30:29 +00:00
sgehani%netscape.com ecb3fb8afe Divide by 1024 rather than 1000 when calculating component install sizes. [r=ssu] 1999-10-14 08:15:35 +00:00
cathleen%netscape.com 17a6616814 update windows packaging file list, bug 16144, r=ssu 1999-10-13 02:20:16 +00:00
cathleen%netscape.com 38c6c96a9f fix mac packager list, bug 16141, r=ssu 1999-10-12 01:11:42 +00:00
ssu%netscape.com d67582e981 fixing bug #16095. apprunner.exe got renamed to mozilla.exe. This fix updates the installer to create the proper windows shortcut. Not part of tinderbox. r=dbragg@netscape.com 1999-10-12 00:23:37 +00:00
dougt%netscape.com e8c616fd1c fixes bug 15709. r=dveditz. 1999-10-12 00:20:23 +00:00
dveditz%netscape.com 8497434457 build fix, packager needs to know about changed Win32 names 1999-10-10 04:59:59 +00:00
dveditz%netscape.com 2b60c91417 Fixing 8.3 library name problems, bugs 10355, 10359,10364, 10365, 10372, 11796, 11791. Checking in for cathleen, r=dveditz 1999-10-10 01:32:59 +00:00
ssu%netscape.com 7c1188e7dd fixing bug #15953. No fix is not part of tinderbox builds. affects only windows. Got approval from Syd_Sheriff. Also updated config.ini to not reference the editor since it has been rolled into the core.xpi. 1999-10-09 22:21:11 +00:00
ssu%netscape.com fc736ea126 this checkin is to help fix bug #15393. There is one more step to truly fix it, which will come later. Reviewed by sgehani@netscape.com. This only affects windows platforms. This fix is needed because xpistub.dll no longers requires two callback functions: XpiStart() and XpiFinal(). 1999-10-09 21:41:02 +00:00
ssu%netscape.com aa476b7903 this checkin is to help fix bug #15393. There is one more step to truly fix it, which will come later. This fix is by dveditz, and reviewed by ssu. 1999-10-09 21:37:21 +00:00
ssu%netscape.com f57e037c56 fixing bug #15584. reviewed by sgehani@netscape.com. Fixes build warnings under linux. 1999-10-09 21:08:35 +00:00
law%netscape.com 9dfe4abe47 Bug #14999; removed use of toolkit app core; rev=dbragg@netscape.com 1999-10-09 06:15:06 +00:00
neeti%netscape.com 5632139141 Converted nsxpi.dll and xpiflash.dll to use nsIModule to prepare for memory leaks fixing. Bug# 14034. r=dougt 1999-10-08 20:41:13 +00:00
sgehani%netscape.com 1082968752 Failover implemented for i18n strings in XPInstall if the string bundle service is not available, fails, or if the .properties resource file is not avilable. Fixes install wizard logging. Completion of fix for bug 8140. [r=ssu] 1999-10-08 09:00:13 +00:00
sgehani%netscape.com 8ee89b47d6 *** NOT PART OF BUILD *** DEBUG symbolic constant renamed to MIW_DEBUG. 1999-10-06 23:52:08 +00:00
sgehani%netscape.com 1526ac51dc *** NOT PART OF BUILD *** DEBUG symbolic constant changed from DEBUG to MIW_DEBUG. 1999-10-06 23:51:14 +00:00
sgehani%netscape.com 44c4087464 *** NOT PART OF BUILD *** Cleanup of inflation routines. 1999-10-06 23:50:10 +00:00
sgehani%netscape.com ade5ade577 *** NOT PART OF BUILD *** Disable back button on welcome window preventing user from returning to the license window. 1999-10-06 23:49:16 +00:00
sgehani%netscape.com d0a1a92f88 *** NOT PART OF BUILD *** Disk space checking is now accurate for "Custom Install". 1999-10-06 23:48:09 +00:00
sgehani%netscape.com 94d50edd2a *** NOT PART OF BUILD *** Detect and don't download pre-existing .xpi files. Fixes bug 15695. 1999-10-06 23:47:02 +00:00
sgehani%netscape.com 60fbea45a2 *** NOT PART OF BUILD *** Mouse over component now highlights and updates long description: fixes bug 14322. 1999-10-06 23:45:49 +00:00
pavlov%netscape.com d9c81fb2e7 initial work on unix installer 1999-10-06 06:59:20 +00:00
waterson%netscape.com aea62a84c9 Bug 13910. Make sure we push the 'NC:description' attribute. r=dougt 1999-10-05 22:11:44 +00:00
dougt%netscape.com ac304df2ec 1) Adding an eventsinkgetter interface so that when 13894 become unblocked (when gagan
checks in his protocol messages)  we will automatically get onStatus and onProgress
notification.  reviewed by dveditz.
1999-10-05 21:18:48 +00:00
dougt%netscape.com c2b51b230c Change pref name
Added Preferences for software notification timer (see 14729) r. samir g.
1999-10-05 21:15:30 +00:00
dougt%netscape.com e40b6fd75a set software notification timer to once per week. 14729 R. sgehani
Update pref name
1999-10-05 21:14:13 +00:00
sgehani%netscape.com 635f2394fa Added Mac alias creation feature for install script writers using XPInstall: bugs 9363, 14345, 15503; r=ssu. Fixed nsFileSpec<->nsInstall error translation in File operations exposed to install script writers: bug 15486; r=ssu. 1999-10-05 04:04:01 +00:00
beard%netscape.com 26ba00f59b changed from directly using "MSL ShLibRuntime.Lib" to using "NSLibraryStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:47:12 +00:00
beard%netscape.com b547c2ffb0 changed from directly using "MSL DropInRuntime.Lib" to using "NSComponentStartup.o" to enable GC leak detector. r=smfr 1999-10-03 20:46:23 +00:00
dbragg%netscape.com be30a89b45 Initial checkin of mac xpi build files. Approval=trudelle, Reviewer=ssu 1999-10-01 22:31:46 +00:00
hyatt%netscape.com 9e75934ef0 Splitting xul.css into two files and making them load automatically at startup. R=danm@netscape.com 1999-10-01 20:49:07 +00:00
ssu%netscape.com 8f80e22e1b fixing bug #15031 and #15032.
reviewed by sgehani@netscape.com
affects only windows platform.
1999-09-30 06:20:04 +00:00
ssu%netscape.com 7128984a21 fixing bug #15033.
reviewed by sgehani@netscape.com
affects only windows platform.
1999-09-30 06:18:43 +00:00
cathleen%netscape.com feddb2d6d7 updated packaging manifest file for editor and wallet. ongoing work for bug 15035 & bug 15220, not part of the build yet. 1999-09-30 02:57:17 +00:00
shaver%netscape.com 209ddb7236 missed more nsIRegistry::Key usages 1999-09-29 03:26:24 +00:00
granrose%netscape.com 00d55d7912 improved batch copy performance, fixed bug <A HREF="show_bug.cgi?id=14558">14558</A>. a=leaf. 1999-09-27 23:02:06 +00:00
dveditz%netscape.com 85bed52b6f Bugfix for 9604, 8138. r=cathleen, a=chofmann 1999-09-27 21:28:03 +00:00
dougt%netscape.com 7ed7862859 bug fix for 14831. 1999-09-27 19:55:04 +00:00