sgehani%netscape.com
|
44a0d2c157
|
Implemented resetTimer().
b=106551; r=dp; sr=sfraser
|
2001-11-20 03:33:11 +00:00 |
timeless%mac.com
|
dfa8594725
|
Bugzilla Bug 110080 change !NS_SUCCEEDED(status) to NS_FAILED(status)
s/!NS_SUCCEEDED/NS_FAILED/g;s/!NS_FAILED/NS_SUCCEEDED/g;
r=dougt sr=hewitt
|
2001-11-19 06:45:00 +00:00 |
dp%netscape.com
|
96ec2963de
|
Implementing NS_TIMELINE_MARK_TIMER1 that prints an additional string
along with the timer mark. r=sgehani, sr=sfraser
|
2001-11-17 20:20:25 +00:00 |
bzbarsky%mit.edu
|
0dce65ed23
|
Use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2 where possible
(i.e. where the string is a literal). Bug 104159, r=jag, sr=alecf
|
2001-11-14 01:33:42 +00:00 |
dbaron%fas.harvard.edu
|
261f76a8ba
|
Ensure that string literals are used as |const char*| rather than |char*|. r=jag sr=brendan b=107052
|
2001-11-07 06:24:10 +00:00 |
dbaron%fas.harvard.edu
|
21255aecf4
|
Remove unused stopwatch code. b=107510 r=jag sr=waterson
|
2001-11-03 05:46:18 +00:00 |
dbaron%fas.harvard.edu
|
7c974b33e2
|
Removing nsIStopwatch.idl, which was never really part of the build. b=107510 r=jag sr=waterson
|
2001-11-03 05:26:55 +00:00 |
dp%netscape.com
|
397b2dab4b
|
bug# 105509 inlining nsHashKey::nsHashKey
r=dougt, sr=jband
|
2001-11-02 04:58:30 +00:00 |
alecf%netscape.com
|
cdca66820d
|
remove all unicharutil dependencies from xpcom (finally!)
bug 100214, r=jag, sr=scc
|
2001-11-01 22:40:03 +00:00 |
bryner%netscape.com
|
7296193f07
|
Correcting the description of the third argument to NS_QuickSort. r=dbaron.
|
2001-11-01 22:21:34 +00:00 |
darin%netscape.com
|
af94e5ae56
|
fixes Darwin mach-o bustage (r=jband)
|
2001-11-01 05:06:41 +00:00 |
jband%netscape.com
|
8c53e7cc64
|
ack! forgot one .idl file. Fix Mac bustage
|
2001-11-01 02:08:41 +00:00 |
jband%netscape.com
|
f7cfdd5134
|
the HP compiler says that anonymous unions can't even have structs. So the union must be named. Fixing that bustage
|
2001-11-01 01:45:48 +00:00 |
jband%netscape.com
|
6d98c8cf02
|
fix Mac bustage (I hope). I think these names conflicted with other names
|
2001-11-01 01:15:53 +00:00 |
jband%netscape.com
|
4b584cadb6
|
fix bustage on compilers that don't like anonymouse structs in unions. who knew? sr=jst
|
2001-11-01 00:34:29 +00:00 |
jband%netscape.com
|
45a0a569e9
|
add support for nsIVariant and nsIPropertyBag. bug 44675 and bug 98209. sr=vidur r=dbradley
|
2001-10-31 23:35:07 +00:00 |
dbaron%fas.harvard.edu
|
e597daf615
|
Remove references to nsISimpleEnumerator.h from Makefile.in and MANIFEST as well. b=99136
|
2001-10-31 03:33:12 +00:00 |
mkaply%us.ibm.com
|
6a76a1ac33
|
#99136
r=dbaron
OS/2 bustage - removing H file that is now generated by IDL
|
2001-10-31 03:17:59 +00:00 |
dougt%netscape.com
|
1a5050445f
|
Moving nsISimpleEnumerator interface to new idl file. 99136, r=alecf@netscape.com sr=rpotts@netscape.com
|
2001-10-30 22:07:28 +00:00 |
dougt%netscape.com
|
105a0e23bf
|
Moving nsISimpleEnumeratory interface into a seperate idl file. bug 99136. r=alecf@netscape.com, sr=rpotts@netscape.com
|
2001-10-30 22:03:05 +00:00 |
dbaron%fas.harvard.edu
|
12f79ce98f
|
Replace static constructor of EmptyEnumeratorImpl with new/delete. b=68092 r=jag sr=waterson
|
2001-10-30 06:10:21 +00:00 |
dougt%netscape.com
|
24d6ea95cd
|
not part of build
|
2001-10-30 02:11:57 +00:00 |
dougt%netscape.com
|
197b257b94
|
check for null. if the reference ever goes away, we crash
|
2001-10-27 03:06:09 +00:00 |
dougt%netscape.com
|
dccf719a0c
|
fixes spelling error in interface comment
|
2001-10-26 00:11:18 +00:00 |
jst%netscape.com
|
24e75cc417
|
Fixing blocker bug 106527 (as part of bug 69468), allow creation of atoms for empty strings but don't crash when creating atoms for strings that have no internal buffer. r=dbaron@netscape.com, sr=brendan@mozilla.org
|
2001-10-24 23:36:58 +00:00 |
dougt%netscape.com
|
5879839812
|
Fixes bug 106313 (smoketest blocker). Allowing notification of weak references, regression caused by my nsIObserverService landing. sr=alecf@netscape.com.
|
2001-10-24 18:02:46 +00:00 |
jst%netscape.com
|
a9979d7127
|
Fixing bug 69468. Finally adding support for string nullness to XPConnect. r=jaggernaut@netscape.com, shaver@mozilla.org, sr=jband@netscape.com
|
2001-10-24 07:15:06 +00:00 |
dougt%netscape.com
|
220f65a002
|
backing out changes to 104172. r=ccarlen@netscape.com
|
2001-10-23 03:50:24 +00:00 |
dougt%netscape.com
|
5fe12c09e7
|
Extraneous Symbol Removal. Patch by Jon Smirl jonsmirl@mediaone.net. r=dougt@netscape.com, sr=alecf@netscape.com. Bug 104172 , 104316 , 104420 , 104426 , 104461 , 104511 , 104527
|
2001-10-23 01:37:21 +00:00 |
dougt%netscape.com
|
fdb581ad21
|
99163 - removing nsObserverService.h includes. Also fixing 106090, extra methods on nsObserverService. r=shaver@mozilla.org, sr=jband@netscape.com
|
2001-10-22 22:01:27 +00:00 |
dbaron%fas.harvard.edu
|
2d95ccc700
|
Reduce the performance cost of (threadsafely) refcounting many atoms by creating a second implementation of nsIAtom (derived from the first) that does not refcount and gets destroyed at XPCOM shutdown. Normal atoms are converted to permanent ones without loss of pointer identity when a permanent atom is requested and a normal one already exists. b=92141 r=waterson sr=brendan
|
2001-10-20 23:19:07 +00:00 |
dougt%netscape.com
|
e750cba0a2
|
fixed regression in mailnews caused by my last change. Need to support weak references both while adding AND while notifying... d'oh! a=pchen@netscape.com
|
2001-10-20 02:07:33 +00:00 |
dbaron%fas.harvard.edu
|
93178e2c8f
|
Fix build bustage from dougt's nsIObserver / nsIObserverService changes. b=99163
|
2001-10-19 23:28:44 +00:00 |
dougt%netscape.com
|
82b09ce8c5
|
Fixing build bustage. removing nsIObserverService.idl from MANIFEST
|
2001-10-19 22:26:37 +00:00 |
dougt%netscape.com
|
da7e1268bd
|
nsIObserver and nsIObserverService API freeze. r=rpotts@netscape.com, alecf@netscape.com. bug 99163
|
2001-10-19 20:52:59 +00:00 |
jband%netscape.com
|
fd11dc731f
|
Add support for loading typelibs from multiple directories and correctly tracking that in xpti.dat. Also speedup xpti.dat reading by getting rid of PR_sscanf. This fixes bug 104191 and bug 105042. r=ccarlen sr=jst.
|
2001-10-18 04:23:25 +00:00 |
brendan%mozilla.org
|
a96c9a9870
|
Add SetAlphaBounds, TABLE_SIZE, and MIN_ALPHA APIs (103990, r=dbaron, sr=waterson).
|
2001-10-16 05:40:27 +00:00 |
dbaron%fas.harvard.edu
|
3dac3645cb
|
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
|
2001-10-16 05:31:36 +00:00 |
dbaron%fas.harvard.edu
|
34fc404be7
|
Replace uses of overloaded |fputs| and most uses of |ns[C]String::ToCString|. b=104763 r=jag rs=scc
|
2001-10-16 03:53:44 +00:00 |
dougt%netscape.com
|
78857f3e42
|
adding const to aDest parameter of memcmp. r=me s/r=jband@netscape.com, submitted by jim_nance@yahoo.com, bug 97231
|
2001-10-15 13:28:45 +00:00 |
jband%netscape.com
|
a0b7e16ae7
|
NOT PART OF BUILD. Add support to track the type of the interfaces in an array
|
2001-10-12 01:51:08 +00:00 |
alecf%netscape.com
|
26cdedfc78
|
bug 104126 - remove nsStringArray::IndexOfIgnoreCase and its one consumer. sr=attinasi, r=jag
|
2001-10-11 01:30:52 +00:00 |
ftang%netscape.com
|
39fbce1449
|
fix bug 101852. r=alecf, sr=darin/brendan. add PRUnichar* base IsAscii routines
|
2001-10-10 00:27:51 +00:00 |
jband%netscape.com
|
9151e75d3c
|
NOT PART OF BUILD. bug 44675. bug 98209. New files
|
2001-10-09 23:42:22 +00:00 |
rjesup%wgate.com
|
ae301262f7
|
Bug 103330: Use Assign() instead of SetLength(0); Append(). r=jag, sr=alecf
|
2001-10-08 20:07:04 +00:00 |
bzbarsky%mit.edu
|
aeb875870c
|
Make nsICharsetAlias::GetPreferred() and nsICharsetAlias::Equals() take
nsAStrings instead of nsStrings. Bug 102096, r=ftang,jag. sr=shaver
|
2001-09-30 04:01:15 +00:00 |
jaggernaut%netscape.com
|
fdc4078bc4
|
Bug 100476: Convert uses of member functions ToNewUnicode, ToNewCString and ToNewUTF8String to their global versions and remove support from nsCString and nsString. r=dbaron, rs=scc
|
2001-09-29 08:28:41 +00:00 |
dougt%netscape.com
|
6a03e7e9b8
|
Adding new hash key. r=darin@netscape.com, sr=brendan@mozilla.org bug=81956
|
2001-09-28 21:37:23 +00:00 |
gerv%gerv.net
|
f385eb981a
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
dougt%netscape.com
|
c2bc6ca34d
|
protects against crash when calling smprintf with a null argument. r=me, sr=darin@netscape. patch submitted by risto.kankkunen@iki.fi. bug number 100293.
|
2001-09-25 22:21:14 +00:00 |