Jacek Caban
|
e33b8ea4c5
|
Bug 551254 - remove ENABLE_CXX_EXCEPTIONS from XPCOM tests.
|
2010-04-16 00:29:15 -05:00 |
|
Ginn Chen
|
bcf64f198e
|
Bug 557470 make check in xpcom/tests/ is not portable on Solaris r=ted.mielczarek
|
2010-04-15 18:47:25 +08:00 |
|
Chris Jones
|
286a291a3e
|
Bug 557383: Remove unused variable warning and add extra failure check. r=dholbert
|
2010-04-14 21:09:35 -05:00 |
|
Julian Seward
|
4a8eff8ae8
|
Bug 547964 - r=dbaron
--HG--
extra : rebase_source : 88834502ab1cdac1aa7dac9557ee1aa40ccc354f
|
2010-04-12 11:53:59 -04:00 |
|
Taras Glek
|
d3d1d47d7e
|
Bug 516085 - C++ easy access for common global services r=bsmedberg
|
2010-04-02 11:38:25 -07:00 |
|
L. David Baron
|
aebe5d267d
|
Fix misspelling of implement.
|
2010-04-08 19:14:43 -07:00 |
|
Daniel Holbert
|
aa1625764a
|
Bug 557559: Handle enum value NS_ASSERT_UNINITIALIZED in switch statement, to fix build warning. r=bsmedberg
|
2010-04-08 12:26:29 -07:00 |
|
Dave Townsend
|
42dcecd548
|
Bug 557539: Trying to set nsILocalFile.lastModifiedTime for a directory on windows throws NS_ERROR_ACCESS_DENIED. r=jimm
|
2010-04-08 12:12:19 -07:00 |
|
Chris Jones
|
da9eaa48df
|
Bug 550401: Do the __declspec import/export dance in mozalloc to avoid MSVC warnings. r=bsmedberg
|
2010-04-08 13:05:02 -05:00 |
|
Ginn Chen
|
c3fc2f9d1c
|
Bug 550371 mozalloc failed to build on Solaris r=bsmedberg
|
2010-04-07 14:16:32 +08:00 |
|
Daniel Holbert
|
34666ded61
|
Bug 557380: Add missing arg to printf in TestUnicodeArguments.cpp, to fix build warning. r=smontagu
|
2010-04-06 00:09:44 -07:00 |
|
Daniel Holbert
|
b00ca2405e
|
Bug 556303: Fix unsigned/signed compiler warning in nsTArray.cpp. r=bsmedberg
|
2010-04-05 14:56:35 -07:00 |
|
L. David Baron
|
41cc87c278
|
Fire assertions when guard objects are used as temporaries. (Bug 531460) r=cjones
|
2010-04-04 11:15:18 -07:00 |
|
Chris Jones
|
2e823a2ee5
|
Bug 551254: Simple (disabled) test that the STL wrappers work correctly.
|
2010-04-02 12:58:12 -05:00 |
|
Chris Jones
|
7c959e67d7
|
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
|
2010-04-02 12:58:11 -05:00 |
|
Chris Jones
|
996c23e86b
|
Backed out changeset cec7b12eb5e3
|
2010-04-02 13:20:22 -05:00 |
|
Chris Jones
|
94e6bcfee2
|
Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol
|
2010-04-02 12:58:11 -05:00 |
|
Daniel Holbert
|
301cdef742
|
Bug 556559: Fix unsigned/signed comparison warnings in TestTArray.cpp. r=bsmedberg
|
2010-04-02 09:34:31 -07:00 |
|
Daniel Holbert
|
6abe703f9b
|
(no bug) Unset executable flag on a few .cpp & .h files in /xpcom/tests. (no review; just a "chmod -x")
|
2010-04-02 09:34:30 -07:00 |
|
Chris Pearce
|
11fa7ac0dd
|
Bug 556424 - mozilla::MonitorAutoEnter::NotifyAll() should notify all. r=cjones
|
2010-04-01 19:54:03 -07:00 |
|
Daniel Holbert
|
eb483b552f
|
Bug 551298, patch A followup i: Add thread safety assertions to AddRef/Release implementations. r=bsmedberg
|
2010-04-01 11:05:40 -07:00 |
|
Daniel Holbert
|
5192e33d44
|
Bug 551298, patch A: Move THEBES_INLINE_DECL_REFCOUNTING to xpcom (with s/THEBES/NS/). r=bsmedberg
|
2010-04-01 11:05:40 -07:00 |
|
Daniel Holbert
|
56db19649c
|
Backed out changeset fe801c8a2090 (Bug 551298) due to Linux debug mochitest-5 orange
|
2010-04-01 09:40:30 -07:00 |
|
Daniel Holbert
|
ef92ece024
|
Bug 551298, patch A: Move THEBES_INLINE_DECL_REFCOUNTING to xpcom (with s/THEBES/NS/). r=bsmedberg
|
2010-04-01 08:07:23 -07:00 |
|
Josh Matthews
|
dc961dbb27
|
Bug 551286: Add a per function 'final' keyword in C++. r=tglek
|
2010-03-28 11:44:33 -04:00 |
|
L. David Baron
|
60a39f5bec
|
Add mechanism for assertions that fire when a guard object is used as a temporary. (Bug 531460) r=bsmedberg
|
2010-03-26 10:12:39 -04:00 |
|
Chris Jones
|
014cb688de
|
Bug 550425: Bump up the timeout for expensive deadlock tests and print more info on failures. r=bsmedberg,sdwilsh
|
2010-03-24 19:12:32 -05:00 |
|
Chris Jones
|
926e2f746f
|
Bug 544936, part 4: Move some common code for dealing with minidumps and .extra files into nsExceptionHandler. r=ted
|
2010-03-24 16:22:01 -05:00 |
|
Mike Hommey
|
c055a9cf6f
|
Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend
|
2010-03-24 10:19:14 +01:00 |
|
Karl Tomlinson
|
88220b6f55
|
b=551860 Don't break on NS_DebugBreak(NS_DEBUG_ABORT, ...) r=cjones
|
2010-03-24 16:39:15 +13:00 |
|
Mike Hommey
|
7467611ddb
|
Bug 448658 - nsAutoTArray aligns buffer to 32 bits, causing SIGBUS when array entry type requires 64-bit alignment. r=dbaron
|
2010-03-22 15:16:44 +01:00 |
|
Daniel Holbert
|
987f9c2297
|
Bug 552798: fix 'suggest parentheses around comparison in operand of &' in TestAtoms.cpp. r=sicking
|
2010-03-22 11:57:40 -07:00 |
|
Dão Gottwald
|
55d6554fde
|
Backed out changeset 7f301b0d3385 hg push
|
2010-03-22 17:48:45 +01:00 |
|
Mike Hommey
|
02861ae602
|
Bug 448658 - nsAutoTArray aligns buffer to 32 bits, causing SIGBUS when array entry type requires 64-bit alignment. r=dbaron
|
2010-03-22 15:16:44 +01:00 |
|
bjarne@runitsoft.com
|
3f4bfa2d27
|
Bug 529272 - Wrong loop in nsInputStreamTee, r=michal.novotny
--HG--
extra : rebase_source : d95b0280646c62c88354432c5920befeaf0424a4
|
2010-03-19 08:43:00 +01:00 |
|
Chris Jones
|
ecaab71939
|
Backed out changeset bda8efa53512
|
2010-03-18 21:01:10 -05:00 |
|
Chris Jones
|
a9301cdf81
|
Bug 551392: Remove hack made unnecessary by unified build tiers. r=ted
|
2010-03-18 17:52:38 -05:00 |
|
Chris Jones
|
d7b8ead1aa
|
Bug 551392: Remove subprocess minidumps after they're grabbed to avoid spurious crash detection. r=ted
|
2010-03-18 17:52:36 -05:00 |
|
Simon Montagu
|
16606db5c5
|
Bug 411511: Make nsIProcess accept Unicode paths as well as native charset, r=bsmedberg
|
2010-03-18 10:37:12 +02:00 |
|
Robert Strong
|
e3958725d5
|
Bug 552602 - Open Containing Folder button on about:support(Troubleshooting Information) page does not work. Fallout from bug 548426. r=dougt
|
2010-03-17 16:12:00 -07:00 |
|
Daniel Holbert
|
34cb74310e
|
Bug 552805: Fix warning "overflow in implicit constant conversion" in TestEncoding.cpp. r=waldo
|
2010-03-17 01:54:17 -07:00 |
|
Daniel Holbert
|
8779011b89
|
Bug 552329: Fix compile warnings in xpcshell test TestOOM.cpp. r=dougt, test-only change on CLOSED TREE to see if tinderbox still wants to be red
|
2010-03-16 10:42:51 -07:00 |
|
Jonathan Watt
|
9380758ab8
|
Bug 551299. Add a SetCount() method to nsCOMArray and nsVoidArray. r=bsmedberg.
--HG--
extra : rebase_source : 676b497a4fda08ec509c2ce9fdc7060af8be1663
|
2010-03-15 11:38:50 +00:00 |
|
Uli Link
|
86f6901495
|
Bug 526457. Fix AIX compilation. r=bsmedberg
|
2010-03-15 14:43:16 +13:00 |
|
Brad Lassey
|
8a554159e8
|
bug 551882 - Windows Mobile should use the the WINAPI process model r=bsmedberg
|
2010-03-12 20:56:06 -05:00 |
|
timeless@mozdev.org
|
a590ecea7d
|
Bug 550198 nsMemoryImpl::FlushMemory returns rv uninitialized if !aImmediate and PR_IntervalToMicroseconds(now - sLastFlushTime) <= 1000
r=bsmedberg
--HG--
extra : rebase_source : 60094ce8f7f09bb5a5fcd9f16f8cadccde6d0ae9
|
2010-03-12 07:50:11 +01:00 |
|
Chris Jones
|
81b4a577bb
|
Bug 550425: Don't close the subprocess's stdout/stderr pipes until after it exits. r=bsmedberg
|
2010-03-11 01:35:25 -06:00 |
|
Brad Lassey
|
65e93ade37
|
follow up to bug 548207, test for WINCE instead of CROSS_COMPILE due to make check failure on OSX
--HG--
extra : rebase_source : 2b0ab634f5286e6317e147daa0cd790f633acdbf
|
2010-03-10 15:35:31 -05:00 |
|
Serge Gautherie
|
dfcd5d708d
|
Bug 551153 - ###!!! ASSERTION: Not a UTF-8 string when running TestUTF and TestAtoms; (Bv1) Make it fully explicit that Malformed8Strings[] is not to be used in debug builds.
r=jonas.
|
2010-03-10 21:03:23 +01:00 |
|
Brad Lassey
|
8857f4c08a
|
bug 548207 - allow make check to run over remote connection from devicemanager.py r=ted,ctalbert,jmaher
--HG--
rename : build/devicemanager.py => build/mobile/devicemanager.py
|
2010-03-10 13:36:45 -05:00 |
|