This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-11-14 15:37:55 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
498173ea6c
gecko-dev
/
netwerk
/
base
History
scc%mozilla.org
9aa980c04a
explicit constructors stop the automatic construction of a string for a comparison. Really, they want the equivalent of |IsEmpty()| here; let's just test the value of the char[0] in the buffer.
2000-09-03 05:47:01 +00:00
..
public
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
src
explicit constructors stop the automatic construction of a string for a comparison. Really, they want the equivalent of |IsEmpty()| here; let's just test the value of the char[0] in the buffer.
2000-09-03 05:47:01 +00:00
tests
.cvsignore
Makefile.in
makefile.win