Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deprecate/remove FF experimental local-specific IndexDB sorting #31996

Merged

Conversation

hamishwillee
Copy link
Collaborator

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:

  • Removed IDBLocaleAwareKeyRange as it is no longer present and was behind pref.
    • This is in line with removal policy.
    • Forwarded to the standard API.
  • Deprecated the associated IDBIndex properties locale and isAutoLocale that are planned for removal.
  • Deleted the section on local-sorting - we don't want people to start using this now.

Related docs work can be tracked in #31912

@hamishwillee hamishwillee requested review from a team as code owners January 29, 2024 23:35
@hamishwillee hamishwillee requested review from sideshowbarker and removed request for a team January 29, 2024 23:35
@github-actions github-actions bot added Content:WebAPI Web API docs size/xl [PR only] >1000 LoC changed labels Jan 29, 2024
Copy link
Contributor

@sideshowbarker sideshowbarker merged commit 3b021fb into mdn:main Jan 30, 2024
8 checks passed
mahito1594 added a commit to mahito1594/mdn-translated-content that referenced this pull request Oct 26, 2024
mfuji09 added a commit to mdn/translated-content that referenced this pull request Oct 31, 2024
* Firefox プライバシーブラウジングに関する記載を削除

Firefox のプライベートブラウジングでも IndexedDB を利用できるようになっているため、
英語版の記載に合わせて該当箇所を削除。

- mdn/content#28652
- https://bugzilla.mozilla.org/show_bug.cgi?id=1639542

* 2024/08/20 時点の英語版に基づき一部を更新

TODO: mdn/content#31996 の取り込み

* fix: 長音記号を利用する

Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>

---------

Co-authored-by: Masahiro FUJIMOTO <mfujimot@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:WebAPI Web API docs size/xl [PR only] >1000 LoC changed
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants