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

42 Коммитов

Автор SHA1 Сообщение Дата
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
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
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
sgehani%netscape.com 668d992dfd Part of fix for nsbeta2+ bug 37168. [r=ssu] 2000-07-10 23:44:35 +00:00
sgehani%netscape.com b82dd1fcb6 Add optional log file leaf name param to XPI_Init for Win32 uninstall logging.
Part of fix for nsbeta2+ bug 37168.  [r=ssu]
2000-07-10 23:15:46 +00:00
mkaply%us.ibm.com caa51c28f4 # 37239
r= dveditz
OS/2 bring up continues - need direct.h for VisualAge build
2000-05-16 22:47:31 +00:00
dveditz%netscape.com 0f49543379 Skin/Locale installer (bug 32688) and groundwork for bug 32689 2000-05-05 06:23:11 +00:00
sgehani%netscape.com 2698f696eb Fix Mac and Linux installer bustage caused by AutoregisterInterfaces. [b=37086, 36784] 2000-05-02 00:55:36 +00:00
mkaply%us.ibm.com 691166bded # 37239
r= dveditz@netscape.com
OS/2 bring up continues - add include file in OS/2 #ifdef
2000-05-01 22:30:13 +00:00
sgehani%netscape.com 54df2a1f69 Partial fix for nsIFile/Mac installer horkage [b=36784] 2000-04-25 14:43:58 +00:00
dbragg%netscape.com b532d26ec7 Fix for bug 24984, conversion to use nsIFile and related ilk. 2000-04-21 18:58:41 +00:00
scc%netscape.com ff0223621c making string conversions explicit 2000-04-18 05:46:08 +00:00
bruce%cybersight.com ccc89262ce Fix build bustage. a=leaf,mulled=dveditz 2000-04-05 23:43:49 +00:00
sgehani%netscape.com 019a8f32d2 Making xpistub work on Unix... again! 2000-04-05 05:47:39 +00:00
mkaply%us.ibm.com 3d8310fac2 # 33859
r= dveditz@netscape.com
OS/2 changes for Mozilla - add #ifdef, change #ifdef
2000-04-03 22:58:34 +00:00
dveditz%netscape.com b63a6438b1 New wstring nsIRegistry interface, bug 23859;
new version registry name for mozilla, bug 10533;
log now created by install wizards too, bug 26309;
downloaded file cleanup moved into manager, bug 24249;
scaffolding for bug 12817 and 12361 (conditional autoreg)
2000-02-15 01:32:12 +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
dveditz%netscape.com ca0b73c496 fixes bug 26759, r=ssu 2000-02-08 02:40:17 +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
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
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
colin%theblakes.com f35ae0479f Link with correct libs. r=sgehani 2000-01-04 23:17:17 +00:00
sspitzer%netscape.com 493fb825cd Ignore generated makefile 1999-12-24 09:16:10 +00:00
sgehani%netscape.com db0fd4421b Part of fix for Linux installer.
b = 20637
r = ssu
1999-12-23 23:25:33 +00:00
warren%netscape.com 4ab4ee4d4e Eliminated the libs build pass. 1999-11-28 03:05:01 +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
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 a79e0968b9 fixed xpistub.dll to handle the pre-generated component.reg file for the native windows installer. This is not part of linux builds, only mac and windows. 1999-09-18 04:56:44 +00:00
sgehani%netscape.com eaad174779 Mac specific: No longer autoreg'ing. Now supplying reg file spec and xpistub dir when initializing XPCOM utilizing dp's new NS_InitXPCOM interface. Thanks dp. 1999-09-17 23:11:31 +00:00
dp%netscape.com 78ee9ec7ec Ability for XPCOM to use non-default component registry and component directory 1999-09-16 19:28:57 +00:00
sgehani%netscape.com 1b250e1881 Mac parity for overriding default components folder when initializing xpcom. 1999-09-10 08:21:51 +00:00
dveditz%netscape.com 93451d6b1e replaces nsVector with nsVoidArray everywhere. Also bugs 10752, 10753, 10755, 11666 1999-09-01 04:29:49 +00:00
sgehani%netscape.com bbf946d20f Make Mac happy. 1999-08-22 01:18:35 +00:00
mccabe%netscape.com 779d51d186 First cut at removing manual declaration of interface methods in implementation classes and replacing with xpidl-generated NS_DECL_NSIFOO macro.
Hopefully this'll help turn the copy-n-paste tide towards using this macro.
1999-08-21 08:54:47 +00:00
dveditz%netscape.com 592c0b3cd2 allow install wizard to override program directory 1999-08-11 03:53:03 +00:00
ssu%netscape.com f5958ac413 putting back AutoReg by directory feature for wizard 1999-08-11 02:50:52 +00:00
dveditz%netscape.com 9662f439d7 adding wizard hooks 1999-08-11 00:31:15 +00:00
dveditz%netscape.com 8f2c65b0c1 register correct components directory 1999-07-31 20:28:58 +00:00
dveditz%netscape.com e71ee65de0 fixes for 8311/9406 a chofmann, r ssu. This also unbreaks 6601, 6604, 6608 and others 1999-07-12 15:20:54 +00:00
dveditz%netscape.com ea2f5b0fae Adding XPInstall .dll stub for Install Wizards 1999-07-06 05:48:12 +00:00