Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Bug-1625257 sync storage support in Android #28107

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

Open
rebloor wants to merge 5 commits into mdn:main
base: main
Choose a base branch
Loading
from rebloor:Bug-1625257-sync-storage-support-in-Android

Conversation

Copy link
Contributor

@rebloor rebloor commented Oct 6, 2025

Summary

This PR addresses feedback provided about method support in sync storage in Firefox for Android by:

  • adding note to the methods under StorageArea.
  • adding impl_url and partial_implementation properties under sync.

In addition, the support for getBytesInUse under session storage was corrected to indicate the method is not supported (it's not supported anywhere within Firefox for Android.)

@rebloor rebloor self-assigned this Oct 6, 2025
@rebloor rebloor added the data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions label Oct 6, 2025
@github-actions github-actions bot added the size:m [PR only] 25-100 LoC changed label Oct 6, 2025
Copy link
Contributor

github-actions bot commented Oct 6, 2025
edited
Loading

Tip: Review these changes grouped by change (recommended for most PRs), or grouped by feature (for large PRs).

Copy link
Member

@Rob--W Rob--W left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I requested to set getBytesInUse to mirror, but not everything is visible in the diff. Please fix it up across the whole storage.json file and I'll review again.

"notes": "Doesn't support the `managed` storage area."
"notes": [
"Doesn't support the `managed` storage area.",
"Data isn't synchronized with the user's Mozilla account and the storage quota limits are not enforced in the `sync` storage area. See [bug 1625257](https://bugzil.la/1625257)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The quota enforcement is only relevant to the set method, not to the other methods. I'm not sure if we should event document the lack of quota enforcement, as it is not exactly an intended feature.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Rob--W now only mentions the issue in relation to sync and set.

@rebloor rebloor requested a review from Rob--W October 14, 2025 17:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@Rob--W Rob--W Rob--W approved these changes

@dotproto dotproto Awaiting requested review from dotproto

Labels

data:webext Compat data for Browser Extensions. https://developer.mozilla.org/Add-ons/WebExtensions size:m [PR only] 25-100 LoC changed

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

AltStyle によって変換されたページ (->オリジナル) /