alecf%flett.org
b1784414de
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
4caa551e12
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
89b728063a
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
d6684686a5
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
ab29e4bdf5
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
47683e635f
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
d04223ecb0
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
76ea08aa57
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
b022ae9924
Fix typo in Mac manifest file (htmlEntityVersion_s_.properties). r=me
2003-04-13 03:53:05 +00:00
aaronl%netscape.com
6cbbdca6d5
Bug 199518. Merge MSAA marshalling dlls into one dll. r=cls, sr=alecf
2003-04-08 05:12:01 +00:00
dbaron%dbaron.org
92db77904e
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
f146b51b3e
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
abed095192
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
7d4f6c9de3
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
cd8d1d127b
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
fc0c6f4305
Bug 196946. Combine static accessibility libs into widget library. r=kyle, sr=alecf
2003-03-16 20:22:51 +00:00
dougt%netscape.com
e8ad668014
adding back layout_base. r=sfraser
2003-03-15 19:05:23 +00:00
dougt%netscape.com
87e17084fe
Fixing 197566. r=me
2003-03-15 17:55:40 +00:00
dougt%netscape.com
c3ea15b0e0
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
0d2808c511
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
f3a28e9f42
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
a80bbf8231
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
88578d5d52
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
4eed75b475
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
ba9570d85e
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
e67213fff2
Bug 191165 Remove old proxy preferences files r=jag sr=bz
2003-02-24 10:24:07 +00:00
timeless%mozdev.org
bc2554f85e
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
a29a0ab8fa
Fixing objdir bustage.
2003-02-04 20:40:16 +00:00
dougt%netscape.com
0fe70cc19c
backing out mozreg.xpt file since it doesn't exist yet
2003-01-30 03:44:04 +00:00
dougt%netscape.com
e948764fb5
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
5e2ea09c81
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
fdf5d8fa14
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
349bf571ef
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
375b3bfa4a
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
616b422bf0
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
174c016dac
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
797f67be68
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
883b8d8917
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
19f4beea9f
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
28f668935f
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
2f2a5d0fc8
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
f79bfbbb98
Comment corrections, not part of the build
2002-12-06 10:30:15 +00:00
locka%iol.ie
1e05e467e8
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
593d895e87
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
4007ad4e1a
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
cdd8b826aa
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
50ff1d8699
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
64adda2b31
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
alecf%netscape.com
6450d9c3df
oops, get embedding side of bug 169498, sr=bryner, r=ftang
2002-09-24 22:16:53 +00:00
alecf%netscape.com
0757f184a7
oops, remove obsolete gfx2 cruft leftover from bug 168048
2002-09-24 22:11:21 +00:00