gecko-dev/intl/locale
Chris Peterson 47e9fa9ec2 Bug 870698 - Part 5: Replace Assign(NS_LITERAL_CSTRING("")) with AssignLiteral(""). r=erahm
The NS_LITERAL_CSTRING macro creates a temporary nsLiteralCString to encapsulate the string literal and its length, but AssignLiteral() can determine the string literal's length at compile-time without nsLiteralCString.

MozReview-Commit-ID: KXJM13VRTB7

--HG--
extra : rebase_source : 3e50b1b3f23248d668d15310554559c39ff792f7
extra : source : 74f5e05877d50a79ec1e5330c227d2ce576a2d90
2017-09-06 01:35:56 -07:00
..
android Bug 1384835 (part 3, attempt 2) - Remove the Preferences::Get*CString() variants that return nsAdoptingCString. r=froydnj. 2017-07-31 14:28:48 +10:00
gtk Bug 1380916 - Introduce OSPreferences::GetRegionalPrefsLocales. r=jfkthame 2017-07-13 10:40:40 -07:00
mac Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
tests Bug 870698 - Part 4: Replace Equals("") with EqualsLiteral(""). r=erahm 2017-09-06 01:13:45 -07:00
unix Bug 1356263 - Remove nsLocaleService, nsILocaleService and ns*Locale APIs. r=m_kato 2017-08-03 02:33:51 -07:00
windows Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
DateTimeFormat.cpp Bug 1362817 - Drop the DateTimeFormat::FormatTime(). r=m_kato 2017-09-19 18:35:51 +09:00
DateTimeFormat.h Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
LocaleService.cpp Bug 870698 - Part 5: Replace Assign(NS_LITERAL_CSTRING("")) with AssignLiteral(""). r=erahm 2017-09-06 01:35:56 -07:00
LocaleService.h Bug 1391213 - Make localeService.defaultLocale return the locale of the app package rather than a hard-coded en-US value. r=emk 2017-09-23 12:46:28 +01:00
OSPreferences.cpp Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
OSPreferences.h Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
PluralForm.jsm
encodingsgroups.properties Bug 1369025 - Remove mozilla::dom::EncodingUtils. r=hsivonen 2017-06-17 11:54:40 +09:00
langGroups.properties
language.properties
moz.build Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
mozILocaleService.idl Bug 1379420 - Introduce LocaleService::GetRegionalPrefsLocales. r=jfkthame 2017-07-08 13:54:04 -07:00
mozIOSPreferences.idl Bug 1380916 - Introduce OSPreferences::GetRegionalPrefsLocales. r=jfkthame 2017-07-13 10:40:40 -07:00
nsCollation.cpp Bug 1391628 - Use fallback locale on nsICollation if locale is invalid. r=emk 2017-08-24 23:13:42 +09:00
nsCollation.h Bug 1402234 - Remove the ENABLE_INTL_API=no code from intl/locale. r=jfkthame 2017-09-22 08:33:07 +02:00
nsCollationCID.h
nsCollationFactory.cpp
nsCollationFactory.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsICollation.idl Bug 1356263 - Remove nsLocaleService, nsILocaleService and ns*Locale APIs. r=m_kato 2017-08-03 02:33:51 -07:00
nsIPlatformCharset.h Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
nsLanguageAtomService.cpp Bug 1394661 - Use user locale instead of system locale for font fallback. r=gandalf 2017-08-30 17:33:12 +09:00
nsLanguageAtomService.h Bug 1373984 - Turn nsIDocument::mCharacterSet into mozilla::NotNull<const mozilla::Encoding*>. r=hsivonen 2017-06-18 20:37:50 +09:00
nsLocaleConstructors.h Bug 1313625 - Remove nsIScriptableDateFormat. r=jfkthame 2017-08-03 16:46:55 +09:00
nsPlatformCharset.h
nsUConvPropertySearch.cpp
nsUConvPropertySearch.h
props2arrays.py