Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: background.js

Issue 29371585: Issue 4783 - Drop Safari support [adblockplusui] (Closed)
Patch Set: Created Jan. 12, 2017, 9:55 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | firstRun.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
diff --git a/background.js b/background.js
index fa78123054da5bb29352923c3496ec8a049eecde..b42702633570b04c1814792e18e5cb209b2b9969 100644
--- a/background.js
+++ b/background.js
@@ -70,8 +70,7 @@
addSubscription: false,
filterError: false,
downloadStatus: "synchronize_ok",
- showNotificationUI: false,
- safariContentBlocker: false
+ showNotificationUI: false
};
updateFromURL(params);
@@ -98,7 +97,6 @@
var prefs = {
notifications_ignoredcategories: (params.showNotificationUI) ? ["*"] : [],
notifications_showui: params.showNotificationUI,
- safari_contentblocker: false,
shouldShowBlockElementMenu: true,
show_devtools_panel: true,
subscriptions_exceptionsurl: "https://easylist-downloads.adblockplus.org/exceptionrules.txt"
@@ -475,13 +473,4 @@
}
});
});
-
- if (params.safariContentBlocker)
- {
- global.safari = {
- extension: {
- setContentBlocker: function() {}
- }
- };
- }
})(this);
« no previous file with comments | « README.md ('k') | firstRun.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld