Jeff Walden
|
d26bf06805
|
Bug 397227 - So the first failure is fixed, but now a Windows box is acting up, so let's try an obvious fix. r=redness, whose patience is being severely tested
|
2008-12-04 01:13:14 -08:00 |
Jeff Walden
|
46a75a3b12
|
Bug 397227 - Reduce the effort needed to write C++ tests. r=ted
|
2008-12-03 22:25:00 -08:00 |
Serge Gautherie
|
010bc19a3c
|
Bug 457046 - Decide what to do with <TestPipes.cpp> |#if 0|'ed code; Bv1; r=benjamin
|
2008-10-08 02:27:05 +02:00 |
Ben Turner
|
c48bf66774
|
Bug 449822 - "Service manager can create two instances of a service". r=bsmedberg.
|
2008-09-04 15:44:41 -07:00 |
Doug Turner
|
010c533993
|
Bug 451672 - Fix nsIMemory::IsLowMemory on Maemo. r=stuart
|
2008-08-15 02:12:45 -07:00 |
Ben Turner
|
30c77eeadc
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool." r=bsmedberg, jst. Test shouldn't hang now.
|
2008-08-11 17:01:47 -07:00 |
Dave Townsend
|
165dc509e0
|
Backout of bug 443874: Need a hook for thread creation and destruction in thread pool
Removes the following changesets:
01e24ad20f35
ebf77231b06e
f4b859edddd2
22201dfdb1f3
f8762f56712f
2c6f51bf3bed
c8ac37904c16
|
2008-07-25 10:21:04 -04:00 |
Ben Turner
|
a72186d244
|
Bug 443874 - Beef up windows test case to see what could be causing the hang.
|
2008-07-24 21:36:34 -07:00 |
Ben Turner
|
6008210f62
|
Bug 443877 - "Need a way to point timers at a different event target". r=bsmedberg.
|
2008-07-24 10:20:33 -07:00 |
Ben Turner
|
d250eb5576
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". r=bsmedberg.
|
2008-07-24 10:18:57 -07:00 |
Reed Loden
|
6566dc5199
|
Backed out changeset 88a91e1e9a3f
|
2008-07-12 16:32:25 -05:00 |
Jeff Walden
|
792c9972d8
|
Bug 397227 - "Reduce the effort needed to write C++ tests" [r=ted/luser]
|
2008-07-12 16:27:27 -05:00 |
Jeff Walden
|
8500f859c3
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
jorendorff@mozilla.com
|
c267ddf310
|
Merge from cvs-trunk-mirror to mozilla-central.
|
2008-05-13 09:57:11 -05:00 |
bent.mozilla@gmail.com
|
7f6d71d236
|
Bug 432887 - "Add tests for XPCOM Proxies (and enable other C++ unit tests)". r=sayrer, a=Tests Only.
|
2008-05-08 17:14:19 -07:00 |
benjamin@smedbergs.us
|
04c42d2cdd
|
Bug 428326 - Configuring with a relative srcdir breaks unit tests in XPCOM, r=luser a=beltzner
|
2008-04-11 06:10:59 -07:00 |
Benjamin Smedberg
|
19337e3f17
|
Bug 428326 - 'make check' fails when you've configured from a relative srcdir (e.g. ../src/configure), r=luser
|
2008-04-10 12:14:01 -04:00 |
jorendorff@mozilla.com
|
6827bdf856
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-04-02 16:35:13 -05:00 |
brade@comcast.net
|
ceedaf433c
|
bug #416886 - reinstate test case for registration order (which failed to compile in non-libXUL builds; that has been fixed).
|
2008-04-01 06:06:18 -07:00 |
brade@comcast.net
|
acf5017d3e
|
Backout test case for registration order.
|
2008-03-31 08:36:52 -07:00 |
brade@comcast.net
|
4902d5d1d7
|
Bug #416886; r=bsmedberg, a=beltzner Preserve original order when processing deferred components. Add TestRegistrationOrder automated test.
|
2008-03-31 07:40:10 -07:00 |
benjamin@smedbergs.us
|
e6abb3a465
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
|
2008-03-12 16:32:37 -04:00 |
reed@reedloden.com
|
f595a22e33
|
Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons]
|
2008-03-12 04:00:24 -07:00 |
benjamin@smedbergs.us
|
4358bb36ee
|
Bug 419624 - Build framework, basic usage, and testsuite for statically checking the codebase using gcc-dehydra, r=luser,dbaron,tglek
|
2008-02-27 11:28:13 -05:00 |
jwalden@mit.edu
|
d75076c78b
|
Bug 394692 - ASSERTION: read cursor is bad: 'mReadCursor != mWriteCursor', file xpcom/io/nsPipe3.cpp, line 539. Narrow the criteria used to decide whether to fire the assertion to deal with a particular (valid) pattern of memory allocations. r=biesi, a=bz
|
2007-09-20 23:17:59 -07:00 |
scott@scott-macgregor.org
|
f198faf397
|
try to fix mac orange again.
|
2007-09-20 17:34:42 -07:00 |
scott@scott-macgregor.org
|
f43a6c912f
|
try to fix the orange mac tinderbox builds by adjusting the Makefile.in rule. Thanks to bsmedberg for suggesting the fix.
|
2007-09-20 16:56:10 -07:00 |
scott@scott-macgregor.org
|
30776d4a31
|
Bug 384979 --> move nsTextFormatter to the glue code so it can be used with frozen linkage. Patch by prasad <prasad@medhas.org> sr=bsmedberg a=bsmedberg
|
2007-09-20 16:14:25 -07:00 |
philringnalda@gmail.com
|
c3594389f7
|
Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz
|
2007-08-17 20:48:16 -07:00 |
roc+@cs.cmu.edu
|
46f29d70fd
|
Bug 368270. Implement nsExpirationTracker, a data structure for managing the timed expiration of many objects. r+sr=sicking
|
2007-03-26 20:38:21 -07:00 |
roc+@cs.cmu.edu
|
0054412272
|
Bug 374866. Reftests for text-transform. r=dbaron
|
2007-03-22 16:01:14 -07:00 |
bent.mozilla%gmail.com
|
5b1c4d4372
|
Bug 432887 - "Add tests for XPCOM Proxies (and enable other C++ unit tests)". r=sayrer, a=Tests Only.
|
2008-05-09 00:14:19 +00:00 |
benjamin%smedbergs.us
|
26ea365ee5
|
Bug 428326 - Configuring with a relative srcdir breaks unit tests in XPCOM, r=luser a=beltzner
|
2008-04-11 13:10:59 +00:00 |
brade%comcast.net
|
9ddbca90fd
|
bug #416886 - reinstate test case for registration order (which failed to
compile in non-libXUL builds; that has been fixed).
|
2008-04-01 13:06:18 +00:00 |
brade%comcast.net
|
8c7fb7f5d6
|
Backout test case for registration order.
|
2008-03-31 15:36:52 +00:00 |
brade%comcast.net
|
626ee6e27d
|
Bug #416886; r=bsmedberg, a=beltzner
Preserve original order when processing deferred components.
Add TestRegistrationOrder automated test.
|
2008-03-31 14:40:16 +00:00 |
reed%reedloden.com
|
915cc2f649
|
Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons]
|
2008-03-12 11:00:59 +00:00 |
jwalden%mit.edu
|
ee1b177bd2
|
Bug 394692 - ASSERTION: read cursor is bad: 'mReadCursor != mWriteCursor', file xpcom/io/nsPipe3.cpp, line 539. Narrow the criteria used to decide whether to fire the assertion to deal with a particular (valid) pattern of memory allocations. r=biesi, a=bz
|
2007-09-21 06:17:59 +00:00 |
scott%scott-macgregor.org
|
080427c0d1
|
try to fix mac orange again.
|
2007-09-21 00:34:42 +00:00 |
scott%scott-macgregor.org
|
140661411e
|
try to fix the orange mac tinderbox builds by adjusting the Makefile.in rule. Thanks to bsmedberg for suggesting the fix.
|
2007-09-20 23:56:10 +00:00 |
scott%scott-macgregor.org
|
b2f89ec9ef
|
Bug 384979 --> move nsTextFormatter to the glue code so it can be used with frozen linkage.
Patch by prasad <prasad@medhas.org>
sr=bsmedberg
a=bsmedberg
|
2007-09-20 23:14:26 +00:00 |
philringnalda%gmail.com
|
37dcc4ebb0
|
Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz
|
2007-08-18 03:48:17 +00:00 |
roc+%cs.cmu.edu
|
e396ca83f3
|
Bug 368270. Implement nsExpirationTracker, a data structure for managing the timed expiration of many objects. r+sr=sicking
|
2007-03-27 03:38:21 +00:00 |
jwalden%mit.edu
|
df236c24ab
|
Bug 351968 - Don't copy xpcshell tests and other data to $(DIST) -- a step toward being able to --enable-tests on Mozilla tinderboxen. r=bsmedberg
|
2007-01-31 03:25:46 +00:00 |
jwalden%mit.edu
|
414269b6b0
|
Bug 368158 - nsPipe XPCOM attributes are missing initialization checks. r+sr=darin
|
2007-01-29 20:08:50 +00:00 |
benjamin%smedbergs.us
|
0bca496fd6
|
Bug 337730 - add additional utilities to nsStringAPI, r=darin
TestMinStringAPI.cpp moved from xpcom/glue to xpcom/glue/external
|
2006-05-19 22:37:17 +00:00 |
darin%meer.net
|
7d3e7d7acd
|
landing patch for bug 326273 "Implement nsIThreadManager" (Mac portions by Mark Mentovai) with reviews from bienvenu, bsmedberg, bzbarsky, josh, roc, and ssieb
|
2006-05-10 17:30:15 +00:00 |
darin%meer.net
|
22ddfeaaa2
|
fixes bug 316782 "Provide templatized array class" r=brettw,bsmedberg sr=bryner
|
2005-11-23 19:44:16 +00:00 |
bsmedberg%covad.net
|
1172c33dfc
|
Bug 305949 Part 1 - Separate the frozen XPCOM exports with the XPCOM_API macro; add compatibility methods to the frozen string API; convert most of the tests/tools to use the xpcom glue when appropriate r=darin This checking does not actually stop exporting the nonfrozen methods yet, pending a bunch of test cleanup throughout the tree.
|
2005-11-08 18:17:49 +00:00 |
bsmedberg%covad.net
|
b1280c03e0
|
Bug 299992 (re-landing) - Move pldhash etc. into the xpcom glue, and centralize various instances of nsINIParser in the xpcom glue. Some files were cvscopied from xpcom/ds to xpcom/glue r=brendan/darin
|
2005-08-15 18:29:55 +00:00 |