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

Issue 29946572: Issue 7094 - Keep subscription filters by text only (Closed)

Created:
Nov. 19, 2018, 2:08 a.m. by Manish Jethani
Modified:
Feb. 20, 2019, 7:09 a.m.
Reviewers:
hub
Base URL:
https://hg.adblockplus.org/adblockpluscore/
Visibility:
Public.

Patch Set 1 #

Total comments: 1

Patch Set 2 : Fix bug #

Total comments: 1

Patch Set 3 : Minor changes #

Total comments: 6

Patch Set 4 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -86 lines) Patch
M lib/filterListener.js View 1 2 3 3 chunks +16 lines, -16 lines 0 comments Download
M lib/filterStorage.js View 1 2 5 chunks +28 lines, -27 lines 0 comments Download
M lib/iniParser.js View 1 chunk +1 line, -5 lines 0 comments Download
M lib/subscriptionClasses.js View 4 chunks +13 lines, -25 lines 0 comments Download
M lib/synchronizer.js View 1 chunk +3 lines, -3 lines 0 comments Download
M test/filterListener.js View 2 chunks +4 lines, -4 lines 0 comments Download
M test/filterStorage.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/subscriptionClasses.js View 1 chunk +3 lines, -4 lines 0 comments Download

Messages

Total messages: 11
Manish Jethani
Nov. 19, 2018, 2:09 a.m. (2018-11-19 02:09:08 UTC) #1
Manish Jethani
Patch Set 1 Based on https://codereview.adblockplus.org/29934588/ This patch inexplicably slashes the memory footprint by ~8 ...
Nov. 19, 2018, 2:12 a.m. (2018-11-19 02:12:20 UTC) #2
Manish Jethani
For some background, the basic idea here is that we keep only the text in ...
Nov. 19, 2018, 2:15 a.m. (2018-11-19 02:15:30 UTC) #3
Manish Jethani
Patch Set 2: Fix bug No longer making any difference to memory footprint. https://codereview.adblockplus.org/29946572/diff/29946582/lib/filterListener.js File ...
Nov. 19, 2018, 2:29 a.m. (2018-11-19 02:29:44 UTC) #4
Manish Jethani
The base patch has landed, this is the next step.
Nov. 21, 2018, 5:11 a.m. (2018-11-21 05:11:53 UTC) #5
Manish Jethani
Patch Set 3: Minor changes https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterStorage.js File lib/filterStorage.js (right): https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterStorage.js#newcode512 lib/filterStorage.js:512: yield* Filter.fromText(text).serialize(); This means ...
Nov. 21, 2018, 5:27 a.m. (2018-11-21 05:27:53 UTC) #6
hub
https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js File lib/filterListener.js (right): https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js#newcode264 lib/filterListener.js:264: removeFilter(Filter.fromText(text)); here remove filter takes longer since we have ...
Nov. 30, 2018, 1:18 a.m. (2018-11-30 01:18:07 UTC) #7
Manish Jethani
https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js File lib/filterListener.js (right): https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js#newcode264 lib/filterListener.js:264: removeFilter(Filter.fromText(text)); On 2018/11/30 01:18:07, hub wrote: > here remove ...
Nov. 30, 2018, 7:28 a.m. (2018-11-30 07:28:06 UTC) #8
hub
LGTM https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js File lib/filterListener.js (right): https://codereview.adblockplus.org/29946572/diff/29949555/lib/filterListener.js#newcode264 lib/filterListener.js:264: removeFilter(Filter.fromText(text)); On 2018/11/30 07:28:05, Manish Jethani wrote: > ...
Jan. 3, 2019, 8:22 p.m. (2019-01-03 20:22:49 UTC) #9
Manish Jethani
Patch Set 4: Rebase I am yet to assess the performance impact but overall I ...
Feb. 16, 2019, 3:12 p.m. (2019-02-16 15:12:03 UTC) #10
hub
Feb. 19, 2019, 6:01 p.m. (2019-02-19 18:01:08 UTC) #11
LGTM

Powered by Google App Engine
This is Rietveld