gecko-dev/xpcom/string
Nick Alexander 1b75555dc7 Bug 1651136 - Part 1: Allow (and mark) certain xpcom/ headers as non-XPCOM. r=froydnj,bytesized
`nscore.h` includes `xpcom-config.h` which need not be generated for
non-XPCOM consumers.  In additon, `nullptr` and `bool` are C++
keywords, so at least some of the comments were dated.

The added include lines address transitive consumers of `nscore.h`.

Differential Revision: https://phabricator.services.mozilla.com/D82640
2020-07-08 22:57:26 +00:00
..
crashtests
README.html
moz.build Bug 1432749 - Part 1: Add DefaultHasher for nsTString. r=smaug 2020-04-14 06:00:05 +00:00
nsASCIIMask.cpp
nsASCIIMask.h
nsAString.h Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsCharTraits.h
nsDependentString.cpp
nsDependentString.h
nsDependentSubstring.cpp
nsDependentSubstring.h
nsLiteralString.h Bug 1648010 - Remove NS_LITERAL_STRING and NS_LITERAL_CSTRING macros. r=froydnj 2020-07-01 22:48:43 +00:00
nsPrintfCString.h
nsPromiseFlatString.cpp
nsPromiseFlatString.h
nsReadableUtils.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsReadableUtils.h Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsString.cpp
nsString.h
nsStringBuffer.h
nsStringComparator.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsStringFlags.h
nsStringFwd.h Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsStringIterator.h
nsStringObsolete.cpp Bug 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +00:00
nsSubstring.cpp Bug 1629342 - Print string stats on process exit only if there is a leak. r=erahm,mccr8 2020-04-12 17:23:12 +00:00
nsTDependentString.cpp
nsTDependentString.h
nsTDependentSubstring.cpp Bug 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +00:00
nsTDependentSubstring.h Bug 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +00:00
nsTLiteralString.h Bug 1648010 - Replace uses of NS_LITERAL_STRING/NS_LITERAL_CSTRING macros by _ns literals. r=geckoview-reviewers,jgilbert,agi,hsivonen,froydnj 2020-07-01 08:29:29 +00:00
nsTPromiseFlatString.cpp
nsTPromiseFlatString.h
nsTString.cpp
nsTString.h Bug 1624776 - Replace MOZ_MUST_USE with [[nodiscard]] in xpcom. r=xpcom-reviewers,KrisWright 2020-03-27 17:21:48 +00:00
nsTStringComparator.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00
nsTStringHasher.h Bug 1432749 - Part 1: Add DefaultHasher for nsTString. r=smaug 2020-04-14 06:00:05 +00:00
nsTStringObsolete.cpp Bug 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +00:00
nsTStringRepr.h Bug 1648010 - Fix uses of NS_LITERAL_STRING with C string literals. r=geckoview-reviewers,agi,froydnj 2020-07-01 08:34:12 +00:00
nsTSubstring.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=andi 2020-07-04 09:38:43 +00:00
nsTSubstring.h Bug 1644163 - Avoid traversing a nsTSubstring tuple twice to determine its length and dependency on a buffer in Assign. r=froydnj 2020-06-18 08:03:09 +00:00
nsTSubstringTuple.cpp Bug 1648391 - Use rhs-first optimization from IsDependentOn in IsDependentOnWithLength. r=froydnj 2020-06-25 11:53:48 +00:00
nsTSubstringTuple.h Bug 1644163 - Avoid traversing a nsTSubstring tuple twice to determine its length and dependency on a buffer in Append. r=froydnj 2020-06-18 08:02:52 +00:00
nsTextFormatter.cpp
nsTextFormatter.h Bug 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
nsUTF8Utils.h Bug 1651136 - Part 1: Allow (and mark) certain xpcom/ headers as non-XPCOM. r=froydnj,bytesized 2020-07-08 22:57:26 +00:00
precompiled_templates.cpp Bug 1641245 - Make string comparators not virtual. r=froydnj,necko-reviewers,geckoview-reviewers,jgilbert,agi,valentin 2020-05-27 18:11:12 +00:00

README.html

<html>
<!-- This Source Code Form is subject to the terms of the Mozilla Public
   - License, v. 2.0. If a copy of the MPL was not distributed with this
   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
<body>
  <h1><span class="LXRSHORTDESC">managing sequences of characters</span></h1>
<p>
  <span class="LXRLONGDESC"></span>
</p>
</body>
</html>