scc%mozilla.org
|
5a0fb842cf
|
fixing bustage: alright, Linux isn't falling for the old |typename| trick. Guess I have to pull this out into a separate parameterized type.
|
2001-05-13 07:03:29 +00:00 |
scc%mozilla.org
|
af422d0edb
|
fixing bustage: adding |typename| where needed
|
2001-05-13 05:50:11 +00:00 |
scc%mozilla.org
|
01f459308d
|
bug #75551: r=jst, sr=sfraser. Added |CaseInsensitiveFindInReadable|
|
2001-05-13 05:16:10 +00:00 |
scc%mozilla.org
|
2b593f0672
|
bug #74726, partial fix, r=vidur, sr=jst: make |nsCommon[C]String| re-bindable; make constructors |explicit|; fix clients. bug #75169, r=jst, sr=waterson: fix string warnings on Windows; fix some typos
|
2001-05-11 08:41:21 +00:00 |
scc%mozilla.org
|
8a9d1f4a8c
|
bug #78658: checking in Chris Seawoods trivial fix to prevent writing to the console in optimized builds, sr=scc (myself)
|
2001-05-07 23:36:59 +00:00 |
scc%mozilla.org
|
ff2c1cc949
|
bug #70740: r=mjudge, sr=sfraser. Provide case-insensitive comparison for all string classes
|
2001-04-18 05:20:06 +00:00 |
scc%mozilla.org
|
752dd8bff5
|
[documentation], _never_ part of a build. fixing bad ``it's''s, and referencing the tracking bug
|
2001-04-18 00:22:01 +00:00 |
scc%mozilla.org
|
a690f3ec01
|
[documentation], _never_ part of a build. fixing the title to be a little less misleading
|
2001-04-16 21:47:49 +00:00 |
scc%mozilla.org
|
42a12c4a77
|
[documentation], _never_ part of a build. Checking in as I add more FAQs. I've added all my email replies to string questions from the last year, with significant formatting so they are readable. They will be edited to become FAQs.
|
2001-04-16 14:33:27 +00:00 |
dbaron%fas.harvard.edu
|
f308b8846b
|
Reduce the size of nsXPIDL[C]String by making destructor non-virtual and thus removing vtable pointer. b=75163 r=waterson@netscape.com sr=scc@mozilla.org
|
2001-04-14 17:08:16 +00:00 |
scc%mozilla.org
|
0ec97778cc
|
[documentation], _never_ part of a build. Checking in as I add more FAQs
|
2001-04-13 18:03:33 +00:00 |
scc%mozilla.org
|
db4471f196
|
[documentation] a=leaf, _never_ part of a build. Checking in as I add more FAQs
|
2001-04-13 16:41:51 +00:00 |
scc%mozilla.org
|
4dc21ef388
|
documentation only, never to be part of the build; fixing stylesheet problem
|
2001-04-13 13:48:50 +00:00 |
scc%mozilla.org
|
a8c540fc30
|
this file is documentation only; it will never be part of the build.
more initial content
|
2001-04-12 00:33:13 +00:00 |
scc%mozilla.org
|
6433880cf6
|
moved the css file to someplace where lxr can't hurt it: www.mozilla.org/projects/string/string-guide.css
|
2001-04-09 03:21:48 +00:00 |
scc%mozilla.org
|
36d9081328
|
well, the css file can't live here, because lxr mangles it
|
2001-04-09 03:09:03 +00:00 |
scc%mozilla.org
|
99028106b1
|
the start of some string documentation ... no real content yet, just an outline
|
2001-04-09 01:39:43 +00:00 |
scc%mozilla.org
|
08761a4743
|
bug #74866, r=dbaron, sr=shaver. |nsPromiseFlat[C]String| needs to forward more functions when the promised string doesn't implement the buffer handle magic, i.e., in |ns[C]String| derived classes. Also change |char_type| back to the real type because jag suggests it's more readable that way.
|
2001-04-06 14:04:29 +00:00 |
scc%mozilla.org
|
2944e101fc
|
fix speedracer bustage once and for all
|
2001-04-03 01:47:55 +00:00 |
scc%mozilla.org
|
040913e211
|
fix speedracer bustage
|
2001-04-03 00:23:06 +00:00 |
scc%mozilla.org
|
7dbc5145be
|
attempting to fix AIX, et al, bustage
|
2001-04-02 23:05:55 +00:00 |
scc%mozilla.org
|
8281da62e2
|
partial fix for ports bustage
|
2001-04-02 22:42:49 +00:00 |
scc%mozilla.org
|
4159076cc2
|
fix speedracer bustage; r=jag and jst
|
2001-04-02 22:00:34 +00:00 |
scc%mozilla.org
|
c355507eda
|
landing string branch; see bug #73786
|
2001-04-02 19:40:52 +00:00 |
jgmyers%netscape.com
|
e56c06dfcb
|
don't decode overlong UTF8 sequences: bug 29314 r=jag sr=scc
|
2001-04-01 19:40:32 +00:00 |
disttsc%bart.nl
|
7dc7816cb0
|
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 |
scc%mozilla.org
|
fe3472b95f
|
fix HPUX bustage, and additionally added some comments
|
2001-03-25 18:06:27 +00:00 |
disttsc%bart.nl
|
5ddb230f18
|
Fix Win32 bustage by adding NS_COM to declaration of StringAllocator_[char|wchar_t](), r/sr=scc
|
2001-03-25 02:26:33 +00:00 |
scc%mozilla.org
|
ebf83bca0f
|
bug #73297, r=shaver, sr=darin. Give string buffers an allocator hook to tie into js et al
|
2001-03-25 01:14:26 +00:00 |
disttsc%bart.nl
|
0b98c23d64
|
Move nsCString from |operator char*()| to |get()| and |NS_CONST_CAST| where needed. bug=53057, r=dmose, sr=shaver
|
2001-03-20 05:37:56 +00:00 |
disttsc%bart.nl
|
aebc676048
|
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
|
bdf7d4bb76
|
fixing documentation
|
2001-03-08 04:47:24 +00:00 |
syd%netscape.com
|
24f717a369
|
Deprecate nsStr->GetBuffer(). r=jag, sr=scc
|
2001-03-03 22:07:45 +00:00 |
disttsc%bart.nl
|
043186b34e
|
Preparation of removing nsCString::GetBuffer. Landing everything but the actual commenting out of nsCString::GetBuffer. bug=64016, r=timeless, sr=scc
|
2001-03-02 09:26:57 +00:00 |
scc%mozilla.org
|
cc9632726c
|
bug #53209: removing "nsSharedString.h"
|
2001-02-24 21:08:21 +00:00 |
scc%mozilla.org
|
605f7af38d
|
bug #53209: remove |nsSharedString|. It was already out of the build last night, now it's time to CVS remove it
|
2001-02-24 19:47:45 +00:00 |
cls%seawood.org
|
8643a92f86
|
Adding and updating necessary .cvsignore files. Bug #61550
|
2001-02-24 06:22:49 +00:00 |
scc%mozilla.org
|
5f022da463
|
attempting to fix build bustage on Solaris
|
2001-02-24 04:49:34 +00:00 |
scc%mozilla.org
|
ddb0743c0c
|
bug #53209: remove unused file from the build
|
2001-02-24 03:17:53 +00:00 |
scc%mozilla.org
|
6e60f7492d
|
bug #67876: r=jst, sr=alecf. Added comment documenting `NULL' string infrastructure.
|
2001-02-24 03:11:23 +00:00 |
scc%mozilla.org
|
e993480902
|
bug #69941: r=jag, sr=alecf. Fixed signature of |FindCharInReadable|.
|
2001-02-24 03:09:04 +00:00 |
scc%mozilla.org
|
64f1e22b83
|
bug #'s 69940 and 69289: r=dbaron, sr=waterson. Fix parameters to, templatization of |Substring()|.
|
2001-02-24 02:55:46 +00:00 |
scc%mozilla.org
|
38840f09e4
|
bug #67577: r=jag, sr=(ben, hyatt). short circuit full compare with length test
|
2001-02-23 06:28:13 +00:00 |
scc%mozilla.org
|
2339a7fcc1
|
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
|
97df62b78a
|
bug #65219: (work done by dbaron) r=jag, sr=scc. Remove leaking string recyclers.
|
2001-02-23 02:03:02 +00:00 |
disttsc%bart.nl
|
744785129a
|
Mass REQUIRES update to synch up with string lib and xul changes in an attempt to fix senna bustage. r=jst, sr=cls
|
2001-02-22 09:35:51 +00:00 |
disttsc%bart.nl
|
8e1b546e4d
|
Put strings in MODULE=string, sr=scc
|
2001-02-21 14:04:08 +00:00 |
disttsc%bart.nl
|
a36f4efcf6
|
Fix senna REQUIRES bustage
|
2001-02-21 13:38:30 +00:00 |
scc%mozilla.org
|
b178069da3
|
fix build bustage on senna (ports) by adding |REQUIRES|. r=jag
|
2001-02-21 12:35:31 +00:00 |
scc%mozilla.org
|
e4edf81e49
|
adding this file temporarily, till leaf can copy over the CVS file for the original (currently in mozilla/xpcom/ds/bufferRoutines.h). Need this file here to turn this library in the build
|
2001-02-21 05:15:50 +00:00 |