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

488 Коммитов

Автор SHA1 Сообщение Дата
Oleg Romashin e8436023c1 Removed some not required changes which can break trunk build
Removed empty lines changes
2008-08-03 21:10:34 +03:00
Rob Campbell a464b14562 client.mk still includes instructions to call python client.py checkout, p=me, r=ted 2008-06-24 16:00:30 -03:00
Axel Hecht 5a97c66487 bug 439078, add allmakefiles.sh to CONFIG_STATUS_DEPS, r=ted 2008-06-13 18:08:13 +02:00
bcrowder@mozilla.com 48f7488ebc Bug 434068 - client.mk from mozilla-central does not provide CONFIG_GUESS, r=:luser, a=jorendorff 2008-05-16 12:15:53 -07:00
Ben Turner ae48e0b3e3 Bug 432911 - "Hardcoded autoconf-2.13 in client.mk breaks OS X builds". r=josh, sr+a=ted. 2008-05-16 12:05:14 -07:00
benjamin@smedbergs.us f7f9006427 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-10 17:07:41 -04:00
ted.mielczarek@gmail.com eb836b91cc bug 419348 - build config fixes for profile-guided optimization on mac. fixes for PGO on universal builds, configure arg to disable PGO in spite of profiled build. r=bsmedberg 2008-03-06 03:57:21 -08:00
benjamin@smedbergs.us 270b1c9735 Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarena.c => js/src/jsarena.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jscpucfg.c => js/src/jscpucfg.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsdhash.c => js/src/jsdhash.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jshash.c => js/src/jshash.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsmath.c => js/src/jsmath.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsutil.c => js/src/jsutil.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-22 16:45:09 -05:00
kaie@kuix.de a92ff84b87 Bug 416571, Update NSPR to 4.7.1 beta 1 r=wtc, blocking1.9=mtschrep Bug 412937, Update NSS to NSS_3_12_BETA2 r=rrelyea, blocking1.9=mtschrep 2008-02-21 16:58:50 -08:00
ted.mielczarek@gmail.com 577c020e6d bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 15:29:11 -08:00
ted.mielczarek@gmail.com 12c021d1bc bug 240267 - link error when doing make profiledbuild. r=bsmedberg 2008-02-16 14:23:07 -08:00
dholbert@cs.stanford.edu c8b789781c Bug 415188: Remove duplicate CVS_CO_DATE_FLAGS from cvs checkout commands. r=ted a1.9=schrep 2008-02-12 18:30:17 -08:00
ted.mielczarek@gmail.com 1779ed1526 bug 407459 - hook up new allocator to our build. just checking in the memory/jemalloc dir and the client.mk change to pull it. r=bsmedberg a=beltzner 2008-02-04 07:17:11 -08:00
reed@reedloden.com 391765c665 Upgraded the NSPR tag to NSPR_HEAD_20080129_PLUS_414997 for the fix for bug 414997. [a1.9b3=beltzner] 2008-01-31 11:56:44 -08:00
wtc@google.com 9ce26d394a Upgraded the NSPR tag to NSPR_HEAD_20080129 for the fix for bug 414392. 2008-01-29 15:41:01 -08:00
jorendorff@mozilla.com 290dcfc11e Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-28 17:32:29 -08:00
wtc@google.com ffb5c9a8d6 Upgraded the NSPR tag to NSPR_HEAD_20080127 to pick up the fixes for bugs 296878, 331043 (blocking1.9+), 334826 (blocking1.9+), 285157 (blocking1.9+), and 204151. 2008-01-27 17:23:01 -08:00
wtc@google.com 6cd73ac171 Upgrade the NSPR tag to NSPR_HEAD_20080120 to pick up the fixes for bugs 95829/334285, 333637, and 404824 (blocking1.9+). 2008-01-20 09:56:02 -08:00
bent.mozilla@gmail.com fa984d21e2 Bug 395059 - "Update client.mk to reflect changes from bug 381902". r=bsmedberg, a=schrep. 2008-01-18 12:17:36 -08:00
kaie@kuix.de 968e988b7c Bug 399590, Update Mozilla trunk to use NSS tag NSS_3_12_BETA1 r=rrelyea, a1.9=mtschrep 2008-01-18 02:40:58 -08:00
wtc@google.com dbe653e439 Upgraded the NSPR tag to NSPR_HEAD_20080113 to pick up the fixes for bug 396509 and bug 409224, which are blocking-firefox3+ or approval1.9+. 2008-01-13 17:04:18 -08:00
wtc@google.com 555b8399fe Updated the NSPR tag to NSPR_HEAD_20071218 to pick up the fix for bug 404399 "PR_StringToNetAddr extremely slow on Mac OS X". The bug is blocking1.9+. 2007-12-19 09:40:21 -08:00
kairo@kairo.at 379ccb2ced bug 346133 - [seamonkey] pull L10n dictionaries, r=l10n@mozilla.com a=beltzner 2007-12-18 08:13:11 -08:00
kairo@kairo.at 38c4bfeae2 bug 405856 - pull the whole l10n/ab-CD/ dir with L10n checkout to solve the problem of pulling of optional L10n directories, r=bsmedberg,l10n@mozilla.com a=beltzner 2007-12-18 08:09:06 -08:00
rcampbell@mozilla.com 0c34cbbaad bug 397724 - Add test harness for assertions/crashes/leaks 2007-12-05 09:14:26 -08:00
jorendorff@mozilla.com b57c9929e6 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-12-03 17:50:14 -06:00
reed@reedloden.com 553cfb5be8 Bug 405228 - "Update build documentation link in client.mk" [p=bugzilla@babylonsounds.com (Simon 'sipaq' Paquet) r+sr=bsmedberg] 2007-11-26 15:58:59 -08:00
rrelyea@redhat.com c09d43c431 Enable real EV checking. Bug 289520. patch by kai engert. review rrelyea approval mtschrep. 2007-11-21 14:28:13 -08:00
axel@pike.org 3140fbe092 bug 401590, fix l10n-checkout for modularized trunk checkouts, r=bsmedberg, a=not part of fx builds 2007-11-13 02:43:11 -08:00
mozilla@weilbacher.org 0306098402 Bug 399647: pull new NSPR tag to pick up OS/2 change, r/a=benjamin 2007-10-19 11:48:38 -07:00
kaie@kuix.de 3378a7656a Bug 397296, Firefox builds need to use the current NSS CVS tag r=mconnor, blocking-firefox3=benjamin 2007-10-11 12:03:05 -07:00
jst@mozilla.org 64a79c7e9e Adding mozilla/probes to MODULES_core to fix solaris bustage. 2007-10-10 16:25:14 -07:00
jorendorff@mozilla.com a4ab3deb53 Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-10-09 13:00:59 -05:00
bent.mozilla@gmail.com 451d212927 Bug 395059 - "Update client.mk to reflect changes from bug 381902". r+a=bsmedberg. 2007-09-23 21:46:24 -07:00
kairo@kairo.at a9aed3ea75 bug 394567 - Move SeaMonkey parts of mozilla/themes to suite/, followup 1.1: don't pull themes/ and remove old modern, r+sr=Neil, a=mconnor via IRC 2007-09-17 10:15:26 -07:00
wtc@google.com 75643c56cd Bug 392852: Upgraded Mozilla trunk to NSPR_HEAD_20070820. r=wtc. a=bzbarsky 2007-08-26 12:19:47 -07:00
edward.lee@engineering.uiuc.edu 9e2a3b345e Restore autoconf-2.13 for client.mk 2007-08-13 10:50:12 -07:00
edward.lee@engineering.uiuc.edu e3922c235a Bug 391823 - mozilla-central: Firefox build fails copying libnssdbm3.dylib to dist/bin (r=benjamin) 2007-08-13 10:46:10 -07:00
kaie@kuix.de 8767af2c40 Bug 390451, Remembered passwords lost when changing Master Password Update to fixed NSS snapshot r=me 2007-08-06 09:29:54 -07:00
pavlov@pavlov.net 9a6aaf540a adding lcms to the directories client.mk pulls 2007-07-23 15:23:20 -07:00
rrelyea@redhat.com 695f5ec87a Bug 388403 Land NSS 3.12 Alpha r=kai. 2007-07-23 12:02:59 -07:00
rrelyea@redhat.com efa15a946e Back out the previous change. Mac Universal failed again (even though Mac PPC
works fine for me ;().
2007-07-19 19:20:12 -07:00
rrelyea@redhat.com 5af1ffab5d finally land NSS 3.12 into the trunk bug 388403 2007-07-19 18:33:48 -07:00
jst@mozilla.org 2fc5a5016d merging from cvs-trunk-mirror 2007-07-18 13:32:08 -07:00
kaie@kuix.de a18520ba0e Bug 387992, Switch Mozilla trunk to use NSPR trunk snapshots
r=wtc
2007-07-13 22:45:14 -07:00
bugzilla@standard8.demon.co.uk 1ddbd2bfc8 Backout Bug 359716 so we can attempt to fix msys bustage 2007-07-08 10:36:05 -07:00
bugzilla@standard8.demon.co.uk fd07d154eb Bug 359716 Upgrade LDAP C-SDK to 6.0.4 release on trunk for Address Book. r/sr=mscott 2007-07-08 00:42:42 -07:00
benjamin@smedbergs.us f1593a410c 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 b21f7b3a04 Reverting bug 383167 again for linux test bustage :-( 2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us c93d1d5be6 Bug 383167 trying again, reviews by luser and biesi, sr=jst 2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us d782232066 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 d2edbc3794 Fix mac builddate-unifying logic from bug 383167 2007-06-25 10:58:21 -07:00
kaie@kuix.de f5ce3264c4 Minor upgrade of NSS from 3.11.7 beta to 3.11.7 final + roots module 1.64
Fixes Bug 384719
r=nelson
2007-06-21 11:45:18 -07:00
rrelyea@redhat.com 1daaf9dc7b Backing previous patch because it broke the universal binary Mac build. 2007-06-19 01:41:28 -07:00
rrelyea@redhat.com 7da4e3c47b bug 217538 Check in NSS 3.12 into FF 3.0
r=kaie
2007-06-19 00:32:12 -07:00
Ted Mielczarek 688f877681 fix bad merging 2007-06-16 11:23:17 -04:00
Ted Mielczarek 4b6dcacffa merging from cvs-trunk-mirror 2007-06-15 15:03:02 -04:00
mcsmurf@mcsmurf.de 8f99183f16 Add other-licenses/7zstub/seamonkey to default checkout for suite - Bug 351917, r=bsmedberg via IRC 2007-05-29 12:56:24 -07:00
Benjamin Smedberg 69cf1f1208 Bug 381611 - Client pull script to checkout Tamarin/NSPR/NSS into the right dirs, and keep everything updated, r=luser 2007-05-22 16:07:17 -04:00
kaie@kuix.de 0cef4b3ebd Bug 379012, Update Mozilla trunk to NSS_3_11_7_BETA1Please note this NSS snapshot is not appropriate for stable Mozilla releasesr=wtc 2007-05-02 12:22:36 -07:00
axel@pike.org 412a672f81 bug 378762, opening a backdoor for client.mk vars, r=bsmedberg 2007-04-27 08:00:33 -07:00
neil@parkwaycc.co.uk f92d1423ad l10n tinderbox bustage fix b=375828 2007-04-13 17:29:26 -07:00
neil@parkwaycc.co.uk d9e039750b Bug 375828 RUN_AUTOCONF_LOCALLY doesn't if CVS checkout failed r=bsmedberg 2007-04-13 12:49:29 -07:00
bugzilla@standard8.demon.co.uk a2d8a8e765 Test landing bug 359716 again now that we've hopefully got provisional fixes for the ldap c-sdk code 2007-04-12 04:18:00 -07:00
bugzilla@standard8.demon.co.uk 782da4d9ea Back out bug 359716 again - still have windows bustages. 2007-04-06 03:47:46 -07:00
bugzilla@standard8.demon.co.uk d7da639be2 Testing landing of bug 359716 again to see if we've fixed the bustages. It may stay if we have. r=benjamin (build config),sr=mscott 2007-04-06 01:53:28 -07:00
bugzilla@standard8.demon.co.uk b126f2eb4c Back out ldap-csdk upgrade from bug 359716 now that data has been gathered so the remaining problems can be fixed correctly. 2007-03-30 12:00:43 -07:00
bugzilla@standard8.demon.co.uk 9b6f8c64f2 Attempt to fix windows bustage when building latest c-sdk with mozilla apps as a result of bug 359716 - temporarily change c-sdk tag to blank this time, HEAD doesn't seem to work. 2007-03-30 11:09:16 -07:00
bugzilla@standard8.demon.co.uk a42942bcfb Attempt to fix windows bustage when building latest c-sdk with mozilla apps as a result of bug 359716 - temporarily change c-sdk tag to HEAD to test the fix 2007-03-30 10:58:18 -07:00
bugzilla@standard8.demon.co.uk fd79d924ff Attempt to fix bug 359716 bustage by not pulling release tags by date. If it works, I'll get reviews afterwards. 2007-03-30 07:03:08 -07:00
bugzilla@standard8.demon.co.uk 0de7385e32 Bug 359716 Upgrade LDAP C-SDK to 6.0.x on trunk for Address Book. r=benjamin (build config),sr=mscott 2007-03-30 06:14:32 -07:00
benjamin%smedbergs.us e527f01925 Additional removal of modules.mk, bug 367912. I hate that I can't ever attach all the files of a patch :-( 2007-03-12 20:35:14 +00:00
aaronleventhal%moonset.net 346d6b5adf Fixing bustage 2007-03-01 21:18:51 +00:00
benjamin%smedbergs.us f60d6812f9 Bug 370000 - postflight_all fails if build was started with make -f mozilla/client.mk instead of make -f client.mk, r=mossop 2007-02-20 19:32:45 +00:00
wtchang%redhat.com fd12fffb3b Bug 363070 : upgraded to NSS 3.11.5 final. 2007-01-18 23:25:52 +00:00
sayrer%gmail.com 1c68d42b74 Attempt to fix Camino bustage. 2007-01-17 21:40:12 +00:00
sayrer%gmail.com 441c02debc Bug 359999. Add an enable-mochitest option. r=bsmedberg 2007-01-17 20:38:57 +00:00
wtchang%redhat.com 8688cd904d Bug 363070: upgraded to (the new) NSS 3.11.5 Beta 2. The cause of the
Windows Tinderbox failure has been fixed (bug 232600 comment 19).
2007-01-14 03:22:17 +00:00
wtchang%redhat.com 9a6f9fad91 Bug 363070: backed out the previous checkin. It broke a Windows Tinderbox. 2007-01-13 22:22:31 +00:00
wtchang%redhat.com 0ad5b88ed1 Bug 363070: upgraded to NSS 3.11.5 Beta 2. 2007-01-13 21:12:30 +00:00
wtchang%redhat.com 597b98783d Bug 363070: upgraded to NSS 3.11.5 Beta 1. r=kengert. 2007-01-05 23:52:29 +00:00
benjamin%smedbergs.us 19e1764d12 Bug 365691 - Useful error message and conversion tool to move a srcdir from cygwin textmode to MSYS binmode - r=dbaron 2007-01-04 16:30:04 +00:00
ajschult%verizon.net e5eae1dda0 Bug 362625: Stop pulling individual files to make fast-update happy. r=bsmedberg 2007-01-02 16:47:08 +00:00
ajschult%verizon.net e7aff55f5b Bug 363678: have fast-update use non-recursive bonsai queries for local directories. r=bsmedberg 2006-12-15 03:43:18 +00:00
benjamin%smedbergs.us 79e278422b Bug 363000 - protect against spaces in the source directory, r=luser 2006-12-07 16:36:22 +00:00
wtchang%redhat.com c365628415 Bugzilla Bug 361332: use a better way to determine if $(NSPR_CO_TAG) can be
pulled by date. r=benjamin.smedberg
2006-11-27 19:12:41 +00:00
wtchang%redhat.com 555f15b7d6 Bug 357333: upgrade the NSS on the Mozilla trunk to version 3.11.4. The
equivalent patch for the MOZILLA_1_8_BRANCH was reviewed by dveditz.
2006-11-20 22:34:45 +00:00
benjamin%smedbergs.us cbd5a67ec0 Bug 360584 - Add client.mk checkout for Tamarin, r=stejohns/kairo 2006-11-16 17:21:46 +00:00
bugzilla%standard8.demon.co.uk 38a6ce7c2d Bug 360280 Firefox shouldn't need to pull mozilla/themes. r=bsmedberg 2006-11-11 08:29:16 +00:00
cbiesinger%web.de aa4f3529a1 bug 354835 fix typo - this BOOTSTRAP_core should be BOOTSTRAP_necko, so
that _core doesn't become empty on the next assignment
r=bsmedberg
2006-10-04 03:55:39 +00:00
kaie%kuix.de 5fabc3c3a4 Bug 354756, Update NSS used by PSM to NSS_3_11_20060929_TAG
r=wtchang
2006-09-28 23:06:19 +00:00
cbiesinger%web.de b645db4a99 remove line that breaks checkouts 2006-09-28 21:22:52 +00:00
cbiesinger%web.de 5b36f89cdb bug 353983 add --enable-application=netwerk option
r=bsmedberg sr=darin
2006-09-28 21:22:27 +00:00
kaie%kuix.de 23aabeea1f Bug 354378, Update NSS used by PSM to NSS_3_11_20060926_TAG
r=wtchang
2006-09-26 21:41:44 +00:00
kaie%kuix.de bbc8570827 Bug 352754, Upgrade NSS used by PSM to NSS release 3.11.3
r=wtchang
2006-09-15 11:34:55 +00:00
kaie%kuix.de 94ccf42d9f Bug 351494, Upgrade to NSS_3_11_20060905_TAG
r=wtchang
2006-09-06 01:15:05 +00:00
kaie%kuix.de bb94ad6668 Bug 340724, update to NSS_3_11_20060831_TAG
r=wtchang
includes fix for bug 350640
2006-08-31 21:12:19 +00:00
benjamin%smedbergs.us 4b74339c6f 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
bzbarsky%mit.edu 4394c05503 Actually check in the client.mk changes from bug 347983. Patch by Ginn Chen
<ginn.chen@sun.com>, r=bsmedberg.  Fixes build bustage, I hope.
2006-08-24 04:30:05 +00:00
benjamin%smedbergs.us ffd802f9ed Bug 345517 - Build Firefox --enable-libxul by default, r=darin/mento 2006-08-09 13:39:19 +00:00
jwatt%jwatt.org 40f4f4924a Fixing bug 347156. Eliminate need to enter default pserver password. r=bsmedberg 2006-08-09 08:44:11 +00:00
kaie%kuix.de 69b8a08b75 bug 340724, land new NSS snapshot NSS_3_11_20060731_TAG
r=wtchang
2006-08-01 22:16:42 +00:00
benjamin%smedbergs.us 53d439ff5b Bug 343146 - pull and build l10n dictionaries, r=preed 2006-07-27 04:04:58 +00:00
bugzilla%standard8.demon.co.uk a3830553d9 Bug 342897 Copy required suite files from xpfe/bootstrap (and elsewhere) to suite/app (Moves xpfe/bootstrap/version.txt to suite/config/version.txt) r=benjamin,sr=Neil 2006-07-18 17:05:21 +00:00
mattwillis%gmail.com 1ae2c9bdc0 bug 342786 - adds missing file to tbox checkout for build NSIS installer. r=bsmedberg 2006-06-28 19:01:44 +00:00
kaie%kuix.de 163b84c338 Bug 340724, land newer NSS
r=wtchang
2006-06-09 21:55:43 +00:00
mattwillis%gmail.com d67bb02e35 bug 267981 move calendar localization to /l10n. r=wolfiR defer=dmose 2006-06-07 20:47:11 +00:00
wtchang%redhat.com d47a598237 Upgrade to NSS_3_11_20060520_TAG to pick up fixes for bug 337887 and
several coverity bugs.
2006-05-21 02:55:32 +00:00
kaie%kuix.de c37f70873f bug 338058, Upgrade to NSS 3.11.2 second pre-release
r=wtchang
2006-05-15 23:21:27 +00:00
mattwillis%gmail.com 3450e02409 bug 267789 bustage fix 2006-05-13 14:17:22 +00:00
gavin%gavinsharp.com e4ecc39546 Revert bustage fix from bug 267789, since it didn't work (the patch was backed out). 2006-05-13 03:01:16 +00:00
mattwillis%gmail.com 300360c5a6 bustage fix: building extensions/inspector throws assertions since SUNBIRD_VERSION isn't resolvable r-under-bustage-duress=dmose 2006-05-13 00:30:22 +00:00
wtchang%redhat.com 2b3f70d09c Bugzilla bug 337770: upgraded the NSS tag from NSS_3_11_20060403_TAG
(NSS 3.11 + fixes) to NSS_3_11_20060512_TAG (NSS 3.11.1 + fixes). r=kengert
2006-05-12 23:14:01 +00:00
mattwillis%gmail.com 786828c993 bug 333626 adding other-licenses branding for sunbird r=bsmedberg 2006-05-02 23:06:53 +00:00
kairo%kairo.at 3b506b4915 bug 286110 - prepare build environment for --enable-ui-locale in suite, r=bsmedberg 2006-04-11 14:24:49 +00:00
ajschult%verizon.net e2eb0d68f7 Bug 333353: fast-update queries for all updates for mozilla/ (not fast). r=bsmedberg 2006-04-11 04:53:03 +00:00
silver%warwickcompsoc.co.uk 1326db6cf5 Bug 329070 - Support -l (no recursive) mode with fact-update. r=benjamin 2006-04-08 22:55:53 +00:00
bugzilla%standard8.demon.co.uk 46deb95a5b Bug 325625 Upgrade Mozilla code base to use the latest appropriate LDAP c-sdk (version 5.17). r=benjamin,sr=bienvenu 2006-04-07 14:03:02 +00:00
wtchang%redhat.com dd73c120e0 Bugzilla bug 301249: a better way to determine if NSS_CO_TAG can be pulled
by date.  a=benjamin.smedberg.
2006-04-04 20:58:55 +00:00
bugzilla%standard8.demon.co.uk 64947e584e Bug 330053 Make SeaMonkey capable of generating a reasonable build with MOZ_XUL_APP set. Part 4 - Get suite to checkout "toolkit" modules. r=benjamin,sr=Neil 2006-04-04 16:19:17 +00:00
kaie%kuix.de 03038ad819 bug 332607, Update client.mk to use NSS_3_11_20060403_TAG
r=wtchang
2006-04-04 06:38:57 +00:00
benjamin%smedbergs.us 2c85e9124e Regression from bug 301249, NSS_3_11_RTM tag was not the same as NSS_CLIENT_TAG: use a new static tag which is actually correct. See also/fixes bug 332012 and 332050. 2006-03-31 20:51:33 +00:00
benjamin%smedbergs.us e1b82573a9 Fix tbox bustage... can't checkout tags by date. 2006-03-27 16:55:27 +00:00
benjamin%smedbergs.us f63a763e94 Bug 301249 - Checkout and build mozilla/dbm as part of NSS instead of the mozilla client, and pull NSS by the release tag instead of by the NSS_CLIENT_TAG which is now deprecated! r=dougt (+nelsonb) 2006-03-27 16:21:55 +00:00
mark%moxienet.com 93684b1fad Fix Camino bustage after 328780, still need to pull themes 2006-03-02 16:20:12 +00:00
benjamin%smedbergs.us 014fef8699 Firefox bustage from bug 328780 - browser still requires themes due to package-fixup 2006-03-01 13:49:51 +00:00
benjamin%smedbergs.us ed06cda55d Bug 328780 - Deprecate SeaMonkeyAll CVS module and use an explicit checkout list in client.mk, r=timeless 2006-02-28 19:21:14 +00:00
mark%moxienet.com d020cff59a 328081 Support unification of bdate for multi-project builds. r=bsmedberg 2006-02-21 20:55:47 +00:00
mark%moxienet.com 84e922aacd 327823 Actually address review comment 2006-02-21 19:44:19 +00:00
mark%moxienet.com 5c9400aa58 327823 Support configure preflight/postflight actions in client.mk. r=bsmedberg 2006-02-21 19:38:38 +00:00
axel%pike.org 07fb3a9133 bug 323296, add rule to check out l10n-files only, r=gandalf, preed 2006-02-14 09:45:58 +00:00
axel%pike.org 229abef089 bug 313392, move reporter l10n back into /l10n, r=bsmedberg,r/a=raccetura 2006-02-07 18:10:09 +00:00
davel%mozilla.com da85bb10e1 Unify necko and content test harnesses. Create common versions of test harness
files in tools/test-harness/xpcshell-simple, and modify the existing
instances to use the common files.  Bug 322894, r=darin,bzbarsky,
sr=benjamin
2006-01-27 20:56:16 +00:00
bryner%brianryner.com f5bf52d888 Add a lightweight reader for Mork files. Bug 322369, r=brettw. 2006-01-18 01:00:22 +00:00
myk%mozilla.org 9e51145108 Bug 322293: automatically pull tools/cross-commit so developers easily access it; r=bsmedberg 2006-01-06 21:16:04 +00:00
bsmedberg%covad.net 1bd23fd7f2 Fix typo 2005-10-14 02:56:28 +00:00
bsmedberg%covad.net 137132b910 Bug 312398 - Allow checking locales out by date with MOZ_CO_LOCALES_DATE r=Chase 2005-10-14 02:54:41 +00:00
bsmedberg%covad.net 1cfaf285d2 Bug 307311 - allow client.mk to build xulrunner + multiple apps in one pass r=darin 2005-09-30 17:39:16 +00:00
bsmedberg%covad.net 675caf9c8e Bug 304505 - bootstrap section of client.mk should only list individual files, not directories, for pull-by-date to work correctly r=chase 2005-09-01 14:30:53 +00:00
bsmedberg%covad.net 9b53ffe36a From bug 304476 - version.txt entries need mozilla/ in front 2005-08-17 19:50:20 +00:00
bryner%brianryner.com c2e61cf651 Don't duplicate entries in MOZCONFIG_MODULES (bug 304504). r=bsmedberg. 2005-08-17 18:08:47 +00:00
bsmedberg%covad.net c54aa3f56b Bug 304476 (and 304478) - remove app.extensions.version from default prefs - r=chase 2005-08-16 19:28:01 +00:00
dbaron%dbaron.org 5f55aa351d Add tools/update-packaging to all pull. b=304377 r=chase 2005-08-13 02:49:39 +00:00
cmp%mozilla.org e7aed0ccf9 dd bsdiff and remove trailing slashes from 'all' project. Bug 304377,
attachment 192514.  r=benjamin@smedbergs.us, a=chase@mozilla.org
2005-08-12 19:01:31 +00:00
cmp%mozilla.org 1912d99b33 Add 'all' project to client.mk. Bug 304377, attachment 192471.
r=bryner@brianryner.com, sr+a=chase@mozilla.org.
2005-08-12 06:48:51 +00:00
timeless%mozdev.org daf344ca83 Bug 303292 client.mk: "No such file" error on build
patch by bugspam.Callek@gmail.com r=bsmedberg a=bsmedberg
2005-08-08 16:51:40 +00:00
dougt%meer.net 7ef2e90a02 forgot about our BOOTSTRAP in client.mk. Fixing build bustage. NPODB 2005-08-05 03:47:25 +00:00
bsmedberg%covad.net c39244afed Bug 301197 - --disable-compile-environment allows us to configure the tree without a compiler being present (needed for some kinds of l10n repackaging) r/a=Chase 2005-07-28 19:48:12 +00:00
dougt%meer.net e75e37664c * This moves most of the configuration options of minimo into configure.in.
* This makes minimo use the same toolkit that ff uses.

* This makes toolkit build on WINCE.  (makefile love only)

* This moves all default configuration options above where we enable
applications in configure.in

Build only changes.

r=bsmedberg
a=bsmedberg
2005-07-27 20:42:44 +00:00
bsmedberg%covad.net 4c342d3f62 Bug 299286 - Move reporter locale files from en-US.jar to reporter.jar, r=gandalf a=shaver 2005-07-22 20:11:37 +00:00