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

Issue 29373665: issue 4264 - centralize action handling (Closed)

Created:
Jan. 27, 2017, 11:39 a.m. by saroyanm
Modified:
May 19, 2017, 10:34 a.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

issue 4264 - centralize action handling

Patch Set 1 : Thomas implementation #

Total comments: 1

Patch Set 2 : Rollback to the view tab if user filters are not loaded #

Total comments: 12

Patch Set 3 : Show custom filters view not edit on refresh #

Total comments: 3

Patch Set 4 : Rebase #

Patch Set 5 : Added error log #

Patch Set 6 : Rebased to changeset #108 #

Patch Set 7 : Fixed ESLint conflicts #

Total comments: 4

Patch Set 8 : Moved key handling into onKeyUp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+152 lines, -159 lines) Patch
M new-options.html View 1 chunk +3 lines, -2 lines 0 comments Download
M new-options.js View 1 2 3 4 5 6 7 5 chunks +149 lines, -157 lines 0 comments Download

Messages

Total messages: 17
saroyanm
Ready for review.
Jan. 27, 2017, 1:27 p.m. (2017-01-27 13:27:55 UTC) #1
Thomas Greiner
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); This appears to be a loop that only ...
Jan. 27, 2017, 4:04 p.m. (2017-01-27 16:04:33 UTC) #2
saroyanm
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/01/27 16:04:33, Thomas Greiner wrote: > This ...
Jan. 27, 2017, 4:13 p.m. (2017-01-27 16:13:44 UTC) #3
Thomas Greiner
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/01/27 16:13:44, saroyanm wrote: > It's not ...
Jan. 27, 2017, 4:39 p.m. (2017-01-27 16:39:28 UTC) #4
saroyanm
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/01/27 16:39:27, Thomas Greiner wrote: > On ...
Jan. 27, 2017, 4:56 p.m. (2017-01-27 16:56:41 UTC) #5
Thomas Greiner
Also please note the lack of capitalization in the review title in case it reflects ...
Jan. 30, 2017, 11:57 a.m. (2017-01-30 11:57:53 UTC) #6
saroyanm
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/01/30 11:57:53, Thomas Greiner wrote: > On ...
Feb. 1, 2017, 12:28 p.m. (2017-02-01 12:28:11 UTC) #7
Thomas Greiner
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/02/01 12:28:10, saroyanm wrote: > > where ...
Feb. 2, 2017, 12:24 p.m. (2017-02-02 12:24:51 UTC) #8
saroyanm
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode681 new-options.js:681: switchTab("advanced-allFilterLists"); On 2017/02/02 12:24:50, Thomas Greiner wrote: > On ...
Feb. 2, 2017, 12:34 p.m. (2017-02-02 12:34:01 UTC) #9
saroyanm
https://codereview.adblockplus.org/29373665/diff/29373666/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373666/new-options.js#newcode730 new-options.js:730: case "advanced-customFilters": I think we shouldn't implement this change, ...
Feb. 8, 2017, 12:14 p.m. (2017-02-08 12:14:01 UTC) #10
Thomas Greiner
https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29373671/new-options.js#newcode709 new-options.js:709: if (tabId == "advanced-customFilters") On 2017/02/08 12:14:00, saroyanm wrote: ...
March 2, 2017, 3:10 p.m. (2017-03-02 15:10:13 UTC) #11
saroyanm
New patch uploaded https://codereview.adblockplus.org/29373665/diff/29374825/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29374825/new-options.js#newcode947 new-options.js:947: if (!isCustomFiltersLoaded) On 2017/03/02 15:10:13, Thomas ...
March 3, 2017, 1:10 p.m. (2017-03-03 13:10:20 UTC) #12
saroyanm
The code is rebased and ESLint conflicts resolved. Ready for the review.
April 26, 2017, 6:20 p.m. (2017-04-26 18:20:01 UTC) #13
Thomas Greiner
https://codereview.adblockplus.org/29373665/diff/29422642/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29422642/new-options.js#newcode477 new-options.js:477: function execAction(action, key, element) `key` is only used for ...
May 5, 2017, 2:33 p.m. (2017-05-05 14:33:05 UTC) #14
saroyanm
https://codereview.adblockplus.org/29373665/diff/29422642/new-options.js File new-options.js (right): https://codereview.adblockplus.org/29373665/diff/29422642/new-options.js#newcode477 new-options.js:477: function execAction(action, key, element) On 2017/05/05 14:33:05, Thomas Greiner ...
May 16, 2017, 10:36 a.m. (2017-05-16 10:36:42 UTC) #15
saroyanm
Ready to review
May 16, 2017, 10:37 a.m. (2017-05-16 10:37:08 UTC) #16
Thomas Greiner
May 18, 2017, 3:54 p.m. (2017-05-18 15:54:55 UTC) #17
LGTM

Powered by Google App Engine
This is Rietveld