WebExtensions/chrome.storage.sync: Difference between revisions

No edit summary
Line 5: Line 5:
'''tl;dr''' an add-on developer can save some data related to the add-on and it is accessible to the same add-on for that user on different profiles and devices. See the [https://developer.chrome.com/extensions/storage Chrome docs] for more.
'''tl;dr''' an add-on developer can save some data related to the add-on and it is accessible to the same add-on for that user on different profiles and devices. See the [https://developer.chrome.com/extensions/storage Chrome docs] for more.


= Firefox API =
= Status =
 
* this was added in the prototype [https://github.com/Kinto/kinto-chrome/ on github]
* the existing code will need to be ported into mozilla-central and tested properly
* we will use Firefox Accounts for authentication of the user
 
== Status ==


As of Nov 2016, the first set of patches landed in Firefox 52 from {{Bugzilla|1220494}}, with a few caveats.
As of Nov 2016, the first set of patches landed in Firefox 52 from {{Bugzilla|1220494}}, with a few caveats.
Confirmed users
1,158

edits