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

1757 Коммитов

Автор SHA1 Сообщение Дата
dbaron%dbaron.org 3a3ac2ed46 Check in change for ActiveState perl, the equivalent of which has been on the creature tinderbox for ages. (See bug 276758.) 2005-01-02 19:06:22 +00:00
bryner%brianryner.com 235c51e004 Fix undesired tinderbox rebuilds due to system header wrapper timestamps changing. Bug 273336, r=dbaron. 2004-12-16 05:13:45 +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
dbaron%dbaron.org 187d42fdcb Fix dependencies of nsBuildID.h. b=274238 r+sr=bryner 2004-12-14 23:11:27 +00:00
ben%bengoodger.com de8e03778e bug 274547 - GRE_BUILD_ID has a newline which causes infinite restart loop.
Chop the unix newline off the end of the build id before substitution.
r=bryner sr=darin
2004-12-14 22:39:26 +00:00
bsmedberg%covad.net 7ccf6e4965 Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees. 2004-12-09 19:28:35 +00:00
bsmedberg%covad.net eba67d4aec bug 273598 - Add TOOL_DIRS variable for delayed building of tools until libxul is available. Should not affect non-libxul builds. r=cls 2004-12-08 12:38:22 +00:00
bsmedberg%covad.net 850168a318 I over-pruned this code for bug 272783 - this will hopefully fix the Firefox static build, though I'm not certain. r=bustage 2004-12-07 02:35:37 +00:00
bsmedberg%covad.net 0c8e85c7f2 Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps. 2004-12-06 22:39:54 +00:00
bsmedberg%covad.net 73f1f1abf3 Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS r=darin 2004-12-04 05:24:38 +00:00
bsmedberg%covad.net 72fc87c54c Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin 2004-12-04 04:51:43 +00:00
dbaron%dbaron.org c6889ddba1 Merge remaining part of 257117 to the trunk: code needed for Mac *.app names for new toolkit packaging code. b=bryner b=257117 2004-12-02 21:56:34 +00:00
mkaply%us.ibm.com 7d44f4d181 Backing out OS/2 only fix - this shouldn't be needed 2004-12-02 16:41:01 +00:00
mkaply%us.ibm.com 4e2a345b66 OS/2 only change for OS/2 build bustage on some machines 2004-12-01 17:37:39 +00:00
pedemont%us.ibm.com c6f2de7c1e Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner 2004-12-01 17:33:16 +00:00
bsmedberg%covad.net c694f808c7 More work for bug 271324 - source localization - reviewed by Pike and biesi 2004-11-29 23:14:13 +00:00
dbaron%dbaron.org 5a8f9c010c Fix Windows newlines introduced in part of the file. b=249782 2004-11-28 01:20:08 +00:00
dbaron%dbaron.org 3997fd1111 Bump version from 1.8a to 1.8a6. 2004-11-25 18:34:24 +00:00
dbaron%dbaron.org 59bb482234 Bump version from 1.8a5 to 1.8a6. 2004-11-25 18:33:39 +00:00
bsmedberg%covad.net 6a4266dcb1 Make MOZ_UI_LOCALE available to the build system, merge from aviary branch. See bug 271324 2004-11-24 20:35:50 +00:00
bsmedberg%covad.net ac611c85e8 Merge XULPPFLAGS patch from the aviary branch, overarching bug is 271324. 2004-11-24 16:01:03 +00:00
bsmedberg%covad.net c913eb8e2c Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes) 2004-11-23 22:22:58 +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
bryner%brianryner.com 68acb519c7 When building with --enable-quantify, use /OPT:NOICF to prevent identical functions from being merged. Bug 267576, r=dbaron. 2004-11-15 08:37:53 +00:00
cbiesinger%web.de 32e3a0d48d Bug 267814 remove unused files from mozilla/config r=bsmedberg 2004-11-06 17:24:17 +00:00
darin%meer.net 19e8c6ae88 slight tweak for bug 265998 to avoid packaging NSPR static libs in the
linux version of the gecko sdk
2004-11-01 18:32:26 +00:00
cls%seawood.org cbd90123dc Add --disable-plugins build option.
Bug #266750 r=bsmedberg
2004-10-31 07:10:49 +00:00
darin%meer.net 120535f45d Do the same thing for OS/2, bug 265998 2004-10-28 22:33:51 +00:00
darin%meer.net a113bda6cb fixes bug 265998 "Gecko SDK does not include NSPR import libs" r=bsmedberg
(with agreement from wtc on the solution)
2004-10-28 22:12:18 +00:00
darin%meer.net fb3826168b landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner 2004-10-25 19:34:45 +00:00
bryner%brianryner.com 47287d3166 Add an explicit --enable-quantify option for windows that causes /FIXED:NO to be used when linking the executable. Otherwise, we omit that option and save about 6% on executable size (the change only affects builds with MOZ_PROFILE or MOZ_DEBUG_SYMBOLS). Bug 263680, r=bsmedberg. 2004-10-12 00:09:58 +00:00
bryner%brianryner.com 23e627fc90 back out 263512, i was on crack 2004-10-11 21:07:55 +00:00
zack%kde.org 1c549dd488 Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi
2004-10-11 04:01:49 +00:00
vladimir%pobox.com 2c0dfa0f5a b=263211, sqlite3 and storage landing - build system changes; r=darin,sr=shaver 2004-10-09 00:10:14 +00:00
bryner%brianryner.com cba9584794 bug 263512 - don't use /opt:nowin98 for windows release builds, it increases code size. r=ben. 2004-10-08 18:17:17 +00:00
alex%croczilla.com 800cd23b39 Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag
Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).
2004-10-07 20:59:53 +00:00
jst%mozilla.jstenback.com f7dc7ffa35 Write out finder info when AppleSingle encoding. Not part of the build. 2004-10-06 19:40:09 +00:00
jst%mozilla.jstenback.com 03d653723b Write out the file date info for the original file. Not part of the default build. 2004-10-04 23:00:32 +00:00
bsmedberg%covad.net 0d21109cd4 Merge topsrcdir-relative (absolute) paths in jar.mn files from the aviary branch, to facilitate un-forking parts of xpfe/global 2004-10-02 01:39:39 +00:00
bsmedberg%covad.net 54614a34ed Bug 260955 - add an #includesubst instruction r=Hixie 2004-09-29 13:10:50 +00:00
jst%mozilla.jstenback.com 24e3c25c9b Include the original name in the AppleSingle encoded file. Not part of the build. 2004-09-28 22:21:34 +00:00
dbaron%dbaron.org c55074ba1a Bump version number from 1.8a4 to 1.8a5. 2004-09-28 18:57:22 +00:00
jst%mozilla.jstenback.com 6bdcd06f39 Adding asencode utility. Not part of the default build. 2004-09-22 23:23:01 +00:00
silver%warwickcompsoc.co.uk a59f0f859c Bug 260247 - Stop make-jars.pl confusing registered subdirectories.
Build-config only.
r=bsmedberg
2004-09-22 12:31:36 +00:00
bryner%brianryner.com f126baa3e4 Fix problems with slash direction for activestate perl. r=dbaron. 2004-09-10 21:16:29 +00:00
darin%meer.net 1f0cf6f144 landing build changes for XULRunner (bug 257162) r=bsmedberg 2004-09-09 19:10:39 +00:00
dbaron%dbaron.org a4a1149655 Bump trunk version from 1.8a3 to 1.8a4. 2004-09-06 15:58:41 +00:00
bryner%brianryner.com 92c1f27b93 Add support for generating PDB-format debug symbols with MSVC, by setting MOZ_DEBUG_SYMBOLS=1 in the environment. This is to be used in place of MOZ_PROFILE. Bug 244231, r=wtc, dmose. 2004-08-26 23:03:00 +00:00
timeless%mozdev.org 753b59a0e4 Bug 255328 mkdepend command line defines may be broken
http://www.mozilla.org/hacking/portable-cpp.html#no_cpp_comments_in_c
caught by m.calderbank@iname.com
2004-08-26 13:33:19 +00:00
gerv%gerv.net 62e3767f68 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-08-25 23:02:50 +00:00