warren%netscape.com
|
97f562cfc2
|
Fixed problems with GetReadSegment after eof.
|
1999-06-21 21:05:07 +00:00 |
warren%netscape.com
|
f6e890721b
|
Making buffers work better. Now out-of-memory is handled properly.
|
1999-06-19 22:23:18 +00:00 |
rickg%netscape.com
|
fd74705b41
|
fixes Churchill's search bug, and crash bug 6469
|
1999-06-18 04:51:11 +00:00 |
rickg%netscape.com
|
e5e7c20dbc
|
fixed ToInteger (again) and eliminate bug 8140
|
1999-06-17 19:15:57 +00:00 |
rickg%netscape.com
|
1e43cc1e92
|
approved update
|
1999-06-17 07:24:13 +00:00 |
warren%netscape.com
|
d67d305bb9
|
Upped max pages because there's some sort of PRMonitor bug when you run out of VM space.
|
1999-06-16 04:15:12 +00:00 |
warren%netscape.com
|
ea65cc126c
|
Changed nsAutoMonitor to nsAutoCMonitor (cached monitors).
|
1999-06-16 04:15:08 +00:00 |
warren%netscape.com
|
d1a7f6e578
|
Added PR_LOG stuff.
|
1999-06-15 04:57:07 +00:00 |
rickg%netscape.com
|
a22536e99a
|
more error reporting in ToInteger()
|
1999-06-15 02:03:33 +00:00 |
rickg%netscape.com
|
d22b6af279
|
perf improvements, bug fix in insert(), better error reporting in ToInteger()
|
1999-06-13 21:23:04 +00:00 |
erik%netscape.com
|
605e35b9f9
|
Was crashing when property already existed. Fixed now, by ignoring
subsequent attempts.
|
1999-06-12 21:07:22 +00:00 |
bruce%cybersight.com
|
2931e016b0
|
Add newline at end of file for commercial unix compilers.
|
1999-06-12 16:59:57 +00:00 |
waterson%netscape.com
|
6935cf5057
|
Ensure that mBuf <-- 0 before assignment begins. Otherwise we run the rise of a failed assignment causing a duplicate free.
|
1999-06-12 16:39:11 +00:00 |
rpotts%netscape.com
|
5cb58c574b
|
Changed WriteSegments(...) to return NS_BASE_STREAM_FULL if a WriteSegment cannot be allocated. And to propagate WOULD_BLOCK if it is returned by the reader() function....
|
1999-06-12 08:52:59 +00:00 |
rpotts%netscape.com
|
05b81531f8
|
initialize the [out] parameters in GetWriteSegment so they are correct even if NS_OK is not returned...
|
1999-06-11 08:22:17 +00:00 |
sgehani%netscape.com
|
3eeb4463bb
|
Added enumeration service to PersistentProperties which returns an enumeration of
PropertyElement objects.
|
1999-06-11 02:20:36 +00:00 |
briano%netscape.com
|
6a00550c5e
|
Ifdef hack to get this to compile on SunOS 4.x.
|
1999-06-10 22:37:27 +00:00 |
waterson%netscape.com
|
cdd5c2124b
|
Remove nsStringImpl and nsIString.
|
1999-06-10 20:20:32 +00:00 |
akkana%netscape.com
|
57e34e9db5
|
Fix 5968 -- I got tired of seeing a bazillion warnings about the parameter index shadowing the globally defined string function
|
1999-06-10 20:18:17 +00:00 |
ramiro%netscape.com
|
8b1c0c50d5
|
This is all C code.
|
1999-06-09 10:08:12 +00:00 |
warren%netscape.com
|
0b2245488a
|
Cleaned up the nsIBuffer interface, added comments, etc.
|
1999-06-09 06:41:32 +00:00 |
warren%netscape.com
|
a619c8caf6
|
Added ReadSegments and WriteSegments to nsIBuffer to avoid the need to allocate intermediate buffers.
|
1999-06-09 04:52:47 +00:00 |
warren%netscape.com
|
47becf5b56
|
Added nscore.h to nsrootidl.idl for PRUnichar.
|
1999-06-09 03:19:10 +00:00 |
waterson%netscape.com
|
903e08a0d0
|
Obsolete. Generated from nsICollection.idl now.
|
1999-06-08 21:28:42 +00:00 |
waterson%netscape.com
|
57cb790229
|
Obsolete. Generated from nsIEnumerator.idl now.
|
1999-06-08 21:27:47 +00:00 |
warren%netscape.com
|
b113f2332f
|
Moved WriteFrom to nsIBufferOutputStream. Made necko pass around buffer streams.
|
1999-06-08 20:57:32 +00:00 |
sfraser%netscape.com
|
66152607d5
|
Fix for bug 7479; use unsigned char to avoid sign extension when converting to wide string. r rickg.
|
1999-06-08 00:28:47 +00:00 |
warren%netscape.com
|
c427020eb4
|
Added nsIBuffer::Search and cleaned up nsIBufferInputStream interface to just return the buffer.
|
1999-06-05 01:15:00 +00:00 |
jdunn%netscape.com
|
92ce1bb48a
|
AIX requires nsSubsumeStr to be a const... so for AIX (only) lets make it so
|
1999-06-04 22:08:19 +00:00 |
rickg%netscape.com
|
ead59aac8f
|
fixed warnings
|
1999-06-03 23:03:08 +00:00 |
rickg%netscape.com
|
4750d8ff9b
|
fixed offset error in FindCharInSet() and RFindCharInSet()
|
1999-06-03 22:12:27 +00:00 |
warren%netscape.com
|
00a8591812
|
IDLized stream interfaces. Required rename of overloaded Write method (now WriteFrom). Added nsIBufferInputStream for peek capability.
|
1999-06-03 21:51:09 +00:00 |
ducarroz%netscape.com
|
d984b2b85a
|
add nsISupportsArray.idl
|
1999-06-03 21:00:44 +00:00 |
waterson%netscape.com
|
bd60dc35e4
|
Fix XPIDL_MODULE typos.
|
1999-06-03 20:06:49 +00:00 |
rickg%netscape.com
|
71405a906b
|
fix bug 7479 per Erik VanDerPoel
|
1999-06-03 18:45:39 +00:00 |
jdunn%netscape.com
|
7535af1408
|
change false to PR_FALSE
|
1999-06-03 17:57:36 +00:00 |
rickg%netscape.com
|
7d255a1bd9
|
fix searching errors; safeguard assign
|
1999-06-03 10:49:14 +00:00 |
cathleen%netscape.com
|
19f3511bbb
|
prevent getting an outrageous index value, when a char is not found in a
given nsStr. broke XPInstall.
|
1999-06-03 01:11:14 +00:00 |
alecf%netscape.com
|
c5bb0477e4
|
first cut at scriptifying nsISupportsArray - remove constness from all methods, add new XPCOM compatible methods and fix layout code to handle lack of const methods
|
1999-06-02 02:06:32 +00:00 |
alecf%netscape.com
|
47ee537453
|
add XPIDLized version of nsISupportsArray
|
1999-06-02 02:03:45 +00:00 |
alecf%netscape.com
|
f2d0f1ba0f
|
stop using [] operator on nsISupportsArray - going away for scriptability
|
1999-06-02 00:14:41 +00:00 |
rickg%netscape.com
|
1851bc0098
|
update to nsString2 as default impl
|
1999-05-31 22:09:05 +00:00 |
rickg%netscape.com
|
9f99b05dc8
|
searching should be slightly faster now
|
1999-05-29 09:40:49 +00:00 |
rickg%netscape.com
|
fd7edc13b6
|
using brute-force search for now
|
1999-05-29 09:28:56 +00:00 |
rickg%netscape.com
|
8f2ceea3de
|
final update to nsString2 before switchover
|
1999-05-29 07:29:46 +00:00 |
law%netscape.com
|
ce6fed6775
|
XPIDL-ifying nsIOberver/nsIObserverService
|
1999-05-29 01:30:27 +00:00 |
law%netscape.com
|
0b7b490358
|
XPIDL-ifying nsIObserver/nsIObserverService
|
1999-05-29 00:51:17 +00:00 |
dp%netscape.com
|
87abaa38bd
|
Adding progid and classname
|
1999-05-27 22:47:27 +00:00 |
dp%netscape.com
|
75c92edeea
|
Removing ending ;
|
1999-05-27 22:45:24 +00:00 |
rickg%netscape.com
|
8fe0d4a29a
|
fixed bug in findStr
|
1999-05-27 10:28:50 +00:00 |