gecko-dev/testing
Zibi Braniecki 3d91da8726 Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike
In cases, where the caller is looking for the locale to be used for JS Intl API,
we can now replace it with `undefined` which causes JS Intl API to use the default
locale which since bug 1346674 is resolved to the app locale.

This allows us to remove a lot of calls for the app locale.

The remaining ones are split between `AsBCP47` and `AsLangTag`.
Here, the `AsLangTag` is used, as described in the API docs, for cases where
the language string is used for localization purposes, such as language negotaition
matching to our language resources etc.
`AsBCP47` is used when the returned value is handed over to ICU API.

MozReview-Commit-ID: DzmFEUvMq3N

--HG--
extra : rebase_source : 513ed31d995864939aa893e73c81ffdf591a6617
2017-03-14 16:09:54 -07:00
..
awsy
config Bug 1336107 - Update geckodriver to v0.15.0 2017-03-17 14:34:36 +00:00
crashtest
firefox-ui Bug 1322383 - Update Puppeteer and firefox-ui tests for valid window checks. r=maja_zf 2017-02-07 11:16:55 +01:00
gtest
instrumentation
marionette Bug 1347314 - Migrate calls to ChromeRegistry::GetSelectedLocale to use LocaleService::GetAppLocale. r=jfkthame,Pike 2017-03-14 16:09:54 -07:00
mochitest Backed out changeset b3abd0e89699 (bug 1340842) 2017-03-22 16:40:02 +01:00
modules
mozbase Merge mozilla-central to autoland 2017-03-22 16:11:34 +01:00
mozharness merge mozilla-inbound to mozilla-central a=merge 2017-03-22 14:26:27 +01:00
profiles Bug 1344642 - Part 2: Add a new pref for input type=week, month and datetime-local. r=smaug 2017-03-17 11:01:59 +08:00
runtimes
specialpowers
talos
tools
tps
web-platform Bug 1322383 - Ensure that finalizers for webdriver tests always work on a valid window. r=jgraham 2017-03-21 12:02:47 +01:00
xpcshell merge mozilla-inbound to mozilla-central a=merge 2017-03-22 14:26:27 +01:00
README.txt
cppunittest.ini
mach_commands.py Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06:00
moz.build
remotecppunittests.py Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06:00
runcppunittests.py
testsuite-targets.mk Bug 1340584 - Remove devicemanagerSUT and references to sutagent; r=wlach 2017-03-21 12:20:01 -06:00

README.txt

Common testing tools for mozilla codebase projects, test suite definitions
for automated test runs, tests that don't fit anywhere else, and other fun
stuff