diff --git a/webextensions/api/storage.json b/webextensions/api/storage.json index 6a9c26c415d147..779d1e60c18865 100644 --- a/webextensions/api/storage.json +++ b/webextensions/api/storage.json @@ -71,7 +71,10 @@ }, "firefox_android": { "version_added": "48", - "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 in the `sync` storage area. See [bug 1625257](https://bugzil.la/1625257)" + ] }, "opera": { "version_added": "33" @@ -100,7 +103,10 @@ }, "firefox_android": { "version_added": "48", - "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 in the `sync` storage area. See [bug 1625257](https://bugzil.la/1625257)" + ] }, "opera": { "version_added": "33" @@ -158,9 +164,7 @@ "Supported by the `local` and `managed` storage areas from Firefox 144." ] }, - "firefox_android": { - "version_added": false - }, + "firefox_android": "mirror", "opera": { "version_added": "33" }, @@ -184,7 +188,13 @@ "firefox": { "version_added": "143" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "143", + "notes": [ + "Doesn't support the `managed` storage area.", + "Data isn't synchronized with the user's Mozilla account in the `sync` storage area. See [bug 1625257](https://bugzil.la/1625257)" + ] + }, "opera": "mirror", "safari": { "version_added": "18.4" @@ -230,7 +240,10 @@ }, "firefox_android": { "version_added": "48", - "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 in the `sync` storage area. See [bug 1625257](https://bugzil.la/1625257)" + ] }, "opera": { "version_added": "33" @@ -286,7 +299,10 @@ }, "firefox_android": { "version_added": "48", - "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)" + ] }, "opera": { "version_added": "33" @@ -464,9 +480,7 @@ "firefox": { "version_added": "144" }, - "firefox_android": { - "version_added": false - }, + "firefox_android": "mirror", "opera": "mirror", "safari": { "version_added": "14" @@ -1075,8 +1089,10 @@ }, "firefox_android": { "version_added": "53", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, "notes": [ - "Data isn't synchronized with the user's Mozilla account. See [bug 1625257](https://bugzil.la/1625257).", + "Data isn't synchronized with the user's Mozilla account.", "Storage quota limits are not enforced." ] }, @@ -1114,7 +1130,12 @@ "firefox": { "version_added": "53" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "53", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, + "notes": "Data isn't synchronized with the user's Mozilla account." + }, "opera": { "version_added": false }, @@ -1140,7 +1161,12 @@ "firefox": { "version_added": "53" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "53", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, + "notes": "Data isn't synchronized with the user's Mozilla account." + }, "opera": { "version_added": false }, @@ -1213,7 +1239,12 @@ "firefox": { "version_added": "143" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "143", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, + "notes": "Data isn't synchronized with the user's Mozilla account." + }, "opera": { "version_added": false }, @@ -1261,7 +1292,12 @@ "firefox": { "version_added": "53" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "53", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, + "notes": "Data isn't synchronized with the user's Mozilla account." + }, "opera": { "version_added": false }, @@ -1312,7 +1348,15 @@ "firefox": { "version_added": "53" }, - "firefox_android": "mirror", + "firefox_android": { + "version_added": "53", + "impl_url": "https://bugzil.la/162525", + "partial_implementation": true, + "notes": [ + "Data isn't synchronized with the user's Mozilla account.", + "Storage quota limits are not enforced." + ] + }, "opera": { "version_added": false },