timeless%mac.com
|
46b177e406
|
fix Bugzilla Bug 75853 CR and LF are naked ifdefs
r=dveditz, sr=scc
|
2001-04-18 05:59:43 +00:00 |
|
jst%netscape.com
|
9abec73fbe
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
|
warren%netscape.com
|
e05eef45e9
|
Bug 46777. Redesigned stream interfaces to allows stream observers to be decoupled from pipe implementation. Needed for embedding to fix 'spin' problem. r=rpotts,valeski,ruslan
|
2000-08-22 07:03:33 +00:00 |
|
warren%netscape.com
|
a94aa1aa52
|
Fix for hash code performance problem discovered by bienvenu. 'Sampling' hash code was statistically evil.
|
2000-08-20 21:29:10 +00:00 |
|
warren%netscape.com
|
84b5fd67e3
|
Bug 46711. Removed nsAutoString travisty from nsStringKey. Introduced nsCStringKey. Made them both share the underlying string when possible. r=waterson
|
2000-08-10 06:19:37 +00:00 |
|
michael.lowe%bigfoot.com
|
ea7c30bd13
|
Fix some leaks, and other problems found using BoundsChecker r=bryner@uiuc.edu
|
2000-05-14 09:18:43 +00:00 |
|
ftang%netscape.com
|
5dcee0f2a2
|
add IsAscii function.
|
2000-05-03 07:04:25 +00:00 |
|
scc%netscape.com
|
cc62586f26
|
fixed some warnings
|
2000-03-22 22:55:10 +00:00 |
|
rickg%netscape.com
|
b652637555
|
WIP for new nsString; this doesn't impact current build
|
2000-03-12 07:47:09 +00:00 |
|
rickg%netscape.com
|
1a75640583
|
fixed off-by-1 error in compare, and added ReplaceSubstring(). r=syd
|
1999-12-02 10:14:38 +00:00 |
|
sfraser%netscape.com
|
5c1617659d
|
Add string versions of the line terminatin macros. r=pinkerton
|
1999-12-01 22:26:58 +00:00 |
|
dmose%mozilla.org
|
142ac52eaf
|
updated xPL license boilerplate to v1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:43:54 +00:00 |
|
warren%netscape.com
|
8e8c466e58
|
Added nsIPipe.idl, replacing nsPipe2.h. Fixed up some nsPipe2.cpp problems. Fixed bug in nsSegmentedBuffer segment growth. Extended TestPipes test case to cover much much more.
|
1999-08-24 08:45:17 +00:00 |
|
gagan%netscape.com
|
69f233cf62
|
Added the helper macro CRTFREEIF. Works for both char* and PRUnichar*. Saves
typing code... and adds obfuscation too! Wow. Alright RJC stop reading this
and get back to work.
|
1999-08-23 08:27:42 +00:00 |
|
jfrancis%netscape.com
|
79d5c5f26d
|
uhh, unfixing mac NS_LINEBREAK macro - macro was right, mac console code was wrong... workaround for console prob being placed in nsGlobalWindow.cpp
|
1999-08-03 12:42:19 +00:00 |
|
jfrancis%netscape.com
|
969c6446c4
|
fixing mac NS_LINEBREAK macro
|
1999-08-02 13:25:19 +00:00 |
|
scc%netscape.com
|
8d681a0998
|
use shared allocator
|
1999-07-22 18:23:02 +00:00 |
|
pavlov%netscape.com
|
d7695c62cf
|
reverting as per scc's request
|
1999-07-22 05:34:19 +00:00 |
|
scc%netscape.com
|
16e2ba6a23
|
explicitly define kCharsetConversionManagerCID only in files that need it ... move to canonical scheme for defining and using IIDs and CIDs
|
1999-07-22 05:25:17 +00:00 |
|
mcafee%netscape.com
|
7f42e390e5
|
BeOS changes
|
1999-06-29 10:27:58 +00:00 |
|
warren%netscape.com
|
4865cb6d8a
|
Added HashValue methods for ascii strings.
|
1999-06-26 06:32:35 +00:00 |
|
mscott%netscape.com
|
bdfc68dc2f
|
Add macro definition for NS_LINEBREAK and NS_LINEBREAK_LEN. Folks should use this instead of defining their own LINEBREAK macros all over the place.
|
1999-06-22 18:50:12 +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 |
|
dp%netscape.com
|
94344009c8
|
Landing xpcom20/21 branch.
|
1999-05-26 01:38:36 +00:00 |
|
alecf%netscape.com
|
39d97ca312
|
add a side effect warning that bit me hard during M6
|
1999-05-04 20:28:24 +00:00 |
|
warren%netscape.com
|
51b7658a46
|
Added nsCRT::free methods.
|
1999-04-22 04:25:17 +00:00 |
|
rickg%netscape.com
|
f601e29751
|
landing nsString2
|
1999-03-22 09:54:46 +00:00 |
|
warren%netscape.com
|
87ef6a89de
|
Backed out nsUnicharKey -- couldn't get it to build with -pedantic linux.
|
1999-03-19 10:27:41 +00:00 |
|
warren%netscape.com
|
a6fb69b832
|
Attempt to fix pendantic breakage.
|
1999-03-19 09:46:09 +00:00 |
|
warren%netscape.com
|
27f47bf2ac
|
Added nsUnicharKey for nsHashtables.
|
1999-03-19 09:02:43 +00:00 |
|
ftang%netscape.com
|
9a83e5f08d
|
add IsUpper and IsLower which work for all Unicode, reviewed and approved by kipp
|
1999-03-02 18:24:42 +00:00 |
|
kipp%netscape.com
|
577dbe2134
|
Defined some operator new/delete macros to help us get it right
|
1999-02-26 19:38:53 +00:00 |
|
alecf%netscape.com
|
ea6a6be543
|
add a few more string cases to fix compilers who complain about ambiguous overloading
|
1999-02-10 08:22:47 +00:00 |
|
bienvenu%netscape.com
|
a8df8db01e
|
back out linebreak defines
|
1999-02-09 05:06:35 +00:00 |
|
bienvenu%netscape.com
|
57567ced9f
|
add platform specific linebreak defines
|
1999-02-09 04:43:58 +00:00 |
|
warren%netscape.com
|
b6be0cc3db
|
Added CR LF defines for general use.
|
1999-02-09 04:19:58 +00:00 |
|
warren%netscape.com
|
6649625711
|
Added strncmp, made lengths be unsigned.
|
1999-02-06 03:56:17 +00:00 |
|
troy%netscape.com
|
f334dec10a
|
Added comment to strdup() noting that t he caller must use delete[]
to free the memory
|
1998-12-22 19:01:14 +00:00 |
|
warren%netscape.com
|
0580a8e5c4
|
Networking changes: Reworked nsIURL, adding setters, factoring Open. Unsigned arguments for nsIStreamListener.
|
1998-12-16 05:40:20 +00:00 |
|
peterl%netscape.com
|
76b0c57697
|
changed HashCode to HashValue and fixed return type
|
1998-09-02 01:59:30 +00:00 |
|
spider
|
725b9e3d9c
|
Fix UNIX build bustage
|
1998-04-30 16:40:38 +00:00 |
|
kipp
|
098bef52b4
|
moved to pub
|
1998-04-13 20:24:54 +00:00 |
|