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

41 Коммитов

Автор SHA1 Сообщение Дата
gerv%gerv.net d38c158995 Bug 398009 - fix mangled license headers. a=stuart. 2007-10-06 12:08:47 +00:00
benjamin%smedbergs.us 681646b263 Bug 350211 - Allow arbitrary build-system extension, parts 2 & 3 $(MOZ_BUILD_APP)/build.mk, r=mento 2006-08-29 16:53:40 +00:00
gerv%gerv.net c40f4f93a2 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 22:01:16 +00:00
bryner%netscape.com 63882bcf7b 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 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
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
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 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
seawood%netscape.com cd7379e5f3 Fixing objdir bustage. 2003-02-04 20:40:16 +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
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
curt%netscape.com fc054acb31 Renaming MRE to GRE (Gecko Runtime Environment)
(Bug 167795, r=chak, sr=leaf)
2002-09-12 19:07:34 +00:00
chak%netscape.com f1924b6494 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 3053d9585b 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 3ed1e9d731 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 aa600bcd3c 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 bf836d0564 Filling out win32 gmake embed build. 2002-03-22 08:27:26 +00:00
seawood%netscape.com 4c151a4520 Make embedding/config both objdir & win32 gmake aware. 2002-03-22 06:47:00 +00:00
seawood%netscape.com bd0a8fff3f 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 640f64fb75 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 2bd3893827 Add readme.html to embedding dist b=125356 r=chak sr=rpotts 2002-02-14 13:38:01 +00:00
seawood%netscape.com 9850f387af Renaming 'install' build phase to 'libs'
Bug #56601 r=pavlov
2001-11-21 08:55:59 +00:00
locka%iol.ie 0637a917c3 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 29cefa3122 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 e7de3ed018 Need to fully specify embed-jar.mn location for objdir builds (90295). 2001-07-11 09:27:26 +00:00
mcafee%netscape.com 8655a7d6c0 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 0fc6fa84c8 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 c16634e7a6 Changes to get SSL working in gtkEmbed (83393). r=adamlock, sr=brendan 2001-07-10 23:47:35 +00:00
jaggernaut%netscape.com 162c4c987d 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 e28767ee5c Add MOZILLA_DIR/config to perl include path. Should fix coffee tinderbox bustage 2001-05-14 12:05:48 +00:00
cls%seawood.org b15f7d7fd1 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 056250d361 23733OBJDIR build case needs path to file name (73124). r=pinkerton, sr=hyatt 2001-03-23 07:42:36 +00:00
locka%iol.ie e8478419c9 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 c63dfd6e73 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 e3a44947c6 move installed-chrome to the correct (Embed) directory. fixes missing scrollbars 2000-12-21 22:15:15 +00:00
hyatt%netscape.com 2d7640417e Fix numerous embedding install issues and 62757 crasher. r=danm, a=dougt 2000-12-21 00:08:28 +00:00
blizzard%redhat.com 3b9bdf630e fix makefile to work with objdir r=dougt a=waterson 2000-08-03 22:05:31 +00:00
dougt%netscape.com c8b74abeeb slashes wrong way.
Not part of build.
2000-07-29 08:09:21 +00:00
dougt%netscape.com 9013608747 creating makefile for unix to export base browser depends for embedding
adjusting/update manifest file.
2000-07-20 01:08:43 +00:00