gecko-dev/intl/locale
Simon Giesecke 8ecfb38a41 Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika
GetValue is going to be removed in a subsequent patch. It is no longer needed,
because it can be replaced by functions already provided by nsBaseHashtable,
in particular Lookup and Contains.

Also, its name was confusing, since it specifically returns a pointer that
allows and is intended for modifying the entry within the hashtable, rather
than returning by-value. According to the naming rules to be set on
nsBaseHashtable, it would also needed to be renamed to "Lookup*. Removing
its uses saves this effort.

Differential Revision: https://phabricator.services.mozilla.com/D105476
2021-03-01 09:59:30 +00:00
..
android Bug 1420335 - Make OSPreferences::ReadDateTimePattern check 12h/24h on Android; r=zbraniecki 2021-01-15 19:28:12 +00:00
gtk Bug 1420335 - Make OSPreferences::ReadDateTimePattern check 12h/24h on Android; r=zbraniecki 2021-01-15 19:28:12 +00:00
mac Bug 1426907 - Update OSPreferences API to use UTF-8 rather than UTF-16; r=zbraniecki 2020-10-27 20:45:19 +00:00
rust Bug 1675069 - Use nsDependentCSubstring rather than ptr+length in unic-langid-ffi. r=zbraniecki 2020-11-04 16:17:30 +00:00
tests Bug 1420335 - Make OSPreferences::ReadDateTimePattern check 12h/24h on Android; r=zbraniecki 2021-01-15 19:28:12 +00:00
windows Bug 1426907 - Update OSPreferences API to use UTF-8 rather than UTF-16; r=zbraniecki 2020-10-27 20:45:19 +00:00
DateTimeFormat.cpp Bug 1691913 - Rename nsBaseHashtable::GetOrInsert(With) to LookupOrInsert(With). r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:45 +00:00
DateTimeFormat.h Bug 1669573 - Add DataTimeFormat::FormatDateTime; r=zbraniecki 2020-10-15 12:21:52 +00:00
LocaleService.cpp Bug 1689953: Harmonize shutdown phase definitions across nsTerminator and AppShutdown r=dthayer,chutten 2021-02-27 14:38:14 +00:00
LocaleService.h Bug 1667493 - Locale service shouldn't shutdown during normal shutting down phase. r=jfkthame 2020-11-11 03:33:04 +00:00
MozLocale.cpp Bug 1675069 - Use nsDependentCSubstring rather than ptr+length in unic-langid-ffi. r=zbraniecki 2020-11-04 16:17:30 +00:00
MozLocale.h
MozLocaleBindings.h
OSPreferences.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
OSPreferences.h Bug 1420335 - Make OSPreferences::ReadDateTimePattern check 12h/24h on Android; r=zbraniecki 2021-01-15 19:28:12 +00:00
PluralForm.jsm
Quotes.cpp Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
Quotes.h
cldr-quotes.inc
cldr-quotes.pl
components.conf Bug 1464542: Part 3b - Add existing Services.jsm registrations to the new services cache. r=mccr8,geckoview-reviewers,agi 2020-07-09 21:42:25 +00:00
encodingsgroups.properties Bug 1679758 - Remove trailing empty lines r=sylvestre,marionette-reviewers,jgraham 2020-12-15 10:34:54 +00:00
language.properties Bug 1692135 - Add Silesian (szl) to allowed accept-languages locales, r=zbraniecki 2021-02-11 17:41:56 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00
mozILocaleService.idl
mozIOSPreferences.idl Bug 1681251 - Return AUTF8String from GetDateTimePattern in mozIOSPreferences; r=zbraniecki 2020-12-09 03:16:23 +00:00
nsCollation.cpp
nsCollation.h
nsCollationCID.h
nsCollationFactory.cpp
nsCollationFactory.h
nsICollation.idl
nsLanguageAtomService.cpp Bug 1693541 - Improve uses of nsBaseHashtable and descendants and avoid multiple subsequent lookups in intl/locale. r=jfkthame 2021-02-26 11:36:39 +00:00
nsLanguageAtomService.h
nsLocaleConstructors.h
nsUConvPropertySearch.cpp
nsUConvPropertySearch.h
props2arrays.py Bug 1654103: Standardize on Black for Python code in `mozilla-central`. 2020-10-26 18:34:53 +00:00