Benjamin Smedberg
19c1adafc5
Backed out changeset 525e42406396, bug 269538 (jscpucfg-ectomy) due to Windows TUnit bustage.
2009-01-21 17:34:28 -05:00
Benjamin Smedberg
05c9e7e71e
Bug 269538 - use stdint types instead of jscpucfg types, now that we have them auto-configured
...
* Various code inside and outside of JS uses JS_BYTES_PER_WORD, so I added it to js-config.h
* Existing code uses JS_BYTES_PER_DOUBLE, JS_BITS_PER_WORD_LOG2, and JS_ALIGN_OF_POINTER so I've added autoconf tests for those
r=crowder r=jimb
2009-01-14 15:56:30 -05:00
Dave Townsend
4076b02190
Bug 435743: Add untrusted and self signed https servers to the test server. r=ted
2009-01-21 11:01:00 +00:00
Jeff Walden
4b2b76afc3
Sigh, last time this broke wasn't just a passing anomaly. Backed out changeset 82a1d612dde8
2009-01-18 20:12:32 -08:00
bjarne@runitsoft.com
8dc9d2655f
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
ddfb48ade1
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 22:44:43 +01:00
Honza Bambas
2762f1425c
Backcing out bug 470963, again...
2009-01-18 22:15:15 +01:00
Honza Bambas
119967994b
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 21:39:45 +01:00
Honza Bambas
5665a119db
Backing out bug 470963
2009-01-18 15:44:37 +01:00
Honza Bambas
e65b7a02b2
Bug 470963 - stop copying build/pgo/certs to the objdir, r=ted.mielczarek
2009-01-18 15:20:48 +01:00
Dave Camp
f130a2f49c
Bug 441359: Check script and css loads against the classifier. r+sr=jonas
2009-01-13 23:13:48 -08:00
Jeff Walden
bb2f8a63c0
Backed out changeset a2018012b3ee, may have broken tree (in an inscrutable way, unlike last time :-( )
2009-01-15 17:16:35 -08:00
bjarne@runitsoft.com
a6d5325344
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
e63f0b748b
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-15 21:17:34 +01:00
Honza Bambas
1aef966496
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-15 20:19:15 +01:00
Robert Sayre
dcd4f7919b
Merge m-c to tracemonkey.
...
--HG--
rename : js/src/js.cpp => js/src/shell/js.cpp
2009-01-14 18:25:22 -05:00
Igor Bukanov
6fcb58cfde
bug 473167 - increase the maximum time chrome scripts are allowed to run in the debug builds. r=ted.mielczarek
2009-01-12 18:15:12 +01:00
Ted Mielczarek
d68bfd3a7c
bug 467271 - JS not being PGOed on win32. r=bsmedberg
2009-01-08 13:52:38 -05:00
Jim Blandy
6100463163
Bug 465640: Use autoconf to declare stdint types on platforms that don't have stdint.h r=bsmedberg
...
At configure time, check for <stdint.h>. If we don't have it, find
integer types of various sizes. On Windows, where we can't run
compilation tests in configure, hard-code definitions suggesting the
use of the built-in __intN types for the exact-size types, and
<stddef.h> for the pointer-sized types.
Use namespace-clean names for the preprocessor macros we define.
Since these types are used in the public JavaScript API, the configure
script needs to place the definitions it finds in js-config.h, the
installed configure-generated header, so it can be used by jsapi.h and
that gang.
New header js/src/jsstdint.h does what it takes to get definitions for
the exact-size and pointer-size integral types. It includes
<stdint.h> when available, uses the types found by configure.in to
define the {,u}int{8,16,32,64,ptr}_t types itself, or uses the __intN
types and the <stddef.h> header.
Remove now-unnecessary and possibly conflicting definitions of intN_t
types from js/src/nanojit/avmplus.h.
2009-01-13 10:50:24 -08:00
Robert Sayre
51b4968b79
bug 472706 - add better profiling input for spidermonkey in PGO builds. r=ted
...
--HG--
rename : modules/libpr0n/test/unit/image3.ico => build/pgo/favicon.ico
2009-01-13 07:34:19 -05:00
Dave Camp
52cc67fd56
Backed out changeset 44890ee1d15f for leaks
2009-01-13 02:22:59 -08:00
Dave Camp
3ac023a8d9
Bug 441359: Check script and css loads against the classifier. r+sr=jonas
2009-01-12 21:52:00 -08:00
Dave Camp
7b0cf8b9ac
Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden
2009-01-12 21:52:00 -08:00
Honza Bambas
ad7804c04c
Backing out bug 468087 and bug 456001
2009-01-12 21:47:31 +01:00
Jeff Walden
856d6ce00d
Backed out changeset a12bffb28598; it's in the way of other backouts that need to happen.
2009-01-12 12:36:00 -08:00
bjarne@runitsoft.com
a987cd6742
Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden
2009-01-12 11:23:28 -08:00
Honza Bambas
1f47df88ee
Bug 468087 - Cannot add new https hosts to Mochitest, r=jwalden
2009-01-12 20:16:38 +01:00
Honza Bambas
09d583ba60
Bug 456001 - Need automated testing for SSL client auth, r=jwalden
2009-01-12 20:14:40 +01:00
Ben Hearsum
4a974e30aa
bug 455578: make sure upload.py always cleans up after itself. r=ted
2009-01-07 08:52:20 -05:00
Doug Turner
bb93398243
Backed out changeset 5b6c7ace97c4
...
this patch is fine, it just had the wrong comment.
2009-01-05 10:08:00 -08:00
John Wolfe
1d25b19282
Bug 464180 - link error when building nsWaveDecoder on wince. r=ted
2009-01-05 10:03:07 -08:00
Dave Camp
a8ba41104f
Backed out changeset e31d0d3c28fd (bug 441359)
2009-01-05 01:27:51 -08:00
Dave Camp
d938bc5087
Bug 441359: Run scripts/css through the classifier. r+sr=sicking
2009-01-04 23:40:29 -08:00
Ben Hearsum
be0989912a
bug 455578: create a post-upload script on stage to do release-to-dated, etc. - upload.py fixes and enhancements. r=ted
2008-12-24 09:05:00 -05:00
John Wolfe
52c5597ede
Bug 467368 - Windows Mobile _wfullpath implementation doesn't handle paths with ../ correctly
2008-12-15 10:53:21 -08:00
John Wolfe
2d60597ad6
Bug 463326 - WinCE missing ExpandEnvironmentStringsW function. r=dougt, blassey
2008-12-15 10:16:07 -08:00
Nick Thomas
ffad6fbba5
When the XPCOM_DEBUG_BREAK environment variable is already set, don't override it. This will make assertions fatal again on the leak test tinderboxes. (Bug 463681) r=ted.mielczarek
2008-12-12 10:59:02 -08:00
Ted Mielczarek
e8beda5c24
bug 468124 - upload.py should let UPLOAD_PORT and POST_UPLOAD_CMD actually be optional. r=bsmedberg
2008-12-10 10:26:50 -05:00
Marco Perez
843b91dd45
Bug 461542 - consolidate the (unix) start scripts for our applications; mozilla-central patch v3; r=benjamin
2008-12-10 16:19:55 +01:00
L. David Baron
88e5a0fcd3
Remove the feature of run-mozilla.sh where we md5sum any file called 'core' in your home directory in order to see if it changes while running the program and potentially invoke GDB. (Bug 467638) r=bsmedberg
...
This feature is no longer particularly useful because core files on Linux are now generally called core.$PID (although occasionally core), and it is potentially quite harmful since Mozilla can become very slow to start for users with large core files in their home directory.
2008-12-08 08:08:05 -08:00
Mark Finkle
8a4be68a6c
Bug 465823: Allow XULRunner apps to use Mochitest in 1.9.1, r=ted, NPOTB
2008-12-05 11:52:25 -05:00
Boying Lu
140c6c1955
Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libxul.so instead of libgkgfx.so; r=wtc sr=neil
2008-12-05 07:30:37 +01:00
Igor Bukanov
6df2c28a81
Backed out changeset 700ae4e59496 - bug 453157 caused talos oranges. CLOSED TREE
2008-11-24 11:36:44 +01:00
Andrei Saprykin
0b710bc2a8
bug 453157 - watchdog thread as an alternative to operation counting, r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-24 00:15:46 +01:00
Igor Bukanov
d0ab0dff95
Backed out changeset 04cecb0ec24c to see if it fixes tinderbox oranges. CLOSED TREE
2008-11-22 16:33:09 +01:00
Andrey Saprykin
8935dca1ec
bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a19b2=beltzner (CLOSED TREE)
2008-11-22 01:53:37 +01:00
Igor Bukanov
a3d4f91283
Backed out changeset c54f1957d564 - bug 453157 - build system changes caused mouchi test failures. CLOSED TREE
2008-11-22 00:13:42 +01:00
Andrey Saprykin
1a43f8e7d5
bug 453157 - using watchdog thread as an alternative to the operation count. r=igor,mrbkap a1.9.0b2=beltzner (CLOSED TREE)
2008-11-21 22:58:16 +01:00
Boying Lu
f64e4b3781
Bug 259945 - Mozilla should not use LD_LIBRARY_PATH on solaris; use libgkgfx.so instead of libmozjs.so; r=wtc sr=neil
...
(to CLOSED TREE)
2008-11-21 20:24:08 +01:00
Ted Mielczarek
976e7d0b57
Followup fix for bug 454594 (need a makefile target that can upload files via ssh). r=bsmedberg, NPOB
2008-11-13 17:50:27 +01:00
Ted Mielczarek
55d2c4f583
Bug 454594: need a makefile target that can upload files via ssh. r=bsmedberg, NPOB
2008-11-13 15:37:04 +00:00
Ted Mielczarek
962705b11f
try to disable bug buddy in leaktest.py (bustage investigation)
2008-11-12 18:52:48 -05:00
Phil Ringnalda
5ac69655c0
Bug 461888 - Remove unused PACKAGE_FILE and PACKAGE_VARS and .pkg files, mozilla-central part, r=bsmedberg
2008-11-03 19:46:28 -08:00
Doug Turner
8160fb498a
Redefines because windows mobile doesn't have W apis for these defindes. Not part of da browser
2008-11-03 22:58:15 +00:00
Doug Turner
b1b4db199b
Adding default empty files for common ansi includes. NPODB
2008-11-03 22:14:02 +00:00
Doug Turner
e8c5c043ff
errno and strerror implementation on windows mobile shunt. NPODB
2008-11-03 18:52:23 +00:00
Doug Turner
2c7403d02a
Windows CE Shunt Clean up. Massive removal of functionality to reduce the impact on our code. Part of bug 456788. NPODB
2008-10-24 18:39:07 +01:00
Mark Finkle
d93f301c70
Bug 461364: Switch to using Professional SDK for VS8 WinCE builds, p=blassey, r=dougt (NPOTB)
2008-10-23 18:00:50 -05:00
Honza Bambas
f8b2d55810
Bug 459699 - stop running certutil at build time, make developers run it when adding new SSL domains to server-locations.txt; r=ted.mielczarek
2008-10-21 17:50:38 +02:00
Brad Lassey
67e7de3d5b
windows ce build tools update r=dougt
2008-10-20 16:15:40 -04:00
Blake Kaplan
0cef123fc7
Merge mozilla-central -> tracemonkey
2008-10-13 11:05:05 -07:00
Doug Turner
d4e2863d25
fixing macro so that it prints out the function name. npodb
2008-10-13 09:46:32 -07:00
Doug Turner
efbfe22a1f
disable NSPR debug logging by default. npodb
2008-10-13 09:36:36 -07:00
Brad Lassey
a5a443390d
windows mobile build stuff (vs project stuff) and updating buildtools path. r=dougt NPODB
2008-10-13 09:08:51 -07:00
Honza Bambas
e20e8a02cc
Bug 413909 - nsCertOverrideService IDN handling is broken; tests; r=kaie
...
--HG--
rename : security/manager/ssl/tests/test_datasignatureverifier.js => security/manager/ssl/tests/unit/test_datasignatureverifier.js
rename : security/manager/ssl/tests/test_hash_algorithms.js => security/manager/ssl/tests/unit/test_hash_algorithms.js
rename : security/manager/ssl/tests/test_hmac.js => security/manager/ssl/tests/unit/test_hmac.js
2008-10-10 16:41:38 +02:00
Doug Turner
0423597b70
Fixing open() flag parsing, switching wince port to use sql backend for nss (dbm is very broken), fixing line endings. npodb
2008-10-08 20:54:47 -07:00
Brendan Eich
92f7f9e45f
Restore -j for shell tests run on tracemonkey repo.
2008-10-01 00:36:01 -04:00
Brendan Eich
315af73f27
Remove -j for shell tests in prep for m-c push.
2008-10-01 00:34:57 -04:00
Andreas Gal
197de58fa6
Merge.
2008-09-30 16:35:52 -07:00
Doug Turner
132be4e2f3
Build the wince tools optimized
2008-09-29 14:47:27 -07:00
Doug Turner
e5d8c8e395
Map SHGetFileInfoW to SHGetFileInfo on windows mobile. wince only.
2008-09-29 11:04:10 -07:00
Doug Turner
6528031707
WinCE build tool changes. stubbing out GetDIBits, clock. implementing FatalAppExitW. npodb
2008-09-29 10:48:58 -07:00
Honza Bambas
0f14458ad6
Bug 455168 - Add test ssl server certificate re-generation to tools phase in build/pgo; v2; r=ted.mielczarek
2008-09-28 22:35:45 +02:00
Honza Bambas
2ce34f6aa1
Bug 455813 - Windows PGO builds fail when --disable-tests is set; v2; ted.mielczarek
2008-09-28 22:27:51 +02:00
Doug Turner
3c1165faf9
Wince tool fixes. Removes msvcrt linkage which hoses us on device. Cleans up whitespace. npodb
2008-09-27 15:40:52 -07:00
Doug Turner
94a41619f9
Fixes toolspath.h. required to build using the windows mobile tools. npodb
2008-09-25 14:42:17 -07:00
Doug Turner
2ac4e294ba
Bug 457033 - WinCE No FatalAppExit function in Shunt. patch by wolfe, r=dougt
2008-09-25 11:38:38 -07:00
Brendan Eich
bed6ba24cb
Re-enable JIT enabling for unit tests in tracemonkey (r=mrbkap).
2008-09-24 18:59:17 -07:00
Serge Gautherie
ecd95e7eaf
Backed out changeset 9841b5e5cf10
...
Bug 455813 - Windows PGO builds fail when --disable-tests is set; r=ted.mielczarek
2008-09-24 07:16:12 +02:00
Honza Bambas
2de8a2dea4
Bug 455813 - Windows PGO builds fail when --disable-tests is set; r=ted.mielczarek
2008-09-24 06:23:21 +02:00
Doug Turner
09f43015f4
Bug 456625 - WinMobile / WinCE has no fstat. r=blassey
2008-09-23 15:41:41 -07:00
Doug Turner
dce8bbdeae
Bug 454116 - Potential Memory Allocation Failures in WinMobile. patch by wolfe. r=dougt
2008-09-23 13:58:33 -07:00
Doug Turner
015b69f83e
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). New File. r=blassey
2008-09-23 11:26:49 -07:00
Doug Turner
1b02d83434
Bug 454117 - WinMobile / WinCE has no Access Control Levels (ACL). r=blassey
2008-09-23 11:06:36 -07:00
Gavin Sharp
4e28a2e19c
Merge backout with previous tip
2008-09-23 11:47:43 -04:00
Gavin Sharp
9d73a84128
Back out unintentional change that enabled JIT for m-c unit tests
2008-09-23 11:46:25 -04:00
Andreas Gal
ab68baff56
Merge.
2008-09-23 00:37:10 -07:00
Doug Turner
4d7c105040
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
5a1b9653ea
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
5873628323
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
cf719d8a65
Bug 454709 - WinCE Resource Compiling Needs Shunt Application. patch by wolfe. r=dougt. npodb
2008-09-22 22:08:46 +01:00
Doug Turner
824232b364
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
ccf766cf50
Merge with mozilla-central.
2008-09-21 12:44:24 -07:00
Neil Rashbrook
0a0dd59c94
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
6d9ab91ead
Turn on JIT for unit tests.
2008-09-12 14:55:28 -04:00
Bobby Holley
22725888fc
Forcing sRGB for mochitests - bug 454430. r=vlad
2008-09-09 21:13:23 -07:00
Doug Turner
021b75ea05
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
920710e910
bug 428009 - hook up ssltunnel to mochitest. r=waldo,kaie
2008-09-05 09:35:58 -04:00
Robert Kaiser
db9ca2a65d
bug 453713 - add shell.checkDefaultClient pref to testing profile, r=ted
2008-09-05 14:03:30 +02:00
Armen Zambrano Gasparnian
210e4da8f4
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
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