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

Issue 2015463003: Add dialog to edit and save credit cards. (Closed)

Created:
4 years, 7 months ago by hcarmona
Modified:
4 years, 6 months ago
Reviewers:
Dan Beam, *michaelpg
CC:
chromium-reviews, vabr+watchlistpasswordmanager_chromium.org, michaelpg+watch-md-settings_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-md-ui_chromium.org, arv+watch_chromium.org, vitalyp+closure_chromium.org, dbeam+watch-settings_chromium.org, mkwst+watchlist-passwords_chromium.org, stevenjb+watch-md-settings_chromium.org, gcasto+watchlist_chromium.org, dbeam+watch-closure_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add dialog to edit and save credit cards. Tests included for dialog. Screenshots in bug. BUG=607348 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/a02e2448d903564a3199edc570835c2eabdf12b7 Cr-Commit-Position: refs/heads/master@{#398133}

Patch Set 1 : #

Total comments: 41

Patch Set 2 : Feedback #

Patch Set 3 : Fix Tests #

Total comments: 4

Patch Set 4 : #

Total comments: 8

Patch Set 5 : #

Total comments: 10

Patch Set 6 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -51 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 chunks +21 lines, -3 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js View 1 5 chunks +15 lines, -11 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp View 1 2 chunks +10 lines, -1 line 0 comments Download
A chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html View 1 2 3 1 chunk +83 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js View 1 2 3 4 1 chunk +118 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.html View 1 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/password_edit_dialog.js View 1 2 3 1 chunk +3 lines, -8 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_and_forms_page.js View 1 2 3 6 chunks +26 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 1 chunk +6 lines, -0 lines 0 comments Download
M chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js View 1 3 chunks +17 lines, -4 lines 0 comments Download
M chrome/test/data/webui/settings/settings_autofill_section_browsertest.js View 1 2 3 4 5 6 chunks +126 lines, -7 lines 0 comments Download

Messages

Total messages: 26 (12 generated)
hcarmona
PTAL, thanks!
4 years, 7 months ago (2016-05-25 23:07:54 UTC) #6
michaelpg
https://codereview.chromium.org/2015463003/diff/20001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2015463003/diff/20001/chrome/app/settings_strings.grdp#newcode234 chrome/app/settings_strings.grdp:234: <message name="IDS_SETTINGS_NAME_ON_CREDIT_CARD" desc=""> description https://codereview.chromium.org/2015463003/diff/20001/chrome/app/settings_strings.grdp#newcode237 chrome/app/settings_strings.grdp:237: <message name="IDS_SETTINGS_CREDIT_CARD_NUMBER" desc=""> ...
4 years, 6 months ago (2016-05-27 17:57:08 UTC) #7
hcarmona
https://codereview.chromium.org/2015463003/diff/20001/chrome/app/settings_strings.grdp File chrome/app/settings_strings.grdp (right): https://codereview.chromium.org/2015463003/diff/20001/chrome/app/settings_strings.grdp#newcode234 chrome/app/settings_strings.grdp:234: <message name="IDS_SETTINGS_NAME_ON_CREDIT_CARD" desc=""> On 2016/05/27 17:57:07, michaelpg wrote: > ...
4 years, 6 months ago (2016-05-31 21:14:07 UTC) #9
dschuyler
Just some sideline requests. https://codereview.chromium.org/2015463003/diff/80001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html File chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html (right): https://codereview.chromium.org/2015463003/diff/80001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html#newcode31 chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.html:31: color: #737373; Please use a ...
4 years, 6 months ago (2016-06-01 23:19:06 UTC) #10
michaelpg
https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js File chrome/test/data/webui/settings/settings_autofill_section_browsertest.js (right): https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js#newcode39 chrome/test/data/webui/settings/settings_autofill_section_browsertest.js:39: newTitle_: 'new-title', On 2016/05/31 21:14:06, Hector Carmona wrote: > ...
4 years, 6 months ago (2016-06-03 13:51:15 UTC) #13
Dan Beam
https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js File chrome/test/data/webui/settings/settings_autofill_section_browsertest.js (right): https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js#newcode39 chrome/test/data/webui/settings/settings_autofill_section_browsertest.js:39: newTitle_: 'new-title', On 2016/06/03 13:51:14, michaelpg wrote: > On ...
4 years, 6 months ago (2016-06-03 21:44:44 UTC) #14
hcarmona
https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js File chrome/test/data/webui/settings/settings_autofill_section_browsertest.js (right): https://codereview.chromium.org/2015463003/diff/20001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js#newcode39 chrome/test/data/webui/settings/settings_autofill_section_browsertest.js:39: newTitle_: 'new-title', On 2016/06/03 21:44:43, Dan Beam wrote: > ...
4 years, 6 months ago (2016-06-04 00:36:48 UTC) #15
Dan Beam
https://codereview.chromium.org/2015463003/diff/100001/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/2015463003/diff/100001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js#newcode32 chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js:32: * @type {!Array<string>}} typo, why do these need to ...
4 years, 6 months ago (2016-06-04 01:00:26 UTC) #16
hcarmona
https://codereview.chromium.org/2015463003/diff/100001/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/2015463003/diff/100001/chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js#newcode32 chrome/browser/resources/settings/passwords_and_forms_page/credit_card_edit_dialog.js:32: * @type {!Array<string>}} On 2016/06/04 01:00:26, Dan Beam wrote: ...
4 years, 6 months ago (2016-06-04 01:19:10 UTC) #17
michaelpg
not thrilled with the amount of string manip here either, but overall lgtm https://codereview.chromium.org/2015463003/diff/120001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js File ...
4 years, 6 months ago (2016-06-06 17:00:47 UTC) #18
hcarmona
https://codereview.chromium.org/2015463003/diff/120001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js File chrome/test/data/webui/settings/settings_autofill_section_browsertest.js (right): https://codereview.chromium.org/2015463003/diff/120001/chrome/test/data/webui/settings/settings_autofill_section_browsertest.js#newcode173 chrome/test/data/webui/settings/settings_autofill_section_browsertest.js:173: firstSelectableYear.textContent); On 2016/06/06 17:00:47, michaelpg wrote: > 4-space indent ...
4 years, 6 months ago (2016-06-06 19:03:07 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2015463003/140001
4 years, 6 months ago (2016-06-06 21:01:51 UTC) #22
commit-bot: I haz the power
Committed patchset #6 (id:140001)
4 years, 6 months ago (2016-06-06 21:37:18 UTC) #24
commit-bot: I haz the power
4 years, 6 months ago (2016-06-06 21:40:07 UTC) #26
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/a02e2448d903564a3199edc570835c2eabdf12b7
Cr-Commit-Position: refs/heads/master@{#398133}

Powered by Google App Engine
This is Rietveld 408576698