scc%mozilla.org
|
76bacb9cc2
|
fix for bug #43085. r=waterson, a=waterson
|
2000-06-20 04:25:20 +00:00 |
waterson%netscape.com
|
78239d38c2
|
Bug 42836. Handle null string in NS_ConvertUCS2toUTF8::Init().
|
2000-06-17 01:24:39 +00:00 |
scc%mozilla.org
|
9461eb8980
|
undo the change of the 10th. The code is still in, conditioned on |NS_DONT_USE_CHUNKY_STRING_ALLOCATION|. The performance hit was unacceptable, and checking the original change in on the tip was a mistake. r=rpotts; a=leaf, phil
|
2000-06-15 22:13:19 +00:00 |
brendan%mozilla.org
|
190a0bea06
|
Fiddle whitespace style.
|
2000-06-14 04:46:22 +00:00 |
scc%mozilla.org
|
2a994e534b
|
reduce bloat by not chunk-allocating strings (in |nsStr::Alloc|). Clients that don't benefit from this can explicitly call |SetCapacity|. We may re-introduce this functionality in the append of a single character when no space remains, if it turns out to be a problem. This optimization was suggested by profiling done by sfraser, who now promises to find out where it hurts us.
|
2000-06-12 02:54:22 +00:00 |
scc%mozilla.org
|
1d272d98b9
|
added some #ifdef logic to allow me to turn NEW_STRING_APIS off, so I can continue to profile for bloat; added an implementation specific |operator+()| to resolve ambiguity with promises on some platforms
|
2000-06-11 04:35:02 +00:00 |
scc%mozilla.org
|
84e47f2424
|
added some #ifdef logic to allow me to turn NEW_STRING_APIS off, so I can continue to profile for bloat; added an implementation specific |operator+()| to resolve ambiguity with promises on some platforms; added a conversion operator (against my best judgement) to |NS_ConvertASCIItoUCS2| to support the construction of literal strings induced by the bad case of the new macro. I could conditionally define this is the opposite direction.
|
2000-06-11 01:06:14 +00:00 |
scc%mozilla.org
|
7f51a498b1
|
added some #ifdef logic to allow me to NEW_STRING_APIS off, so I can continue to profile for bloat
|
2000-06-11 01:03:19 +00:00 |
alecf%netscape.com
|
a0b04734b4
|
fix purify errors - uninitialized memory on poorly formatted CID strings, and FMM on nsString::fputs
r=waterson, scc a=waterson
|
2000-06-08 23:34:53 +00:00 |
waterson%netscape.com
|
5e705488cb
|
Fix bonehead error warren found: don't re-initialize utf8len; we'll need it to set the string's length!
|
2000-06-08 23:07:15 +00:00 |
warren%netscape.com
|
512c8bf433
|
Renaming nsIAllocator to nsIMemory (and nsAllocator to nsMemory). API cleanup/freeze. Bug #18433
|
2000-06-03 09:46:12 +00:00 |
waterson%netscape.com
|
4f43183103
|
Bugs 41279, 41280, 41290. Implement NS_ConvertUTF8toUCS2, r=ftang. Fix NS_ConvertUCS2toUTF8 to set mLength, r=ftang. Re-implement ToNew[*]String to be less bloaty, r=scc,brendan
|
2000-06-02 20:06:54 +00:00 |
waterson%netscape.com
|
d8892ddb25
|
Fix boneheaded mistake: I left the return type of NS_ConvertUCS2toUTF8::Init().
|
2000-05-27 00:17:10 +00:00 |
waterson%netscape.com
|
b8f8ba79a7
|
Bug 40461. Implement NS_ConvertUCS2toUTF8, r=scc,brendan
|
2000-05-26 22:24:34 +00:00 |
scc%netscape.com
|
b04f4b0861
|
turning on the new strings API.
|
2000-05-16 07:18:04 +00:00 |
scc%netscape.com
|
f7b3e7de41
|
circular include logic defeated me ... protect the new operator definitions locally
|
2000-05-15 08:07:25 +00:00 |
scc%netscape.com
|
b141c8fd07
|
oops
|
2000-05-15 07:37:18 +00:00 |
scc%netscape.com
|
626f886483
|
adding macros and uses to support Solaris' inability to pick operator+
|
2000-05-15 07:28:00 +00:00 |
scc%netscape.com
|
a274af8eb7
|
changes to fix some errors constructing autostrings from null pointers that led to crashes
|
2000-05-15 03:10:19 +00:00 |
waterson%netscape.com
|
58fe0403d8
|
With NEW_STRING_APIS, turn on definition of string comparison operators to avoid accidental pointer comparisons. r=scc
|
2000-05-15 01:27:04 +00:00 |
scc%netscape.com
|
37ec015a19
|
fixed macro-based comparison operators to help with our type-unification problems
|
2000-05-13 21:39:37 +00:00 |
waterson%netscape.com
|
abb7aa4bf8
|
Fix build bustage. Added nscore.h, which declares NS_STATIC_CAST et. al.
|
2000-05-13 02:05:50 +00:00 |
waterson%netscape.com
|
7c5e4bf508
|
Deal with type unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
|
2000-05-13 00:23:04 +00:00 |
waterson%netscape.com
|
a926ea50f1
|
Deal with type-unification errors on gcc-2.7.2.3 using NEW_STRING_APIS. r=scc
|
2000-05-13 00:19:21 +00:00 |
scc%netscape.com
|
80b170c264
|
Fixed the block stomping bug by ensuring the correct |operator=()| was always available.
|
2000-05-12 05:25:26 +00:00 |
ftang%netscape.com
|
1968a91722
|
fix IsAscii function. The origional one report Latin1 characters as ASCII
|
2000-05-03 07:05:19 +00:00 |
mkaply%us.ibm.com
|
152f6f29e4
|
# 34082
r= dougt@netscape.com
OS/2 bring up continues - Adding PR_CALLBACKs for VisualAge Compiler
|
2000-05-02 22:38:04 +00:00 |
mkaply%us.ibm.com
|
5be272bc33
|
# 37239
r= dougt@netscape.com
OS/2 bring up continues - xpcom changes - #ifdefs for OS/2
|
2000-05-01 22:25:44 +00:00 |
scc%netscape.com
|
39d15cf8cf
|
fix for pink
|
2000-04-28 00:21:44 +00:00 |
scc%netscape.com
|
bb871f886d
|
making string conversions explicit; this checkin stops the back-sliding before we turn on NEW_STRING_APIS.
|
2000-04-27 20:37:54 +00:00 |
mjudge%netscape.com
|
3c00091d57
|
scc string fixes
|
2000-04-26 00:55:37 +00:00 |
scc%netscape.com
|
31b3913467
|
Added an additional permitting and denying signatures for |NS_ConvertASCIItoUCS2|
|
2000-04-23 01:03:28 +00:00 |
tbogard%aol.net
|
cd34e5b36e
|
Moved the implementation of AssignWithConversion to the cpp file since Linux and Windows didn't like it inline in the h file. r=scc
|
2000-04-22 09:17:20 +00:00 |
scc%netscape.com
|
ee30c7eb10
|
Added a signature previously covered by |Assign(const nsStr&)|, now |Assign( const nsString& )|.
|
2000-04-22 08:36:28 +00:00 |
pinkerton%netscape.com
|
46ce666141
|
Fix build bustage r=scc.
|
2000-04-21 07:34:06 +00:00 |
scc%netscape.com
|
85ee8b3604
|
there were a bunch of routines that returned references to this and were abused as much as they were used correctly. now they return |void|
|
2000-04-21 06:59:14 +00:00 |
scc%netscape.com
|
1d1d1c6957
|
needed to make the implementation of |EqualsIgnoreCase(nsIAtom*, ...)| available.
|
2000-04-17 14:50:07 +00:00 |
scc%netscape.com
|
3b6352004b
|
fixing build bustage
|
2000-04-17 12:22:37 +00:00 |
scc%netscape.com
|
8739a8e907
|
attempting to fix build bustage
|
2000-04-17 11:49:23 +00:00 |
scc%netscape.com
|
c952973a48
|
Added private unimplemented signatures of |...WithConversion| to prevent accidents where I should have used the non-converting form. Removed |AppendWithConversion|s that stood in for |AppendInt| and |AppendFloat|.
|
2000-04-17 11:06:41 +00:00 |
scc%netscape.com
|
0c5356d1cc
|
no, the |Equals(PRUnichar*, PRUnichar*, ...)| form is not what you think it is. It has to go. Make comparing with |nsIAtoms| remain avalailable even in |NEW_STRINGS_APIS|
|
2000-04-16 11:09:16 +00:00 |
scc%netscape.com
|
ab3abd034b
|
new ideas about string conversion
|
2000-04-15 00:05:17 +00:00 |
waterson%netscape.com
|
9d03c4287b
|
Explicit conversion required for NEW_STRING_APIS. r=scc
|
2000-04-04 06:03:20 +00:00 |
waterson%netscape.com
|
5ef034810c
|
Hackery to get NEW_STRING_APIS compiling on gcc-2.7.2.3. r=scc
|
2000-04-04 06:00:01 +00:00 |
scc%netscape.com
|
8c1a332162
|
Added a new converting signature |NS_ConvertToString| to substitute for this common practice |nsAutoString("a c string")| where used in parameter lists
|
2000-04-03 04:52:47 +00:00 |
scc%netscape.com
|
b8e00c5cc3
|
Unified some signatures of |AppendWithConversion|
|
2000-04-01 00:24:39 +00:00 |
scc%netscape.com
|
acb13c54fe
|
Had to add another signature of |AppendWithConversion|
|
2000-04-01 00:24:32 +00:00 |
alecf%netscape.com
|
df5c91bff8
|
fix build bustage
|
2000-03-31 07:55:08 +00:00 |
scc%netscape.com
|
f563b72b38
|
more work bringing |ns[C]String| into line with the new implementations. Again, this is no change when |NEW_STRING_APIS| is not defined.
|
2000-03-31 07:26:13 +00:00 |
scc%netscape.com
|
e6ae3320f8
|
adjustments to the string interfaces that should have no effect in the non-|NEW_STRING_APIS| case (yes, I built all changes to verify)
|
2000-03-30 22:51:51 +00:00 |