gecko-dev/intl/strres
Makoto Kato a147181ece Bug 1667613 - String bundle should return error after ClearOnShutdown is called. r=zbraniecki
`ClearOnShutdown` is called before shut down observer is notified. So when this
is notified, some services are already shut down.

So string bundle won't get the value since Locale service is shut down, so we
should return error like `SharedStringBundle` when shutting down status.

Differential Revision: https://phabricator.services.mozilla.com/D94922
2020-10-28 04:38:50 +00:00
..
tests/unit Bug 1613139 - Enable ESLint for intl/locale and intl/strres (automatic changes). r=zbraniecki 2020-02-05 09:04:33 +00:00
moz.build Bug 1654103: Standardize on Black for Python code in mozilla-central. 2020-10-26 18:34:53 +00:00
nsIStringBundle.idl
nsStringBundle.cpp Bug 1667613 - String bundle should return error after ClearOnShutdown is called. r=zbraniecki 2020-10-28 04:38:50 +00:00
nsStringBundle.h
nsStringBundleService.h