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

Issue 2154263004: [MD Settings] Lazy create dialogs in Passwords and Autofill section. (Closed)

Created:
4 years, 5 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] Lazy create dialogs in Passwords and Autofill section. BUG=628833 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/fb83249074e527816c008e2ed661d6aefdeb6ac4 Cr-Commit-Position: refs/heads/master@{#406442}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Feedback #

Total comments: 17

Patch Set 3 : Feedback 2.0 #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+145 lines, -200 lines) Patch
M chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js View 1 2 6 chunks +32 lines, -66 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html View 1 2 chunks +10 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js View 1 2 5 chunks +32 lines, -7 lines 3 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html View 1 2 2 chunks +5 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js View 1 2 4 chunks +20 lines, -39 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.html View 1 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.js View 1 2 3 chunks +20 lines, -9 lines 0 comments Download
M chrome/test/data/webui/settings/settings_autofill_section_browsertest.js View 1 2 5 chunks +19 lines, -21 lines 0 comments Download
M chrome/test/data/webui/settings/settings_passwords_section_browsertest.js View 1 2 chunks +0 lines, -47 lines 0 comments Download

Messages

Total messages: 28 (16 generated)
hcarmona
PTAL
4 years, 5 months ago (2016-07-18 20:57:04 UTC) #5
dpapad
Just a few comments to make the lazy showing/hiding more aligned with other places where ...
4 years, 5 months ago (2016-07-18 21:20:23 UTC) #6
hcarmona
Thanks for the feedback! The CL is a bit larger now, but things look much ...
4 years, 5 months ago (2016-07-19 01:16:04 UTC) #11
dpapad
Indeed it looks much cleaner than before! Few more questions/comments. https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js File chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js (right): https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode77 ...
4 years, 5 months ago (2016-07-19 17:42:09 UTC) #14
dpapad
https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js File chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js (right): https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js#newcode63 chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js:63: attached: function() { On 2016/07/19 at 17:42:09, dpapad wrote: ...
4 years, 5 months ago (2016-07-19 19:15:22 UTC) #15
hcarmona
https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js File chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js (right): https://codereview.chromium.org/2154263004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode77 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js:77: this.countryCode_ = this.address.countryCode; On 2016/07/19 17:42:09, dpapad wrote: > ...
4 years, 5 months ago (2016-07-19 23:33:06 UTC) #18
dpapad
LGTM! https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js (right): https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js#newcode113 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js:113: if (Polymer.dom(e).rootTarget == expectedDialog) On 2016/07/19 23:33:06, Hector ...
4 years, 5 months ago (2016-07-19 23:52:17 UTC) #19
hcarmona
https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js (right): https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js#newcode113 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js:113: if (Polymer.dom(e).rootTarget == expectedDialog) On 2016/07/19 23:52:17, dpapad wrote: ...
4 years, 5 months ago (2016-07-20 00:07:51 UTC) #20
dpapad
On 2016/07/20 at 00:07:51, hcarmona wrote: > https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js > File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js (right): > > https://codereview.chromium.org/2154263004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js#newcode113 ...
4 years, 5 months ago (2016-07-20 00:10:39 UTC) #21
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/2154263004/40001
4 years, 5 months ago (2016-07-20 01:19:14 UTC) #25
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 5 months ago (2016-07-20 01:37:35 UTC) #26
commit-bot: I haz the power
4 years, 5 months ago (2016-07-20 01:40:06 UTC) #28
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/fb83249074e527816c008e2ed661d6aefdeb6ac4
Cr-Commit-Position: refs/heads/master@{#406442}

Powered by Google App Engine
This is Rietveld 408576698