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

Issue 12412003: Initial UI structure for autofill dialog (Closed)

Created:
7 years, 9 months ago by Yusuf
Modified:
7 years, 9 months ago
Reviewers:
Ted C, aruslan
CC:
chromium-reviews, Raman Kakilate, benquan, dhollowa+watch_chromium.org, ahutter, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, dcheng, Dane Wallinga, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Initial UI structure for autofill dialog This is the basic UI structure that has some of the trnasitions and animations build in. The dialog is only initialized only in related autofill code and this is mainly to get a UI structure committed to build around to. The placeholders will be removed and some animations and control structures may eventually change. BUG=177380 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187071

Patch Set 1 #

Patch Set 2 : Spacing fixes to make xml files look better than terrible #

Patch Set 3 : Spacing fixes to make xml files look better than terrible #

Patch Set 4 : Spacing fixes to make xml files look better than terrible #

Patch Set 5 : Styling fixes #

Total comments: 85

Patch Set 6 : Fixed copyrights again #

Patch Set 7 : Fixes to Ted's comments #

Total comments: 20

Patch Set 8 : Fixes to comments #

Total comments: 6

Patch Set 9 : Nit fixes #

Patch Set 10 : Uploaded again after base file missing error #

Patch Set 11 : Uploaded again after base file missing error #

Patch Set 12 : Fixed findbugs #

Patch Set 13 : Rebased to Aurimas' changes #

Patch Set 14 : Got rid of unused includes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+877 lines, -6 lines) Patch
A chrome/android/java/res/drawable/arrow.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/res/drawable/master_card.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/res/drawable/visa.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/res/drawable/wallet_logo.png View 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_cc_spinner_dropdown.xml View 1 2 3 4 5 6 1 chunk +30 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_dialog_content.xml View 1 2 3 4 5 6 7 1 chunk +32 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_dialog_title.xml View 1 2 3 4 5 6 1 chunk +24 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_editing_layout_billing.xml View 1 2 3 4 5 6 7 1 chunk +80 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_editing_layout_shipping.xml View 1 2 3 4 5 6 7 1 chunk +47 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/autofill_general_layout.xml View 1 2 3 4 5 6 1 chunk +60 lines, -0 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 6 7 1 chunk +6 lines, -0 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialog.java View 1 2 3 4 5 6 7 1 chunk +115 lines, -0 lines 0 comments Download
chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogContentView.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +335 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogGlue.java View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +7 lines, -8 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillDialogTitleView.java View 1 2 3 4 5 6 1 chunk +72 lines, -0 lines 0 comments Download
M chrome/android/java/strings/android_chrome_strings.grd View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +45 lines, -1 line 0 comments Download
M chrome/browser/ui/android/autofill/autofill_dialog_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
Yusuf
7 years, 9 months ago (2013-03-05 05:35:39 UTC) #1
Ted C
https://chromiumcodereview.appspot.com/12412003/diff/19001/chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml File chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml (right): https://chromiumcodereview.appspot.com/12412003/diff/19001/chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml#newcode1 chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 9 months ago (2013-03-06 01:41:56 UTC) #2
Yusuf
https://chromiumcodereview.appspot.com/12412003/diff/19001/chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml File chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml (right): https://chromiumcodereview.appspot.com/12412003/diff/19001/chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml#newcode1 chrome/android/java/res/layout/autofill_address_spinner_dropdown.xml:1: // Copyright (c) 2013 The Chromium Authors. All rights ...
7 years, 9 months ago (2013-03-06 19:50:00 UTC) #3
Ted C
https://codereview.chromium.org/12412003/diff/33001/chrome/android/java/res/layout/autofill_dialog_content.xml File chrome/android/java/res/layout/autofill_dialog_content.xml (right): https://codereview.chromium.org/12412003/diff/33001/chrome/android/java/res/layout/autofill_dialog_content.xml#newcode12 chrome/android/java/res/layout/autofill_dialog_content.xml:12: layout="@layout/autofill_general_layout"/> The indenting is off for this line. I ...
7 years, 9 months ago (2013-03-06 21:57:11 UTC) #4
Yusuf
https://codereview.chromium.org/12412003/diff/33001/chrome/android/java/res/layout/autofill_dialog_content.xml File chrome/android/java/res/layout/autofill_dialog_content.xml (right): https://codereview.chromium.org/12412003/diff/33001/chrome/android/java/res/layout/autofill_dialog_content.xml#newcode12 chrome/android/java/res/layout/autofill_dialog_content.xml:12: layout="@layout/autofill_general_layout"/> On 2013/03/06 21:57:11, Ted C wrote: > The ...
7 years, 9 months ago (2013-03-07 18:16:58 UTC) #5
Ted C
lgtm w/ a few final comments https://codereview.chromium.org/12412003/diff/44001/chrome/android/java/res/layout/autofill_dialog_content.xml File chrome/android/java/res/layout/autofill_dialog_content.xml (right): https://codereview.chromium.org/12412003/diff/44001/chrome/android/java/res/layout/autofill_dialog_content.xml#newcode23 chrome/android/java/res/layout/autofill_dialog_content.xml:23: android:layout_width="48dp" is this ...
7 years, 9 months ago (2013-03-07 18:28:09 UTC) #6
Yusuf
https://codereview.chromium.org/12412003/diff/44001/chrome/android/java/res/layout/autofill_dialog_content.xml File chrome/android/java/res/layout/autofill_dialog_content.xml (right): https://codereview.chromium.org/12412003/diff/44001/chrome/android/java/res/layout/autofill_dialog_content.xml#newcode23 chrome/android/java/res/layout/autofill_dialog_content.xml:23: android:layout_width="48dp" It is a coincidence. I think we will ...
7 years, 9 months ago (2013-03-07 18:53:20 UTC) #7
Yusuf
Change is Android only and it has passed Android tests, turning NOTRY=true
7 years, 9 months ago (2013-03-08 23:02:20 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/yusufo@chromium.org/12412003/74001
7 years, 9 months ago (2013-03-08 23:02:56 UTC) #9
commit-bot: I haz the power
7 years, 9 months ago (2013-03-08 23:11:37 UTC) #10
Message was sent while issue was closed.
Change committed as 187071

Powered by Google App Engine
This is Rietveld 408576698