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

2099 Коммитов

Автор SHA1 Сообщение Дата
Benjamin Smedberg 72f1d7f4b6 Import pymake into Mozilla. This is not used by default (yet), but this snapshot should be good enough for doing relative-srcdir builds on Windows. r=ted 2009-03-19 10:19:38 -04:00
Serge Gautherie 0a33a054c3 Bug 482236 - runtests.py.in : wrong leak detection on this case; (Av1a) Support a negative 'Total' value; r=(dbaron + jwalden+bmo) 2009-03-17 15:22:59 +01:00
Serge Gautherie 9e5fce878b Bug 469518 - Enable Reftest leak log in tinderbox (log); (Dv1) Early return in processLeakLog(); r=jwalden+bmo 2009-03-17 15:22:57 +01:00
Ginn Chen d57df77d5d Bug 480967 Don't leak MSYS paths into makefiles, fix Solaris bustage r=bsmedberg 2009-03-11 16:51:47 +08:00
Dave Camp c06566ad4b Bug 482073 - test_classifier.html issues leading to intermittent failures. r=waldo 2009-03-10 14:57:59 -07:00
Daniel Holbert 0ddde45996 Bug 473705 auxiliary patch: Enable SMIL pref during mochitests. r+sr=roc 2009-03-10 13:35:25 -07:00
Benjamin Smedberg 20761ed12c Bug 481732 - Check for crash minidumps in unit tests and dump them, if the MINIDUMP_STACKWALK path is set in the environment, r=ted 2009-03-10 13:36:14 -04:00
Serge Gautherie eddfdfdd0c Bug 469518 - Enable Reftest leak log in tinderbox (log); (Cv1) "Fix" processLeakLog() arguments; r=jwalden+bmo 2009-03-10 15:10:25 +01:00
Serge Gautherie b5a0c2c171 Bug 469518 - Enable Reftest leak log in tinderbox (log); (Bv1b) Move leak log parsing code to automation.py.in from runtests.py.in; r=jwalden+bmo 2009-03-09 21:00:55 +01:00
Benjamin Smedberg b15bc9d7ab Bug 40967 - Avoid leaking MSYS paths in Makefiles: use c:/dir/path paths whenever possible, r=ted 2009-03-09 10:55:41 -04:00
Ben Turner 1eb9c6e1e4 Bug 480279 - 'Allow mochitests to launch under a debugger or valgrind'. r=waldo. 2009-03-06 15:28:20 -08:00
Serge Gautherie a463893576 Bug 480077 - automation.py.in : additional fix to bug 472706 for |runApp()| return value(s); (Bv1a) Replace external times by internal duration ++; r=jwalden+bmo 2009-03-05 19:01:39 +01:00
Asaf Romano dfc006d779 I have no idea how did that happen. backing out this part. 2009-02-26 16:18:23 -08:00
Asaf Romano 5bfc770602 Bug 480149 - DOMLinkAdded and DOMLinkRemoved events for link elements should be dispatched when swapping docshells. r+sr=bz. 2009-02-26 14:05:42 -08:00
Jonas Sicking 3da7544b33 Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst 2009-02-24 11:46:51 -08:00
Jonas Sicking 780503094f Backed out changeset 4130ff1e52f3 (bug 479521) due to test failures. 2009-02-24 15:38:40 -08:00
Jonas Sicking f325176e29 Bug 479521: Don't follow unsafe same-site to cross-site redirects. Also fix a bug where reusing a XHR object that had been used cross site could result in the second request being more restrictive than it should be. r/sr=jst 2009-02-24 11:46:51 -08:00
Dave Camp 1d2f492217 Bug 474703 - mochitest broken when TOPSRCDIR is relative. r=ted 2009-02-22 11:09:09 -08:00
Doug Turner 9baf81e6f4 Bug 479503 - move processor specifics out of windows mobile build tools. r=blassey 2009-02-20 13:58:27 -08:00
Honza Bambas b271ef4b37 Bug 452401 - Create tests for mixed content, disabling the tests 2009-02-18 19:44:07 +01:00
Honza Bambas 77aa904f79 Bug 452401 - Create tests for mixed content, r=kaie
--HG--
rename : security/manager/ssl/tests/mochitest/test_bug413909.html => security/manager/ssl/tests/mochitest/bugs/test_bug413909.html
2009-02-18 14:31:31 +01:00
bjarne@runitsoft.com 7a75150bac Bug #476185 - runtests.py should print stdout immediately. r=jwalden 2009-02-13 14:33:14 -08:00
Ted Mielczarek a917f23af3 another bustage fix followup from bug 468913 2009-02-12 10:21:35 -05:00
Ted Mielczarek f35cef1bfc bug 468913 - Need a Makefile target to run reftest. r=dbaron,bsmedberg,jwalden 2009-02-12 08:49:53 -05:00
Ted Mielczarek ad8ea71fa1 bug 476163 - consolidate makefile cruft for generating automation.py. r=bsmedberg
--HG--
rename : build/pgo/automation.py.in => build/automation.py.in
2009-02-12 08:49:53 -05:00
Vladimir Vukicevic 25fbf064de b=477727; rework mozce_shunt's env var handling; r=crowder 2009-02-10 15:10:07 -08:00
L. David Baron 89f1787976 Fix remaining occurrences of 'ERROR FAIL' in the tree (other than those fixed in bug 468913). (Bug 477869) r=ted 2009-02-10 14:05:27 -08:00
Doug Turner 74613f7060 Bug 477759 - stop using fp:fast as a build option on windows mobile. r=blassey 2009-02-09 22:56:30 -08:00
Brad Lassey 95e64c43e4 bug 477678 - Windows CE builds should target ARMv6 r=dougt 2009-02-09 19:00:24 -05:00
Ted Mielczarek e2b921b2c4 bug 460515 - Remove assumption that xpcshell etc in same directory as app executable. r=jwalden 2009-02-09 13:57:27 -05:00
Ginn Chen ccd16a0fe8 Bug 472269 LD_LIBRARY_PATH is not set when running thunderbird from mozilla/dist/bin on Solaris r=wtc sr=neil 2009-02-09 14:18:02 +08:00
Brad Lassey 5ae7fa36dc bug 465874 - WinCE Environment Variables Have To Be Passed On Command Line r=bsmedberg 2009-02-05 15:50:44 -08:00
Serge Gautherie 06f1824fb1 Bug 475455 - [Windows 2000] runtests.py: automation.py can't kill ssltunnel.exe; (Av1b) Support Win2K kill.exe tool; r=jwalden+bmo 2009-01-29 14:37:37 +01:00
Brad Lassey 9c1615f15c bug 474737 - Windows ce tools refactor, NPOTB r=dougt, ted
--HG--
rename : build/wince/tools/vs9ppc2003arm/arm-wince-as.c => build/wince/tools/arm-wince-as.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-gcc.c => build/wince/tools/arm-wince-gcc.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-lib.c => build/wince/tools/arm-wince-lib.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-link.c => build/wince/tools/arm-wince-link.c
rename : build/wince/tools/vs9ppc2003arm/arm-wince-res.c => build/wince/tools/arm-wince-res.c
rename : build/wince/tools/vs9ppc2003arm/toolspath.h => build/wince/tools/toolspath.h
2009-01-28 13:13:56 -05:00
Jim Blandy ad1543f0d3 Bug 475064: Use 'test !', not '! test' in configure scripts. r=bsmedberg 2009-01-28 09:01:40 -08:00
Dave Townsend 2c68acb30b Bug 424488: Test infrastructure for signed jars. r=ted 2009-01-26 09:39:08 +00:00
bjarne@runitsoft.com 6775ed1289 Bug 464191 - ssltunnel process persists after Mochitest run. r=jwalden, a=testingonlychange 2009-01-12 11:23:28 -08:00
Daniel Holbert bd4c30b1d8 Bug 473236 - follow up patch v3a: restore executable status for some files that might need it. a=ted 2009-01-23 11:52:51 -08:00
Ted Mielczarek 1d303f28eb bug 474973 - make config.{guess,sub} executable 2009-01-23 07:56:51 -05:00
Brad Lassey f414bb8854 bug 459629 - Avoid code path with LoadLibraryEx called with LOAD_WITH_ALTERED_SEARCH_PATH in nsGlueLinkingWin for windows ce 2009-01-22 22:55:01 -05:00
Benjamin Smedberg c8c3695739 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
Arpad Borsos 4bf00b18f2 Bug 472332 - Remove unused files from build/autoconf; +aclocal cleanup; r+sr=ted.mielczarek 2009-01-22 19:01:24 +01:00
Daniel Holbert c755eee8e7 Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
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