gecko-dev/xpcom/string
Nicklas Boman 4f2fa0cfa7 Bug 1515419 - fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp r=froydnj,necko-reviewers,valentin
Differential Revision: https://phabricator.services.mozilla.com/D17411
2020-05-17 06:58:48 +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
nsCharTraits.h Bug 1611536 - Add stdint.h include for fixed-width integer types r=Ehsan 2020-01-25 00:40:51 +00:00
nsDependentString.cpp
nsDependentString.h
nsDependentSubstring.cpp
nsDependentSubstring.h
nsLiteralString.h
nsPrintfCString.h
nsPromiseFlatString.cpp
nsPromiseFlatString.h
nsReadableUtils.cpp Bug 1515419 - fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp r=froydnj,necko-reviewers,valentin 2020-05-17 06:58:48 +00:00
nsReadableUtils.h Bug 1515419 - fixing ToNewCString (and ToNewUnicode as well) xpcom/string/nsReadableUtils.cpp r=froydnj,necko-reviewers,valentin 2020-05-17 06:58:48 +00:00
nsString.cpp
nsString.h
nsStringBuffer.h Bug 1603504 - Use release_acquire in nsStringBuffer::IsReadonly for TSan build r=froydnj 2020-02-14 14:06:43 +00:00
nsStringComparator.cpp
nsStringFlags.h
nsStringFwd.h
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
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 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +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 1627131 - Part 3: Move nsTString<T>::Contains implementation. r=xpcom-reviewers,sg 2020-04-08 10:46:25 +00:00
nsTSubstring.cpp Bug 1627131 - Part 3: Move nsTString<T>::Contains implementation. r=xpcom-reviewers,sg 2020-04-08 10:46:25 +00:00
nsTSubstring.h Bug 1634023 - Add deduction guides for Span. r=hsivonen 2020-04-29 16:04:56 +00:00
nsTSubstringTuple.cpp Bug 1627131 - Part 1: Add missing includes to xpcom/string. r=xpcom-reviewers,nika 2020-04-03 21:08:13 +00:00
nsTSubstringTuple.h
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 1625138 - Part 41: Remove no longer needed includes for mozilla/TypeTraits. r=froydnj 2020-03-28 16:00:09 +00:00
precompiled_templates.cpp Bug 1627131 - Part 2: Move template function instantiations to definitions. r=xpcom-reviewers,sg 2020-04-08 10:46:02 +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>