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

Issue 29328931: Issue 3176 - Keep filter list parameters (Closed)

Created:
Oct. 7, 2015, 6:48 p.m. by Felix Dahlke
Modified:
Oct. 20, 2015, 4:05 p.m.
Reviewers:
Sebastian Noack
Visibility:
Public.

Description

Issue 3176 - Keep filter list parameters

Patch Set 1 : #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -1 line) Patch
M abp2blocklist.js View 3 chunks +17 lines, -1 line 4 comments Download

Messages

Total messages: 6
Felix Dahlke
Oct. 7, 2015, 7:51 p.m. (2015-10-07 19:51:12 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js File abp2blocklist.js (right): https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js#newcode74 abp2blocklist.js:74: var paramMatch = /^\s*!\s*([\w ]+)\s*:\s*(.*)/.exec(line); I think we should ...
Oct. 13, 2015, 11:25 a.m. (2015-10-13 11:25:08 UTC) #2
Felix Dahlke
https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js File abp2blocklist.js (right): https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js#newcode283 abp2blocklist.js:283: console.log("// " + key + ": " + params[key]); ...
Oct. 13, 2015, 11:37 a.m. (2015-10-13 11:37:26 UTC) #3
Sebastian Noack
On 2015/10/13 11:37:26, Felix Dahlke wrote: > https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js > File abp2blocklist.js (right): > > https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js#newcode283 ...
Oct. 13, 2015, 11:51 a.m. (2015-10-13 11:51:17 UTC) #4
Felix Dahlke
https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js File abp2blocklist.js (right): https://codereview.adblockplus.org/29328931/diff/29328942/abp2blocklist.js#newcode283 abp2blocklist.js:283: console.log("// " + key + ": " + params[key]); ...
Oct. 13, 2015, 11:52 a.m. (2015-10-13 11:52:16 UTC) #5
Felix Dahlke
Oct. 20, 2015, 4:05 p.m. (2015-10-20 16:05:31 UTC) #6
Message was sent while issue was closed.
Closed this. After putting some more thought into it, this just doesn't make
sense, see: https://issues.adblockplus.org/ticket/3176#comment:19.

Powered by Google App Engine
This is Rietveld