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

2156 Коммитов

Автор SHA1 Сообщение Дата
Jim Blandy a84f486bdf To allow altoptions.m4 to be shared by both the main Mozilla and the
SpiderMonkey build code, sincluding it shouldn't have any side
effects.  Since only Mozilla wants the side effect, move it to
Mozilla's aclocal.m4.
2008-08-26 14:34:35 -07:00
Robert Sayre 7b60f93ba9 Turn off the JIT during mochitest for now. 2008-08-21 20:23:52 -04:00
Robert Sayre c440066be1 Turn on the JIT for tracemonkey mochitests. 2008-08-21 14:16:33 -04:00
John Wolfe 00f211a976 Bug 444488 - "WM_ACTIVATEAPP / WM_MOUSEACTIVATE missing from WinCE" [r=stuart] 2008-08-19 23:01:34 -05:00
Kai Engert f20e6e1d41 Backed out changeset 3770c42e3118 2008-08-16 08:00:17 +02:00
honzab@allpeers.com 5ca18e14dd Bug 428009, hook up ssltunnel to mochitest
Initial work by Jeff Walden, Patch contributed by Honza Bambas
r=jwalden, r=cbiesinger, r=sayrer, r=ted.mielczarek, r=kaie
2008-08-16 07:38:03 +02:00
Doug Turner 4dcfe9d235 Bug 443768. Several conditions in mode2binstr are always true. patch=wolfe@lobo.us, r=dougt@meer.net 2008-07-14 09:30:52 -07:00
Ted Mielczarek fefa36f764 bug 411586 - make hte default packager format bzip2 instead of gzip. r=mento 2008-07-08 16:31:09 -04:00
Kai Engert 1cba856f00 Backout bug 428009 2008-06-18 14:30:29 +02:00
Kai Engert c2b29f1b78 Bustage fix for 428009, whitespace change to force regen of automation.py 2008-06-18 13:15:02 +02:00
Kai Engert ccd27afbda Bustage fix for Bug 428009 2008-06-18 13:03:23 +02:00
Kai Engert 73422e1bab Bug 428009, hook up ssltunnel to mochitest
Patch contributed by Honza Bambas
r=jwalden, r=kaie
2008-06-18 11:44:19 +02:00
Ginn Chen a25e82c9d4 Bug 43737 Unable to debug firefox with "./firefox -g -d dbx" in Chinese locale, r=cls, sr=roc 2008-06-11 18:34:50 +08:00
Jeff Walden 65a05cb742 Leaktest fix, take two. 2008-06-07 04:57:37 -04:00
Jeff Walden 4dbbcb88bb Followup fix to make leak tests work. 2008-06-07 04:44:40 -04:00
Jeff Walden 6169f85c2a Bug 428009 - Update the HTTP server to require a *correct* host be specified with it, not just *a* host via an absolute URI as Request-URI or a specified Host header. This also gives request handlers proper details about the location to which the request was targeted. r=biesi on the raw socket usage in the test code, r=ted on the build changes, r=sayrer on the server changes 2008-06-07 02:43:15 -04:00
Jeff Walden 6c8b3dd131 Bug 435376 - Start making leaks fatal when running tests in setups where we don't leak. r=sayrer 2008-05-22 15:08:41 -04:00
Ben Hearsum 1137173dfe bug 422296: fix stupid typo in automation.py.in. r=duh 2008-05-14 09:27:47 -04:00
Ben Hearsum 291be6a312 bug 422296: fix stupid typo in automation.py.in. r=duh 2008-05-14 09:21:12 -04:00
Ben Hearsum d6de5352da bug 422296: need debug+leak testing builds for mozilla central - trivial follow-up for build/Makefile.in. r=tmielczarek, patch=me 2008-05-14 08:22:25 -04:00
Ben Hearsum 01caf54b5a bug 422296: tools needed for debug+leak tests on mozilla-central - bloatdiff.pl + leaktest.py.in runner script. r=tmielczarek, patch=me 2008-05-13 17:17:33 -04:00
alqahira@ardisson.org 84acd72844 Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only 2008-05-06 10:52:26 -07:00
gavin@gavinsharp.com 1d1145ef8b Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor 2008-05-05 13:43:44 -07:00
bent.mozilla@gmail.com 7953a7582e Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons. 2008-04-28 16:56:07 -07:00
dtownsend@oxymoronical.com 5eb23724db Bug 410637: Mac UB XULRunner SDK packages have empty bin directory. r=bsmedberg, a=beltzner 2008-04-10 07:50:48 -07:00
jwalden@mit.edu a93beedc81 Bug 418009 - more followup, this time to deal with logspam due to self._process being a different class on different systems, with subtly different APIs. Python's library system's APIs for cross-platformness leave much to be desired, unfortunately... 2008-04-08 05:48:46 -07:00
jwalden@mit.edu 29a8c785e5 Hopefully fix a bug on Windows, where we were trying to read from stdout but hadn't created the process with the flags to actually make the stdout be available to read. r=bustage 2008-04-08 01:44:26 -07:00
jwalden@mit.edu 1c4851e089 Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee 2008-04-07 22:18:45 -07:00
benjamin@smedbergs.us c66700a2a9 Bug 426771 - The previous checkin happened before full testing, and there was an important typo ;-) 2008-04-07 09:38:33 -07:00
reed@reedloden.com cfb7db0999 Bug 426771 - "Export cross tool variables in universal mozconfig" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=beltzner] 2008-04-04 01:54:05 -07:00
caillon@redhat.com a3fa8045e9 Bug 426205 - Fix implicit declaration of exit() warning running configure r=bsmedberg a=beltzner 2008-04-03 19:09:06 -07:00
ted.mielczarek@gmail.com 35d5c61b0f bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg 2008-03-18 10:37:00 -07:00
jwalden@mit.edu bb58cd9898 Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 15:48:08 -07:00
nrthomas@gmail.com 13d5759eb6 Try workaround for bug 420187, r=ted & sayrer, a=blocking1.9+ 2008-03-15 10:22:15 -07:00
gavin@gavinsharp.com d5346bce27 Bug 420955: make Error Console show chrome errors by default in testing profile, r=sayrer. Also port change from bug 420630 to runtests.pl.in 2008-03-04 14:12:06 -08:00
dougt@meer.net 33f5333027 Not part of default build. 2008-03-04 11:43:44 -08:00
ajschult@verizon.net 9ea794f4d5 Bug 420630: Disable typeahead find autostart in SeaMonkey mochitests. rs=Neil 2008-03-03 23:24:26 -08:00
jwalden@mit.edu fd85179740 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-26 19:48:54 -08:00
dougt@meer.net 27230a44ca NPODB. Adding max and mappings required to build NSPR 2008-02-22 17:33:02 -08:00
sayrer@gmail.com d08cbc4698 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
dougt@meer.net 1621a4c661 Using - instead of /. NPODB 2008-02-21 09:07:13 -08:00
ted.mielczarek@gmail.com 358ee1e97f bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 15:29:11 -08:00
dougt@meer.net 1b71c8eb47 Adding map functionality. Including stub Usp10.h. NPODB 2008-02-20 09:57:01 -08:00
dougt@meer.net cd59ade152 Updates for Windows Mobile shunt and toolchain. NPODB. 2008-02-20 09:56:09 -08:00
jag@tty.nl 4c0d9689c3 Bug 362392: mddepend.pl stat() optimizations. r=neil, moa=bsmedberg, a=schrep 2008-02-13 00:40:39 -08:00
jag@tty.nl 1eb00c1603 Bug 415422: Fix gqi dep build (crash on startup). r=ted, a=damons 2008-02-08 00:50:22 -08:00
reed@reedloden.com 929b48fbb2 Bug 291088 - "bloat test files should not be included in optimized builds or release builds" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=bsmedberg a1.9=beltzner] 2008-01-10 01:12:44 -08:00
dougt@meer.net 8580b4e824 toolpaths to toolspath include file name change 2007-12-20 14:05:00 -08:00
dougt@meer.net 5297f14ef8 From the 1.8 branch to trunk. dropping support for older SDKs. 2007-12-20 13:37:07 -08:00
dougt@meer.net 1234637e7a not part of default build. updating wince shunt layer: upgrading to window mobile v6 sdk removing mozce_ prefix from functions removing stub fuctions which are not supported on windows mobile v6 upgrading tools to work with msys and v6 sdk. removing old visual studio projects. patch by atotic, r=dougt. 2007-12-20 13:26:09 -08:00
mnyromyr@tprac.de 4548791882 Bug 320155: create symlinks dmg files (build tool part); r=mento, blocking-firefox3=beltzner 2007-12-12 09:35:45 -08:00
mark@moxienet.com 1975174417 405704 Support "--format UDBZ" in pkg-dmg. r=mnyromyr a/1.9=dsicore 2007-12-11 11:03:11 -08:00
reed@reedloden.com 970a50fb69 Bug 405290 - "Implement version checking for nspr and nss" (build/autoconf part) [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2007-12-11 02:21:59 -08:00
dougt@meer.net e562e5001b Fixing build bustage on windows mobile b=402948. patch by blassey. not part of ff build 2007-11-27 15:51:44 -08:00
ted.mielczarek@gmail.com 41ab6b2ece bug 389346 - GNOME crash reporter comes up on crashes, prevents breakpad. r+a=bsmedberg 2007-09-04 10:09:31 -07:00
ccooper@deadsquid.com ad6fcd9cef b=388854 r=rhelmer Add the quit.js functions directly to bloatcycle.html so we can exit cleanly on Mac. 2007-08-20 12:52:28 -07: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
joshmoz@gmail.com fb912445df use gcc 4 on PPC Mac OS X (we already use gcc 4 on Intel), use 10.4 SDK on all tinderboxes, Mac OS X 10.4 is the new minimum system requirement for Gecko 1.9. b=385221 r=mento r=luser 2007-07-17 11:10:59 -07:00
asqueella@gmail.com 869c94621e Bug 387367 - mozilla-js.pc.in missing -DJS_THREADSAFE
p=Braden <braden@endoframe.com>
r=brendan
2007-07-14 14:57:38 -07:00
kairo@kairo.at 7bb6a1ce57 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
mats.palmgren@bredband.net cfcd055eb1 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
axel@pike.org 47960c4b4f bug 383463, --disable-compile-environment checks too much, r=bsmedberg 2007-06-11 08:56:41 -07:00
bent.mozilla@gmail.com 839ba7e913 Bug 382759 - "MozillaBuild 1.1's 'mkdir -p' command is unreliable". r=bsmedberg. 2007-06-04 17:33:21 -07:00
joshmoz@gmail.com 4ddea2c4d5 10.4 is Tiger, not Panther. 2007-05-30 12:52:28 -07:00
rhelmer@mozilla.com 7be39bca7b set timeout for parent window to fire after child window. b=379484 r=bzbarsky 2007-05-02 22:47:56 -07:00
ted.mielczarek@gmail.com 62f42cf38e 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 a11d15c226 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com 6a01400914 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
roc+@cs.cmu.edu 0054412272 Bug 374866. Reftests for text-transform. r=dbaron 2007-03-22 16:01:14 -07:00
alqahira%ardisson.org dd3da5681c Bug 420659 - initial Mochitest support for running Camino. r=jwalden, a=test-only, Camino-only 2008-05-06 17:52:26 +00:00
gavin%gavinsharp.com 24f3ddf538 Bug 431713: show EULA by default on first run of Firefox on Linux, and add override for unit test/talos machines to avoid it there, r=mconnor, a=mconnor 2008-05-05 20:43:45 +00:00
bent.mozilla%gmail.com b8b33c5b22 Bug 379959. Patch by Jonas Sicking <jonas@sicking.cc>. r+sr=bz, a=damons. 2008-04-28 23:56:13 +00:00
dtownsend%oxymoronical.com 9f25a794e1 Bug 410637: Mac UB XULRunner SDK packages have empty bin directory.
r=bsmedberg, a=beltzner
2008-04-10 14:50:48 +00:00
jwalden%mit.edu 00863a5a55 Bug 418009 - more followup, this time to deal with logspam due to self._process being a different class on different systems, with subtly different APIs. Python's library system's APIs for cross-platformness leave much to be desired, unfortunately... 2008-04-08 12:48:46 +00:00
jwalden%mit.edu 214e27e9e3 Hopefully fix a bug on Windows, where we were trying to read from stdout but hadn't created the process with the flags to actually make the stdout be available to read. r=bustage 2008-04-08 08:44:26 +00:00
jwalden%mit.edu 8490110ef4 Bug 418009 - Make runtests.py properly handle stdout for both the server and the application processes, rather than just sitting on the server output and hoping it doesn't grow 'too large'. This may fix some of the problems that were plaguing the PGO box that was using runtests.py a few days ago, and it should fix hangs numerous people have seen running Mochitests lately, where the server process decides to spew gobs of output about stuff being leaked. r=robcee 2008-04-08 05:18:45 +00:00
benjamin%smedbergs.us 60c44954b6 Bug 426771 - The previous checkin happened before full testing, and there was an important typo ;-) 2008-04-07 16:38:33 +00:00
reed%reedloden.com de0e6bee9d Bug 426771 - "Export cross tool variables in universal mozconfig" [p=benjamin@smedbergs.us (Benjamin Smedberg [bsmedberg]) r=luser/ted a1.9=beltzner] 2008-04-04 08:54:05 +00:00
caillon%redhat.com 1ca853c973 Bug 426205 - Fix implicit declaration of exit() warning running configure
r=bsmedberg a=beltzner
2008-04-04 02:09:06 +00:00
ted.mielczarek%gmail.com ac3d37bb2a bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg 2008-03-18 17:37:01 +00:00
jwalden%mit.edu 99a79d6fdb Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 22:48:08 +00:00
nrthomas%gmail.com 7af164818e Try workaround for bug 420187, r=ted & sayrer, a=blocking1.9+ 2008-03-15 17:22:15 +00:00
gavin%gavinsharp.com 82f5866e34 Bug 420955: make Error Console show chrome errors by default in testing profile, r=sayrer. Also port change from bug 420630 to runtests.pl.in 2008-03-04 22:12:06 +00:00
dougt%meer.net 669b214467 Not part of default build. 2008-03-04 19:43:45 +00:00
ajschult%verizon.net a6412224ba Bug 420630: Disable typeahead find autostart in SeaMonkey mochitests. rs=Neil 2008-03-04 07:24:26 +00:00
jwalden%mit.edu 7f2dda9b63 Bug 417075 - Update postMessage and MessageEvent to reflect domain/uri being replaced by origin, optional origin argument. r+sr=sicking, a=beltzner 2008-02-27 03:48:56 +00:00
dougt%meer.net 6005e1bd7a NPODB. Adding max and mappings required to build NSPR 2008-02-23 01:33:02 +00:00
sayrer%gmail.com 8bdff201c0 Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 21:08:40 +00:00
dougt%meer.net 9cfca67942 Using - instead of /. NPODB 2008-02-21 17:07:13 +00:00
ted.mielczarek%gmail.com 15bfe95de7 bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 23:29:12 +00:00
dougt%meer.net 7b56ffe012 Adding map functionality. Including stub Usp10.h. NPODB 2008-02-20 17:57:06 +00:00
dougt%meer.net 4670c1af46 Updates for Windows Mobile shunt and toolchain. NPODB. 2008-02-20 17:56:10 +00:00
jag%tty.nl 61c7a32ca0 Bug 362392: mddepend.pl stat() optimizations. r=neil, moa=bsmedberg, a=schrep 2008-02-13 08:40:39 +00:00
jag%tty.nl ce3d5374d9 Bug 415422: Fix gqi dep build (crash on startup). r=ted, a=damons 2008-02-08 08:50:22 +00:00
reed%reedloden.com 5b8c013b7e Bug 291088 - "bloat test files should not be included in optimized builds or release builds" [p=ryanvm@gmail.com (Ryan VanderMeulen) r=bsmedberg a1.9=beltzner] 2008-01-10 09:12:44 +00:00
dougt%meer.net d0d8f6d2c5 toolpaths to toolspath include file name change 2007-12-20 22:05:00 +00:00
dougt%meer.net eae1403b4a From the 1.8 branch to trunk. dropping support for older SDKs. 2007-12-20 21:37:07 +00:00
dougt%meer.net 2734030e31 not part of default build.
updating wince shunt layer:
  upgrading to window mobile v6 sdk
  removing mozce_ prefix from functions
  removing stub fuctions which are not supported on windows mobile v6

upgrading tools to work with msys and v6 sdk.

removing old visual studio projects.

patch by atotic, r=dougt.
2007-12-20 21:26:11 +00:00
mnyromyr%tprac.de c3f8cad62b Bug 320155: create symlinks dmg files (build tool part); r=mento, blocking-firefox3=beltzner 2007-12-12 17:35:45 +00:00
mark%moxienet.com 7d9d81d477 405704 Support "--format UDBZ" in pkg-dmg. r=mnyromyr a/1.9=dsicore 2007-12-11 19:03:11 +00:00
reed%reedloden.com 05d0105cff Bug 405290 - "Implement version checking for nspr and nss" (build/autoconf part) [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep] 2007-12-11 10:21:59 +00:00
dougt%meer.net 34c9d0f306 Fixing build bustage on windows mobile b=402948. patch by blassey. not part of ff build 2007-11-27 23:51:44 +00:00
ted.mielczarek%gmail.com 396fb61029 bug 389346 - GNOME crash reporter comes up on crashes, prevents breakpad. r+a=bsmedberg 2007-09-04 17:09:31 +00:00
ccooper%deadsquid.com 540890740f b=388854
r=rhelmer
Add the quit.js functions directly to bloatcycle.html so we can exit cleanly on Mac.
2007-08-20 19:52:28 +00: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
joshmoz%gmail.com 9d4e2cf9f1 use gcc 4 on PPC Mac OS X (we already use gcc 4 on Intel), use 10.4 SDK on all tinderboxes, Mac OS X 10.4 is the new minimum system requirement for Gecko 1.9. b=385221 r=mento r=luser 2007-07-17 18:10:59 +00:00
asqueella%gmail.com a40d0d8431 Bug 387367 - mozilla-js.pc.in missing -DJS_THREADSAFE
p=Braden <braden@endoframe.com>
r=brendan
2007-07-14 21:57:39 +00:00
kairo%kairo.at 44c15ad597 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 18:24:29 +00:00
mats.palmgren%bredband.net 1104dddb66 Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 18:03:03 +00:00
axel%pike.org 5c93bbaf0e bug 383463, --disable-compile-environment checks too much, r=bsmedberg 2007-06-11 15:56:42 +00:00
bent.mozilla%gmail.com 991845aae7 Bug 382759 - "MozillaBuild 1.1's 'mkdir -p' command is unreliable". r=bsmedberg. 2007-06-05 00:33:21 +00:00
joshmoz%gmail.com 44b6945f71 10.4 is Tiger, not Panther. 2007-05-30 19:52:28 +00:00
rhelmer%mozilla.com a9c6d7e4ee set timeout for parent window to fire after child window. b=379484 r=bzbarsky 2007-05-03 05:47:56 +00:00
ted.mielczarek%gmail.com 5d1e63e98b bug 378463 - build time logic to extract debug symbols on OS X. r=mento. second try 2007-05-02 18:45:36 +00:00
sayrer%gmail.com 90e4dc6ab2 backout patch for bug 378463 due to bustage 2007-05-02 00:03:36 +00:00
ted.mielczarek%gmail.com 71706f995e bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 23:33:00 +00:00
benjamin%smedbergs.us 49b30c7d32 Bug 367912 - Remove BUILD_MODULES support, r=luser 2007-03-12 20:14:02 +00:00
asqueella%gmail.com d79411ca49 Bug 368711 - Need method for copying runtime DLLs when building with VC9/"Orcas"
p=Stefanik Gabor <netrolller.3d@gmail.com>
r=ted.mielczarek
2007-02-17 18:31:26 +00:00
asqueella%gmail.com 10164fa6ec bug 366113 - mozilla-plugin.pc should not depend on mozilla-xpcom.pc
patch by braden@endoframe.com
r=bsmedberg
2007-01-25 11:38:49 +00:00
benjamin%smedbergs.us ad742fcce5 Bug 367127 - Make mozconfig-find space-safe (e.g. spaces in C:\Documents and Settings\bsmedberg), r=dbaron 2007-01-17 20:17:19 +00:00
gavin%gavinsharp.com cdaae6ee27 Bug 363097: Make copy of Win32 REDIST files work with MSYS, patch by Bruno 'Aqualon' Escherl <aqualon@aquachan.de>, r=bsmedberg 2007-01-04 18:32:57 +00:00
benjamin%smedbergs.us bf3b0ea3fa 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
timeless%mozdev.org 4eb33f446c Bug 341955 add some more items to .cvsignore
r=bsmeberg
2006-12-21 07:04:12 +00:00
benjamin%smedbergs.us 239672f5dd Bug 353559 - add_app_options doesn't work with non-bash shells, patch by Walter Meinl <wuno@lsvw.de>, r=me 2006-10-04 16:15:47 +00:00
mark%moxienet.com 4152f85180 350660 Fix Camino universal bustage after bug 350211. 2006-08-30 04:46:57 +00:00
benjamin%smedbergs.us bfe313e6f5 Fix an build bustage when dist/bin doesn't exist yet. 2006-08-29 17:11:17 +00:00
benjamin%smedbergs.us 6537d33c07 Bug 304160 - XULRunner build process on mac requires a special setuid program to change ownership of files to root, r=chase/preed 2006-08-23 18:16:29 +00:00
vladimir%pobox.com f2d7cf6d6e b=234999, bump MacOS X min version to 10.3 for PPC and use 10.3.9 sdk for ppc universal builds, r=mento 2006-08-22 23:06:20 +00:00
benjamin%smedbergs.us 42cf5f6416 Bug 345047 - Universal build fixup for XULRunner, r=mento 2006-08-18 20:34:56 +00:00
rob_strong%exchangecode.com 934a94e701 Bug 342699 - Configure Sunbird (trunk) tinderbox to ship MSVC8 runtime libs (handle case where the vc8 c runtime path has spaces). r=bsmedberg 2006-06-29 07:22:02 +00:00
dougt%meer.net 347e4651cb FindFirstFile should not return 0 on error. wince only. 2006-05-16 16:18:45 +00:00
cls%seawood.org e723d0e1c2 Properly quote m4 macro definitions.
Thanks to Patrick Welche <pw-fb@newn.cam.ac.uk> for the patch.
Bug #298457 r=cls
2006-05-16 05:39:16 +00:00
benjamin%smedbergs.us 1da150a196 Bug 333308 - make clean/distclean misses various files, patch by Mike Hommey <mh+mozilla@glandium.org>, r=me 2006-04-28 14:54:54 +00:00
dougt%meer.net 7f0a2898d1 Fixing up Registry calls 2006-04-25 00:09:40 +00:00
dougt%meer.net aa67b4b1a6 adding IDI_APPLICATION. Also ensuring that we set Last Error during every API call. 2006-04-18 18:33:33 +00:00
dougt%meer.net 7c8ad3acb1 Windows CE only. NPODB. Adding: getprotobyname, getprotobynumber, _mbsdec, GetShortPathNameW, GetEnvironmentVariableW, ShellExecuteW, _beginthreadex. Stubbing CreatePipe, SetThreadAffinityMask, GetProcessAffinityMask, OpenFileMapping, GetDriveType, SetHandleInformation, GetHandleInformation, LockFile, UnlockFile, GetDiskFreeSpaceA, _beginthreadex 2006-04-12 22:23:26 +00:00
kairo%kairo.at f9f8121092 bug 325473 - Undo separation of language and region/content packs, part 4: move pref panel into communictor pefs in suite/, correct installer manifests and fix rough edges of parts 1-3, r=bsmedberg for build system changes (removal of content-packs extension) r=ajschult for installer manifests r=jag sr=Neil 2006-04-08 11:17:06 +00:00
dougt%meer.net 4dafdc920a Adding ENOTEMPTY to fix build bustage. wince only 2006-04-02 06:11:39 +00:00
gerv%gerv.net 8268a2e270 Bug 331921 - Fix up some corrupt/dodgy Initial Developer lines. 2006-03-30 07:57:05 +00:00
mark%moxienet.com 045ed3e89a 330890 unify does not preserve the execute bit when copying non-Mach-O files. Strengthen unify's file mode management, and avoid a possible race if multiple unifies are pointed at the same target. r=preed 2006-03-18 14:31:17 +00:00
dougt%meer.net e2fb2985c6 Moving building of the shunt project out of configure and have it be controlled via the makefile in build/wince/tools. WINCE Only 2006-03-15 23:23:37 +00:00
dougt%meer.net 7fc0c9124e Allowing us to build against WINCE 5.0 via mozconfig options. patch by brad lassey. WINCE ONLY. 2006-03-08 17:33:27 +00:00
dougt%meer.net 097ef509d8 Updating for vc8 build. WINCE ONLY 2006-02-23 20:19:17 +00:00
dougt%meer.net 202f60285f Updating for vc8 compiler. wince only 2006-02-23 17:26:58 +00:00
dougt%meer.net 53559634e1 Updating vs8 tools. wince only 2006-02-23 17:12:30 +00:00
timeless%mozdev.org a279d689e5 Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
2006-02-23 09:36:43 +00:00
mark%moxienet.com 553c4c998d 327848 Universal taskmaster: drive the Mac universal binary build process entirely in-tree. r=bsmedberg 2006-02-21 21:03:48 +00:00
mark%moxienet.com 6e85e0029b 324855 fix-buildconfig, a script to handle differences between about:buildconfig (buildconfig.html) in CPU-specific builds when merging into a universal binary. r=bsmedberg 2006-02-21 20:38:50 +00:00
mark%moxienet.com c59ae9486d 324855 unify, a script to produce a universal binary .app from CPU-specific bits. r=josh r=bsmedberg 2006-02-21 20:37:50 +00:00
dbaron%dbaron.org 8d63ecc489 Don't unescape parameters twice when running with -g (debugger). b=320293 r=cls sr=bsmedberg, plus a change to use perl -pe chomp instead of echo -n for portability (yikes). 2006-02-15 00:56:54 +00:00
ginn.chen%sun.com 67509cc334 Bug 312092 Accessible hierarchy incomplete/incorrect
r=benjamin sr=neil
2006-02-13 06:04:10 +00:00
vladimir%pobox.com a721350f97 More WIN32_REDIST_DIR fixes, trying to get vc8/gaius to build.. r=bsmedberg 2006-02-09 21:37:14 +00:00
benjamin%smedbergs.us 8fc9a7be93 Moved bloat tests onto the web, from bug 121881 (remove viewer) 2006-02-08 20:43:11 +00:00
dbaron%dbaron.org 5251254a34 Viewer samples are now moved to the website. 2006-02-08 20:28:36 +00:00
mark%moxienet.com f49648c933 307311 needs a double-quote r=bsmedberg r=me 2006-02-03 19:54:38 +00:00
bsmedberg%covad.net f92f57a646 Bug 324690 - Need to ship VC8 redist bits in the Windows installer, r=preed 2006-02-02 20:56:10 +00:00
bsmedberg%covad.net c50a37db3f Bug 325117 - libgtkmozembed no longer exists but is referenced in *-gtkmozembed.pc, r=chpe@gnome.org 2006-02-02 14:13:15 +00:00
dougt%meer.net 4acdacb17c Use the release library. wince only 2006-02-01 20:23:53 +00:00
dougt%meer.net 621fa6dc20 Making work on Smartphones. WINCE ONLY 2006-01-20 03:48:34 +00:00
dougt%meer.net 2f8a86511d Enabling static mozce shunt builds. landing vs8 beta 2 build tools. wince only. 2006-01-18 19:20:42 +00:00
dougt%meer.net 8087a9cb49 Don't free null. 2006-01-11 04:55:57 +00:00
kaie%kuix.de a66df9148e b=255408 Need to be able to build mozilla --with-system-nss
r=wtc/bsmedberg
Note: patches for bugs 288647 and 317620 might be required before enabling this build feature works.
2005-12-20 09:47:11 +00:00
gerv%gerv.net 5956d34127 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-12-13 13:25:40 +00:00
dougt%meer.net 70509ce775 Allow you to build on a drive other then c. Patch by aaron reed 2005-11-29 23:31:55 +00:00
dougt%meer.net 1b18d204ab Fix build bustage. 2005-11-29 17:59:06 +00:00
timeless%mozdev.org 6ce7661d83 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 16:41:06 +00:00
timeless%mozdev.org b78d0c2416 Bug 106386 Correct misspellings in source code
patch by unknown@simplemachines.org r=timeless rs=brendan
2005-11-25 08:16:51 +00:00
ginn.chen%sun.com 384e42e7be Bug 312092 Accessible hierarchy incomplete/incorrect
r=roc
2005-11-24 03:37:34 +00:00
dougt%meer.net fea6e4f92a fixing 289045. 2005-11-20 23:08:13 +00:00
dougt%meer.net 4c14780f68 in debug, printf goes to OutputDebugString. Adding AlphaBlend stub from Brad Lassey 2005-11-18 21:07:19 +00:00
wtchang%redhat.com 062ac85da7 Bugzilla Bug 259945: configure.in: use $ORIGIN with both GCC and Sun
compiler on Solaris. build/unix/run-mozilla.sh: changed '-h "$MOZ_PROGRAM"'
to '-h "libmozjs.so"' because firefox-bin and thunderbird-bin are not
symbol links under dist/bin.  The patch is contributed by Boying Lu
<brian.lu@sun.com>. r=wtc. sr=neil.parkwaycc.co.uk.
2005-11-14 21:47:45 +00:00
darin%meer.net efddb555a3 remove references to necko2 2005-11-12 19:24:51 +00:00
dougt%meer.net d02d0ca59d dbm requires this #define. npodb. 2005-10-18 16:11:35 +00:00
dougt%meer.net ced27ef15c Adding OLE link lib. Fixing FindWindow. NPODB. WINCE ONLY. 2005-10-17 19:42:34 +00:00
wtchang%redhat.com 6f0953f395 Bugzilla Bug 259945: Mozilla should use $ORIGIN instead of LD_LIBRARY_PATH
to locate shared libraries on Solaris whenever possible.  The patch is
contributed by Brian Lu of Sun <brian.lu@sun.com>.  r=wtc,bryner.
sr=neil.parkwaycc.co.uk.
Modified Files: configure.in build/unix/run-mozilla.sh
2005-10-17 17:21:17 +00:00
cls%seawood.org adcef222a1 Sync config.guess & config.sub with official GNU CVS copies.
Bug #312352 r=bsmedberg
2005-10-14 17:30:30 +00:00
dougt%meer.net a8556aee33 Adding CoInitialize to wince shunt 2005-10-13 06:03:29 +00:00
mvl%exedo.nl 0a956adbff remove other-licenses/libical.
bug 311246, r=dmose, bsmedberg
2005-10-10 17:13:41 +00:00
dougt%meer.net b728323ed5 adding vs8 project 2005-10-05 21:23:19 +00:00
dougt%meer.net 07f9df9444 Updating shunt to be able to build w/ vs8. NPODB 2005-10-05 20:10:10 +00:00
dougt%meer.net 84066ae367 Adding vs8 tools. npodb 2005-10-05 20:09:26 +00:00
dveditz%cruzio.com ec6258f077 unbusting older RH linux 2005-10-01 05:33:05 +00:00
dveditz%cruzio.com 9f32bae1f3 bug 304330 (CAN-2005-2353) run-mozilla.sh -debugger option temporary file issue. Thanks to Javier Fern�ndez-Sanguino Pe�a for the Debian patch and Josh Bressers for pointing out the Ubuntu advisory. sr=dbaron 2005-09-30 19:16:31 +00:00
bsmedberg%covad.net ddf33b9664 Bug 307311 - allow client.mk to build xulrunner + multiple apps in one pass r=darin 2005-09-30 17:39:16 +00:00
dbaron%dbaron.org 5daed7a970 Accept anything from pkg-config --libs except -Wl,--export-dynamic. Patch from Patrick Welche <pw-fb@newn.cam.ac.uk>. r=cls sr=dbaron b=298455 2005-09-11 19:51:51 +00:00
dougt%meer.net 05d1e61030 Fixing a bug in CreateProcess whereby if the imagename was null, CreateProcessW was not called. Adding ShellExecute, ExpandEnvironmentStrings and ExpandEnvironmentStrings(A|W). WINCE only. 2005-09-02 18:05:04 +00:00
dougt%meer.net ee602b8368 WINCE ONLY. Shortcut mozce_ExtSelectClipRgn by mapping RGN_COPY to SelectClipRgn. Adding stubbed out versions of OleInitialize and OleUninitialize. Mapping MA_NOACTIVATE and MA_ACTIVATE to 1. Mapping WM_MOUSEACTIVATE to WM_ACTIVATE 2005-08-31 07:36:05 +00:00
dougt%meer.net 77384ab964 odd thing. implemeting getmessage and/or peekmessage significantly slows down products. The reason we implemented these functions was to be able to implement GetMessageTime() However, even with a broken GetMessageTime() we appear to function okay. WINCE only. 2005-08-21 01:14:17 +00:00
mark%moxienet.com 6008135c75 Bug 302080, HFS+ volume header's finder info openfolder field is not being set when packaging on Panther because bless won't work there. Go back to using makehybrid, which is better, but pass it arguments in the form it's actually expecting. r=smfr 2005-08-18 15:56:24 +00:00
mark%moxienet.com 7ee9fe41d2 #! cleanup from bug 302080 2005-08-18 13:51:08 +00:00
mark%moxienet.com 95e7ab9173 Bug 302080, Mac products need to display EULA. New Mac dmg packager, EULA resources, dmg backgrounds, and icons. Also fixes 180837, 257854, 283598. r=josh sr=smfr sr=bryner 2005-08-18 13:11:46 +00:00
dougt%meer.net 3a578e2933 Removing mozce_PeekMessageA 2005-08-16 23:20:09 +00:00
dougt%meer.net e383a2c5f3 Correctly implement GetMessageTime() by having PeekMessage w/ PM_REMOVE and GetMessage story the msg time.
Implements GetWindowPlacement

Wince only.
2005-08-16 19:18:10 +00:00
dougt%meer.net f156b97e2d WinCE only.
Defines off_t.  Also adding env var for TMP directory.
2005-08-15 06:21:25 +00:00
dougt%meer.net 774afefb28 Adding a new file 'clipboard.cpp' to hold all of the ole clipboard stuff. also implemented data object to handle copying data between apps. npodb 2005-08-11 02:43:21 +00:00
dougt%meer.net 4f66f6debc Ensure we don't crash. NPODB. 2005-08-11 00:52:19 +00:00
dougt%meer.net ff78879099 Implementing some of the OLE Clipboard functions. NPODB. 2005-08-11 00:41:50 +00:00
dougt%meer.net 30348ee0cc During debug, toss up a OOM dialog during a failed loadlibrary. NPODB 2005-08-04 16:48:59 +00:00
dougt%meer.net 6cb00de328 NPODB. I am not sure if we need to set the stack so high. Testing without increase the stack beyond default seams to offer no change. 2005-08-04 15:58:27 +00:00
dougt%meer.net f4664bd9ee Mapping _mkdir, _fdopen, _open, to existing mozce_ apis. Adding SmartPhone tools to build process. NPODB 2005-07-26 22:22:59 +00:00
dougt%meer.net 67004acb0b Remove cast, and actually convert char. npodb 2005-07-25 16:03:38 +00:00
dougt%meer.net 51a3e77c7a adding back 1mb stack commit. npodb 2005-07-23 04:39:16 +00:00
dougt%meer.net 7c9cec219b Shunt timeline getenv support. npodb 2005-07-23 04:38:02 +00:00
dougt%meer.net 663b946672 If GetClipRgn() returns 1 (there is a current clipping region�) it never is selected as the current clipping region, and all the logic that depends on the value of the result of that selection (being SIMPLEREGION, COMPLEXREGION, etc) all evaluates to 1 -> which is NULLREGION. patch by Mark Boudreau. 2005-07-15 17:13:56 +00:00
dougt%meer.net 1f1dd9da0e Adding SP build tools. Files by Brad Lassey. 2005-07-12 19:19:18 +00:00
dougt%meer.net 915a55d4f6 Fixing logic. patch by Brad Lassey 2005-07-11 19:37:39 +00:00
dougt%meer.net efd0df752d Optimizes ExtSelectClipRgn. patch by Mark Boudreau. r=dougt 2005-07-11 15:32:07 +00:00
roc+%cs.cmu.edu 80b484fb6c Bug 294507. Fix configure warning. r=cls,a=asa,patch by Wolfgang Rosenauer 2005-07-07 18:24:39 +00:00
dougt%meer.net 3fc0d3bb3a Adding _mbsicmp implementation. Also adding ENOSYS shunt. 2005-07-07 18:21:16 +00:00
dougt%meer.net c018f5eea2 fixing CreateMutexA name 2005-07-06 20:44:27 +00:00
dougt%meer.net 01ccefa09b Add CreateMutexA to the shunt 2005-07-06 05:15:55 +00:00
roc+%cs.cmu.edu 3db6b9f5af Bug 294747. Get required NSPR version from system NSPR if building with system NSPR. r=caillon,a=benjamin, patch by Wolfgang Rosenauer 2005-07-05 23:21:52 +00:00
dougt%meer.net 37dfd81b35 Fixing up stream io. Adding IEXEC define. npodb 2005-07-01 20:40:46 +00:00
dougt%meer.net 2bd28be1ea dropping the commit stack size to use default. removing LINK env var before calling link to avoid recursive death. 2005-07-01 20:32:30 +00:00
dougt%meer.net 0036b6a47a Updating wince toolchain source code. NPODB 2005-06-29 15:21:00 +00:00
roc+%cs.cmu.edu afe40e0ab9 Bug 288438. Turn off SVG <foreignobject> because it's pretty broken. r=benjamin,sr=dbaron,a=benjamin,patch by jwatt,tor and roc 2005-06-29 03:51:44 +00:00
dougt%meer.net d5c967426d Adding LR_LOADFROMFILE 2005-06-28 20:23:39 +00:00
dougt%meer.net 3bf6a1efb2 Masking out RDW_NOINTERNALPAINT. NPODB 2005-06-28 06:25:59 +00:00
dougt%meer.net 89ec1db032 createDC can accept a null init data. We need to handle this or crash. 2005-06-22 05:18:46 +00:00
dougt%meer.net 269a475b49 Implementing |access|. Disabling NSPR all:5 logging during debug. Indicating that VerQueryValue is not a complete impl. via debug output. 2005-06-14 17:11:19 +00:00
dougt%meer.net 18698a7f4c Cleans up font enumeration. Implements TextOutA. Implements SetWindowTextA. Remaps lstr* functions. NPODB 2005-06-10 17:43:15 +00:00
cls%seawood.org 34066213a5 Path translation fixes for msys.
Thanks to Howard Chu <hyc@symas.com> for the patches.
Bug #294122 r=cls a=shaver
2005-06-02 04:00:37 +00:00
roc+%cs.cmu.edu da2cc9af1d Bug 294507. Fix --with-system-nspr issues. r=caillon,a=shaver, patch by Wolfgang Rosenauer 2005-06-01 13:34:37 +00:00
dougt%meer.net 5e672d2868 Cleans up EnumChildWindows implementation. Implements IsIconic correctly. Breaks EnumThreadWindows. I stubbed out printf all together. I think that there is a bug in EVC's varargs which crash us. Fixes up ExtTextOut to correctly calculate length. Not part of normal build 2005-05-25 16:03:27 +00:00
bsmedberg%covad.net d114be217e Backout the make-diskimage changes from bug 287262, since they are causing problems on seamonkey tinderbox "barcelona". r+a=chase 2005-05-18 14:19:36 +00:00
bsmedberg%covad.net 10c7a340e1 Bug 287262 - build locales by starting with the en-US packages (mac bits) r=Chase (build/packaging bits only, a=Chase) 2005-05-05 12:38:27 +00:00
dougt%meer.net 6b4d28d89c Adding fileno to shunt. Windows CE is broken and fileno returns a void*. Windows CE only. 2005-04-29 04:50:36 +00:00
dougt%meer.net 8d3b6f07a7 Windows CE Only. Implementing _fullpath and getcwd 2005-04-27 23:11:37 +00:00
dougt%meer.net 751478480a Don't print the arguments during compile. WinCE only 2005-04-25 18:03:17 +00:00
dougt%meer.net 1d20ef1eb7 Checking in the WindowsCE tool wrappers for mozilla. This isn't part of the regular build. 2005-04-25 15:29:24 +00:00
dougt%meer.net 0a2ca830f9 Adding a few missing registry functions. WINDOWS CE ONLY. Not Part of the normal build 2005-04-22 19:36:37 +00:00
dougt%meer.net b6e2c63e55 Build changes for windows ce. With this patch, configure correctly
produces working a autoconf.mk file.

r=benjamin@smedbergs.us
sr+a=dbaron@mozillafoundation.org
b=291229
2005-04-22 19:06:27 +00:00
cbiesinger%web.de b6bfd3c2f4 Bug 256988 firefox pkg-config files reference mozilla-xpcom and mozilla-nspr.
use MOZ_APP_NAME in the pkgconfig files
patch by Christian Persch <chpe@gnome.org> r+a=shaver
2005-04-22 17:11:13 +00:00
dougt%meer.net b4c2699199 Defaulting SetCurrentDirectory to ASCII. Windows CE only. NOT PART OF DEFAULT BUILD 2005-04-20 23:06:46 +00:00
dougt%meer.net 4bc1c9730a Adding a PRECHECK block to all mozce function to allow debugging per function
call.  By default, this is not used

Implemented open, close, read, write, unlink, and lseek.
2005-04-05 22:40:37 +00:00
dougt%meer.net a49bbcafeb 1. Mapping printf to mozce_printf.
2.  Adding NetCat style logging support.
3.  Implemented mozce_printf in terms of both NetCat and OutputDebugString
4.  Cleaned up shunt project file.
5.  Stubbed out wsprintfA
6.  Removed some ^M chars.
2005-03-24 21:45:55 +00:00
neil%parkwaycc.co.uk 3b158ac968 Bug 285627 mddepend.pl processes Windows depend files inefficiently r=bsmedberg 2005-03-14 15:57:26 +00:00
dougt%meer.net 44dec1fc48 Lost a change to CreateEvent in the last update. 2005-03-08 05:06:46 +00:00
dougt%meer.net 4cfbb141a4 Re-Map ExpandEnvironmentStrings and GdiFlush 2005-03-07 21:58:56 +00:00
dougt%meer.net b7bca6f17e Undefining API's if required before redefining. patch by wolfe@lobo.us, r=dougt 2005-03-07 21:10:05 +00:00
dougt%meer.net 1c7c7bf325 Adding Smartphone 2003 Target. Adding BLENDFUNCTION define. 2005-03-07 16:40:25 +00:00
shaver%mozilla.org 1e4b1cef8d 283156: teach make-makefile how to deal properly with .. components in DIRS, sr=bsmedberg 2005-03-04 13:37:14 +00:00
silver%warwickcompsoc.co.uk 9d0a488114 Bug 283156 - Make make-makefile cope with ../ in DIRS.
r=shaver
sr=bsmedberg
2005-03-03 21:12:22 +00:00
dougt%meer.net bcb9fa2c5f mapping DialogBoxIndirectParam 2005-02-28 18:06:31 +00:00
dougt%meer.net f4584a8efd Adding ExpandEnvironmentStrings and GdiFlush stubs 2005-02-28 18:05:00 +00:00
timeless%mozdev.org 17e744ec24 Bug 240473 Tell config tools where .idl files are installed
patch by braden@endoframe.com r=bsmedberg
2005-02-24 01:21:01 +00:00
dougt%meer.net 57756349f9 Adding GetACP. Disabling CreateEvent due to class member name conflicts 2005-02-22 22:58:32 +00:00
dougt%meer.net dda564aa5c Removing fd_ math functions. adding GetMessageTime simulation. 2005-02-11 16:20:40 +00:00
bsmedberg%covad.net 1bb6430989 Bug 232003 - AS perl and cygwin GNU make 3.80 don't play well together r=cls 2005-02-07 14:55:07 +00:00
dougt%meer.net 5d4c30d203 various fixes. Using static buffer sizes instead of calculating them. implmenting two more API. ExtSelectClipRgn still needs work. 2005-02-03 19:40:10 +00:00
gerv%gerv.net f5cf6f08bf Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-01 15:28:15 +00:00
dougt%meer.net 2aee140f65 adding -kb. thanks dbaron 2005-01-28 21:06:58 +00:00
dougt%meer.net 5db0561c2a move printfs to DEBUG only, enable nsprlogging during DEBUG, some bugfixes. 2005-01-28 20:13:47 +00:00
timeless%mozdev.org 08843ac702 Bug 279427 mozilla-xpcom.pc missing include directory
patch by braden@endoframe.com r=bsmedberg
2005-01-25 22:07:41 +00:00
cmp%mozilla.org 0c72a83f79 On MacOS X, create a compressed disk image using hdiutil rather than
gzipping an uncompressed disk image.  b=242845, r=bryner, sr=bsmedberg
2005-01-24 19:49:50 +00:00
dougt%meer.net aba2903954 Landing WINCE shim layer (shunt). 2005-01-20 00:59:02 +00:00
cmp%mozilla.org b6203e4b02 Fix for code to catch condition that causes bug 276259. 2005-01-06 05:03:27 +00:00
cmp%mozilla.org 2f14b1deaa Make make-diskimage fail if ditto command to copy files fails. 2005-01-05 21:48:53 +00:00
gerv%gerv.net b9086a41e4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 18:57:51 +00:00
cltbld f460604579 bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
orld or group writeable.  (granrose)
2004-10-21 22:29:13 +00:00
dbaron%dbaron.org 902f63b785 Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin 2004-09-30 05:19:29 +00:00
cls%seawood.org 9e49c95a20 Update comments and use enhanced cygwin-wrapper script for nspr & ldap.
Thanks to Brian Bober <netdragon@gmail.com> for the patch.
Bug #245918 r=cls
2004-08-18 23:18:55 +00:00
bryner%brianryner.com d254362f7b fix profile location for trunk 2004-07-19 20:02:32 +00:00
bryner%brianryner.com a07e790831 suppress the default browser dialog when running the profile stage 2004-07-19 19:59:47 +00:00
bryner%brianryner.com b88e3f23be Ensure that NEXT_ROOT is not set when creating a dmg image 2004-06-22 03:19:02 +00:00
cls%seawood.org 9583cfaf4a Use standard AM_LANGINFO_CODESET macro instead of assume CODESET is available if nl_langinfo is.
Thanks to Adrian Bunk <bunk@fs.tum.de> for the patch.
Bug #160180 r=cls
2004-05-13 03:12:49 +00:00
peterv%propagandism.org c6b9ad52b9 Fix for bug 235747 (Move parser stuff into mozilla/parser). r=cls, sr=jst. 2004-05-04 11:46:11 +00:00
cls%seawood.org d76622efcd Return the proper value for --idlflags.
Bug #240473 r=bsmedberg
2004-04-22 20:17:59 +00:00
gerv%gerv.net 6f486a3c92 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:21:17 +00:00
bryner%brianryner.com 64b17d3d9c - Add detection of -fprofile-arcs/-fprofile-generate to configure
- Add a new client.mk target, profiledbuild, which does a profiling build, runs a specified script to generate the profile, and then rebuilds using the profile data.
- Add a profiling script for Seamonkey/Firefox that runs a couple cycles of the pageload test, and then does a second start to hit the fastload/history code.

Bug 237239, r=dbaron, sr=brendan, a=brendan.
2004-03-21 02:31:17 +00:00
cls%seawood.org 192f9101fc Update file lists for standalone builds.
Bug #235697
2004-02-28 22:01:50 +00:00
cls%seawood.org 9cfc42e039 Removing unused .cvsignore file 2004-02-25 04:23:51 +00:00
cls%seawood.org 6dada5e398 Set MOZ_APP_NAME & MOZ_APP_VERSION based upon which app is being built.
Use MOZ_APP_NAME to set the proper paths for `make install`
Bug #234442 r=bryner
2004-02-25 03:27:11 +00:00
blizzard%redhat.com fd418f286d remove all of these files - they aren't maintained here anymore 2004-01-12 16:43:55 +00:00
bsmedberg%covad.net 1f4ab81acd Continuing to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 13:37:00 +00:00
bsmedberg%covad.net f0bfff2628 Beginning to land the PACKAGING_20030906_BRANCH for bug 20640. Not part of the build, yet. 2004-01-07 01:22:31 +00:00
tor%cs.brown.edu 4b2d3d1dfc Bug 228069 - remove override of FONTCONFIG_PATH. r=blizzard, sr=bryner, a=asa 2003-12-15 17:27:28 +00:00
timeless%mozdev.org bf57cd8cc4 Bug 224668 make dependency updating honor -s
r=bryner
2003-11-17 06:38:05 +00:00
bsmedberg%covad.net eb5b70789c Bug 216366 - fix for activestate perl using GNU make 3.80 r=bryner 2003-10-30 21:05:56 +00:00
cls%seawood.org 9996f78093 Updating "standalone" build module dependency maps. 2003-10-18 03:10:08 +00:00
bryner%brianryner.com cfeb6ef1b8 Remove timebomb references from allmakefiles.sh and modules.mk (bug 193740). Patch by sipaq, r=bryner. 2003-10-14 18:22:31 +00:00
colin%theblakes.com 9627c75cc1 Complete support for DNS rewrite in OpenVMS. b=219487, r=wtc 2003-09-30 14:59:11 +00:00
bryner%brianryner.com cd60efa8ac Updating my email address 2003-09-29 06:04:02 +00:00
mkaply%us.ibm.com 2c59f01ce9 #215581
r=mkaply, sr=blizzard (platform specific)
Changes to get GCC 3.2.2 working on OS/2 - this set is OS/2 only changes
Also remove some VACPP references
2003-09-15 21:50:20 +00:00
colin%theblakes.com dca4dcc32b OpenVMS only. Define LOGNAME correctly. b=217444, r=blizzard, a=asa 2003-08-29 16:50:34 +00:00
bryner%brianryner.com e4bb6b91eb Support using $topsrcdir for bash statements in mozconfig files (bug 216505). r=cls, a=asa. 2003-08-25 21:59:07 +00:00
cls%seawood.org b6638a291e Updating standalone module directory lists.
Should fix BUILD_MODULES related bustage from checking for bug 214700
2003-08-15 22:29:52 +00:00
cls%seawood.org c24e134841 Do not spawn processes when converting cygwin paths. Signficant performance enhancement.
Thanks to paxunix@acm.org for the patch.
Bug #206643 r=bryner sr=cls a=mkaply
2003-08-14 21:32:11 +00:00
colin%theblakes.com 6c3563d32b Support for FireBird etc. b=210630. r=cls 2003-06-25 14:47:43 +00:00
colin%theblakes.com 2d2a115378 Make mozilla.com able to run Firebird. b=209828, r=cls 2003-06-18 19:18:16 +00:00
seawood%netscape.com 480566fe40 Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev 2003-06-10 20:22:15 +00:00
cbiesinger%web.de cc00ca6fc7 missed a few spots 2003-06-05 16:29:11 +00:00
cbiesinger%web.de 99100ebaac remove final traces of mng decoder, part of bug 195280. not part of build. 2003-06-05 16:27:19 +00:00
pavlov%pavlov.net 7237927e55 Removal of MNG support. Bug 195280. Patch by tor@acm.org. r=pavlov sr=blizzard. 2003-06-03 23:16:42 +00:00
tor%cs.brown.edu ff555a985e Bug 197530 - remove ppm decoder. r=pavlov,cls sr=blizzard 2003-05-31 10:42:33 +00:00
blizzard%redhat.com 61059074b0 Checkpointing changes. Not part of the regular build. Update the plugin path bits in the startup script. Remove some patches that aren't needed anymore. 2003-05-30 13:08:50 +00:00
colin%theblakes.com fca4f83465 Fix OpenVMS debug build problem. b=205013, r=dveditz, a=asa 2003-05-14 22:01:25 +00:00
harishd%netscape.com 0ba9003dc1 Creating a separate module for web services. b=201078, r=leaf@netscape.com, ssu@netscape.com, sr=heikki@netscape.com jst@netscape.com, a=asa@mozilla.org 2003-04-25 20:57:34 +00:00
seawood%netscape.com ce8fc3920e Workaround Tru64 type quirkiness.
Thanks to Jim Brown <jim.brown@miami.edu> for the patch.
Bug #202057 r=cls
2003-04-19 03:12:28 +00:00
seawood%netscape.com e2d0e7309d Sync config.guess & config.sub with official GNU copies.
Bug #199343
2003-04-18 10:20:15 +00:00