mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 21:58:41 +02:00
This patch was automatically generated using the following script:
function convert() {
echo "Converting $1 to $2..."
find . \
! -wholename "*/.git*" \
! -wholename "obj-ff-dbg*" \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert MOZ_OVERRIDE override
convert MOZ_FINAL final
|
||
|---|---|---|
| .. | ||
| crashtests | ||
| moz.build | ||
| nsAString.h | ||
| nsCharTraits.h | ||
| nsDependentString.cpp | ||
| nsDependentString.h | ||
| nsDependentSubstring.cpp | ||
| nsDependentSubstring.h | ||
| nsEmbedString.h | ||
| nsLiteralString.h | ||
| nsPrintfCString.h | ||
| nsPromiseFlatString.cpp | ||
| nsPromiseFlatString.h | ||
| nsReadableUtils.cpp | ||
| nsReadableUtils.h | ||
| nsString.cpp | ||
| nsString.h | ||
| nsStringBuffer.h | ||
| nsStringComparator.cpp | ||
| nsStringFwd.h | ||
| nsStringIterator.h | ||
| nsStringObsolete.cpp | ||
| nsSubstring.cpp | ||
| nsSubstring.h | ||
| nsSubstringTuple.cpp | ||
| nsSubstringTuple.h | ||
| nsTDependentString.cpp | ||
| nsTDependentString.h | ||
| nsTDependentSubstring.cpp | ||
| nsTDependentSubstring.h | ||
| nsTLiteralString.h | ||
| nsTPromiseFlatString.cpp | ||
| nsTPromiseFlatString.h | ||
| nsTString.cpp | ||
| nsTString.h | ||
| nsTStringComparator.cpp | ||
| nsTStringObsolete.cpp | ||
| nsTSubstring.cpp | ||
| nsTSubstring.h | ||
| nsTSubstringTuple.cpp | ||
| nsTSubstringTuple.h | ||
| nsUTF8Utils.h | ||
| nsUTF8UtilsSSE2.cpp | ||
| nsXPCOMStrings.h | ||
| nsXPIDLString.h | ||
| README.html | ||
| string-template-def-char.h | ||
| string-template-def-unichar.h | ||
| string-template-undef.h | ||
<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>