tbogard%aol.net
d2e8d107e7
Removed unused header file.
2000-02-11 00:54:29 +00:00
dbragg%netscape.com
72a6361931
Fix for bug 21089 r=dveditz
2000-02-11 00:52:26 +00:00
sgehani%netscape.com
4953678682
Part of fix for b = 24299 r = ssu
2000-02-10 10:15:01 +00:00
sgehani%netscape.com
62d5d66fe9
Added random install feature to deteremine component pre-selection at parse time.
b = 24299
r = ssu
2000-02-10 10:04:18 +00:00
sgehani%netscape.com
d95ba12580
Really default to installing in the root of the boot volume.
b = 19360
r = ssu
2000-02-10 08:48:50 +00:00
ssu%netscape.com
699d11af91
Fixed bug #21426 - Core.xpi has been broken up into core.xpi and browser.xpi
...
r=cathleen
2000-02-10 07:11:36 +00:00
dveditz%netscape.com
f7ec00ef59
Fixes to get this building on VC5 again. r=ssu
2000-02-10 07:03:49 +00:00
pinkerton%netscape.com
0ee64b8921
removal of WasteLib from viewer and un-necessary native widgets from Mac build. r=sfraser.
2000-02-10 04:18:55 +00:00
ssu%netscape.com
0aed14638a
Turning AutoRegister back on so we don't have a repeat of 26759 when
...
the build doesn't pre-generate component.reg r=ssu
2000-02-09 03:42:08 +00:00
ssu%netscape.com
f5159f039e
removed test from build command line because it requires nszip.exe which not everyone might have it on their system. r= dveditz affects only windows platform.
2000-02-09 03:33:21 +00:00
ssu%netscape.com
e074dbd04a
Removed MFC dependencies from the native windows installer.
...
Rewrote nszip.exe to not require MFC to build.
Wrote TestXPI.exe to test xpinstall via xpistub to mimic a native windows
installer.
update makefile.win to not build nszip.exe and build the new tools:
nsztool
test
and to not require MOZ_MFC=1 to build these files anymore.
affects only windows platform.
r=dougt
r=dveditz
2000-02-09 03:25:49 +00:00
ssu%netscape.com
52c7023fe3
removed comment. not part of build yet
2000-02-09 03:12:34 +00:00
ssu%netscape.com
37c923e873
fixing up test code. not part of build system yet
2000-02-09 02:21:04 +00:00
ssu%netscape.com
daaef0e67f
fixed compression bug and cleaned up code. Not part of build system yet.
2000-02-09 02:10:53 +00:00
ssu%netscape.com
80c0a5c3ad
cleaning up the test code a bit. not part of the build system yet.
2000-02-08 12:10:24 +00:00
ssu%netscape.com
a672e590b3
Initial checkin of files to test xpinstall via xpistub entry point.
...
This is not hooked up to the build system yet.
Just checking in so I don't lose the new code.
2000-02-08 11:49:22 +00:00
pierre%netscape.com
39def9891d
Added NSRuntimeDebug.shlb to debug targets for Profiler builds
2000-02-08 04:28:34 +00:00
dveditz%netscape.com
ca0b73c496
fixes bug 26759, r=ssu
2000-02-08 02:40:17 +00:00
scc%netscape.com
5e041e830f
Pro5 update
2000-02-07 23:06:04 +00:00
ssu%netscape.com
881dd2390c
added comments to functions; removed obsolete function; Not part of build at all.
2000-02-06 23:41:00 +00:00
ssu%netscape.com
364aab31d9
initial checkin for nsztool.exe source files. This is a rewrite of nszip.exe to not use MFC. This is not part of the build. I'm just checking in so I don't lose the work.
2000-02-06 20:06:54 +00:00
sspitzer%netscape.com
4b48f48eda
in the immortal words of sfraser: "die, appcores, die".
...
the next step is to remove mozilla/xpfe/AppCores from the tree, which I will
gladly do next.
r=alecf
2000-02-06 06:54:52 +00:00
dougt%netscape.com
726bb94a4f
adding explict call to VR_Close after using other VR_ routines which open
...
the version registry. suggested by dveditz@netscape.com
2000-02-06 02:45:08 +00:00
sspitzer%netscape.com
38fbccd69c
remove nsCategoryManager.js from the packages.
2000-02-06 01:21:10 +00:00
jband%netscape.com
2ebf7cb794
fix incorrectly declared callback and its evil (cast) that were crashing my release builds of xpcshell and viewer. r=dougt
2000-02-06 01:09:15 +00:00
alecf%netscape.com
957d6849ab
update packages to reflect appshell's new home
...
r=sspitzer
2000-02-05 05:45:55 +00:00
sspitzer%netscape.com
2ba127ca4b
package nsCategoryManager.js on windows
2000-02-05 05:27:56 +00:00
sgehani%netscape.com
1d8a1b423b
Unbreak the Mac installer.
b = 25569
r = polar bear
2000-02-05 01:44:19 +00:00
ssu%netscape.com
f77414dd7d
readme.txt for build.pl. not part of build
2000-02-04 00:36:47 +00:00
sgehani%netscape.com
6f06c478e2
making it binary
2000-02-04 00:28:39 +00:00
ssu%netscape.com
58724e0a42
changed folder name from Stage to state. Not part of the build system.
2000-02-04 00:26:07 +00:00
sgehani%netscape.com
8c2edd6cd7
*** NOT PART OF BUILD ***
...
Adding XPInstall smoke test to make publicly accessible through lxr.
2000-02-04 00:14:11 +00:00
sgehani%netscape.com
08afb2002e
*** NOT PART OF BUILD ***
...
1> Binary .xpi file wasn't checked in using -kb.
2> Trigger page and sources didn't include the license header.
2000-02-04 00:02:49 +00:00
sgehani%netscape.com
42dc2d0bf9
Adding XPInstall test public accessibility *** NOT PART OF BUILD ***
2000-02-03 23:54:24 +00:00
ssu%netscape.com
f88c618ebc
updated the comment section of this script. Not part of the build system.
2000-02-03 23:42:10 +00:00
ssu%netscape.com
486a561ef3
new perl file that will build the self-extracting installer and its corresponding .xpi files given a mozilla build on a local system. Not part of the build system.
2000-02-03 23:39:56 +00:00
mstoltz%netscape.com
a1733f9f94
Adding jar: protocol objsct files to the installer manifests for Unix and Windows (Mac seems to have it already.) r=norris bug=7270 r=norris
2000-02-03 23:28:01 +00:00
dougt%netscape.com
f603ef85b4
fix for 26271. r=dveditz@netscape.com
2000-02-03 02:29:57 +00:00
ssu%netscape.com
81c9e6ca92
fix for bug #23225 . it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again.
...
fix for bug #23224 . only one instance of setup can be run now.
affects only windows. r=sgehani
2000-02-02 22:41:21 +00:00
ssu%netscape.com
3a852b36a9
fix for bug #23225 . it now detects instance of mozilla.exe running and requests the user to quit it before runnning setup again. affects only windows. r=sgehani
2000-02-02 22:36:49 +00:00
sgehani%netscape.com
46c9bd6e29
Preparing for additions dialog feature. Also, fixing control highlighting bugs when the app is suspended and resumed: for controls on the setup type and welcome dialogs.
b = none
r = ssu
2000-02-02 00:49:21 +00:00
sgehani%netscape.com
94835e2199
First Checked In.
2000-02-02 00:43:10 +00:00
dbragg%netscape.com
26e0f248ad
fix for bug #14921 r=ssu
2000-02-01 23:05:41 +00:00
ssu%netscape.com
5592321679
fixing bug #11210 . Updated the install progress dialog to have a better
...
look and feel. r=sgehani. affects only the windows platform.
2000-02-01 23:00:49 +00:00
leaf%mozilla.org
9a7e6a3636
r=ssu, fix to keep automation from hanging in an xcopy interactive prompt
...
not part of build, only affects packaging.
2000-02-01 20:40:46 +00:00
pp%ludusdesign.com
207f05242d
Conversion to NS_GET_IID(). Bug #20232 , r=scc@netscape.com
2000-02-01 14:26:27 +00:00
sgehani%netscape.com
1e477bec38
Add readme button and functionality to the Mac installer.
b = 21041
r = ssu
2000-02-01 04:08:56 +00:00
cathleen%netscape.com
6205d7c1a9
fixed crash bug for patching, happened at cleanup() stage. removed the
...
enumerate call to delete the pointers in hash table, since it has
already been deleted. also added some error checking and reset pointers
to null bug 24455, r=dbragg
2000-02-01 01:51:25 +00:00
scc%netscape.com
24bd24cf92
Fixed access paths for upcoming switch to Pro5, see bug #25949 . r=pinkerton
2000-02-01 00:49:16 +00:00
valeski%netscape.com
c1ba357a6b
24717. adding keyword and datetime libraries to the package list
2000-02-01 00:01:33 +00:00
ssu%netscape.com
33e2071e28
fixing bug #25902 . removed extended resource information that was not needed, but that simply made it more difficult to localize. r=sgehani
2000-01-31 22:14:51 +00:00
tonyr%fbdesigns.com
4f508c745b
Added the mailnews import components
2000-01-30 15:59:39 +00:00
tonyr%fbdesigns.com
7b9fbfd92c
Added the mailnews import components to the list
2000-01-30 15:44:15 +00:00
tonyr%fbdesigns.com
e61ee9a088
Added the mailnews import components to the install
2000-01-30 02:38:33 +00:00
ssu%netscape.com
7da2097bff
fixing bug #25410 . The size shown under the custom install is now the
...
download size (size of archive), not installation size.
Also has code to help fix bug #21034 . Added code place holder to show the
new Additions dialog.
Fixed problem with not calculating disk space required properly. It would
not take into account components that get installed outside the user
selected folder (such as the case with security module, which needs to be
installed in a centralized place). This required the installer to be link
in nsreg_s.dll in order to tap into the Netscape registry to anticipate
where the modules might be installed at.
affects only windows.
2000-01-29 23:39:47 +00:00
ssu%netscape.com
dfb2dec2df
fixing bug #25216 - typo with string description.
2000-01-29 23:17:46 +00:00
dbragg%netscape.com
5b1dc5a3b2
fix for bug 24284 r=sgehani
2000-01-28 23:24:57 +00:00
dbragg%netscape.com
90f81c845c
Fixes for bugs 10147, 22341, 24016 r=sgehani
2000-01-28 23:22:58 +00:00
hyatt%netscape.com
3a17522cb8
Adding XBL files to installer package lists.
2000-01-27 10:01:20 +00:00
waterson%netscape.com
07c4cae8c3
I am dumb. I didn't account for changes to the ownership model. Also, make sure that the nsXPINotifierImpl derives from nsIRDFXMLSinkObserver.
2000-01-27 06:20:24 +00:00
jj%netscape.com
91506836b8
Removing more appcores-related resources + obsolete prefwindow files.
2000-01-27 03:25:12 +00:00
waterson%netscape.com
ff33dd020d
Bug 24499, 15586. Hold strong ref to nsIRDFXMLSinkObservers; add onError() method to nsIRDFXMLSinkObserver API; be sure to notify observers in synchronous load case. r=shaver
2000-01-27 02:24:20 +00:00
sfraser%netscape.com
99b3107ffa
Appcores must die! Die die die! Removing appcores-related resources that are no longer used. r=law
2000-01-26 01:12:20 +00:00
sfraser%netscape.com
dc88a0d7d6
Appcores must die! Die die die! r=law
2000-01-26 01:06:58 +00:00
ssu%netscape.com
227b61b05f
Windows needs to use the CWD not the directory passed to the stub.
...
dougt's change r=ssu a=granrose.
2000-01-25 20:44:55 +00:00
dougt%netscape.com
fd69a2f423
Landing nsIFile.
2000-01-24 21:28:28 +00:00
leaf%mozilla.org
1fce2f3d8b
switching to native perl mkdir, does not affect build. r=ssu
2000-01-24 13:54:29 +00:00
ssu%netscape.com
4330d53554
fixing bug #24373 . no longer installs msvcrt dlls. a=chofmann. r=sgehani
2000-01-21 01:25:43 +00:00
leaf%mozilla.org
6484275a82
scrollbars are a good thing; we should have them in the installers.
...
therefore, let us put xulBindings.xml into the isntaller packages.
2000-01-18 18:14:35 +00:00
dveditz%netscape.com
6487492353
Bug 21133, remove XPInstall's private JSRuntime
2000-01-16 01:49:37 +00:00
mcafee%netscape.com
1b10bad8b3
Need Newline at end of file.
2000-01-15 08:30:32 +00:00
ssu%netscape.com
0f2779b74e
fixing bug #21085 . xpinstall now quits gracefully when destination file already exists in a file move and file copy operation. r=cathleen
2000-01-15 06:01:39 +00:00
dbragg%netscape.com
aae42b018e
Added nsJSFile.cpp to fix bug 16215 r=dougt
2000-01-15 01:55:33 +00:00
dbragg%netscape.com
6c139bf878
fix for bug #16215 r=dougt
2000-01-15 01:54:55 +00:00
dbragg%netscape.com
4ef9c49bb8
Fix for bug #16215 r=dougt
2000-01-15 01:53:48 +00:00
dbragg%netscape.com
2a4dc9e36a
Added nsFile.h and nsFile.cpp to fix bug #16215 r=dougt
2000-01-15 01:53:17 +00:00
ssu%netscape.com
e8f5c58b45
fixing bug 23389. macinstaller was quitting after the downloding of the .xpi files. a=jj
r=cathleen
2000-01-15 00:10:31 +00:00
ftang%netscape.com
289da958e1
Add ibm converters and charset menu related files . r=cata
2000-01-13 23:46:18 +00:00
dbragg%netscape.com
f7775b6c6a
fixing bug #23389 where the mac install wizard simply quits in the middle of the installer.
The problem arose after a change to NS_InitXPCOM().
r=dveditz
2000-01-13 03:53:22 +00:00
danm%netscape.com
4a935e147a
backing out 1.23 (bin/res/samples is already partially included)
2000-01-12 01:43:28 +00:00
blizzard%redhat.com
19adba7597
add xpistub.so back into the unix package list since we build it now.
2000-01-11 21:34:52 +00:00
pp%ludusdesign.com
13efd9e8c6
Converting usage of ::GetIID() to NS_GET_IID().
...
Bug #20232 , r=scc@netscape.com
2000-01-11 20:49:15 +00:00
dougt%netscape.com
e3dd3a9df3
removing NSCP references.
2000-01-11 09:21:29 +00:00
dougt%netscape.com
bd7f76336f
dusting off notification.
...
r=waterson@netscape.com
2000-01-11 08:53:18 +00:00
ssu%netscape.com
5395dc0dd5
fixing bug #21943 . It now creates an empty Plugins folder and attempts to copy the java npjava*.dll files to it. r=dbragg. does not affect tinderbox. platform=windows only
2000-01-11 01:15:55 +00:00
dbragg%netscape.com
bab03d6c11
Added onclose handler to return false. Fixes M13 bug #17019 . r=ssu
2000-01-10 21:09:29 +00:00
ssu%netscape.com
d86f5c600d
fixing bug #23347 . Crash was happening on a deletion of an uninitialized variable. fix was to initialize the uninitialized variables. r=pavlov
2000-01-08 08:27:12 +00:00
jj%netscape.com
85dbdb3007
Fixed installer creator type in all 4 targets ('MzIn', 'NSIn')
2000-01-06 23:17:34 +00:00
dbragg%netscape.com
510af350b1
SaveError added to fix bugs #21715 and #21671 r=dougt
2000-01-06 22:16:38 +00:00
dveditz%netscape.com
06bdbe4172
fixes bug 23277
2000-01-06 21:55:00 +00:00
edburns%acm.org
507ee16e37
I know it's unorthodox to do a top level checkin like this, but I've got so many files
...
in so many different directories, that I think it's the best way.
I've pulled and clobber_all'd my tree and got
r=dp
on this checkin.
Here are the touched files:
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.cpp
M mozilla/embedding/browser/activex/src/control/MozillaBrowser.h
M mozilla/js/src/xpconnect/shell/xpcshell.cpp
M mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp
M mozilla/xpcom/build/nsXPComInit.cpp
M mozilla/xpcom/components/nsComponentManager.cpp
M mozilla/xpcom/components/nsIServiceManager.h
M mozilla/xpcom/components/nsServiceManager.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.cpp
M mozilla/xpcom/io/nsSpecialSystemDirectory.h
M mozilla/xpcom/tests/TestBuffers.cpp
M mozilla/xpcom/tests/TestPipes.cpp
M mozilla/xpcom/tests/TestShutdown.cpp
M mozilla/xpcom/tests/windows/TestHelloXPLoop.cpp
M mozilla/xpcom/tools/registry/regExport.cpp
M mozilla/xpcom/tools/registry/regxpcom.cpp
M mozilla/xpinstall/stub/xpistub.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.cpp
M mozilla/webshell/embed/ActiveX/MozillaBrowser.h
M mozilla/webshell/tests/viewer/nsMacMain.cpp
M mozilla/webshell/tests/viewer/nsPhMain.cpp
M mozilla/webshell/tests/viewer/nsWinMain.cpp
M mozilla/webshell/tests/viewer/unix/gtk/nsGtkMain.cpp
M mozilla/xpfe/appshell/src/nsFileLocations.cpp
M mozilla/xpfe/bootstrap/nsAppRunner.cpp
The heart of this checkin is a change in the signature and symantics
of NS_InitXPCOM.
The new signature is
extern NS_COM nsresult
NS_InitXPCOM(nsIServiceManager* *result, nsFileSpec* binDirectory);
I filed a bug for this problem:
b=23157
The original manifestation of this bug was in mozilla/netwerk/protocol/res/src/nsResProtocolHandler.cpp It used the current process directory to find resources, which is not correct when the current process is not mozilla.exe.
I have added a new type to nsSpecialSystemDirectory, Moz_BinDirectory, and made nsResProtocolHandler use that value.
2000-01-06 01:05:13 +00:00
warren%netscape.com
26b7d345a1
Made nsIProperties scriptable. Bug #21982
2000-01-05 09:29:25 +00:00
sgehani%netscape.com
87e3e08a53
*** NOT PART OF BUILD ***
...
Initial checkin of Unix installer.
2000-01-05 02:30:42 +00:00
sgehani%netscape.com
11052ffd3a
Default to root volume rather than cwd.
b = 19360
r = mstoltz
2000-01-05 02:26:00 +00:00
danm%netscape.com
696eb8371c
adding bin/res/samples directory contents (referenced by debug menus). These changes should be reverted for actual, final releases (and the debug menu removed.)
2000-01-04 23:23:02 +00:00
colin%theblakes.com
f35ae0479f
Link with correct libs. r=sgehani
2000-01-04 23:17:17 +00:00
dbragg%netscape.com
b2a0df72c1
Fix for bug #21995 r=sgehani
2000-01-04 21:01:22 +00:00
dougt%netscape.com
f393372049
Converting to use nsIModule macro.
2000-01-03 23:45:32 +00:00
ducarroz%netscape.com
e6509b0330
Fix bug 19064. Add Mac project "Signed" to the build system and add the share lib to the Mac package. R=rhp
2000-01-03 23:09:04 +00:00
rhp%netscape.com
c61ba8721a
Adding SMIME and Signed Stubs to the Mozilla.org product - Bug: 19064
1999-12-25 19:58:53 +00:00
sspitzer%netscape.com
493fb825cd
Ignore generated makefile
1999-12-24 09:16:10 +00:00
sgehani%netscape.com
4457d7e48f
Turn on building Unix port of xpistub.
...
b = 20637
r = ssu
1999-12-23 23:26:23 +00:00
sgehani%netscape.com
db0fd4421b
Part of fix for Linux installer.
...
b = 20637
r = ssu
1999-12-23 23:25:33 +00:00
blizzard%redhat.com
3801bf209a
merge in changes from the stable M12 branch. fix bug in the mozilla.sh script which wouldn't pass args to mozilla when it ran it. also, update to M13 as the base for the release.
1999-12-23 20:04:51 +00:00
ssu%netscape.com
644c06df45
This fixes bugs #16350 , 17631, 20259, 21575.
...
Installer registers in the Windows registry where mozilla.exe gets
installed to.
Installer is aware of the previous mozilla.exe installation location
and offers it as the default destination location.
Installer now is able to show a Readme.txt in the SetupType dialog.
Eliminated most of the "Netscape" and replaced it with "Mozilla"
a=chofmann
r=sgehani
1999-12-22 20:19:34 +00:00
sgehani%netscape.com
0a112a0259
Hook up cancel button to actually work during an XPInstall.
...
b = 10205
r = dbragg
a = sdagley
1999-12-22 08:29:52 +00:00
sspitzer%netscape.com
52b2dfb20b
sanity check and adding new line to the end of a file.
1999-12-21 22:56:49 +00:00
blizzard%redhat.com
4d629a996b
add mozilla.sh file for the install
1999-12-19 19:59:19 +00:00
jband%netscape.com
7d0cb0f4bb
Landing big set of DOM and XPConnect changes:
...
DOM: getting rid of JS_GetContextPrivate wherever possible. Use static parent
links where we can. When we do need to find this info about the caller
we call a function that knows how to get that info rather than inline calls
to JS_GetContextPrivate. This is all required for calling DOM objects on
non-DOM JSContexts as we do via xpconnect.
XPConnect: basic refactoring work to disassociate wrappers from the JSContext
that was active when the wrapper was constructed. This allows for calling into
wrapped JS objects on the right JSContext and for proper grouping of wrapped
native objects so that they can share proto objects. This also allows for
better sharing of objects and lays the foundations for threadsafety and
interface flattening.
Also, xpconnect tests are reorganized and improved.
fixes bugs: 13419, 17736, 17746, 17952, 22086
r=vidur r=mccabe r=norris r=cbegle
a=chofmann
1999-12-18 20:29:29 +00:00
rjc%netscape.com
caade15059
Fix bug # 18985: get res/rdf/datasets into Commercial build. Review/approval: leaf
1999-12-18 04:45:59 +00:00
blizzard%redhat.com
41a7b2a719
update list of files to what is actually built.
1999-12-18 04:38:38 +00:00
blizzard%redhat.com
b429301f23
add perl script and spec file generation for building an rpm spec file from the packages-unix file
1999-12-18 04:37:50 +00:00
ssu%netscape.com
c63b92d4dd
missed one line change for bug #21881
1999-12-16 07:22:50 +00:00
ssu%netscape.com
f863b052d2
fixing bug #21881 . installer no longer creates an empty plugins directory within seamonkey. as a side effect, it also will no longer attempt to locate an installed jre and copy npjava*.dll to the seamonkey plugins folder. This does affect tinderbox. affects only windows platform. a=chofmann
1999-12-16 07:13:35 +00:00
shaver%netscape.com
566b8945c7
remove excess 'Netscape' references from the chrome (r=dmose,a=leaf)
1999-12-15 23:00:34 +00:00
erik%netscape.com
83dd7ea57c
Adding local .cvsignore file. Doesn't affect build.
1999-12-15 22:43:22 +00:00
rods%netscape.com
9f0e571714
adding missing arrow.gif
1999-12-15 13:58:27 +00:00
sgehani%netscape.com
cad894d32f
Fix for .xpi file deletion upon completion of install.
b = 21734;
r = mstoltz;
a = chofmann
1999-12-15 08:06:09 +00:00
ssu%netscape.com
4b6be68242
fixing bug #21589 . Updating packages-win to deliver the chrome/search/* files to be installed in seamonkey. If it's delivering too many files, we'll trim it later. For now we can live with delivering more than less. I want to make sure it gets in the next build for testing. This does not affect tinderbox. It's only for windows platforms. a=chofmann.
1999-12-14 09:12:45 +00:00
dougt%netscape.com
c4b0c2741d
crash if passing nsnull. need to use the proper #define r=dveditz, a=brendan
1999-12-14 03:40:54 +00:00
dbragg%netscape.com
59ea3d9d5c
Fix for bug 21559 r=dveditz a=chofmann
1999-12-14 02:11:47 +00:00
dbragg%netscape.com
ee44dd56e6
Fix for bug #21559 a=chofmann et al r=dveditz
1999-12-14 02:10:59 +00:00
rginda%netscape.com
cf91c6d4d4
Adding IRC Client to core package on unix and windows.
...
r=dveditz, a=chofmann
1999-12-13 22:28:53 +00:00
sgehani%netscape.com
165cd4d7a2
Fix for file replace on restart problem on the Mac.
b = 6410
r = dveditz, ssu
a = chofmann
1999-12-13 22:25:31 +00:00
jj%netscape.com
ad88502525
#21182 : bulk added 57 files/directories found under dist/viewer but omitted by the installer + reordered lines for better clarity. a=cyeh
1999-12-11 01:47:08 +00:00
slamm%netscape.com
74cece6ae5
Remove sidebar library files. Using a JS module instead now. bug #21070 . r=jj a=chofmann
1999-12-11 00:47:03 +00:00
sgehani%netscape.com
1b7f719e4e
*** NOT PART OF BUILD ***
...
Ported install script templates for browser xpi package.
b = 21261
r = ssu
a = chofmann
1999-12-10 23:45:44 +00:00
sgehani%netscape.com
7e18d2c462
*** NOT PART OF BUILD ***
...
Ported perl scripts and install script templates to build Unix .xpis.
b = 21261
r = ssu
a = chofmann
1999-12-10 23:44:37 +00:00
sgehani%netscape.com
9bc41091ce
Updated unix manifest to produce a working build.
...
b = 21261
r = ssu
a = chofmann
1999-12-10 23:40:49 +00:00
ssu%netscape.com
1ae6002f14
fixing bug #19165 . Seamonkey now installs the required msvcrt.dll and
...
msvcirt.dll files. Older versions of these files were causing seamonkey
to crash at startup. r=sgehani. a=cyeh.
1999-12-10 00:23:46 +00:00
cmanske%netscape.com
d1ab1cc3c0
Part of fix for bug 21077. a=chofmann r=brade
1999-12-09 22:26:49 +00:00
dveditz%netscape.com
885a480896
Bug 20043, attempting to install an older file should not abort rest of install
1999-12-08 05:09:17 +00:00
dveditz%netscape.com
0c7273ee10
fixing Solaris bustage (usuall nsCOMPtr problem) r-dbragg
1999-12-08 01:19:13 +00:00
dbragg%netscape.com
1110a718d2
MCP file change for bug 7753 r=dveditz
1999-12-08 00:09:53 +00:00
dbragg%netscape.com
bb15b852d1
New Progress dialog and support code.Fixes bug #7753 (and others) r=dveditz
1999-12-08 00:09:16 +00:00
fur%netscape.com
d5233bd6d6
Add cache manager xpt file to installed components, in case someone wants to script it someday
1999-12-07 22:41:16 +00:00
fur%netscape.com
c7cb9419f3
Add cache manager to list of installed components
1999-12-07 22:18:21 +00:00
cltbld%netscape.com
d7f0f09a24
Changed old resrc dll to new res dll. checkin=warren, r=dp
1999-12-07 20:31:20 +00:00
ssu%netscape.com
758efda941
removing error message if .ini file is missing. affects only windows. r=sgehani
1999-12-07 01:38:22 +00:00
ssu%netscape.com
329d30c35e
updating scripts to display build version in Setup. Fixes bug #17377 . Not part of tinderbox. Would affect only windows plaforms. r=sgehani
1999-12-07 00:23:38 +00:00
leaf%mozilla.org
49b491e981
xcopy gets all interactive when you specify a non-directory destination, and this is hanging the windows build automation. xcopy->copy takes care of this. r=tague
1999-12-06 00:13:30 +00:00
hyatt%netscape.com
099fa689cd
XPInstall is a mess. At least making sure it has the global skin until something better can be done.
1999-12-05 09:31:37 +00:00
ssu%netscape.com
2c01bb7237
fixes bug #17630 . this is not part of tinderbox.
...
r=sgehani
1999-12-04 23:23:53 +00:00
ssu%netscape.com
172d3ac5b9
fixes bug #17630 . allows the control of at most 3 lines of text on the
...
blue setup background to be displayed.
Affects only windows platforms.
r=sgehani@netscape.com
1999-12-04 23:21:26 +00:00
dbragg%netscape.com
c389df042d
Changed the tree cell value label in the .xul file and added the .setAttribute property in the .js file to fix bug #20639 . r=sgehani
1999-12-04 01:10:57 +00:00
dveditz%netscape.com
aac984d72c
Bug 12816, move XPInstall initialization closer to the front so we can
...
clean up after an install *before* the wrong components are loaded.
1999-12-03 13:37:23 +00:00
ssu%netscape.com
2f000d254c
fixing bug #20623 . commercial installer is no longer 4mb. This is not part of tinderbox. would affect only windows platforms.
1999-12-03 00:12:27 +00:00
ssu%netscape.com
e4f7f8163d
changed requested access permissions for accessing the Windows registry from a general access value of KEY_ALL_ACCESS to a more specific access that does not necessarily require admin previlidges. r=sgehani@netscape.com. This affects only windows.
1999-12-02 02:22:35 +00:00
ssu%netscape.com
36f328a592
fixing problem with not checking for empty string of command line path passed into setup. If an empty string was passed in (meaning nothing was passed in), it would used to still try to contatenate a filename to this empty string. bad. r=sgehani@netscape.com
1999-12-02 02:14:51 +00:00
dveditz%netscape.com
69153f60da
Fix install wizard overwriting existing version
1999-12-01 16:02:19 +00:00
dbragg%netscape.com
45dd66b936
Changed the error reporting so that scripts will not bail out. Also improves robustness. Fixes bug # 20004 r=dveditz
1999-12-01 00:48:38 +00:00
dbragg%netscape.com
a23e253818
Changed to correct location of .xul file to chrome directory from the res directory. Fixes bug #10241 r=dveditz
1999-12-01 00:47:10 +00:00
dbragg%netscape.com
f83a146482
Fixed up progress.xul file fixes bug #10241 r=dveditz
1999-12-01 00:45:44 +00:00
erik%netscape.com
8ccf3eeb08
Adding local .cvsignore file; r=none
1999-11-30 23:22:27 +00:00
ssu%netscape.com
1694e1ba19
enabling ren8dot3 to be part of tinderbox build
1999-11-30 09:52:34 +00:00
ssu%netscape.com
344f5ed4f6
updating core script to use the new folder object instead of strings for paths/folders. r=sgehani@netscape.com. Not part of Tinderbox.
1999-11-30 09:50:46 +00:00
ssu%netscape.com
ccbd0ce776
initial checkin of perl script to recursively remove directories. Not part of tinderbox.
1999-11-30 09:36:53 +00:00
warren%netscape.com
a265a32348
Landing no_neckoutil2_branch. Bug #11159 . Removes neckoutil_s.lib from build which helps beos and openvms.
1999-11-30 04:50:42 +00:00
slamm%netscape.com
3f448c44eb
Add Sidebar modules. r=mcafee
1999-11-30 01:03:02 +00:00
dougt%netscape.com
1da7d3868d
fix for 18078. r=mstoltz,warren
1999-11-30 00:32:43 +00:00
dbragg%netscape.com
c9eeef6857
New confirm dialog for xpinstall. Fixes bug #17506 . r=dougt
1999-11-29 21:14:49 +00:00
dbragg%netscape.com
ea96385530
added the content directory. This should have been done a long time ago. Also fixes bug 17506. r=dougt
1999-11-29 21:13:14 +00:00
dbragg%netscape.com
62163fd5b9
New confirmation dialog for xpinstall. Fixes bug #17506 . r=dougt
1999-11-29 21:11:26 +00:00
warren%netscape.com
4ab4ee4d4e
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00
jj%netscape.com
58d42bf01d
fixed NSPR log file name ('NSPR Logging')
1999-11-24 22:16:17 +00:00
ssu%netscape.com
8782b40c50
initial checkin of tool that renames files. This tool is used with the psm.xpi installer to rename 8.3 filenames to long filenames under Win95/98. Not part of tinderbox build system yet.
1999-11-24 20:48:32 +00:00
dveditz%netscape.com
10472e8653
force install for now, to prevent bogus 'old-version' warning bubbling up as an error
1999-11-24 14:55:56 +00:00
sgehani%netscape.com
dd85308c31
Fix build warnings. [r=ssu]
1999-11-24 02:09:06 +00:00
sgehani%netscape.com
b577cb0def
*** NOT PART OF CONTINUOUS BUILD ***
Fix for bug 18887: Mac installer was not installing browser.xpi. [r=dbragg]
1999-11-24 01:57:44 +00:00
sgehani%netscape.com
9787080bb2
First Checked In.
1999-11-24 01:56:51 +00:00
sgehani%netscape.com
0b4e8b1b16
First Checked In.
1999-11-23 23:14:07 +00:00
sgehani%netscape.com
a1661b07e9
Preparing to checkin updated version.
1999-11-23 23:14:00 +00:00
sgehani%netscape.com
1adb69bb02
*** Mac only ***
UI bug fixes: 18874, 18880, 18900, 18208
[r=ssu, a=don]
1999-11-23 23:12:06 +00:00
ssu%netscape.com
0b596e74cb
updated to deliver *.html files dist install. a=leaf.
1999-11-23 20:29:45 +00:00
ssu%netscape.com
0a68217462
initial checkin of a smartupdate trial trigger page. not part of tinderbox. a=leaf not part of build either.
1999-11-23 20:00:19 +00:00
ssu%netscape.com
6947adf263
fixing bug #19597 . Fixed the warning of insufficient disk space error message to show the correct disk space required/available. r=dveditz
1999-11-23 03:21:43 +00:00
jj%netscape.com
932212497a
#19568 : fixed app name (was missing from distribution)
1999-11-23 00:30:12 +00:00
ssu%netscape.com
cf2d44b026
fixed the title bar of the Progress dialog during installation of files to
...
show which component it's currently processing.
also added a new key to parse in the config.ini to help fix bug #19391 .
All these changes only affect windows platorms
r=dbragg
1999-11-22 23:00:21 +00:00
ssu%netscape.com
218de79e8d
added new error ID and exposed it to the Install object in javascript. This is part of fixing bug #18704 . r=dbragg
1999-11-22 22:57:13 +00:00
ssu%netscape.com
956963a788
fixing bugs #19391 and #18704 . The .xpi files now check for errors and
...
disk space availability before installation begins.
It also copies npjava*.dll from wherever JRE is to its Plugins folder.
Affects only Windows platforms, but not part of tinderbox.
r=dbragg
1999-11-22 22:50:30 +00:00
ssu%netscape.com
00d3c6db4b
initial checkin. not part of tinderbox. r=dbragg
1999-11-22 22:45:50 +00:00
dveditz%netscape.com
b81bc3b777
Bug 19566 preventing PSM install. r=ssu
1999-11-22 22:32:40 +00:00
dveditz%netscape.com
705f624786
first hack to get relative URLS working in triggers
1999-11-22 12:01:19 +00:00
dveditz%netscape.com
ecbf27c68a
mac build bustage
1999-11-21 07:55:18 +00:00
dveditz%netscape.com
39f8fa40ba
added files: mozilla/xpinstall/src/nsJSFileSpecObj.cpp
1999-11-21 06:06:37 +00:00
dveditz%netscape.com
5a475518ec
comment fix
1999-11-21 06:05:22 +00:00
dveditz%netscape.com
8d2fb61ad2
Checkin for dbragg, Bug 16214 make "folder" params objects rather than path strings, r=dveditz.
...
Bug 17509 add BLOATY instrumentation to XPInstall. A couple of minor leak fixes
1999-11-21 06:03:23 +00:00
dveditz%netscape.com
c5721bf0d2
adding new files from dbragg, r=dveditz, not yet part of build
1999-11-21 01:24:18 +00:00
warren%netscape.com
d8bbb844e6
Removed the nsICapabilities interface in favor of nsIInterfaceRequestor.
1999-11-18 07:36:41 +00:00
mscott%netscape.com
fe03d4b826
add uriloader to the packages file for the mac
1999-11-18 07:13:10 +00:00
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