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

Issue 29339654: Issue 3915 - Properly handle special subscriptions (Closed)

Created:
April 12, 2016, 12:20 p.m. by kzar
Modified:
April 13, 2016, 8:15 a.m.
Reviewers:
Sebastian Noack
CC:
Thomas Greiner
Visibility:
Public.

Description

Issue 3915 - Properly handle special subscriptions (Depends on the changes in https://codereview.adblockplus.org/29339651/ , dependencies file will also need to be updated once that lands.)

Patch Set 1 #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+19 lines, -12 lines) Patch
M options.js View 3 chunks +19 lines, -12 lines 7 comments Download

Messages

Total messages: 5
kzar
Patch Set 1
April 12, 2016, 12:22 p.m. (2016-04-12 12:22:02 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29339654/diff/29339655/options.js File options.js (right): https://codereview.adblockplus.org/29339654/diff/29339655/options.js#newcode203 options.js:203: appendToListBox("excludedDomainsBox", RegExp.$1); RegExp.$* is deprecated. However, since this is ...
April 12, 2016, 12:26 p.m. (2016-04-12 12:26:06 UTC) #2
kzar
https://codereview.adblockplus.org/29339654/diff/29339655/options.js File options.js (right): https://codereview.adblockplus.org/29339654/diff/29339655/options.js#newcode203 options.js:203: appendToListBox("excludedDomainsBox", RegExp.$1); On 2016/04/12 12:26:06, Sebastian Noack wrote: > ...
April 12, 2016, 12:31 p.m. (2016-04-12 12:31:49 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29339654/diff/29339655/options.js File options.js (right): https://codereview.adblockplus.org/29339654/diff/29339655/options.js#newcode203 options.js:203: appendToListBox("excludedDomainsBox", RegExp.$1); On 2016/04/12 12:31:49, kzar wrote: > On ...
April 12, 2016, 12:43 p.m. (2016-04-12 12:43:22 UTC) #4
kzar
April 13, 2016, 8:15 a.m. (2016-04-13 08:15:13 UTC) #5
Message was sent while issue was closed.
https://codereview.adblockplus.org/29339654/diff/29339655/options.js
File options.js (right):

https://codereview.adblockplus.org/29339654/diff/29339655/options.js#newcode477
options.js:477: if (subscription.special)
On 2016/04/12 12:43:21, Sebastian Noack wrote:
> On 2016/04/12 12:31:49, kzar wrote:
> > On 2016/04/12 12:26:06, Sebastian Noack wrote:
> > > If we add this property it should be isSpecial.
> > 
> > I disagree as this way it's consistent with the `subscriptions.get` message.
I
> > guess let's leave this up to Thomas to decide.
> 
> What does have the semantics of query parameters have to do with properties
> describing an object? While speaking of consistency, also note that there is
> already isDownloading.

Fair enough, I renamed these in the new review.

Powered by Google App Engine
This is Rietveld