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

Issue 11153017: Improve Synchronizer functionality (Closed)

Created:
July 17, 2013, 12:32 p.m. by Wladimir Palant
Modified:
Nov. 5, 2013, 7:49 a.m.
Visibility:
Public.

Description

This refactors the current Synchronizer into a generic Downloader and a subscription-centered Synchronizer. While at it, some old functionality has been removed and other functionality was added (better redirect handling, versioning of filter data). This also implements the proposals under https://adblockplus.org/blog/simplifying-subscription-downloads-module and https://adblockplus.org/blog/simplifying-subscription-downloads-module.

Patch Set 1 #

Total comments: 8

Patch Set 2 : Fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -11 lines) Patch
M lib/downloader.js View 1 5 chunks +11 lines, -11 lines 0 comments Download

Messages

Total messages: 5
Wladimir Palant
July 17, 2013, 12:32 p.m. (2013-07-17 12:32:07 UTC) #1
Felix Dahlke
LGTM with some nits. http://codereview.adblockplus.org/11153017/diff/1/lib/downloader.js File lib/downloader.js (right): http://codereview.adblockplus.org/11153017/diff/1/lib/downloader.js#newcode175 lib/downloader.js:175: * @param {Downloadable} url the ...
July 25, 2013, 1:16 p.m. (2013-07-25 13:16:02 UTC) #2
Thomas Greiner
LGTM Only a few small suggestions. http://codereview.adblockplus.org/11153017/diff/1/lib/downloader.js File lib/downloader.js (right): http://codereview.adblockplus.org/11153017/diff/1/lib/downloader.js#newcode71 lib/downloader.js:71: maxAbsenseInterval: 1 * ...
July 25, 2013, 3:21 p.m. (2013-07-25 15:21:37 UTC) #3
Wladimir Palant
Took me long enough but I finally took care of those nits (you have to ...
Nov. 5, 2013, 6:40 a.m. (2013-11-05 06:40:42 UTC) #4
Felix Dahlke
Nov. 5, 2013, 6:46 a.m. (2013-11-05 06:46:11 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld