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

Issue 2681143004: MD Settings: in autofill section, change google-payment related entries to outlinks instead. (Closed)

Created:
3 years, 10 months ago by scottchen
Modified:
3 years, 10 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
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

MD Settings: in autofill section, change google-payment related entries to outlinks instead. If an entry in the address or credit card autofill settings is connected to Google Payment, this CL makes it use a outlink-icon button that directly links to the google payment page, as opposed to using a dropdown that conditionally decides what to do based on the entry type. BUG=684152 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:closure_compilation Review-Url: https://codereview.chromium.org/2681143004 Cr-Commit-Position: refs/heads/master@{#450123} Committed: https://chromium.googlesource.com/chromium/src/+/8cc82777e38c6e39cfcbbdfccce6216a222251e1

Patch Set 1 #

Patch Set 2 : Add tests for button display conditions in autofill #

Total comments: 6

Patch Set 3 : use dom-if to alternate buttons #

Total comments: 13

Patch Set 4 : fixes based on comments #

Patch Set 5 : fix unit tests #

Unified diffs Side-by-side diffs Delta from patch set Stats (+93 lines, -24 lines) Patch
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html View 1 2 3 4 chunks +18 lines, -10 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.js View 1 2 5 chunks +22 lines, -13 lines 0 comments Download
M chrome/browser/resources/settings/passwords_and_forms_page/passwords_shared_css.html View 1 chunk +1 line, -1 line 0 comments Download
M chrome/test/data/webui/settings/settings_autofill_section_browsertest.js View 1 2 3 4 2 chunks +52 lines, -0 lines 0 comments Download

Messages

Total messages: 23 (14 generated)
scottchen
http://imgur.com/a/pH3n3
3 years, 10 months ago (2017-02-09 01:08:36 UTC) #6
dpapad
https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode84 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:84: <button is="paper-icon-button-light" class="icon-external" Instead of adding two mutually exclusive ...
3 years, 10 months ago (2017-02-09 01:30:41 UTC) #7
scottchen
https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode85 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:85: on-tap="onRemoteEditAddressTap_" actionable On 2017/02/09 01:30:41, dpapad wrote: > Do ...
3 years, 10 months ago (2017-02-10 02:28:54 UTC) #10
scottchen
Oops, sorry left out comments. They're Addressed by new patch. https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/20001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode84 ...
3 years, 10 months ago (2017-02-10 02:29:54 UTC) #11
dpapad
https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode84 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:84: <button is="paper-icon-button-light" class="icon-external" Indentation off. https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode85 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:85: on-tap="onRemoteEditAddressTap_" actionable></button> ...
3 years, 10 months ago (2017-02-10 20:24:08 UTC) #12
scottchen
https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode84 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:84: <button is="paper-icon-button-light" class="icon-external" On 2017/02/10 20:24:08, dpapad wrote: > ...
3 years, 10 months ago (2017-02-10 23:48:03 UTC) #13
dpapad
LGTM https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html File chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html (right): https://codereview.chromium.org/2681143004/diff/40001/chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html#newcode85 chrome/browser/resources/settings/passwords_and_forms_page/autofill_section.html:85: on-tap="onRemoteEditAddressTap_" actionable></button> On 2017/02/10 at 23:48:02, scottchen wrote: ...
3 years, 10 months ago (2017-02-13 19:26:22 UTC) #18
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/2681143004/80001
3 years, 10 months ago (2017-02-13 20:07:30 UTC) #20
commit-bot: I haz the power
3 years, 10 months ago (2017-02-13 22:36:26 UTC) #23
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://chromium.googlesource.com/chromium/src/+/8cc82777e38c6e39cfcbbdfccce6...

Powered by Google App Engine
This is Rietveld 408576698