scc@mozilla.org
|
e155b1aa9c
|
bug #69941: r=jag, sr=alecf. Fixed signature of |FindCharInReadable|.
|
2001-02-24 03:09:04 +00:00 |
|
vidur@netscape.com
|
5d0ca658ca
|
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 |
|
hyatt@netscape.com
|
4778439620
|
Fix win32 build bustage, r=scc
|
2000-10-05 07:48:20 +00:00 |
|
scc@mozilla.org
|
19874b0343
|
bug #54712, r=rjc, a=waterson. Added a |Distance| function to calculate the span between two iterators, then added a constructor and appropriate global function to allow |Substring|s to be made from iterators in addition to the old scheme of {index,length}
|
2000-10-05 01:07:02 +00:00 |
|
scc@mozilla.org
|
085d2003ca
|
refactoring |ToUpperCase|, |ToLowerCase|
|
2000-09-09 07:30:55 +00:00 |
|
jst@netscape.com
|
19cfb582ad
|
Fix to ToUpperCase and ToLowerCase so that we actually hit all characters. r=scc
|
2000-08-23 19:23:15 +00:00 |
|
jst@netscape.com
|
3ba32f670e
|
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 |
|
scc@mozilla.org
|
eae6375192
|
also including "nsAWritableString.h" to satisfy speedracer
|
2000-08-05 08:32:18 +00:00 |
|
scc@mozilla.org
|
658dae1e3b
|
need |NS_COM| in the declarations too
|
2000-08-05 08:20:50 +00:00 |
|
scc@mozilla.org
|
78854711fa
|
added comments and made some changes suggested by reviewers; still not in the build
|
2000-08-05 04:25:49 +00:00 |
|
scc@mozilla.org
|
4604110300
|
These files are not yet part of the build; making global versions of |IsASCII|, |ToNewCString|, and |ToNewUnicode| that apply to readables, since we don't want them as member functions (where they were in |ns[C]String|). Vidur needs these to convert DOM interfaces over to readables.
|
2000-08-05 00:51:37 +00:00 |
|