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

Issue 29480624: Issue 5374 - Add filter list popup (Closed)

Created:
July 5, 2017, 3:47 p.m. by saroyanm
Modified:
July 28, 2017, 6:08 p.m.
Reviewers:
Thomas Greiner
CC:
wspee
Visibility:
Public.

Description

This review contains HTML/Semantics, strings and functional implementation as specified in (https://bitbucket.org/adblockplus/spec/src/6da96ae41ce19186730b1459364cb6de54345c9e/spec/abp/options-page.md?at=master&fileviewer=file-view-default#markdown-header-add-filter-list-popup) and small CSS to visually represent the layout. CSS of whole options page will be revisited and reimplemented separately.

Patch Set 1 : #

Total comments: 22
Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -9 lines) Patch
M locale/en-US/new-options.json View 2 chunks +40 lines, -0 lines 4 comments Download
M new-options.html View 4 chunks +28 lines, -2 lines 10 comments Download
M new-options.js View 6 chunks +24 lines, -4 lines 4 comments Download
M skin/new-options.css View 5 chunks +11 lines, -3 lines 4 comments Download

Messages

Total messages: 7
saroyanm
Ready for the review. https://codereview.adblockplus.org/29480624/diff/29482717/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29480624/diff/29482717/new-options.js#newcode463 new-options.js:463: subscription.description = getMessage("options_language_" + prefix); ...
July 7, 2017, 6:22 p.m. (2017-07-07 18:22:11 UTC) #1
saroyanm
https://codereview.adblockplus.org/29480624/diff/29482717/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29480624/diff/29482717/new-options.html#newcode376 new-options.html:376: <ul id="recommend-general-list-table" class="table list"> As discussed already, we do ...
July 10, 2017, 1 p.m. (2017-07-10 13:00:06 UTC) #2
saroyanm
This is still ready for the review. https://codereview.adblockplus.org/29480624/diff/29482717/new-options.html File new-options.html (right): https://codereview.adblockplus.org/29480624/diff/29482717/new-options.html#newcode376 new-options.html:376: <ul id="recommend-general-list-table" ...
July 13, 2017, 5:09 p.m. (2017-07-13 17:09:22 UTC) #3
Thomas Greiner
https://codereview.adblockplus.org/29480624/diff/29482717/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29480624/diff/29482717/locale/en-US/new-options.json#newcode456 locale/en-US/new-options.json:456: "options_feature_anti_adblock_title": { Those are the names of the filter ...
July 25, 2017, 10:30 a.m. (2017-07-25 10:30:55 UTC) #4
saroyanm
https://codereview.adblockplus.org/29480624/diff/29482717/locale/en-US/new-options.json File locale/en-US/new-options.json (right): https://codereview.adblockplus.org/29480624/diff/29482717/locale/en-US/new-options.json#newcode456 locale/en-US/new-options.json:456: "options_feature_anti_adblock_title": { On 2017/07/25 10:30:54, Thomas Greiner wrote: > ...
July 28, 2017, 5:54 p.m. (2017-07-28 17:54:55 UTC) #5
saroyanm
Having another look, this is NO LGTM. This issue is dependant on General Tab, as ...
July 28, 2017, 6:08 p.m. (2017-07-28 18:08:11 UTC) #6
saroyanm
July 28, 2017, 6:08 p.m. (2017-07-28 18:08:28 UTC) #7
On 2017/07/28 18:08:11, saroyanm wrote:
> Having another look, this is NO LGTM.
> 
> This issue is dependant on General Tab, as the add language dialog and dialog
> here are almost identical and the difference is in the additional button below
> the dialog. I'll closing this review and will follow on this after General Tab
> review is ready.

NOT LGTM

Powered by Google App Engine
This is Rietveld