Commit Graph

184 Commits

Author SHA1 Message Date
Gavin Sharp
7fc3ae45eb Back out unintentional change that enabled JIT for m-c unit tests 2008-09-23 11:46:25 -04:00
Andreas Gal
abad97c694 Merge. 2008-09-23 00:37:10 -07:00
Doug Turner
a2171043b5 Bug 444485 - Make WinMobile Build work with Visual Studio 2008. New Files. patch by wolfe. r=dougt+ted. npodb 2008-09-22 23:07:21 +01:00
Doug Turner
9f9d0ee270 Bug 456452 - INTPTR_T not defined for WinCE Builds. patch by wolfe, r=dougt. npodb 2008-09-22 22:58:51 +01:00
Doug Turner
e99d55c866 Bug 454712 - WinCE tools need better command line parsing. patch by wolfe. r=dougt. npodb 2008-09-22 22:19:53 +01:00
Doug Turner
52957474d4 Bug 454709 - WinCE Resource Compiling Needs Shunt Application. patch by wolfe. r=dougt. npodb 2008-09-22 22:08:46 +01:00
Doug Turner
47fd415ab3 Bug 444485 - Make Windows CE Mobile Build work with Visual Studio 2008 (VS9). Patch by Wolfe, r=dougt+ted. npodb. 2008-09-22 22:02:44 +01:00
Andreas Gal
368f7d5382 Merge with mozilla-central. 2008-09-21 12:44:24 -07:00
Neil Rashbrook
150fe2417b Remove <CR>s (to fix cross-compilation bustage) rs=bsmedberg,gavin,roc,smontagu b=372802 2008-09-20 20:45:25 +01:00
Robert Sayre
ef1d953f6b Turn on JIT for unit tests. 2008-09-12 14:55:28 -04:00
Bobby Holley
ca2c8d76a5 Forcing sRGB for mochitests - bug 454430. r=vlad 2008-09-09 21:13:23 -07:00
Doug Turner
59249909ee Bug 454703 - WinCE Compiler Missing Values and APIs or Redefined Values. Patch by Wolfe, r=dougt 2008-09-22 21:37:50 +01:00
Honza Bambas
ffe9977404 bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie 2008-09-05 09:35:58 -04:00
Robert Kaiser
d20de93911 bug 453713 - add shell.checkDefaultClient pref to testing profile, r=ted 2008-09-05 14:03:30 +02:00
Armen Zambrano Gasparnian
43fa2bfa56 Bug 438240 - packager.mk doesn't mount image automatically on MacOS 10.5, r=bsmedberg 2008-08-27 21:49:12 -04:00
Jim Blandy
131bb67d60 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
b4b33170e8 Turn off the JIT during mochitest for now. 2008-08-21 20:23:52 -04:00
Robert Sayre
7f62a06cd6 Turn on the JIT for tracemonkey mochitests. 2008-08-21 14:16:33 -04:00
John Wolfe
a3f99c435d Bug 444488 - "WM_ACTIVATEAPP / WM_MOUSEACTIVATE missing from WinCE" [r=stuart] 2008-08-19 23:01:34 -05:00
Kai Engert
b896a8b0e7 Backed out changeset 3770c42e3118 2008-08-16 08:00:17 +02:00
honzab@allpeers.com
4a11f328e4 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
0f0bf62d60 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
b6d5093bf8 bug 411586 - make hte default packager format bzip2 instead of gzip. r=mento 2008-07-08 16:31:09 -04:00
Kai Engert
a6269cffd6 Backout bug 428009 2008-06-18 14:30:29 +02:00
Kai Engert
87cab20dd5 Bustage fix for 428009, whitespace change to force regen of automation.py 2008-06-18 13:15:02 +02:00
Kai Engert
c4139296bd Bustage fix for Bug 428009 2008-06-18 13:03:23 +02:00
Kai Engert
60cb32844d 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
9e2d08f742 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
e0db1865d6 Leaktest fix, take two. 2008-06-07 04:57:37 -04:00
Jeff Walden
888999e037 Followup fix to make leak tests work. 2008-06-07 04:44:40 -04:00
Jeff Walden
074efa08c7 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
c8154e48f9 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
9bdeca450a bug 422296: fix stupid typo in automation.py.in. r=duh 2008-05-14 09:27:47 -04:00
Ben Hearsum
f405b4d21e bug 422296: fix stupid typo in automation.py.in. r=duh 2008-05-14 09:21:12 -04:00
Ben Hearsum
d3e0b8c412 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
199532adb1 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
266b2a9a37 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
355e00c1ac 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
75aa1203d6 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
8406de217a 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
3c931ce4b2 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
8dbf128bbb 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
74a2f73c04 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
6b94a20d67 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
b63af3e437 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
58d54a2e69 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
64d5240343 bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg 2008-03-18 10:37:00 -07:00
jwalden@mit.edu
1bde50a721 Bug 423106 - runtests.py doesn't do anything with --browser-arg. r=ted 2008-03-15 15:48:08 -07:00
nrthomas@gmail.com
e3386399df Try workaround for bug 420187, r=ted & sayrer, a=blocking1.9+ 2008-03-15 10:22:15 -07:00
gavin@gavinsharp.com
a3f16992ee 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
ffdd1fdbf7 Not part of default build. 2008-03-04 11:43:44 -08:00
ajschult@verizon.net
e4404c7ea6 Bug 420630: Disable typeahead find autostart in SeaMonkey mochitests. rs=Neil 2008-03-03 23:24:26 -08:00
jwalden@mit.edu
5809da44ed 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
5993e3131e NPODB. Adding max and mappings required to build NSPR 2008-02-22 17:33:02 -08:00
sayrer@gmail.com
499bc27b1f Bug 418772. PGO scripts and input. r=ted.mielczarek. 2008-02-21 13:08:39 -08:00
dougt@meer.net
09a88b6b1d Using - instead of /. NPODB 2008-02-21 09:07:13 -08:00
ted.mielczarek@gmail.com
f7933e7360 bug 361343 - make profiledbuild work on windows. r=bsmedberg 2008-02-20 15:29:11 -08:00
dougt@meer.net
08b8a6cf2c Adding map functionality. Including stub Usp10.h. NPODB 2008-02-20 09:57:01 -08:00
dougt@meer.net
6bd4374670 Updates for Windows Mobile shunt and toolchain. NPODB. 2008-02-20 09:56:09 -08:00
jag@tty.nl
563c6af980 Bug 362392: mddepend.pl stat() optimizations. r=neil, moa=bsmedberg, a=schrep 2008-02-13 00:40:39 -08:00
jag@tty.nl
5a280ba02a Bug 415422: Fix gqi dep build (crash on startup). r=ted, a=damons 2008-02-08 00:50:22 -08:00
reed@reedloden.com
f409240192 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
b020e97d3a toolpaths to toolspath include file name change 2007-12-20 14:05:00 -08:00
dougt@meer.net
eb4c7dd3b7 From the 1.8 branch to trunk. dropping support for older SDKs. 2007-12-20 13:37:07 -08:00
dougt@meer.net
2bb3ada2e2 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
b3504f874b 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
562f34ab5f 405704 Support "--format UDBZ" in pkg-dmg. r=mnyromyr a/1.9=dsicore 2007-12-11 11:03:11 -08:00
reed@reedloden.com
24346568f5 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
4e79b1b402 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
7aae16785d 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
12e6918f69 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
28d40dae74 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
cceeec65ed 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
a40f66a51b 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
f1e59567b8 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
3f7e3e99ea Bye bye Xprint. b=326716 r+sr=dbaron 2007-06-13 11:02:58 -07:00
axel@pike.org
7e2df56d76 bug 383463, --disable-compile-environment checks too much, r=bsmedberg 2007-06-11 08:56:41 -07:00
bent.mozilla@gmail.com
9b9df8d5de Bug 382759 - "MozillaBuild 1.1's 'mkdir -p' command is unreliable". r=bsmedberg. 2007-06-04 17:33:21 -07:00
joshmoz@gmail.com
e70213eaea 10.4 is Tiger, not Panther. 2007-05-30 12:52:28 -07:00
rhelmer@mozilla.com
eb08378d74 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
96ad793f9d 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
dec57edae6 backout patch for bug 378463 due to bustage 2007-05-01 17:03:35 -07:00
ted.mielczarek@gmail.com
5881505662 bug 378463 - build time logic to extract debug symbols on OS X. r=mento 2007-05-01 16:33:00 -07:00
hg@mozilla.com
465265d0d4 Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT, 2007-03-22 10:30:00 -07:00