gecko-dev/intl/uconv
Daniel Holbert b89e046ffc Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan
Landing on CLOSED TREE with a=RyanVM

The fixed warnings are "-Winconsistent-missing-override", and they started being spammed here because the main patch on this bug added another method to these classes, which was (correctly) labeled as 'override'. This meant these preexisting un-annotated methods "inconsistently missing" the annotation. So, adding the annotation to fix the inconsistency & make clang happy.
2015-06-18 12:09:23 -07:00
..
crashtests
tests Bug 1170932: Improve error handling for the gbk encoder, r=emk 2015-06-03 00:18:38 +03:00
tools Bug 1169248 - Fix GBK/GB18030 encoders. r=smontagu 2015-06-03 07:55:24 +09:00
ucvcn Bug 1170932: Improve error handling for the gbk encoder, r=emk 2015-06-03 00:18:38 +03:00
ucvja Bug 964225 - Remove the GBK decoder class and remove GB2312 as a Gecko-canonical encoding. r=emk. 2014-09-26 15:12:02 +03:00
ucvko
ucvlatin Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan 2015-06-18 12:09:23 -07:00
ucvth
ucvtw
util Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
8859-1.uf
cp1252.uf
cp1252.ut
directory.txt
macroman.uf
macroman.ut
moz.build Bug 1157835: Remove the MSVC_ENABLE_PGO flag from the build system. r=glandium 2015-04-27 19:59:27 -04:00
nsConverterInputStream.cpp Bug 968520 - Add mozilla::fallible to Fallible{Auto,}TArray::SetCapacity calls. r=froydnj 2015-05-18 13:50:34 -07:00
nsConverterInputStream.h
nsConverterOutputStream.cpp
nsConverterOutputStream.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsCP1252ToUnicode.cpp
nsCP1252ToUnicode.h
nsEncoderDecoderUtils.h
nsICurrentCharsetListener.idl
nsIScriptableUConv.idl
nsISO88591ToUnicode.h
nsITextToSubURI.idl Bug 1101625 part 1 - Don't escape all non-ASCII characters when unsafe characters are found, just escape the unsafe characters. r=smontagu 2014-12-01 15:55:15 +00:00
nsIUnicodeDecoder.h Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
nsIUnicodeEncoder.h Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
nsIUTF8ConverterService.idl
nsMacRomanToUnicode.cpp
nsMacRomanToUnicode.h
nsReplacementToUnicode.cpp
nsReplacementToUnicode.h Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan 2015-06-18 12:09:23 -07:00
nsScriptableUConv.cpp Bug 1138293 - Use malloc/free/realloc/calloc instead of moz_malloc/moz_free/moz_realloc/moz_calloc. r=njn 2015-03-31 12:32:49 +09:00
nsScriptableUConv.h
nsTextToSubURI.cpp Bug 1134923 - Remove NS_Alloc/NS_Realloc/NS_Free. r=nfroyd 2015-05-01 09:40:30 +09:00
nsTextToSubURI.h Bug 1101625 part 2 - Remove the aIRI param since it's always true. And some minor code cleanup. r=smontagu 2014-12-01 15:55:15 +00:00
nsUConvCID.h
nsUConvModule.cpp Bug 1072187 - Remove HZ-GB-2312. r=emk. 2014-09-26 15:12:02 +03:00
nsUCSupport.h Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj 2015-03-21 12:28:04 -04:00
nsUnicodeToCP1252.cpp
nsUnicodeToCP1252.h
nsUnicodeToISO88591.cpp
nsUnicodeToISO88591.h
nsUnicodeToMacRoman.cpp
nsUnicodeToMacRoman.h
nsUnicodeToUTF8.cpp Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
nsUnicodeToUTF8.h Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
nsUTF8ConverterService.cpp
nsUTF8ConverterService.h
nsUTF8ToUnicode.cpp Bug 1170794 - patch 2 - Improve the length check of the input in nsUnicode*::GetMaxLength, r=dveditz 2015-06-17 12:38:29 +01:00
nsUTF8ToUnicode.h Bug 1170794 followup: Add 'override' annotations to Convert() & Reset() methods in intl/uconv. rs=ehsan 2015-06-18 12:09:23 -07:00
nsUTF8ToUnicodeSSE2.cpp
uconvutil.h