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 |
|
Jonas Sicking
|
aafc11aca9
|
Bug 551129: Move tests in TestPermanentAtoms.cpp into the new shiny TestAtoms.cpp. Disable tests with known intentional assertions in debug builds. r=jst
|
2010-03-09 16:30:06 -08:00 |
|
Brad Lassey
|
cd471a77fa
|
bug 548426 - xpcom/tests/TestFile.exe fails for windows mobile r=bsmedberg
|
2010-03-09 11:40:16 -05:00 |
|
Mark Banner
|
6dad682aa7
|
Follow up to bug 534136, fix TestStaticAtoms test failure. r=sicking
|
2010-03-09 09:51:43 +00:00 |
|
Jonas Sicking
|
e6aa8d8aab
|
Bug 534136 part 4bis: Fix review comments from peterv that should have been in initial patch.
|
2010-03-08 08:03:55 -08:00 |
|
Jonas Sicking
|
e117cf60c1
|
Bug 534136 Part 7: Add tests for atoms. r=jst
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
0baab851d8
|
Bug 534136 Part 6: Properly handle invalid UTF8 string being passed to NS_NewAtom/do_GetAtom. r=jst
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
3cfc98309e
|
Bug 534136 Part 5: Clean up atomtable hash entries. r=jst
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
088a5c3e1c
|
Bug 534136 Part 4: Inline accessors on nsIAtom. r=peterv sr=jst
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
c4106f7f22
|
Bug 534136 Part 2: Use 16bit-char buffers inside atoms. r=bz sr=mrbkap
|
2010-03-08 07:45:00 -08:00 |
|
Jonas Sicking
|
1a6c0165bf
|
Bug 534136 Part 1: Make atoms keep a pointer to an nsStringBuffer rather than storing the data inline. r=bsmedberg
|
2010-03-08 07:44:59 -08:00 |
|
Ginn Chen
|
42dacb38cb
|
Bug 550154: PGO build issue on Solaris SPARC r=ted.mielczarek
|
2010-03-08 17:35:41 +08:00 |
|
Uli Link
|
d5626e719c
|
Bug 537967 - Moving FILE_ILLEGAL_CHARACTERS from nsCRT.h to nsCRTGlue.h for frozen linkages, r=bsmedberg,sr=shaver
|
2010-03-07 15:15:31 +01:00 |
|
Serge Gautherie
|
5df52e8422
|
Bug 521673 - Remove remnant OJI references; (Cv2) Delete /xpcom/reflect/xptcall/tests/eVC4/*.
rs=dougt.
|
2010-03-07 13:08:19 +01:00 |
|
Mike Hommey
|
ca80bf02ca
|
Bug 547656: xptcall broken on mips o32 big endian r=bsmedberg
|
2010-03-06 13:00:54 -05:00 |
|
Serge Gautherie
|
2c26aa63fc
|
Bug 514787 - Remove unused TARGET_CARBON and TARGET_API_MAC_CARBON in configure.in; (Cv1) Update nsILocalFileMac.idl too.
r=benjamin.
|
2010-03-05 21:57:14 +01:00 |
|
Daniel Holbert
|
dc311954c3
|
Bug 539585: Fix warning "warning: format '%p' expects type 'void *'" in xpcom directory. r=bsmedberg
|
2010-03-05 10:41:25 -08:00 |
|
Dão Gottwald
|
58a7f1bd64
|
Backed out changeset 4c8952703e77
|
2010-03-05 13:34:44 +01:00 |
|
Mike Hommey
|
8c175d347f
|
Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend
|
2010-03-05 13:02:22 +01:00 |
|
Brad Lassey
|
33f79e0aa9
|
fix comm-central bustage r=ted
--HG--
extra : rebase_source : 99482ae0d97a887d59cb9eb19c2eaafd0083995e
|
2010-03-04 15:07:29 -05:00 |
|
Chris Jones
|
db95ee1dcf
|
Bug 549435: Make the leak log available during ipc/-related startup and shutdown. r=bsmedberg
|
2010-03-04 13:50:28 -06:00 |
|
Brad Lassey
|
7941559ff8
|
bug 547521 - enable building for windows mobile with --disable-libxul r=ted
|
2010-03-04 13:47:35 -05:00 |
|
Chris Jones
|
dda6d9e99e
|
Bug 441324, part 4: Enable infallible operator new (leaving malloc fallible) in Gecko, and play well with the wince shunt. r=bsmedberg r=blassey r=vlad
|
2010-03-03 23:02:58 -06:00 |
|
Chris Jones
|
2141078f6e
|
Bug 441324, part 3: Configure and build changes for libmozalloc. r=bsmedberg
|
2010-03-03 23:02:57 -06:00 |
|
Mike Hommey
|
1c9a59ace0
|
Bug 543464 - Cleanup after make check in xpcom/tests. r=bsemdberg
|
2010-03-03 16:25:14 +01:00 |
|
Jonas Sicking
|
8e86b28780
|
Bug 549743: Abort if cycle collected object is refcounted from threads other than the main thread. Such refcounting will randomly cause leaks and crashes anyway, so better crash up front to make sure developers notice. r=dbaron
|
2010-03-02 16:04:34 -08:00 |
|
Ginn Chen
|
bbc617f0ad
|
Bug 542738 nsLocalFile::IsWritable/IsReadable/IsExecutable is wrong on Solaris r=dougt
|
2010-03-02 13:51:57 +08:00 |
|
Ginn Chen
|
ff798e8598
|
Bug 537071 Add x86_64 Solaris support for xpcom/reflect/xptcall r=jst
|
2010-03-02 13:51:40 +08:00 |
|
Benjamin Smedberg
|
9485b136dd
|
Bug 528250 - Unify all the intermediate tiers (xpcom/necko/external/gecko/toolkit) into one tier_platform, r=ted sr=vlad
|
2009-11-12 14:37:34 -05:00 |
|
Chris Jones
|
5e03f750df
|
Bug 541185: Fall back on clock_getres() when resolution detection fails, and remove bogus upper-bound sanity check. r=roc
|
2010-03-01 15:44:05 -06:00 |
|
Robert O'Callahan
|
ae2d325921
|
Bug 534425. Part 3: Make nsRefPtr be more lenient about initializing from an already_AddRefed. r=bsmedberg
|
2010-03-01 20:56:18 +13:00 |
|
timeless@mozdev.org
|
0c5fea1c77
|
Bug 503638 OOM crash [@ PL_DHashTableOperate | _MD_CURRENT_THREAD] in nsCycleCollector
r=dbaron
|
2010-02-28 11:23:59 +01:00 |
|
Jonas Sicking
|
88609dd848
|
Bug 549098: Work around expected asserts by disabling tests in debug builds. r=dbaron
|
2010-02-27 13:15:51 -08:00 |
|
Neil Rashbrook
|
dfd69c61aa
|
Bug 545730 Add nsRefPtr overload for CallQueryInterface r=dbaron
|
2010-02-27 16:01:53 +00:00 |
|
Karl Tomlinson
|
6ed1f5d145
|
b=517133 Get crash stats for X errors r=bsmedberg
--HG--
extra : rebase_source : e9b2319a566ecb5a8a3cd6ba322df97e1ff3ffc8
|
2010-02-24 14:25:16 -08:00 |
|