Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(170)

Issue 2092763004: [MD Settings] Implement search in material design passwords. (Closed)

Created:
4 years, 6 months ago by hcarmona
Modified:
4 years, 5 months ago
Reviewers:
dpapad
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-settings_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, stevenjb+watch-md-settings_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MD Settings] Implement search in material design passwords. Includes test. Screenshot in bug. BUG=626119 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/9dd148fc30594c576d61fac30e67b1dd8f4977a5 Cr-Commit-Position: refs/heads/master@{#406736}

Patch Set 1 : fix test #

Total comments: 8

Patch Set 2 : Feedback #

Patch Set 3 : Update to better match mocks #

Total comments: 4

Patch Set 4 : dom-if and rebase #

Total comments: 4

Patch Set 5 : Feedback and Rebase #

Total comments: 12

Patch Set 6 : feedback #

Total comments: 4

Patch Set 7 : nits #

Total comments: 2

Patch Set 8 : indexOf -> includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+204 lines, -19 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.html View 1 2 3 4 5 1 chunk +5 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html View 1 2 3 4 5 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js View 1 2 3 4 5 6 7 2 chunks +37 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/compiled_resources2.gyp View 1 2 3 4 2 chunks +11 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_subpage.html View 1 2 3 4 2 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_page/settings_subpage.js View 1 2 3 4 5 2 chunks +14 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/settings_page/settings_subpage_search.html View 1 2 3 4 5 1 chunk +52 lines, -0 lines 0 comments Download
A + chrome/browser/resources/settings/settings_page/settings_subpage_search.js View 1 2 3 4 5 1 chunk +4 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M chrome/test/data/webui/settings/settings_passwords_section_browsertest.js View 1 2 3 4 3 chunks +54 lines, -2 lines 0 comments Download

Messages

Total messages: 59 (40 generated)
hcarmona
PTAL, screenshots in bug. Thanks!
4 years, 6 months ago (2016-06-25 01:07:34 UTC) #5
dschuyler
https://codereview.chromium.org/2092763004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js (right): https://codereview.chromium.org/2092763004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js#newcode50 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js:50: /** Filter on the saved passwords and exceptions */ ...
4 years, 6 months ago (2016-06-25 01:42:55 UTC) #6
hcarmona
https://codereview.chromium.org/2092763004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js (right): https://codereview.chromium.org/2092763004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js#newcode50 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js:50: /** Filter on the saved passwords and exceptions */ ...
4 years, 5 months ago (2016-06-27 23:00:47 UTC) #7
dschuyler
Let's have the search follow a similar pattern to the title bar search and dropdown ...
4 years, 5 months ago (2016-06-28 21:46:07 UTC) #8
hcarmona
dschuyler's out and he was my reviewer, can you provide feedback for search in passwords? ...
4 years, 5 months ago (2016-07-12 23:57:15 UTC) #15
dpapad
Sending initial comment, have not gone through the entire CL yet. https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html File chrome/browser/resources/settings/settings_page/settings_subpage.html (right): ...
4 years, 5 months ago (2016-07-13 18:11:18 UTC) #16
hcarmona
https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html File chrome/browser/resources/settings/settings_page/settings_subpage.html (right): https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html#newcode71 chrome/browser/resources/settings/settings_page/settings_subpage.html:71: <paper-input-container id="searchContainer" no-label-float hidden On 2016/07/13 18:11:17, dpapad wrote: ...
4 years, 5 months ago (2016-07-13 23:19:40 UTC) #19
dpapad
https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html File chrome/browser/resources/settings/settings_page/settings_subpage.html (right): https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html#newcode71 chrome/browser/resources/settings/settings_page/settings_subpage.html:71: <paper-input-container id="searchContainer" no-label-float hidden On 2016/07/13 at 23:19:40, Hector ...
4 years, 5 months ago (2016-07-13 23:32:41 UTC) #20
commit-bot: I haz the power
Your CL relies on deprecated CQ feature(s): * Specifying master names in CQ_INCLUDE_TRYBOTS part of ...
4 years, 5 months ago (2016-07-20 01:59:50 UTC) #27
hcarmona
PTAL, this is now using the CrSearchFieldBehavior https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html File chrome/browser/resources/settings/settings_page/settings_subpage.html (right): https://codereview.chromium.org/2092763004/diff/100001/chrome/browser/resources/settings/settings_page/settings_subpage.html#newcode71 chrome/browser/resources/settings/settings_page/settings_subpage.html:71: <paper-input-container id="searchContainer" ...
4 years, 5 months ago (2016-07-20 18:59:48 UTC) #34
dpapad
https://codereview.chromium.org/2092763004/diff/180001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js (right): https://codereview.chromium.org/2092763004/diff/180001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js#newcode335 chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js:335: passwordFilter: String, Can we turn this member variable to ...
4 years, 5 months ago (2016-07-20 19:34:51 UTC) #35
hcarmona
https://codereview.chromium.org/2092763004/diff/180001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js (right): https://codereview.chromium.org/2092763004/diff/180001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js#newcode335 chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js:335: passwordFilter: String, On 2016/07/20 19:34:51, dpapad wrote: > Can ...
4 years, 5 months ago (2016-07-20 21:06:07 UTC) #40
dpapad
LGTM! https://codereview.chromium.org/2092763004/diff/200001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js (right): https://codereview.chromium.org/2092763004/diff/200001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js#newcode334 chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js:334: /** Filter applied to passwords and password exceptions. ...
4 years, 5 months ago (2016-07-20 21:20:47 UTC) #41
hcarmona
Thanks for the feedback! https://codereview.chromium.org/2092763004/diff/200001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js (right): https://codereview.chromium.org/2092763004/diff/200001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js#newcode334 chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js:334: /** Filter applied to passwords ...
4 years, 5 months ago (2016-07-20 21:31:39 UTC) #44
dpapad
https://codereview.chromium.org/2092763004/diff/220001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js (right): https://codereview.chromium.org/2092763004/diff/220001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js#newcode126 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js:126: return exception.exceptionUrl.indexOf(filter) >= 0; Nit: Use includes() here too?
4 years, 5 months ago (2016-07-20 21:34:15 UTC) #45
hcarmona
https://codereview.chromium.org/2092763004/diff/220001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js File chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js (right): https://codereview.chromium.org/2092763004/diff/220001/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js#newcode126 chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js:126: return exception.exceptionUrl.indexOf(filter) >= 0; On 2016/07/20 21:34:14, dpapad wrote: ...
4 years, 5 months ago (2016-07-20 23:32:21 UTC) #50
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2092763004/240001
4 years, 5 months ago (2016-07-21 00:56:10 UTC) #55
commit-bot: I haz the power
Committed patchset #8 (id:240001)
4 years, 5 months ago (2016-07-21 01:04:15 UTC) #57
commit-bot: I haz the power
4 years, 5 months ago (2016-07-21 01:07:16 UTC) #59
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/9dd148fc30594c576d61fac30e67b1dd8f4977a5
Cr-Commit-Position: refs/heads/master@{#406736}

Powered by Google App Engine
This is Rietveld 408576698