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

Unified Diff: adblockplus/issue-6865.patch

Issue 29863604: Issue 6865 - Update ABP dependency to version 3.2 (Closed)
Patch Set: Adjusting code style Created Jan. 16, 2019, 1:45 p.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 | « adblockplus/issue-6108.patch ('k') | adblockplus/metadata.gecko » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: adblockplus/issue-6865.patch
===================================================================
new file mode 100644
--- /dev/null
+++ b/adblockplus/issue-6865.patch
@@ -0,0 +1,24 @@
+Issue 6865 - Update ABP dependency to version 3.2
+
+diff --git a/lib/prefs.js b/lib/prefs.js
+--- a/lib/prefs.js
++++ b/lib/prefs.js
+@@ -184,17 +184,17 @@
+
+ /**
+ * Whether to suppress the first run and updates page. This preference isn't
+ * set by the extension but can be pre-configured externally.
+ *
+ * @see https://adblockplus.org/development-builds/suppressing-the-first-run-page-on-chrome
+ * @type {boolean}
+ */
+-defaults.suppress_first_run_page = false;
++defaults.suppress_first_run_page = true;
+
+ /**
+ * Additonal subscriptions to be automatically added when the extension is
+ * loaded. This preference isn't set by the extension but can be pre-configured
+ * externally.
+ *
+ * @type {string[]}
+ */
« no previous file with comments | « adblockplus/issue-6108.patch ('k') | adblockplus/metadata.gecko » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld