This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
string
/
src
History
dougt%netscape.com
3ce22699b8
landing 172512. nsEmbedString for component developers and embeders. r=alec, sr=jag/darin, a=asa@mozilla.org
...
git-svn-id: svn://10.0.0.236/trunk@132196 18797224-902f-48f8-a5cc-f745e15eee43
2002-10-17 23:41:47 +00:00
..
Makefile.in
Define WIN32_LEAN_AND_MEAN globally for win32 builds.
2002-10-17 06:47:01 +00:00
nsASingleFragmentString.cpp
…
nsAString.cpp
landing 172512. nsEmbedString for component developers and embeders. r=alec, sr=jag/darin, a=asa@mozilla.org
2002-10-17 23:41:47 +00:00
nsDependentConcatenation.cpp
Bug 139649: Fix string code to use IsDependentOn instead of depending on nsAPromiseString type. r=scc, sr=darin
2002-05-15 03:28:44 +00:00
nsDependentSubstring.cpp
…
nsFragmentedString.cpp
…
nsPrintfCString.cpp
…
nsPromiseFlatString.cpp
Bug 139649: Fix string code to use IsDependentOn instead of depending on nsAPromiseString type. r=scc, sr=darin
2002-05-15 03:28:44 +00:00
nsReadableUtils.cpp
b=141317 CopyToLowerCase produces strings with random content
2002-05-01 14:02:11 +00:00
nsSharableString.cpp
…
nsSharedBufferList.cpp
…
nsSlidingString.cpp
Get rid of gcc3's numerous warnings about using <new.h> instead of <new> by creating a new #define, NEW_H, which should be used instead of <new.h> or <new>. This is so we can continue to support a couple of braindead compilers that don't accept <new>. Bug 155852, r=cls.
2002-08-19 03:50:27 +00:00
nsXPIDLString.cpp
…