shanjian%netscape.com
|
a6b06cd95b
|
#134053 utf8 conversion problem in nsString.h
Change conversion to handle surrogates
r=yokoyama, sr=scc
|
2002-10-08 02:10:52 +00:00 |
jaggernaut%netscape.com
|
f923232916
|
Bug 162017: first step to inlining nsStr. r=kaie, sr=alecf
|
2002-09-17 13:56:34 +00:00 |
henry.jia%sun.com
|
2ed04a52f2
|
Patch for Bug 75081: nsCString::FindChar is stupid. Extremely stupid
Patch by bratell@lysator.liu.se
r=jag, sr=alecf
|
2002-08-14 04:13:38 +00:00 |
alecf%netscape.com
|
e9e1a39573
|
fix for bug 157572 - remove nsIAtom references from strings, and thus expicitly #include nsIAtom.h for consumers who are expecting it.
r=dmose, sr=jag, a=asa
|
2002-07-25 18:31:10 +00:00 |
mkaply%us.ibm.com
|
eb72cd976b
|
#154680
r=mkaply, sr=jag
Wrong default offset passed into RFind - should be -1
|
2002-06-28 20:31:09 +00:00 |
dougt%netscape.com
|
c683a217ab
|
Fixes mozilla/strings requiring unfrozen nsCRT class. patch by scc, r=dougt, sr=jag, b=136756
|
2002-05-15 18:55:21 +00:00 |
jaggernaut%netscape.com
|
0abdd7c9ad
|
Bug 132583: deal more cleanly with passing non-UTF8 strings to NS_ConvertUTF8toUCS2. r=scc, sr=darin
|
2002-05-14 08:27:57 +00:00 |
pinkerton%netscape.com
|
96d4eb18d8
|
make NS_ConvertUTF8toUCS2(ptr, length) work correctly. r=jag/sr=scc bug#141866
|
2002-05-06 21:50:45 +00:00 |
pinkerton%netscape.com
|
270d6a852d
|
backing out last patch, it doesn't work
|
2002-05-03 14:20:31 +00:00 |
pinkerton%netscape.com
|
d9e2699e22
|
Fix NS_ConvertUTF8ToUCF2 correctly work with substrings. patch by jag, r=pink
sr=scc, bug#141866
|
2002-05-03 13:57:12 +00:00 |
alecf%netscape.com
|
9348ce8ac8
|
fix bug 139633 - as a part of freezing nsAString, move Left/Right/Mid back into nsString, and fix consumers to start using Substring()
r=jag, sr=darin
|
2002-04-29 20:29:54 +00:00 |
dbaron%fas.harvard.edu
|
6cdcd7ef3a
|
Convert users of nsAReadable[C]String and nsAWritable[C]String typedefs to [const] nsA[C]String. b=131899 r=scc sr=jag a=asa
|
2002-03-24 00:16:18 +00:00 |
alecf%netscape.com
|
451df7d6c3
|
a further nsString api reduction: remove the last case-insensitive PRUnichar*-to-PRUnichar* comparisons, moving to new API, and remove old methods from nsString. r=dougt, sr=jag a=scc
|
2002-03-19 06:46:56 +00:00 |
jdunn%netscape.com
|
16e84921e2
|
fixing AIX bustage and sticking with the c++ standard for "friend" and
"function protyping" guidelines
Submitted by pkw@austin.ibm.com
# 43311
sr=jaggernaut@netscape.com
a=asa@mozilla.org
|
2002-03-08 12:37:00 +00:00 |
alecf%netscape.com
|
cd8f07f3e8
|
bug 127091 - big string cleanup, removing old APIs
- removing Assign/AppendWithConversion for single-characters
- removing unused StripChars
- removing ReplaceChar[s] for non-matching chars
- removing CompressSet
- removing nsCString::Find/FindCharInSet/RFind for unichar strings
- removing lots of EqualsWithConversion
r=dp, sr=jag
a=asa
|
2002-03-04 23:18:21 +00:00 |
alecf%netscape.com
|
28b3772942
|
First part of fix for bug 107575 - remove nsString::FindChar because there is already an nsAString::FindChar, and remove the "ignore case" option in RFindChar
r=dougt, sr=jag
|
2002-01-30 06:04:29 +00:00 |
alecf%netscape.com
|
958260821a
|
bug 108962 - shrink nsStr by 4 bytes by packing mCharSize and mOwnsBuffer into bits of mCapacity
r=dbaron, sr=jst, with an almost-sr=jag
|
2002-01-24 23:46:56 +00:00 |
alecf%netscape.com
|
a7e8646371
|
fix for bug 114450 - be explicit about string comparison w.r.t. character size - no more hand-rolled vtables!
sr=jag, r=dbaron
|
2002-01-24 19:14:18 +00:00 |
jaggernaut%netscape.com
|
bd932efbcb
|
Bug 113228: Remove To{Lower,Upper}Case from ns{C}String. r=bzbarsky, sr=jst
|
2002-01-05 11:18:57 +00:00 |
jaggernaut%netscape.com
|
75b1455d5d
|
Bug 116957: Put Adopt on ns{C}String, and use it in nsStandardURL. r=dbaron, rs=scc
|
2001-12-26 23:14:12 +00:00 |
jaggernaut%netscape.com
|
6cb69b170f
|
Bug 115671: Add faster To{Upper,Lower}Case for nsASingleFragment{C}String, r=dbaron, sr=dveditz, and ns{C}String, r=bbaetz, sr=scc
|
2001-12-23 02:56:41 +00:00 |
jaggernaut%netscape.com
|
83839f350e
|
BUg 113228: Replace nsC?String::To(Lower|Upper)Case with global To(Lower|Upper)Case. r=dbaron, sr=jst
|
2001-12-08 07:08:38 +00:00 |
alecf%netscape.com
|
64bbae7daf
|
move UTF8traits to the public realm for later consumption
r=dbaron r=jag (the string experts)
for bug 110531
|
2001-11-29 02:53:48 +00:00 |
jaggernaut%netscape.com
|
0ecf7cce91
|
Bug 98213: Make data members of nsStr protected and clean up code. r=dbaron, sr=alecf
|
2001-11-14 12:35:52 +00:00 |
jaggernaut%netscape.com
|
79e0a6c9a2
|
Bug 73292: Add const nsACString& constructor to NS_Convert(ASCII|UTF8)toUCS2. r=dbaron, sr=scc.
|
2001-10-17 05:17:53 +00:00 |
dbaron%fas.harvard.edu
|
fb1a06783c
|
Remove overloaded fputs functions, DebugDump, and (from nsCString only) ToCString). b=104763 r=jag rs=scc
|
2001-10-16 05:35:38 +00:00 |
dbaron%fas.harvard.edu
|
5a357eea01
|
Making debugging code be |#ifdef DEBUG|. b=91036 r=harishd sr=jst
|
2001-10-16 05:31:36 +00:00 |
jaggernaut%netscape.com
|
4e91454ef0
|
Remove dead code from obsolete string classes: ToNewString(), IsUnicode() and GetBuffer(). r=dbaron, rs=scc
|
2001-10-14 05:06:53 +00:00 |
jaggernaut%netscape.com
|
ca6197295f
|
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 |
gerv%gerv.net
|
4e12e44b2f
|
Relicensing Round 1, Take 2. Most C-like NPL files -> NPL/GPL/LGPL. Bug 98089.
|
2001-09-28 20:14:13 +00:00 |
jaggernaut%netscape.com
|
45d38c6d6e
|
Bug 100764: remove NS_ConvertABCtoXYZ(CharT). r=dbaron, rs=scc
|
2001-09-25 09:37:13 +00:00 |
jaggernaut%netscape.com
|
e023c4ded4
|
Remove #define nsString2 nsString and #define nsAutoString2 nsAutoString and fix last few uses of them. r=dbradley, rs=scc
|
2001-09-05 12:42:54 +00:00 |
jaggernaut%netscape.com
|
3b3680c17e
|
Bug 98153: Remove SubsumeStr. r=dbaron, sr=scc
|
2001-09-05 10:46:45 +00:00 |
jaggernaut%netscape.com
|
f9c67333fd
|
Bug 88413: Remove GetUnicode() from nsString. Begone! r=dbaron, sr=scc
|
2001-07-03 09:09:56 +00:00 |
dbaron%fas.harvard.edu
|
d4fabc2675
|
Add hack to make functions that used to work with nsXPIDLString continue to work now that nsXPIDLString inherits from nsAString by adding inline methods to resolve ambiguity for compilers that don't support |explicit|. r=jaggernaut sr=waterson b=88411, 88420
|
2001-06-29 23:12:48 +00:00 |
jst%netscape.com
|
77aeecc056
|
scc checking in from jst's account. bug #75220: sr=jst, rs=brendan. renaming |nsPromiseC?Concatenation| to |nsDependentC?Concatenation|; |nsPromiseC?Substring| to |nsDependentC?Substring|; |nsLiteralC?String| and |nsLocalC?String| to |nsDependentC?String|, as these new names better reflect clients obligations to instances.
|
2001-05-19 11:27:30 +00:00 |
scc%mozilla.org
|
70de2e4a46
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
disttsc%bart.nl
|
f4edb65ad4
|
bug 73339: Remove NS_ConvertToString (just another name for NS_ConvertASCIItoUCS2) from the tree. r=jst, sr=scc
|
2001-03-27 11:17:17 +00:00 |
disttsc%bart.nl
|
8b43034cef
|
Change implicit conversion from
|NS_ConvertUTF8toUCS2|
|NS_ConvertASCIItoUCS2|
|NS_ConvertUCS2toUTF8|
|ns[C]LiteralString|
|ns[C]PromiseFlatString|
to explicit |get()|.
Add |get()| to |nsString|, remove implicit conversion operators where possible, add NS_WARNING where not (yet!).
Bug=53057, r=alecf, sr=scc
|
2001-03-08 08:05:05 +00:00 |
scc%mozilla.org
|
98d9d2ebaf
|
bug #69907: rs=brendan. Fix file-level comments in (to be) obsolete string files so they are clearer in LXR directory views.
|
2001-02-23 02:43:42 +00:00 |
scc%mozilla.org
|
6a8b3af976
|
bug #65219: (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers.
|
2001-02-23 02:03:02 +00:00 |
scc%mozilla.org
|
89f6b7263b
|
bug #53071: r=danm, sr=alecf. Eliminate redundant implemenations, resolve resulting ambiguities.
|
2001-02-06 23:07:24 +00:00 |
vidur%netscape.com
|
3d01aed3f7
|
Changes to parser to allow less copying. Use of the new nsSliding[Sub]String classes so that tokens can hold substrings that keep references into the scanner buffer. Cleaned up token interface and general string usage. r=harishd,heikki sr=jst
|
2000-12-12 21:58:14 +00:00 |
scc%mozilla.org
|
a2b86d5574
|
adding |.get()| for the other half of |NS_LITERAL_STRING|
|
2000-09-13 03:44:58 +00:00 |
scc%mozilla.org
|
4bc5b685d6
|
adding back a couple more |operator+|s for gcc
|
2000-09-04 01:34:04 +00:00 |
scc%mozilla.org
|
0caf9417c2
|
bustage fix for old gcc; already built on speedracer to ensure that it works, and on Mac to ensure that doesn't break modern compilers
|
2000-09-03 22:38:38 +00:00 |
scc%mozilla.org
|
766ce2dea2
|
now that constructors are explicit, we'll have to get rid of extra comparison operators ... in fact, this is to fix immediate bustage
|
2000-09-03 03:16:47 +00:00 |
scc%mozilla.org
|
96b9a39082
|
making all string construction explicit; plus (now that the DOM APIs are turned on and you can no longer build without NEW_STRING_APIS) chopping out |#ifdef|ed code
|
2000-09-02 20:53:31 +00:00 |
beard%netscape.com
|
b1ef2faa2c
|
fixing build bustage. r=scc
|
2000-08-31 06:00:21 +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 |