From 84f65eaf45354290b90667aefbb833982aed0caa Mon Sep 17 00:00:00 2001 From: "ccarlen%netscape.com" Date: Mon, 12 May 2003 14:02:40 +0000 Subject: [PATCH] MfcEmbed preferences not being saved because profile sharing components are not packaged. Adding them to Windows and Mac packages and removing extra occurance of intl.xpt. b=204740, r=ssu/sr=alecf/a=asa git-svn-id: svn://10.0.0.236/trunk@142324 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/embedding/config/basebrowser-installer-win.pkg | 7 +++++++ mozilla/embedding/config/basebrowser-mac-macho | 7 +++++++ mozilla/embedding/config/basebrowser-unix | 1 - mozilla/embedding/config/basebrowser-win | 8 +++++++- 4 files changed, 21 insertions(+), 2 deletions(-) diff --git a/mozilla/embedding/config/basebrowser-installer-win.pkg b/mozilla/embedding/config/basebrowser-installer-win.pkg index 4cf223cd361..2690de81343 100644 --- a/mozilla/embedding/config/basebrowser-installer-win.pkg +++ b/mozilla/embedding/config/basebrowser-installer-win.pkg @@ -126,6 +126,13 @@ components\xppref32.dll components\profile.dll components\profile.xpt +; profile sharing - optional +mozipcd.exe +ipc\modules\lockmodule.dll +ipc\modules\transmngr.dll +components\ipcdc.dll +components\transmngr_client.dll + ; session history components\shistory.xpt diff --git a/mozilla/embedding/config/basebrowser-mac-macho b/mozilla/embedding/config/basebrowser-mac-macho index 889d12094bc..ef98e9ddd35 100644 --- a/mozilla/embedding/config/basebrowser-mac-macho +++ b/mozilla/embedding/config/basebrowser-mac-macho @@ -141,6 +141,13 @@ components/profile.xpt components/mozreg.dylib components/mozreg.xpt +; profile sharing - optional +ipc/modules/liblockmodule.dylib +ipc/modules/libtransmngr.dylib +mozipcd +components/libipcdc.dylib +components/libtransmngr_client.dylib + ; wallet ; Optional - only if you need password persistence components/libwallet.dylib diff --git a/mozilla/embedding/config/basebrowser-unix b/mozilla/embedding/config/basebrowser-unix index 576d673bf0f..3940f5bda34 100644 --- a/mozilla/embedding/config/basebrowser-unix +++ b/mozilla/embedding/config/basebrowser-unix @@ -134,7 +134,6 @@ components/libuconv.so components/libi18n.so components/uconv.xpt components/unicharutil.xpt -components/intl.xpt ; ; DOM: diff --git a/mozilla/embedding/config/basebrowser-win b/mozilla/embedding/config/basebrowser-win index 686fa917192..4b466b345f1 100644 --- a/mozilla/embedding/config/basebrowser-win +++ b/mozilla/embedding/config/basebrowser-win @@ -129,6 +129,13 @@ components\xppref32.dll components\profile.dll components\profile.xpt +; profile sharing - optional +mozipcd.exe +ipc\modules\lockmodule.dll +ipc\modules\transmngr.dll +components\ipcdc.dll +components\transmngr_client.dll + ; session history components\shistory.xpt @@ -148,7 +155,6 @@ components\locale.xpt components\uconv.dll components\uconv.xpt components\unicharutil.xpt -components\intl.xpt ; dom components\jsdom.dll