asqueella%gmail.com
|
443eac5de1
|
Bug 339069 - Optimization for RFindInReadable
p=Alfred Kayser <alfredkayser@nl.ibm.com>
r=darin, sr=dbaron
|
2007-07-24 01:30:19 +00:00 |
jwalden%mit.edu
|
ef68fcf595
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 07:08:56 +00:00 |
philringnalda%gmail.com
|
76e912c787
|
Bug 374754 - nsCategoryManager::AddCategoryEntry should notify about removal of the previous value, patch by Wladimir Palant <trev.moz@adblockplus.org>, r+sr=darin
|
2007-06-11 06:11:01 +00:00 |
gavin%gavinsharp.com
|
94a2c5a9e4
|
Bug 377189: fix nsIFileTest.cpp compilation, patch by Bernhard Rosenkraenzer <bero@arklinux.org>, r=dougt
|
2007-04-16 18:09:29 +00:00 |
dbaron%dbaron.org
|
d2a7c1e86a
|
Remove GetKeyPointer method from nsTHashtable key types. b=374906 r=bsmedberg
|
2007-03-27 15:35:02 +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
|
9df5416bc3
|
Bug 372546 - Mark pipe input/output streams as threadsafe. r=bsmedberg
|
2007-03-25 07:31:45 +00:00 |
jwalden%mit.edu
|
9658fa738b
|
Bug 373640 - nsIFile.parent throws an exception on reaching top of file system on Windows -- should return null. r=bsmedberg
|
2007-03-25 07:28:06 +00:00 |
gavin%gavinsharp.com
|
0b8bcb32eb
|
Fix windows unit test bustage by reverting previous change (bug 332389 comment 24)
|
2007-03-12 11:10:11 +00:00 |
joshmoz%gmail.com
|
67b208f71d
|
remove unnecessary exception handling code in unit test for bug 332389. r=jwalden
|
2007-03-12 09:19:40 +00:00 |
joshmoz%gmail.com
|
8c4ebdb40f
|
xpcshell unit test for bug 332389, ensure that GetParent() returns nsnull at the top of the volume. patch by Wladimir Palant. b=332389 r=josh
|
2007-03-12 07:42:59 +00:00 |
jwalden%mit.edu
|
f581a0f0e6
|
Bug 367467 - Allow inputstream generation at the end of data in a storage stream (i.e., so reading from the new stream automatically blocks/throws and doesn't even read any data). r=bsmedberg
|
2007-03-09 12:28:55 +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 |
sayrer%gmail.com
|
ad84b373a6
|
Bug 367608. implement nsIFile::normalize() on OS X. r=mano, sr=bsmedberg
|
2007-01-30 21:50:45 +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 |
dveditz%cruzio.com
|
c253c7e3aa
|
coverity-found potential use-after-free in testcases (bug 334541). r=bsmedberg
|
2007-01-26 02:50:18 +00:00 |
bent.mozilla%gmail.com
|
8d434860f8
|
Bug 366592 - "Add comparison operators to external string API". r=bsmedberg.
|
2007-01-17 21:10:02 +00:00 |
gerv%gerv.net
|
fd0b7c527e
|
Bug 236613: change to MPL/LGPL/GPL tri-license.
|
2006-12-11 09:45:41 +00:00 |
cvshook%sicking.cc
|
5c7ed7c2dc
|
Don't return nsDerivedSafe when .get() is explicitly used on nsCOMPtr and nsRefPtr. r/sr=dbaron
|
2006-11-21 21:28:14 +00:00 |
bzbarsky%mit.edu
|
64d02213e0
|
Fix some compiler bustage over here and eliminate compiler warnings by being
very clear that it's all unsigned. No bug, r+sr=sicking
|
2006-11-04 05:14:55 +00:00 |
cvshook%sicking.cc
|
45d11c34f5
|
Back out previous checkin, ENABLE_TESTS is not available inside code
|
2006-11-03 00:52:40 +00:00 |
cvshook%sicking.cc
|
c7b1028be8
|
Better way of fixing previous TestTArray bustage that allows testing nsAutoTArray even for non-debug builds.
|
2006-11-02 22:42:34 +00:00 |
cvshook%sicking.cc
|
428b7a3dcd
|
Disable test_autoarray in non-debug builds since it relies on debug-only code
|
2006-11-02 20:26:05 +00:00 |
cvshook%sicking.cc
|
bd10875996
|
Add nsAutoTArray and nsAutoTPtrArray. b=356299 r/sr=darin
|
2006-11-02 19:33:10 +00:00 |
cvshook%sicking.cc
|
d86d1443a1
|
Bug 355754: Add nsTPtrArray. r=darin sr=bz
|
2006-10-17 21:40:07 +00:00 |
timeless%mozdev.org
|
5892f37244
|
Bug 353137 TestVersionComparator.cpp: Warning: String literal converted to char* in assignment.
r=dougt
|
2006-09-22 07:44:03 +00:00 |
bzbarsky%mit.edu
|
f365a5ece5
|
Remove no longer used tests so they stop confusing folks. Bug 347658, r+sr=darin
|
2006-08-08 16:44:29 +00:00 |
mark%moxienet.com
|
983e3eb5f7
|
Annoting tests where failure is expected (bug 347778 comments 3 and 5)
|
2006-08-08 16:43:41 +00:00 |
mark%moxienet.com
|
4d3edaaa3b
|
347778 nsLocalFile::MoveTo no longer creates directories when needed on OS X after bug 294584. r=darin
|
2006-08-07 21:27:09 +00:00 |
benjamin%smedbergs.us
|
c061e0dd91
|
Bug 339105 - nsUnicharPtrHashKey, r=darin
|
2006-06-15 13:48:29 +00:00 |
benjamin%smedbergs.us
|
d261714eef
|
Bug 337731 - Make gnomevfs use frozen linkage, r=darin
|
2006-05-23 19:50:24 +00:00 |
benjamin%smedbergs.us
|
53fb009bdb
|
Bug 337730 - add additional utilities to nsStringAPI, r=darin
TestMinStringAPI.cpp moved from xpcom/glue to xpcom/glue/external
|
2006-05-19 22:46:38 +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 |
cbiesinger%web.de
|
1fe4516c9f
|
bug 335180 Remove win32.order, mozilla-bin.order, --enable-reorder, and
associated code. These options do not really work anymore.
r=bsmedberg
|
2006-05-06 17:53:51 +00:00 |
darin%meer.net
|
aed45f7b66
|
fixes bug 327719 "Passing a big double serialize a rounded double" patch by afatecha@idea.com.py r=dbaron sr=darin
|
2006-03-15 14:23:11 +00:00 |
timeless%mozdev.org
|
a279d689e5
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-02-23 09:36:43 +00:00 |
darin%meer.net
|
77549a81cf
|
fixes bug 325331 "Make nsTArray a bit more useful" r=bsmedberg (relanding)
|
2006-02-08 01:23:26 +00:00 |
darin%meer.net
|
862be27570
|
reverting last change since it makes vc6 unhappy.
|
2006-02-04 01:21:54 +00:00 |
darin%meer.net
|
61e0f802ae
|
fixes bug 311456 "Calling Truncate() on an nsAutoString makes next append work hard and doesn't clear F_VOIDED flag" r=bzbarsky
|
2006-02-04 00:42:18 +00:00 |
darin%meer.net
|
c92881580c
|
fixes bug 325331 "Make nsTArray a bit more useful" r=bsmedberg
|
2006-02-03 21:41:31 +00:00 |
cbiesinger%web.de
|
a898e666b8
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
darin%meer.net
|
944944ce57
|
fixes bug 324981 "nsTArray crash in RemoveElement" r=bsmedberg
|
2006-01-30 17:16:50 +00:00 |
bryner%brianryner.com
|
82d6fa213e
|
Remove deprecated nsTString::ToCString (bug 323471). r+sr=darin.
|
2006-01-24 19:22:02 +00:00 |
darin%meer.net
|
1b9df43bad
|
fixes bug 321997 "Minimize memory footprint of nsTArray object" r=sicking,bsmedberg
|
2006-01-10 20:38:54 +00:00 |
bsmedberg%covad.net
|
0c3a95a05b
|
Fix bug 319068 bustage.
|
2005-12-13 18:27:04 +00:00 |
darin%meer.net
|
7c63996b9c
|
fixes bug 319068 "nsTArray::IndexOf and friends should support an argument of another type" r=bsmedberg
|
2005-12-12 21:28:29 +00:00 |
darin%meer.net
|
5443c7a6e8
|
fixes bug 319636 "Provide convenience function for consuming an entire nsIInputStream" r=biesi sr=bzbarsky
|
2005-12-09 21:35:27 +00:00 |
jst%mozilla.jstenback.com
|
7a5af690c6
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
bryner%brianryner.com
|
2365e05a33
|
Fix crashes when dealing with 0-sized arrays (bug 317959). Patch by darin, r+sr=me.
|
2005-11-28 20:27:42 +00:00 |