Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(151)

Side by Side Diff: src/js/polyfills/storage.manifest.json

Issue 1593443003: Finished storage polyfill. (Closed) Base URL: sso://user/alger/caterpillar@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 { 1 {
2 "name": "storage", 2 "name": "storage",
3 "status": "total", 3 "status": "total",
4 "coverage": 0.71, 4 "coverage": 0.71,
5 "dependencies": [ 5 "dependencies": [
6 { 6 {
7 "name": "localforage", 7 "name": "localforage",
8 "path": "dist/localforage.min.js", 8 "path": "dist/localforage.min.js",
9 "manager": "npm", 9 "manager": "npm",
10 }], 10 }],
11 "warnings": [ 11 "warnings": [
12 { 12 {
13 "member": "sync", 13 "member": "sync",
14 "status": "partial", 14 "status": "partial",
15 "text": "has been replaced with chrome.storage.local. Storage will no long er be synchronised with Chrome profiles, and instead will fallback to storing lo cally.", 15 "text": "Replaced with chrome.storage.local. Storage will no longer be syn chronised with Chrome profiles, and instead will fallback to storing locally.",
16 }, 16 },
17 "sync.QUOTA_BYTES", 17 "sync.QUOTA_BYTES",
18 "sync.QUOTA_BYTES_PER_ITEM", 18 "sync.QUOTA_BYTES_PER_ITEM",
19 "sync.MAX_ITEMS", 19 "sync.MAX_ITEMS",
20 "sync.MAX_WRITE_OPERATIONS_PER_HOUR", 20 "sync.MAX_WRITE_OPERATIONS_PER_HOUR",
21 "sync.MAX_WRITE_OPERATIONS_PER_MINUTE", 21 "sync.MAX_WRITE_OPERATIONS_PER_MINUTE",
22 "sync.MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE" 22 "sync.MAX_SUSTAINED_WRITE_OPERATIONS_PER_MINUTE"
23 "local.QUOTA_BYTES", 23 "local.QUOTA_BYTES",
24 { 24 {
25 "member": "managed", 25 "member": "managed",
26 "status": "partial", 26 "status": "partial",
27 "text": "has been replaced with chrome.storage.local. Calls will no longer be read-only.", 27 "text": "Replaced with chrome.storage.local. Calls will no longer be read- only.",
28 }, 28 },
29 ], 29 {
30 "member": "onChanged.addListener",
31 "status": "total",
32 "text": "A null area name will be given to the callback."
33 }
34 ]
30 } 35 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698