[chrome-gnome-shell/feature/firefox: 11/11] firefox: disable sync storage support - it's unusable now



commit f51be5a0201cb9c4d978ef19800dc3a585eeb36d
Author: Yuri Konotopov <ykonotopov gnome org>
Date:   Tue Dec 20 20:23:59 2016 +0400

    firefox: disable sync storage support - it's unusable now

 extension/include/compat-common.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/extension/include/compat-common.js b/extension/include/compat-common.js
index aaa5276..8714b45 100644
--- a/extension/include/compat-common.js
+++ b/extension/include/compat-common.js
@@ -49,7 +49,7 @@ if(typeof(chrome.permissions) === 'undefined')
        COMPAT.PERMISSIONS_CONTAINS = false;
 }
 
-if(typeof(chrome.storage.sync) === 'undefined')
+if(typeof(chrome.storage.sync) === 'undefined' || COMPAT.IS_FIREFOX)
 {
        chrome.storage.sync = chrome.storage.local;
        COMPAT.SYNC_STORAGE = false;


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]