Commit Graph

39 Commits

Author SHA1 Message Date
gerv%gerv.net
8b8dde7d95 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bryner%netscape.com
f35d6a868e We still want to ignore errors copying the embed_lite component when not building Minimo, or running make in this directory in a non-minimo static build will fail. Fixing Camino tinderbox bustage. 2003-07-07 08:02:25 +00:00
dougt%meer.net
2481164ffb Adding support for static builds of minimo. r=pavlov. b=211645 2003-07-05 19:34:19 +00:00
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
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
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
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
seawood%netscape.com
a29a0ab8fa Fixing objdir bustage. 2003-02-04 20:40:16 +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
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
curt%netscape.com
3ceadb16c3 Renaming MRE to GRE (Gecko Runtime Environment)
(Bug 167795, r=chak, sr=leaf)
2002-09-12 19:07:34 +00:00
chak%netscape.com
6d8241e511 Fix for #162829 - Add additional missing files to the current MRE package.
r=leaf, sr=alecf
2002-08-16 23:15:54 +00:00
leaf%mozilla.org
31c5eb59fb fix for bug 156577, r=chak. simple change to check for directory existence
before mkdir commands.
2002-07-26 19:31:06 +00:00
locka%iol.ie
9542d85cf7 Support client specific manifests. b=154878 r=chak@netscape.com sr=rpotts@netscape.com a=asa@mozilla.org 2002-07-13 14:41:45 +00:00
chak%netscape.com
e6a18315be Fix for #151574 - Add MRE packaging make target to embedding/config
r=adamlock,  sr=darin
2002-06-18 21:37:05 +00:00
seawood%netscape.com
1599b0f9c7 Filling out win32 gmake embed build. 2002-03-22 08:27:26 +00:00
seawood%netscape.com
7341dc8ca1 Make embedding/config both objdir & win32 gmake aware. 2002-03-22 06:47:00 +00:00
seawood%netscape.com
674414d8f3 Since the nightly automation builds in embedding/config, do not autoreg entries when building embed.jar. This should fix the various chrome problems that people have been having lately.
Bug #131016 (& probably 131461 & 130331 too) r=bryner
2002-03-21 09:13:22 +00:00
pinkerton%netscape.com
c2f243ffdc basebrowser embed packaing for mach-o. r=cls/sr=hyatt/a=asa. bug#131819 2002-03-19 03:27:17 +00:00
locka%iol.ie
214a0d7c55 Add readme.html to embedding dist b=125356 r=chak sr=rpotts 2002-02-14 13:38:01 +00:00
seawood%netscape.com
55fe97bff7 Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
locka%iol.ie
c03b5bd1c0 Removed commented out rm operation. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org 2001-07-13 09:12:33 +00:00
locka%iol.ie
e460fa3313 Update embedding manifest system to run through gen_mn.pl and be more tolerant of missing modules and people forgetting to update embed-jar.mn. b=90404 r=chak@netscape.com sr=blizzard@mozilla.org 2001-07-13 09:09:24 +00:00
mcafee%netscape.com
1a43ceabff Need to fully specify embed-jar.mn location for objdir builds (90295). 2001-07-11 09:27:26 +00:00
mcafee%netscape.com
d8cb760c7a Moving embed-jar.mn creation out to separate makefile target, autogeneration and cvs checked in status don't mix. Run this by hand when needed and check diffs in, don't run this every build (90295). r=jag 2001-07-11 09:20:42 +00:00
mcafee%netscape.com
92455ebc29 Fully specify location of gen_mn.pl file for objdir builds. Fixes shrike, other ports bustage 2001-07-11 03:10:00 +00:00
mcafee%netscape.com
f61b621c23 Changes to get SSL working in gtkEmbed (83393). r=adamlock, sr=brendan 2001-07-10 23:47:35 +00:00
jaggernaut%netscape.com
78480349db Attempt to fix current bustage: when unzipping chrome so we can re-zip it for the embedding specific jar, overwrite existing files without asking (unzip -o). Patch suggested by cls. 2001-07-03 09:56:56 +00:00
cls%seawood.org
2eaa620190 Add MOZILLA_DIR/config to perl include path. Should fix coffee tinderbox bustage 2001-05-14 12:05:48 +00:00
cls%seawood.org
328c1d33cc Extract chrome files from moz .jars to create embed.jar if building with jar chrome only. Bug #72390. Shoudl fix tinderbox bustage too. 2001-03-24 13:38:53 +00:00
mcafee%netscape.com
e74640486a 23733OBJDIR build case needs path to file name (73124). r=pinkerton, sr=hyatt 2001-03-23 07:42:36 +00:00
locka%iol.ie
6c549b4e16 Changed installation macro to copy installed-chrome.txt rather than link to it to solve nightly tarball issue. b=62762, sr=cls@seawood.org 2001-02-27 23:15:34 +00:00
locka%iol.ie
2f1eac508b Changed embedding installation to package embedding chrome into an embed.jar file. b=67423, r=valeski@netscape.com 2001-02-12 14:36:46 +00:00
danm%netscape.com
a994aaaae3 move installed-chrome to the correct (Embed) directory. fixes missing scrollbars 2000-12-21 22:15:15 +00:00
hyatt%netscape.com
5488daa5d1 Fix numerous embedding install issues and 62757 crasher. r=danm, a=dougt 2000-12-21 00:08:28 +00:00
blizzard%redhat.com
27099452d0 fix makefile to work with objdir r=dougt a=waterson 2000-08-03 22:05:31 +00:00
dougt%netscape.com
7f64e09423 slashes wrong way.
Not part of build.
2000-07-29 08:09:21 +00:00
dougt%netscape.com
4777056ad6 creating makefile for unix to export base browser depends for embedding
adjusting/update manifest file.
2000-07-20 01:08:43 +00:00