Deprecate/remove FF experimental local-specific IndexDB sorting #31996
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
FF intends to remove its experimental support for IndexDB and has started the process.
FF123 removed
IDBLocaleAwareKeyRange
in https://bugzilla.mozilla.org/show_bug.cgi?id=1730706 (more specifically, in https://phabricator.services.mozilla.com/D192064). This is behind a pref, and with this change the API is no longer usable - you can create locale indexes etc but they aren't sortable. The rest of the API is planned for removal in the same bug (but different phabricator revision) but is waiting on user count testing.What I have done here is:
IDBLocaleAwareKeyRange
as it is no longer present and was behind pref.locale
andisAutoLocale
that are planned for removal.Related docs work can be tracked in #31912