Josh Aas
aa7a78acbf
Remove libreg dependency on morefilesx. b=464362 r=smichaud sr=bsmedberg
2009-01-29 23:49:27 -05:00
Walter Meinl
4ea2d2f270
Bug 454097 - [OS/2] get rid of VisualAge in configures; m-c part; r=mozilla
2008-10-11 03:01:28 +02:00
Josh Aas
1d44026ad5
Remove a lot of dead Mac code. Part of bug 456662. sr=pinkerton
2008-09-25 12:23:33 -04:00
benjamin@smedbergs.us
c1f17da390
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 07:46:17 -07:00
benjamin@smedbergs.us
4e1cca5f54
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
benjamin@smedbergs.us
a396305c4a
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
eb1adfce8d
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
e4a58c034c
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
1e4a4ad931
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 08:25:59 -07:00
joshmoz@gmail.com
913aaf1de7
clean up Mac OS X macros in libreg's reg.c. r=cbarrett sr=luser
2007-06-23 18:07:21 -07:00
benjamin@smedbergs.us
b40caff913
Bug 385189 - mac builds without libxul failing to compile due to macmorefiles, r=mento
2007-06-20 12:22:01 -07:00
benjamin@smedbergs.us
1e0c15f245
Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser
2007-04-23 12:25:39 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
benjamin%smedbergs.us
ef5b6db46a
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 14:46:28 +00:00
benjamin%smedbergs.us
d39957269b
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 18:20:28 +00:00
benjamin%smedbergs.us
42c7e1c6b1
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 19:22:55 +00:00
benjamin%smedbergs.us
b60c196e68
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 16:35:05 +00:00
benjamin%smedbergs.us
9784bf995e
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 18:41:00 +00:00
benjamin%smedbergs.us
81d0ea8604
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 15:26:03 +00:00
joshmoz%gmail.com
dc1d49ffc1
clean up Mac OS X macros in libreg's reg.c. r=cbarrett sr=luser
2007-06-24 01:07:21 +00:00
benjamin%smedbergs.us
ac1a1347e6
Bug 385189 - mac builds without libxul failing to compile due to macmorefiles, r=mento
2007-06-20 19:22:02 +00:00
benjamin%smedbergs.us
61ccb1a4f2
Bug 376041 - Link browser components against the CRT statically (on Windows), to solve CRT embedding issues, r=luser
2007-04-23 19:25:39 +00:00
benjamin%smedbergs.us
99edde7f0d
Bug 305949 (almost done!) - Stop exporting some nonfrozen functions (widget and libreg) r=bryner
2006-05-22 19:13:03 +00:00
cbiesinger%web.de
1fe4516c9f
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
...
associated code. These options do not really work anymore.
r=bsmedberg
2006-05-06 17:53:51 +00:00
benjamin%smedbergs.us
a5342e1803
Bug 214889 - add mozreg_s to the static link list and don't link it into xpcom obsolete when in a static build, r=cls
2006-03-27 20:16:50 +00:00
mkaply%us.ibm.com
481124e49d
#3011064
...
r=mkaply, sr=mkaply (OS/2 only)
Patch from Andy Willis - add _declspec(dllexport/dllimport) for OS/2
2006-03-08 19:29:25 +00:00
bsmedberg%covad.net
6239862472
Bug 307168 - Add configure test for GCC bug that prevent the pragma-visibility stuff from working properly on some configurations, and also clean up usages of HAVE_VISIBILITY_PRAGMA which should really be HAVE_VISIBILITY_ATTRIBUTE r=roc+wolfiR, previous revisions reviewed by bryner
2005-11-02 14:14:18 +00:00
joshmoz%gmail.com
06ca0acf9b
more Mac OS X 10.4 "Tiger" build stuff. Patch my Mark Mentovai. b=292530 r=josh r=pinkerton r=cls sr=bryner a=brendan
2005-06-01 18:53:30 +00:00
bryner%brianryner.com
884453541b
Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
2004-12-15 05:52:44 +00:00
timeless%mozdev.org
a14a802332
Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
...
patch by sdwalker@myrealbox.com r=bryner
2004-11-23 19:34:02 +00:00
bsmedberg%covad.net
3b21f06bd0
Constipate libreg API - Bug 240334 - rs=dveditz
2004-05-11 12:15:10 +00:00
gerv%gerv.net
c40f4f93a2
Bug 236613: change to MPL/LGPL/GPL tri-license.
2004-04-18 22:01:16 +00:00
timeless%mozdev.org
3f3a1b89a3
Bug 219003 vr_stubs.c(186) : warning C4013: 'free' undefined; assuming extern returning int
...
r=dveditz sr=darin
2003-09-21 04:53:14 +00:00
cls%seawood.org
c08e99a287
Set MODULE in makefiles at the top of a heirarchy so that module-deps lists are more precise and builds will have the proper order if some subdirs contain other modules.
2003-08-16 00:42:35 +00:00
mkaply%us.ibm.com
539cfcb481
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-22 21:08:40 +00:00
mkaply%us.ibm.com
afeea13f18
rs=leaf
...
Remove XP_OS2_VACPP from the tree
2003-07-22 20:16:02 +00:00
seawood%netscape.com
41119ba822
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-11 00:15:38 +00:00
seawood%netscape.com
6934dc37a9
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
seawood%netscape.com
de59dbee4b
Purge XP_PC.
...
Bug #56767 r=mkaply sr=alecf
2003-04-02 22:45:08 +00:00
cls%seawood.org
4296fca358
Avoid tainting srcdir for win32 builds.
2003-03-15 05:45: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
dougt%netscape.com
52ad16b5ff
prelanding of minimo. Not part of build
2003-03-11 02:30:05 +00:00
dbaron%dbaron.org
99f34f283f
Bug 178643: Remove uses of NS_INIT_ISUPPORTS, since it is no longer needed. r=timeless sr=jag
2003-01-08 22:05:52 +00:00
ccarlen%netscape.com
d9ea2f11b9
Bug 118203 - nsLocalFile implementation for Mach-0. r=pinkerton, sdagley/sr=sfraser
2002-09-25 12:23:39 +00:00
dougt%netscape.com
c5e8f896cd
166917. Clean up xpcom SDK includes. r=rpotts@netscape.com, sr=alecf@netscape.com, a=rjesup@wgate.com
2002-09-07 17:13:19 +00:00
mkaply%us.ibm.com
14f802afbb
#58668
...
r=pedemont, sr=alecf
Os/2 #ifdef - for regstry, use sopen rather than fopen so compreg.dat can be shared
2002-09-04 02:39:24 +00:00
dougt%netscape.com
d9188b4471
Freezes the nsIProperties interface. 162114. r=ccarlen, sr=alecf. Freezes the mozIJSSubScriptLoader interface. 157136. r=rginda, sr=alec.
2002-08-26 20:36:44 +00:00
seawood%netscape.com
8ae6c40f5d
Removing old nmake build makefiles. Bug #158528 r=pavlov
2002-08-10 07:55:43 +00:00
mkaply%us.ibm.com
22bce34b2f
IRIX bustage - this is a C file
2002-06-26 01:20:20 +00:00
dveditz%netscape.com
4f84ad121f
InstallTrigger.compareVersion() returns correct answer for directories (bug 136779) r=curt,sr=alecf
2002-06-26 00:41:06 +00:00