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

Issue 2079853002: Add Edit/Create Address Dialog to MD Settings. (Closed)

Created:
4 years, 6 months ago by hcarmona
Modified:
4 years, 5 months ago
Reviewers:
michaelpg
CC:
arv+watch_chromium.org, chromium-reviews, dbeam+watch-polymer_chromium.org, dbeam+watch-settings_chromium.org, dbeam+watch-closure_chromium.org, jlklein+watch-closure_chromium.org, michaelpg+watch-polymer_chromium.org, michaelpg+watch-md-settings_chromium.org, michaelpg+watch-md-ui_chromium.org, oshima+watch_chromium.org, stevenjb+watch-md-settings_chromium.org, vitalyp+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 Edit/Create Address Dialog to MD Settings. Change includes lots of tests. Screenshots of dialog in bug. BUG=607347 CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:closure_compilation Committed: https://crrev.com/7b42531c9e81e485dadc15ee7320134c9aac202a Cr-Commit-Position: refs/heads/master@{#402580}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Feedback #

Patch Set 3 : Fix chromium_presubmit #

Total comments: 52

Patch Set 4 : spacing and rebase #

Total comments: 2

Patch Set 5 : feedback #

Total comments: 26

Patch Set 6 : Feedback #

Total comments: 1

Patch Set 7 : rebase and reset polymer_resources.grdp #

Unified diffs Side-by-side diffs Delta from patch set Stats (+999 lines, -20 lines) Patch
M chrome/app/settings_strings.grdp View 1 2 3 4 5 6 4 chunks +22 lines, -7 lines 0 comments Download
A chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html View 1 2 3 4 5 1 chunk +92 lines, -0 lines 0 comments Download
A chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js View 1 2 3 4 5 1 chunk +373 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html View 1 2 3 4 5 6 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js View 1 2 3 4 5 6 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/compiled_resources2.gyp View 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/resources/settings/settings_resources.grd View 1 2 3 4 5 6 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 5 6 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/test/data/webui/settings/passwords_and_autofill_fake_data.js View 1 2 3 4 1 chunk +11 lines, -3 lines 0 comments Download
M chrome/test/data/webui/settings/settings_autofill_section_browsertest.js View 1 2 3 4 5 6 chunks +473 lines, -6 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 22 (9 generated)
hcarmona
PTAL, sorry it's a big CL. This is a complex dialog b/c each country has ...
4 years, 6 months ago (2016-06-17 19:23:54 UTC) #4
hcarmona
Will also update with some CSS fixes that Tom mentioned in the bug. https://codereview.chromium.org/2079853002/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js File ...
4 years, 6 months ago (2016-06-20 19:01:48 UTC) #6
hcarmona
Updated screenshots in bug. https://codereview.chromium.org/2079853002/diff/1/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/2079853002/diff/1/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode124 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js:124: var resizable = /** @type ...
4 years, 6 months ago (2016-06-20 21:36:35 UTC) #7
hcarmona
Fix spacing between save/cancel and rebase to use cr-dialog.
4 years, 6 months ago (2016-06-21 22:54:39 UTC) #8
michaelpg
https://codereview.chromium.org/2079853002/diff/40001/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/2079853002/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode7 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js:7: * saved password. nit: no indent https://codereview.chromium.org/2079853002/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode17 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js:17: * ...
4 years, 6 months ago (2016-06-22 00:25:15 UTC) #9
hcarmona
Thanks for the great feedback! I've simplified things a bit. PTAL https://codereview.chromium.org/2079853002/diff/40001/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): ...
4 years, 6 months ago (2016-06-24 18:27:51 UTC) #11
michaelpg
Just some small things. https://codereview.chromium.org/2079853002/diff/40001/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/2079853002/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js#newcode127 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.js:127: (function() { On 2016/06/24 18:27:50, ...
4 years, 5 months ago (2016-06-27 21:29:19 UTC) #12
hcarmona
https://codereview.chromium.org/2079853002/diff/100001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html File chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html (right): https://codereview.chromium.org/2079853002/diff/100001/chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html#newcode4 chrome/browser/resources/settings/passwords_and_forms_page/address_edit_dialog.html:4: <link rel="import" href="chrome://resources/html/i18n_behavior.html"> On 2016/06/27 21:29:18, michaelpg wrote: > ...
4 years, 5 months ago (2016-06-28 00:27:11 UTC) #13
michaelpg
lgtm! https://codereview.chromium.org/2079853002/diff/120001/ui/webui/resources/polymer_resources.grdp File ui/webui/resources/polymer_resources.grdp (right): https://codereview.chromium.org/2079853002/diff/120001/ui/webui/resources/polymer_resources.grdp#newcode512 ui/webui/resources/polymer_resources.grdp:512: <structure name="IDR_POLYMER_1_0_PAPER_ICON_BUTTON_PAPER_ICON_BUTTON_HTML" this isn't wrong, but don't include ...
4 years, 5 months ago (2016-06-28 14:06:43 UTC) #14
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/2079853002/140001
4 years, 5 months ago (2016-06-28 22:04:02 UTC) #17
commit-bot: I haz the power
Committed patchset #7 (id:140001)
4 years, 5 months ago (2016-06-28 22:49:01 UTC) #19
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/7b42531c9e81e485dadc15ee7320134c9aac202a Cr-Commit-Position: refs/heads/master@{#402580}
4 years, 5 months ago (2016-06-28 22:51:35 UTC) #21
shans
4 years, 5 months ago (2016-06-29 05:10:23 UTC) #22
Message was sent while issue was closed.
A revert of this CL (patchset #7 id:140001) has been created in
https://codereview.chromium.org/2107093002/ by shans@chromium.org.

The reason for reverting is: New tests are failing on
https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%2....

Powered by Google App Engine
This is Rietveld 408576698