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

Delta Between Two Patch Sets: adblockplus/issue-6865.patch

Issue 29863604: Issue 6865 - Update ABP dependency to version 3.2 (Closed)
Left Patch Set: Removing allowed contexts Created Aug. 28, 2018, 5:08 p.m.
Right Patch Set: Adjusting code style Created Jan. 16, 2019, 1:45 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Right: Side by side diff | Download
« no previous file with change/comment | « adblockplus/issue-6108.patch ('k') | adblockplus/metadata.gecko » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
(no file at all)
1 Issue 6865 - Update ABP dependency to version 3.2
2
3 diff --git a/lib/prefs.js b/lib/prefs.js
4 --- a/lib/prefs.js
5 +++ b/lib/prefs.js
6 @@ -184,17 +184,17 @@
7
8 /**
9 * Whether to suppress the first run and updates page. This preference isn't
10 * set by the extension but can be pre-configured externally.
11 *
12 * @see https://adblockplus.org/development-builds/suppressing-the-first-run-pa ge-on-chrome
13 * @type {boolean}
14 */
15 -defaults.suppress_first_run_page = false;
16 +defaults.suppress_first_run_page = true;
17
18 /**
19 * Additonal subscriptions to be automatically added when the extension is
20 * loaded. This preference isn't set by the extension but can be pre-configured
21 * externally.
22 *
23 * @type {string[]}
24 */
LEFTRIGHT

Powered by Google App Engine
This is Rietveld