[chrome-gnome-shell/feature/firefox: 11/11] firefox: disable sync storage support - it's unusable now
- From: Yuri Konotopov <ykonotopov src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [chrome-gnome-shell/feature/firefox: 11/11] firefox: disable sync storage support - it's unusable now
- Date: Tue, 20 Dec 2016 16:24:35 +0000 (UTC)
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]