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

32 Коммитов

Автор SHA1 Сообщение Дата
Mike Hommey 7484d00f37 Bug 835164 - Unbreak Seamonkey and Xulrunner mac universal builds after bug 834228. r=ted 2013-01-29 09:35:53 +01:00
Mike Hommey 7a21175d92 Bug 834228 - Force a stage-package to run before buildsymbols on universal builds. r=ted,gps
Also, always strip and elfhack executables, so that running make package after
a PKG_SKIP_STRIP=1 stage-package does strip ; but disable both for l10n-repacks
and unpack.
2013-01-25 00:40:13 +01:00
Mike Hommey 5ad44af9bd Bug 780561 - Use new packager code for packaging (packager.mk) r=ted 2013-01-23 11:23:15 +01:00
Mike Hommey fea689afb9 Bug 818394 - Create objdir/x86_64/dist/universal symbolic link correctly. r=ted 2012-12-06 17:06:38 +01:00
Joel Maher 3c0592ca47 Bug 762908 - Rip enablePrivilege out of spidermonkey tests. r=ted
--HG--
rename : testing/mochitest/specialpowers/Makefile.in => testing/specialpowers/Makefile.in
rename : testing/mochitest/specialpowers/chrome.manifest => testing/specialpowers/chrome.manifest
rename : testing/mochitest/specialpowers/components/SpecialPowersObserver.js => testing/specialpowers/components/SpecialPowersObserver.js
rename : testing/mochitest/MockFilePicker.jsm => testing/specialpowers/content/MockFilePicker.jsm
rename : testing/mochitest/tests/SimpleTest/MozillaLogger.js => testing/specialpowers/content/MozillaLogger.js
rename : testing/mochitest/tests/SimpleTest/SpecialPowersObserverAPI.js => testing/specialpowers/content/SpecialPowersObserverAPI.js
rename : testing/mochitest/specialpowers/content/specialpowers.js => testing/specialpowers/content/specialpowers.js
rename : testing/mochitest/tests/SimpleTest/specialpowersAPI.js => testing/specialpowers/content/specialpowersAPI.js
rename : testing/mochitest/specialpowers/install.rdf => testing/specialpowers/install.rdf
rename : testing/mochitest/specialpowers/jar.mn => testing/specialpowers/jar.mn
2012-09-20 09:06:50 -04:00
Mike Hommey cc5567cfe3 Bug 780835 - Unify test manifest files with sort. r=ted 2012-08-07 19:28:00 +02:00
Mike Hommey 4e5eecb03d Bug 763987 - Normalize autoconf.mk.in. r=ted 2012-06-20 09:00:48 +02:00
Mike Hommey a93eb5a48f Backout changeset 6984dace6afb (bug 763987) because of OSX opt jsreftest bustage 2012-06-20 10:55:59 +02:00
Mike Hommey cd69374e33 Bug 763987 - Normalize autoconf.mk.in. r=ted 2012-06-20 09:00:48 +02:00
Gervase Markham 82ff7027aa Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Dave Townsend 06df9e443d Bug 734975: Fix XULRunner packaging in universal builds. r=bsmedberg 2012-04-05 10:01:17 -07:00
Gavin Sharp 7f25d5cbe5 Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted relanding with a clobber on a CLOSED TREE 2011-10-27 10:27:56 -07:00
Blair McBride 6c81afa75a Backout 9e94c7b5290f (bug 696436) due to Mac opt breakage. CLOSED TREE 2011-12-16 16:08:48 +13:00
Gavin Sharp e8b9ec60db Bug 696436: consolidate Mac bundle name selection, and allow adding a prefix to it at build time, r=dolske, r=ted
--HG--
extra : rebase_source : 138e3b0259bb144524b1bdb8a6db9d83fe527c71
2011-10-27 10:27:56 -07:00
Nick Thomas 6682d3fa65 Bug 600435, unify packaged tests only tests are enabled, r=khuey a=NPOTB 2011-01-17 16:09:06 +13:00
Mounir Lamouri 0e0e895f9e Merging to tip. a=blocking-b7 2010-09-30 17:10:19 -07:00
Michael Wu c96a8ce667 Bug 556644 - 7. Bring universal binaries into the world of omnijar, r=ted a=blocking2.0 2010-08-12 21:30:59 -07:00
Josh Aas c59bf4347e Make flight.mk for universal binaries not specific to PPC/i386. b=411588 r=ted 2010-06-15 12:31:38 -04:00
Smokey Ardisson 3cc4e3b597 Bug 552028 - Teach flight.mk about Camino-with-toolkit.jar. r=ted. Camino-only, NPOTDB 2010-03-17 20:37:50 -04:00
Benjamin Smedberg 1ead4f5856 Bug 519357 - Only load known binary components from the app directory by reading a components.list file, r=vlad 2009-11-05 09:08:49 -05:00
Ted Mielczarek cca6da95a5 bug 526668 - add option to 'unify' to allow files to match if their sorted contents match. r=bsmedberg 2009-11-05 09:04:49 -05:00
Ted Mielczarek d73c55c6ca bug 518641 followup, don't try to copy files around if the test-package directories don't exist.
--HG--
extra : rebase_source : baa18363c47218f4020b19c9782155c9aae27992
2009-10-01 18:07:52 -04:00
Nick Thomas fbbae053a0 Bug 518641 followup, delete unified test-package directory (resolves bustage the 2nd time a build slave packages tests) 2009-10-01 17:21:51 +13:00
Ted Mielczarek 735e15be83 bug 518641 - "make package-tests" doesn't work right on OS X universal builds. r=bsmedberg
This patch causes us to build archictecture-specific test packages in the
OS X universal build postflight makefile, and unifies them into a universal
test-package (containing the same test files, but universal binaries), and
then special-cases the "package-tests" target to use that pre-generated
test package in the universal build case.

--HG--
extra : rebase_source : 41d1f3fe887a2dbdee3ad560ab46bcb261883690
2009-09-29 08:31:50 -04:00
dtownsend@oxymoronical.com b74bebb3b2 Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner 2008-04-10 07:50:48 -07:00
kairo@kairo.at ca8d93cbad fix MacOS X universal build bustage from bug 386903 by removing special-casing of suite to use xpinstall/packager (this has been fixed by bug 377953 for usual builds), r=bsmedberg 2007-07-09 11:24:29 -07:00
ted.mielczarek@gmail.com 9765a75414 bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try 2007-05-02 11:45:36 -07:00
sayrer@gmail.com 8176f127f7 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com ae41f120c1 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
mark%moxienet.com b04dd201e1 350660 Fix Camino universal bustage after bug 350211. 2006-08-30 04:46:57 +00:00
benjamin%smedbergs.us cdbbc055df Bug 345047 - Universal build fixup for XULRunner, r=mento 2006-08-18 20:34:56 +00:00
mark%moxienet.com a4221c9605 327848 Universal taskmaster: drive the Mac universal binary build process entirely in-tree. r=bsmedberg 2006-02-21 21:03:48 +00:00