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

Issue 29350042: Issue 4023 - Move storage of subscription lists to localStorage (Closed)

Created:
Aug. 22, 2016, 9:24 a.m. by Oleksandr
Modified:
Sept. 13, 2016, 1:19 p.m.
Reviewers:
Sebastian Noack, kzar
Visibility:
Public.

Description

Issue 4023 - Move storage of subscription lists to localStorage

Patch Set 1 #

Total comments: 37

Patch Set 2 : Cleanup #

Total comments: 17

Patch Set 3 : Fix formatting #

Total comments: 1

Patch Set 4 : Add full stop after a comment and fix formatting #

Total comments: 3

Patch Set 5 : Make sure entry["compressed"] is truthful #

Unified diffs Side-by-side diffs Delta from patch set Stats (+654 lines, -60 lines) Patch
M chrome/ext/background.js View 1 chunk +1 line, -3 lines 0 comments Download
M lib/io.js View 1 2 3 4 4 chunks +46 lines, -52 lines 0 comments Download
A lib/lz-string.js View 1 chunk +506 lines, -0 lines 0 comments Download
M lib/prefs.js View 1 chunk +4 lines, -1 line 0 comments Download
M metadata.common View 2 chunks +4 lines, -0 lines 0 comments Download
A qunit/tests/io.js View 1 2 1 chunk +89 lines, -0 lines 0 comments Download
M safari/ext/background.js View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 13
Oleksandr
Aug. 22, 2016, 9:33 a.m. (2016-08-22 09:33:31 UTC) #1
kzar
Dumb question but are these changes (and the other review) for https://bitbucket.org/sebastian_noack/adblockplusedge or the main ...
Aug. 22, 2016, 1:20 p.m. (2016-08-22 13:20:16 UTC) #2
kzar
https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js File lib/io.js (left): https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js#oldcode78 lib/io.js:78: copyFile: function(fromFile, toFile, callback) copyFile and renameFile have been ...
Aug. 22, 2016, 3:38 p.m. (2016-08-22 15:38:34 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js File lib/io.js (right): https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js#newcode88 lib/io.js:88: if (typeof browser == "undefined") On 2016/08/22 15:38:32, kzar ...
Aug. 22, 2016, 4:49 p.m. (2016-08-22 16:49:20 UTC) #4
Oleksandr
https://codereview.adblockplus.org/29350042/diff/29350043/lib/lz-string.js File lib/lz-string.js (right): https://codereview.adblockplus.org/29350042/diff/29350043/lib/lz-string.js#newcode3 lib/lz-string.js:3: // under the terms of the WTFPL, Version 2 ...
Aug. 25, 2016, 2:02 a.m. (2016-08-25 02:02:38 UTC) #5
kzar
Looking much better, mostly nits left in the code now. A couple of general things ...
Aug. 30, 2016, 2:13 p.m. (2016-08-30 14:13:03 UTC) #6
Oleksandr
Patch set 3 : fix formatting. https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js File lib/io.js (left): https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js#oldcode78 lib/io.js:78: copyFile: function(fromFile, toFile, ...
Aug. 31, 2016, 9:54 p.m. (2016-08-31 21:54:38 UTC) #7
kzar
https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js File lib/io.js (left): https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js#oldcode78 lib/io.js:78: copyFile: function(fromFile, toFile, callback) On 2016/08/31 21:54:35, Oleksandr wrote: ...
Sept. 1, 2016, 12:57 p.m. (2016-09-01 12:57:38 UTC) #8
Oleksandr
Patch Set 4 : Add full stop after a comment and fix formatting https://codereview.adblockplus.org/29350042/diff/29350043/lib/io.js File ...
Sept. 2, 2016, 4:12 a.m. (2016-09-02 04:12:26 UTC) #9
kzar
LGTM. Sebastian do you want to review this one too? (You missed replying to a ...
Sept. 2, 2016, 8:57 a.m. (2016-09-02 08:57:49 UTC) #10
Sebastian Noack
https://codereview.adblockplus.org/29350042/diff/29350407/lib/io.js File lib/io.js (right): https://codereview.adblockplus.org/29350042/diff/29350407/lib/io.js#newcode65 lib/io.js:65: if ("compressed" in entry) Please check for entry["compressed"], otherwise, ...
Sept. 8, 2016, 3:27 p.m. (2016-09-08 15:27:22 UTC) #11
Oleksandr
Patch Set: Make sure entry["compressed"] is truthful https://codereview.adblockplus.org/29350042/diff/29350407/lib/io.js File lib/io.js (right): https://codereview.adblockplus.org/29350042/diff/29350407/lib/io.js#newcode91 lib/io.js:91: let processedData ...
Sept. 8, 2016, 11:51 p.m. (2016-09-08 23:51:57 UTC) #12
Sebastian Noack
Sept. 9, 2016, 1:44 p.m. (2016-09-09 13:44:17 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld