.. |
.cvsignore
|
|
|
gdiff.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
Makefile.in
|
Removed obsolete REQUIRES variable from every Makefile.in/makefile.win
|
2000-06-30 08:08:04 +00:00 |
makefile.win
|
added bit field in nsInstallFile for Windows Shared File and Do No Uninstall.
|
2000-05-14 03:07:05 +00:00 |
nsAppleSingleDecoder.cpp
|
bringing ASEncoder upt-to-date using new Universal Headers -- not part of the build. r=sgehani
|
2000-06-29 22:28:59 +00:00 |
nsAppleSingleDecoder.h
|
Restoring file dates when decoding was off by 12 hours. This is now fixed. [r=ssu]
|
1999-11-11 00:52:04 +00:00 |
nsInstall.cpp
|
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 |
nsInstall.h
|
Fix for 45885. Now returning an nsInstallFolder object rather than a string. r=sgehani
|
2000-08-24 19:34:06 +00:00 |
nsInstallBitwise.cpp
|
new files to support setting of windows shared files registry in the windows registry. Not part of tinderbox build yet.
|
2000-05-14 02:27:52 +00:00 |
nsInstallBitwise.h
|
new files to support setting of windows shared files registry in the windows registry. Not part of tinderbox build yet.
|
2000-05-14 02:27:52 +00:00 |
nsInstallDelete.cpp
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsInstallDelete.h
|
Fix for bug 24984, conversion to use nsIFile and related ilk.
|
2000-04-21 18:58:41 +00:00 |
nsInstallExecute.cpp
|
Make Install.execute() work on Unix.
|
2000-07-10 21:02:16 +00:00 |
nsInstallExecute.h
|
Fix for bug 24984, conversion to use nsIFile and related ilk.
|
2000-04-21 18:58:41 +00:00 |
nsInstallFile.cpp
|
Fix for nsbeta2+ bug #40783 r=ssu
|
2000-06-21 13:43:37 +00:00 |
nsInstallFile.h
|
fixing bug #7478. We now have an uninstaller for the installer on the Windows platform. r=dveditz
|
2000-04-26 05:04:21 +00:00 |
nsInstallFileOpEnums.h
|
added bit field in nsInstallFile for Windows Shared File and Do No Uninstall.
|
2000-05-14 03:07:05 +00:00 |
nsInstallFileOpItem.cpp
|
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 |
nsInstallFileOpItem.h
|
added bit field in nsInstallFile for Windows Shared File and Do No Uninstall.
|
2000-05-14 03:07:05 +00:00 |
nsInstallFolder.cpp
|
Convert use of nsIFileLocator to nsIDirectoryService.
r=dveditz
|
2000-08-22 00:45:19 +00:00 |
nsInstallFolder.h
|
Getting installed overlays to work, dogfood bug 1011 in bugSCAPE. Also fixing
|
2000-05-24 14:13:39 +00:00 |
nsInstallLogComment.cpp
|
initial checkin for files to fix bug #7478. Not part of any build yet.
|
2000-04-26 04:53:06 +00:00 |
nsInstallLogComment.h
|
initial checkin for files to fix bug #7478. Not part of any build yet.
|
2000-04-26 04:53:06 +00:00 |
nsInstallObject.h
|
fixes bug 23277
|
2000-01-06 21:55:00 +00:00 |
nsInstallPatch.cpp
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsInstallPatch.h
|
Fix for bug 24984, conversion to use nsIFile and related ilk.
|
2000-04-21 18:58:41 +00:00 |
nsInstallProgressDialog.cpp
|
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 |
nsInstallProgressDialog.h
|
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 |
nsInstallResources.cpp
|
fixing bug #42203. Typo in xpinstall.properties string. a=leaf r=sgehani
|
2000-06-15 06:18:08 +00:00 |
nsInstallResources.h
|
Fix build warnings by moving a static struct from a .h to its .cpp.
|
1999-11-11 00:24:24 +00:00 |
nsInstallTrigger.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsInstallTrigger.h
|
making chrome installs work with late-breaking chromeRegistry changes -- required for tomorrow's install
|
2000-05-17 07:09:11 +00:00 |
nsInstallUninstall.cpp
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
nsInstallUninstall.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsInstallVersion.cpp
|
Skin/Locale installer (bug 32688) and groundwork for bug 32689
|
2000-05-05 06:23:11 +00:00 |
nsInstallVersion.h
|
|
|
nsJSFile.cpp
|
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 |
nsJSFile.h
|
Fix for bug 24984, conversion to use nsIFile and related ilk.
|
2000-04-21 18:58:41 +00:00 |
nsJSFileSpecObj.cpp
|
fix bug 43272. r=ssu/dvetidz . check nsresult by using NS_FAILED instead of NS_OK !=
|
2000-07-13 21:21:24 +00:00 |
nsJSFileSpecObj.h
|
adding new files from dbragg, r=dveditz, not yet part of build
|
1999-11-21 01:24:18 +00:00 |
nsJSInstall.cpp
|
fixing 50443, installer crash in browser.xpi. r=BlakeR1234@aol.com
|
2000-08-27 00:43:22 +00:00 |
nsJSInstallTriggerGlobal.cpp
|
fix bustage, |const| needed on Windows
|
2000-06-13 00:21:53 +00:00 |
nsJSInstallVersion.cpp
|
making string conversions explicit
|
2000-04-18 05:38:58 +00:00 |
nsJSWinProfile.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsJSWinProfile.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsJSWinReg.cpp
|
fix for bug #14921 r=ssu
|
2000-02-01 23:05:41 +00:00 |
nsJSWinReg.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsLoggingProgressNotifier.cpp
|
Create the install log in the user's profile directory if we don't have permission to write to the program directory.
|
2000-09-06 21:28:20 +00:00 |
nsLoggingProgressNotifier.h
|
Create install log file in XPCOM's notion of cwd.
|
2000-07-06 19:44:09 +00:00 |
nsRegisterItem.cpp
|
dogfood bug 50689 (no chrome registration on Mac)
|
2000-09-07 01:25:43 +00:00 |
nsRegisterItem.h
|
making chrome installs work with late-breaking chromeRegistry changes -- required for tomorrow's install
|
2000-05-17 07:09:11 +00:00 |
nsSoftwareUpdate.cpp
|
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 |
nsSoftwareUpdate.h
|
Add optional log file leaf name param to XPI_Init for Win32 uninstall logging.
|
2000-07-10 23:15:46 +00:00 |
nsSoftwareUpdateRun.cpp
|
Comment-out call to crashing ReloadChrome() so we can call bug 39367 fixed.
|
2000-07-20 08:33:54 +00:00 |
nsSoftwareUpdateRun.h
|
|
|
nsTopProgressNotifier.cpp
|
make the master listener threadsafe
|
2000-05-08 08:48:20 +00:00 |
nsTopProgressNotifier.h
|
make the master listener threadsafe
|
2000-05-08 08:48:20 +00:00 |
nsUpdateNotification.cpp
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
nsUpdateNotification.h
|
dist...chrome restructuring
|
2000-04-19 21:42:30 +00:00 |
nsWinProfile.cpp
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
nsWinProfile.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsWinProfileItem.cpp
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
nsWinProfileItem.h
|
New wstring nsIRegistry interface, bug 23859;
|
2000-02-15 01:32:12 +00:00 |
nsWinReg.cpp
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
nsWinReg.h
|
Checkin for dbragg, Bug 16214 make "folder" params objects rather than path strings, r=dveditz.
|
1999-11-21 06:03:23 +00:00 |
nsWinRegEnums.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsWinRegItem.cpp
|
making string conversions explicit. scc
|
2000-04-26 01:13:55 +00:00 |
nsWinRegItem.h
|
New wstring nsIRegistry interface, bug 23859;
|
2000-02-15 01:32:12 +00:00 |
nsWinRegValue.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsWinRegValue.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsWinShortcut.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsWinShortcut.h
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
nsXPInstallManager.cpp
|
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 |
nsXPInstallManager.h
|
fixing mac long-long bustage
|
2000-07-19 01:53:43 +00:00 |
nsXPITriggerInfo.cpp
|
making string conversions explicit
|
2000-04-18 05:38:58 +00:00 |
nsXPITriggerInfo.h
|
Skin/Locale installer (bug 32688) and groundwork for bug 32689
|
2000-05-05 06:23:11 +00:00 |
PatchableAppleSingle.cpp
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
PatchableAppleSingle.h
|
bug #42100, Carbon compatibility. r=gordon, saari, pinkerton, sfraser
|
2000-06-20 23:10:06 +00:00 |
ScheduledTasks.cpp
|
bug 40750.
|
2000-07-12 23:31:31 +00:00 |
ScheduledTasks.h
|
Make Install.execute() work on Unix.
|
2000-07-10 21:02:16 +00:00 |