gecko-dev/intl/uconv/src
Mike Shal 5169c0a913 Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE
From 9e0ba7f425143f545eb6c4b26a9a96b5ade4d8e9 Mon Sep 17 00:00:00 2001
2013-04-23 17:54:15 -04:00
..
8859-1.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
8859-1.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
charsetData.properties Bug 805374 - Remove UTF-16 family from Character Encoding menu. r=smontagu 2012-12-16 19:54:58 -05:00
cp1252.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
cp1252.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
jar.mn Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macroman.uf Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
macroman.ut Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
Makefile.in Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
moz.build Bug 864774 - Part 2: Move CPPSRCS to moz.build as CPP_SOURCES; r=joey CLOSED TREE 2013-04-23 17:54:15 -04:00
nsCharsetConverterManager.cpp Bug 859817 - Make NS_NewAtom return already_AddRefed; r=bz 2013-04-22 14:13:22 +03:00
nsCharsetConverterManager.h Bug 710693 - Move internal encoding check into nsCharsetAlias. r=smontagu 2012-05-24 18:45:10 -04:00
nsConverterInputStream.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsConverterInputStream.h bug 801466 - remove some usage of prmem in intl/ and network/ r=jduell 2012-12-04 18:04:39 -05:00
nsConverterOutputStream.cpp Bug 773151: Convert nsCAutoString->nsAutoCString CLOSED TREE r=bsmedberg 2012-09-01 22:35:17 -04:00
nsConverterOutputStream.h Bug 758992 - Make the classes which use the XPCOM nsISupports implementation macros final, to avoid the warning about deleting using a pointer to a base class with virtual functions and no virtual dtor (XPCOM parts); r=bsmedberg 2012-06-05 19:51:58 -04:00
nsCP1252ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsCP1252ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsISO88591ToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsISO88591ToUnicode.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsMacRomanToUnicode.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsMacRomanToUnicode.h Bug 802069 - Make "macintosh" the canonical name of its encoding, not "x-mac-roman"; r=smontagu 2012-10-17 12:15:23 +02:00
nsScriptableUConv.cpp Bug 638379 - Part 1: Implement kOnError_Recover to the UTF-8 decoder. r=smontagu 2012-12-10 09:10:28 -05:00
nsScriptableUConv.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsTextToSubURI.cpp Bug 859172 - Call SetInputErrorBehavior from convertURItoUnicode. r=smontagu 2013-04-19 22:15:41 +09:00
nsTextToSubURI.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUConvModule.cpp Bug 830112 - Remove prtypes.h from intl/ and some other cleanups. r=smontagu 2013-01-14 03:06:28 +09:00
nsUnicodeToCP1252.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToCP1252.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToISO88591.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToISO88591.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUnicodeToMacRoman.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUnicodeToMacRoman.h Bug 802069 - Make "macintosh" the canonical name of its encoding, not "x-mac-roman"; r=smontagu 2012-10-17 12:15:23 +02:00
nsUnicodeToUTF8.cpp Bug 746900 - Implement "Best Practices for Using U+FFFD" from the Unicode standard. r=smontagu 2012-11-26 20:38:19 -05:00
nsUnicodeToUTF8.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUTF8ConverterService.cpp bug 798595 - remove useless prmem.h includes r=ehsan 2012-10-04 02:14:06 -04:00
nsUTF8ConverterService.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
nsUTF8ToUnicode.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsUTF8ToUnicode.h Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00
nsUTF8ToUnicodeSSE2.cpp Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg 2012-08-22 11:56:38 -04:00