dougt%meer.net
b36275be4d
adding minimo-unix config file. not part of build.
2003-07-05 19:35:04 +00:00
dougt%meer.net
6a6044c2ee
Adding support for static builds of minimo. r=pavlov. b=211645
2003-07-05 19:34:19 +00:00
alecf%flett.org
0ea82c9618
just adding a '-q' to the UNZIP line - not part of the default build (this just quiets down the console spew while building the embedded client)
2003-06-17 17:23:32 +00:00
ccarlen%netscape.com
36571494a3
Bug 191159 - Add a target which merges all .xpt files using xpt_link. r=dougt/sr=bryner
2003-06-12 13:42:41 +00:00
pavlov%pavlov.net
7237927e55
Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard.
2003-06-03 23:16:42 +00:00
darin%netscape.com
716f37a555
bug 204255
...
this patch fixes/cleans-up several things:
1- honor ENABLE_TESTS build var
2- don't export intermediate static libs (bug 205025)
3- tmITransactionService should be ipcITransactionService
4- transaction service should not be a separate xpcom component library
plus some minor changes:
5- separate interfaces out into individual IDL file
6- get rid of *CID.h files (move CID/ContractID into IDL).. i think *CID.h
files are just overkill in this case. there should either be just one ipcCID.h
file for all IDs or none.
r=ccarlen, sr=alecf, a=sspitzer
2003-05-21 19:20:38 +00:00
ccarlen%netscape.com
08f8b5913d
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
2003-05-12 14:02:40 +00:00
ccarlen%netscape.com
5cde65560f
Profile sharing - changes to profile dirserviceprovider, a component to control whether sharing is enabled. bug=202474, rs=dougt/sr=darin/a=asa
2003-05-02 03:59:23 +00:00
harishd%netscape.com
0ba9003dc1
Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org
2003-04-25 20:57:34 +00:00
seawood%netscape.com
9b36d6446d
Use detected versions of MAKE & ZIP.
...
Start searching for tools in win32 builds but disable system makedepend.
Bug #201150 r=bryner
2003-04-13 05:20:20 +00:00
sfraser%netscape.com
983ba74783
Fix typo in Mac manifest file (htmlEntityVersion_s_.properties). r=me
2003-04-13 03:53:05 +00:00
aaronl%netscape.com
090b50241a
Bug 199518. Merge MSAA marshalling dlls into one dll. r=cls, sr=alecf
2003-04-08 05:12:01 +00:00
dbaron%dbaron.org
5520e877fb
Things break if we don't package all.js. Also fix typo and remove obsolete file. b=198246 r=alecf sr=kin a=brendan
2003-03-27 00:09:06 +00:00
harishd%netscape.com
ecbe7cd410
Adding P3P to the packaging list. b=198148, r=ssu@netscape.com, sr=heikki@netscape.com
2003-03-25 00:31:11 +00:00
aaronl%netscape.com
202fea3e3b
Backout out bug 196946. It turns out we should not merge static accessibility libs into widget
2003-03-22 05:29:37 +00:00
bryner%netscape.com
18028df7d2
Fix dom serializer bustage (bugzilla edit attachment as comment) by making sure not to clobber xmlextras/base/public's .xpt file with xmlextras/interfaceinfo/public's xpt file. Bug 198568, r=harishd, sr=dveditz.
2003-03-21 22:47:30 +00:00
wtc%netscape.com
7f37f18ac6
Bug 197874: after NSS 3.8 landed, we need to include the new .chk files in
...
the various installer packages. r=ssu. sr=bryner.
Modified Files:
embedding/config/basebrowser-installer-win.pkg
embedding/config/basebrowser-mac-macho
embedding/config/basebrowser-unix
embedding/config/basebrowser-win
xpinstall/packager/packages-os2
xpinstall/packager/packages-static-unix
xpinstall/packager/packages-static-win
xpinstall/packager/packages-unix
2003-03-20 18:04:55 +00:00
aaronl%netscape.com
16e495e629
Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf
2003-03-16 20:22:51 +00:00
dougt%netscape.com
00dca3f1c8
adding back layout_base. r=sfraser
2003-03-15 19:05:23 +00:00
dougt%netscape.com
c40a0ebc50
Fixing 197566. r=me
2003-03-15 17:55:40 +00:00
dougt%netscape.com
f96c8f3521
adding obsolete stuff to embedding package list. I really don't want to do this, but profiles requires it
2003-03-15 06:39:05 +00:00
dougt%netscape.com
be629223b6
Create a new xpcom obsolete library (and component library).
...
Moved nsFileSpec and related classes into this obsolete library.
Moved nsRegistry and related libreg functionality into the obsolete library.
Updated many callers using the obsolete nsFile spec to use nsIFile and Necko to do file IO.
Combined the following DLLs (source -> dest)
uriloader -> docshell
shistory -> docshell
jsurl -> jsdom
gkview -> gklayout
Moved nsAdapterEnumerator out of xpcom/ds and into mailnews, since they're the only consumer
Modifed the xpt_link tool so that you can specify a �only include� cid list that can mask CID�s that you are not interested in.
Added build options:
Prevent the building of xpinstall (--disable-xpinstall)
Prevent the building js component loader (--disable-jsloader)
A build option to only build a single profile (--enable-single-profile)
A build flag to only built the required xpfe components (--disable-xpfe-components).
Removal or hiding of unused functions and classes including nsEscape*, nsDequeIterator, nsRecyclingAllocatorImpl, nsDiscriminatedUnion, nsOpaqueKey, nsCRT::strlen, NS_NewCommandLineService
Bug 194240, r/sr = darin, alec.
2003-03-15 01:04:32 +00:00
bryner%netscape.com
7ce4b290a0
Implement Aqua form controls when building with the Cocoa toolkit (bug 188254). r=pinkerton, sr=sfraser.
2003-03-12 04:57:33 +00:00
ssu%netscape.com
ce2e7dc695
fixing bug 191048 - Need to install .js files in Mozilla's not GRE's component dir. r=spitzer, sr=dveditz
2003-03-12 01:31:42 +00:00
bryner%netscape.com
4bcdab55cf
Make the non-existance of libembed_lite not be a fatal error. Not part of the default build, but fixing Camino static build bustage.
2003-03-08 07:30:56 +00:00
bryner%netscape.com
9440fbef7d
libmozjpeg is no longer a shared library, so no need to have it in the embedding manifest. not part of the normal build.
2003-03-05 11:00:41 +00:00
bryner%netscape.com
96814f29f6
Cleaning up shared libraries that have been merged into other libraries. Not part of the normal build.
2003-03-03 10:13:18 +00:00
neil%parkwaycc.co.uk
02ffc35bba
Bug 191165 Remove old proxy preferences files r=jag sr=bz
2003-02-24 10:24:07 +00:00
timeless%mozdev.org
f348468163
Bug 191021 Put the null plugin back where it belongs
...
r=peterl a=asa
2003-02-06 23:50:43 +00:00
seawood%netscape.com
cd7379e5f3
Fixing objdir bustage.
2003-02-04 20:40:16 +00:00
dougt%netscape.com
e2919d5fae
backing out mozreg.xpt file since it doesn't exist yet
2003-01-30 03:44:04 +00:00
dougt%netscape.com
8ee8bd0007
Renaming zlib to mozz similar to what is used on linux. This is to avoid linking to EVIL implementations of zlib. see bug 190460. r=cls,r=ssu, sr=darin. a=asa
2003-01-30 02:03:01 +00:00
ssu%netscape.com
700c3788f2
fixing blocker bug 190465 - Download/Saving of files/pages is completely broken for installer builds with GRE. sr=spitzer
2003-01-25 01:23:08 +00:00
ssu%netscape.com
fb8468f6b7
fixing bug 190247 and 190151 blocker bugs - mozilla fails to enter secure site. r=chak,a=leaf
2003-01-23 19:34:03 +00:00
ssu%netscape.com
e33f97220c
fixing bug 190151 smoketest blocker - Fails to enter secure site. r=sgehani,a=myk
2003-01-22 23:32:18 +00:00
ssu%netscape.com
1421991fec
fixing bug 186703 - fix moz-ns installers to build and run with GRE. got verbal r=sgehani,sr=dveditz
2003-01-22 07:59:52 +00:00
alecf%netscape.com
a98178727d
fix for bug 189048 - seperate targets for building embed.jar and copying over the embedding files
...
r=cls
2003-01-21 22:42:52 +00:00
locka%iol.ie
c0af6fd329
Add nsAxSecurityPolicy.js to package list. b=188556 r=ashishbhatt@netscape.com sr=dveditz@netscape.com
2003-01-17 13:31:55 +00:00
alecf%netscape.com
6fd10a6ac5
mac/unix side of fix for bug 188251 - explicitly specify resource files to reduce the embedding footprint
...
also remove references to the old gkcontent library
r=dougt, sr=bryner
2003-01-15 00:34:18 +00:00
seawood%netscape.com
266fc886d4
Add unix printing components to the GRE.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #188275 r=cls
2003-01-14 01:37:15 +00:00
ccarlen%netscape.com
5d4f54fba1
Bug 70714 - visited link doesn't change color in embedding apps. The patch turns on the building of the embed-lite component which implements global history with less footprint and is exported to Embed dist. r=chak/sr=alecf
2003-01-11 03:02:33 +00:00
bryner%netscape.com
0ab857865a
Remove pippki (XUL security dialogs) from embed.jar (bug 188145). r=kaie, sr=alecf.
2003-01-09 23:31:37 +00:00
alecf%netscape.com
bd3056990d
specify many resources explicitly so that embedding doesn't get a bunch of MathML resources, among other things
...
bug 188251, r=bz, sr=darin
2003-01-09 23:19:04 +00:00
bryner%netscape.com
ecf46a68dd
Comment corrections, not part of the build
2002-12-06 10:30:15 +00:00
locka%iol.ie
eead2b859b
Add --enable-activex-scripting switch to configure.in and package changes to include npmozax.dll. b=133818 r/a=seawood@netscape.com
2002-11-13 13:14:14 +00:00
locka%iol.ie
fe5ef87232
Fix about:plugins support in embedding. b=176191 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org
2002-11-02 12:29:38 +00:00
seawood%netscape.com
e8c0071170
Fix platform detection and workaround bug in cygwin perl's FindBin module.
...
Thanks to Adam Lock <adamlock@netscape.com> for the patch.
Bug #166105 r=cls a=asa
2002-10-22 04:25:08 +00:00
chak%netscape.com
e2e7442d1f
Part of fix for #79175 - merge jsloader module into xpconnect
...
[Mainly removing jsloader.dll from the gre package list]
sr=alecf(via AIM)
2002-09-27 23:12:16 +00:00
aaronl%netscape.com
5f0d0e6951
Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz
2002-09-27 19:07:44 +00:00
aaronl%netscape.com
ee7b75e0df
Bug 166712. Consolodate typeaheadfind files, cleanup building and packaging of typeaheadfind, make it available to embeddors, remove from install options. r=ssu, sr=dveditz
2002-09-27 18:14:06 +00:00