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

Issue 14129005: Remove "Use billing for shipping" checkbox in favor of item in suggestions menu. (Closed)

Created:
7 years, 8 months ago by Evan Stade
Modified:
7 years, 8 months ago
Reviewers:
aruslan, sky, Dan Beam
CC:
chromium-reviews, Raman Kakilate, tfarina, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Remove "Use billing for shipping" checkbox in favor of item in suggestions menu. BUG=225093 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195316

Patch Set 1 #

Total comments: 2

Patch Set 2 : . #

Patch Set 3 : fix bad merge #

Total comments: 21

Patch Set 4 : comments #

Total comments: 8

Patch Set 5 : dbeam review #

Total comments: 2

Patch Set 6 : fix bugs found by tests!! #

Patch Set 7 : one more fix #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -157 lines) Patch
M chrome/android/java/res/layout/autofill_general_layout.xml View 1 1 chunk +0 lines, -6 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialog.java View 1 2 3 6 chunks +5 lines, -21 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogGlue.java View 1 2 chunks +4 lines, -13 lines 0 comments Download
M chrome/app/generated_resources.grd View 2 chunks +20 lines, -2 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc View 1 4 chunks +1 line, -10 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.h View 1 2 3 4 5 6 4 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc View 1 2 3 4 5 6 7 20 chunks +109 lines, -45 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc View 1 2 3 4 5 6 5 chunks +11 lines, -10 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.h View 1 2 3 4 5 6 3 chunks +8 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_models.cc View 1 2 3 4 5 6 2 chunks +17 lines, -2 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.h View 1 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_types.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_dialog_view.h View 1 chunk +0 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.h View 1 3 chunks +1 line, -6 lines 0 comments Download
M chrome/browser/ui/views/autofill/autofill_dialog_views.cc View 1 8 chunks +10 lines, -32 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
Evan Stade
dbeam: ui/autofill sky: ui/views aruslan: android
7 years, 8 months ago (2013-04-14 00:17:57 UTC) #1
tfarina
https://codereview.chromium.org/14129005/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/14129005/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode507 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:507: label_->SetFont(ResourceBundle::GetSharedInstance().GetFont( nit: ui::ResourceBundle
7 years, 8 months ago (2013-04-14 18:57:04 UTC) #2
sky
LGTM
7 years, 8 months ago (2013-04-15 13:59:47 UTC) #3
Dan Beam
https://chromiumcodereview.appspot.com/14129005/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/14129005/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1740 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1740: l10n_util::GetStringUTF16(IDS_AUTOFILL_DIALOG_ADD_CREDIT_CARD)); ^ hmm, where's IDS_AUTOFILL_DIALOG_MANAGE_CREDIT_CARD? https://chromiumcodereview.appspot.com/14129005/diff/17001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1962 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1962: return !key.empty() ...
7 years, 8 months ago (2013-04-16 03:01:14 UTC) #4
aruslan
Android changes ONLY -- LGTM -- with 2 places that should be changed to avoid ...
7 years, 8 months ago (2013-04-16 16:49:54 UTC) #5
Evan Stade
https://codereview.chromium.org/14129005/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc File chrome/browser/ui/views/autofill/autofill_dialog_views.cc (right): https://codereview.chromium.org/14129005/diff/1/chrome/browser/ui/views/autofill/autofill_dialog_views.cc#newcode507 chrome/browser/ui/views/autofill/autofill_dialog_views.cc:507: label_->SetFont(ResourceBundle::GetSharedInstance().GetFont( On 2013/04/14 18:57:05, tfarina wrote: > nit: ui::ResourceBundle ...
7 years, 8 months ago (2013-04-16 19:06:20 UTC) #6
Dan Beam
https://chromiumcodereview.appspot.com/14129005/diff/31001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/14129005/diff/31001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1359 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1359: // TODO(estade): show chrome://settings or a wallet URL. where's ...
7 years, 8 months ago (2013-04-17 00:18:15 UTC) #7
Evan Stade
https://chromiumcodereview.appspot.com/14129005/diff/31001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/14129005/diff/31001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1359 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1359: // TODO(estade): show chrome://settings or a wallet URL. On ...
7 years, 8 months ago (2013-04-17 21:54:38 UTC) #8
Dan Beam
lgtm https://chromiumcodereview.appspot.com/14129005/diff/45001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc File chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc (right): https://chromiumcodereview.appspot.com/14129005/diff/45001/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc#newcode1359 chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc:1359: // TODO(estade): show chrome://settings or a wallet URL. ...
7 years, 8 months ago (2013-04-17 22:24:26 UTC) #9
Evan Stade
Committed patchset #8 manually as r195316 (presubmit successful).
7 years, 8 months ago (2013-04-19 22:23:16 UTC) #10
Mike Wittman
7 years, 8 months ago (2013-04-19 22:45:03 UTC) #11
Message was sent while issue was closed.
On 2013/04/19 22:23:16, Evan Stade wrote:
> Committed patchset #8 manually as r195316 (presubmit successful).

Reverted in http://crrev.com/195320.  Breaks Mac ASAN compile.

Powered by Google App Engine
This is Rietveld 408576698