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

Issue 5251132066627584: Issue 1488 - Add pre-configurable preference to suppress first run page (Closed)

Created:
March 19, 2015, 10:36 a.m. by Sebastian Noack
Modified:
April 20, 2015, 3:22 p.m.
Reviewers:
kzar, Wladimir Palant
Visibility:
Public.

Description

Issue 1488 - Add pre-configurable preference to suppress first run page

Patch Set 1 : #

Total comments: 27

Patch Set 2 : Rebased and addressed comments #

Patch Set 3 : Rebased #

Patch Set 4 : Don't dispatch onChanged before loading is complete #

Total comments: 8

Patch Set 5 : Rebased and renamed onProgress() to checkLoaded() #

Unified diffs Side-by-side diffs Delta from patch set Stats (+61 lines, -20 lines) Patch
M background.js View 1 1 chunk +2 lines, -1 line 0 comments Download
A chrome/managed-storage-schema.json View 1 chunk +8 lines, -0 lines 0 comments Download
M lib/prefs.js View 1 2 3 4 3 chunks +49 lines, -19 lines 0 comments Download
M metadata.chrome View 2 chunks +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13
Sebastian Noack
March 19, 2015, 11:12 a.m. (2015-03-19 11:12:04 UTC) #1
kzar
http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode50 background.js:50: var filterNotifier = require("filterNotifier").FilterNotifier; Shouldn't this be `FilterNotifier`? http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode105 ...
March 19, 2015, 3:20 p.m. (2015-03-19 15:20:37 UTC) #2
Wladimir Palant
http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode91 background.js:91: ext.storage.set("currentVersion", addonVersion); Prefs.currentVersion = addonVersion? http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode108 background.js:108: if (action ...
March 19, 2015, 4:57 p.m. (2015-03-19 16:57:04 UTC) #3
Sebastian Noack
Note that most comments have been addressed in http://codereview.adblockplus.org/5693109165883392 http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode50 background.js:50: ...
March 20, 2015, 1:26 p.m. (2015-03-20 13:26:12 UTC) #4
kzar
http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode50 background.js:50: var filterNotifier = require("filterNotifier").FilterNotifier; On 2015/03/20 13:26:12, Sebastian Noack ...
March 20, 2015, 2:47 p.m. (2015-03-20 14:47:44 UTC) #5
Sebastian Noack
http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/background.js#newcode50 background.js:50: var filterNotifier = require("filterNotifier").FilterNotifier; On 2015/03/20 14:47:44, kzar wrote: ...
March 20, 2015, 3:40 p.m. (2015-03-20 15:40:55 UTC) #6
Sebastian Noack
http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/lib/prefs.js File lib/prefs.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5724160613416960/lib/prefs.js#newcode170 lib/prefs.js:170: managedLoaded = true; On 2015/03/20 13:26:12, Sebastian Noack wrote: ...
March 20, 2015, 4:15 p.m. (2015-03-20 16:15:28 UTC) #7
kzar
http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js#newcode101 background.js:101: initChromeNotifications(); Nit: IMHO should be a newline between initChromeNotifications() ...
April 8, 2015, 1:55 p.m. (2015-04-08 13:55:45 UTC) #8
Sebastian Noack
http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js#newcode101 background.js:101: initChromeNotifications(); On 2015/04/08 13:55:45, kzar wrote: > Nit: IMHO ...
April 8, 2015, 3:11 p.m. (2015-04-08 15:11:19 UTC) #9
kzar
Otherwise LGTM http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js#newcode101 background.js:101: initChromeNotifications(); On 2015/04/08 15:11:20, Sebastian Noack wrote: ...
April 9, 2015, 10:12 a.m. (2015-04-09 10:12:10 UTC) #10
Sebastian Noack
http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js#newcode101 background.js:101: initChromeNotifications(); On 2015/04/09 10:12:10, kzar wrote: > On 2015/04/08 ...
April 9, 2015, 10:34 a.m. (2015-04-09 10:34:29 UTC) #11
Wladimir Palant
LGTM http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js File background.js (right): http://codereview.adblockplus.org/5251132066627584/diff/5697982787747840/background.js#newcode101 background.js:101: initChromeNotifications(); While I agree that a newline might ...
April 9, 2015, 6:32 p.m. (2015-04-09 18:32:42 UTC) #12
kzar
April 13, 2015, 9:42 a.m. (2015-04-13 09:42:55 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld