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

Issue 861103002: Credentials chooser UI for Android. (Closed)

Created:
5 years, 11 months ago by melandory
Modified:
5 years, 10 months ago
CC:
chromium-reviews, gcasto+watchlist_chromium.org, mkwst+watchlist-passwords_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Credentials chooser. Infobar which allows user to choose Credentials. Infobar is triggered via Credentials Manager API. R=vabr@chromium.org,brettw@chromium.org,newt@chromium.org BUG=454815 Committed: https://crrev.com/ca57a51bbb794575650b9e1b071b68aeae3d5e87 Cr-Commit-Position: refs/heads/master@{#317368}

Patch Set 1 : Work in progres. Proper view for infobar content. #

Patch Set 2 : Work in progress. #

Patch Set 3 : Work in progress. Click with log print. #

Patch Set 4 : Work in progress. Pass credentials to c++ code (using OnCredentialClick) in infobar. #

Patch Set 5 : Work in progress. Make credentials in credential picker scrollable. #

Patch Set 6 : Work in progress. Perferct height of credential picker. #

Patch Set 7 : Work in progress. Adding Menu button (links in menu are inactive yet). #

Patch Set 8 : Changes to InfoBar (proposed by dfalcantara ) which aloows ScrollView to be same width as Infobar. #

Patch Set 9 : Work in progress. Removing icon as was requested by sabineb. #

Patch Set 10 : Work in progress. Pass credential back to cpp in proper way. #

Patch Set 11 : Work in progress. Infobar title from mocks. #

Patch Set 12 : Work in progress. Code with infoBar changes. #

Patch Set 13 : Merge AccountChooserInfobar and AccountChooserInfobarDelegate #

Patch Set 14 : Rebaised on top of master. #

Total comments: 26

Patch Set 15 : Rebased on top of master #

Total comments: 41

Patch Set 16 : #

Total comments: 26

Patch Set 17 : Review, please #

Total comments: 33

Patch Set 18 : #

Total comments: 40

Patch Set 19 : #

Total comments: 5

Patch Set 20 : Please review. #

Total comments: 20

Patch Set 21 : Please review. #

Total comments: 4

Patch Set 22 : #

Patch Set 23 : #

Patch Set 24 : Fixing tests. #

Total comments: 1

Patch Set 25 : Comment. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+511 lines, -16 lines) Patch
A chrome/android/java/res/layout/account_chooser_infobar_item.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 1 chunk +39 lines, -0 lines 0 comments Download
A chrome/android/java/res/layout/account_chooser_infobar_list.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +15 lines, -0 lines 0 comments Download
A + chrome/android/java/res/menu/account_chooser_infobar_more_menu_popup.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +5 lines, -6 lines 0 comments Download
M chrome/android/java/res/values/dimens.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +5 lines, -1 line 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +187 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/infobar/InfoBarLayout.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/infobar/TranslateInfoBar.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +1 line, -2 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 13 14 15 16 17 18 19 20 21 22 3 chunks +8 lines, -3 lines 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/account_chooser_infobar_delegate_android.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 1 chunk +53 lines, -0 lines 0 comments Download
A chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +56 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/infobars/account_chooser_infobar.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 1 chunk +43 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/infobars/account_chooser_infobar.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 1 chunk +60 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 3 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/browser/ui/passwords/manage_passwords_ui_controller_mock.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/ui/tab_helpers.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 23 4 chunks +2 lines, -2 lines 0 comments Download
M chrome/chrome_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 2 chunks +3 lines, -0 lines 0 comments Download
M chrome/chrome_browser_ui.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +2 lines, -0 lines 0 comments Download
M ui/android/java/res/values/dimens.xml View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 2 chunks +1 line, -2 lines 0 comments Download

Messages

Total messages: 87 (43 generated)
please use gerrit instead
https://codereview.chromium.org/861103002/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java (right): https://codereview.chromium.org/861103002/diff/120001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java#newcode40 chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java:40: private long mNativeInfoBar; Should stay in delegate. Only delegate ...
5 years, 10 months ago (2015-01-29 16:11:49 UTC) #3
vabr (Chromium)
Hi Rouslan, I don't know if you meant to send this for review already or ...
5 years, 10 months ago (2015-01-29 17:38:10 UTC) #4
please use gerrit instead
Sorry, I did not mean to trigger a review. My comment was an attempt to ...
5 years, 10 months ago (2015-01-29 17:41:00 UTC) #5
vabr (Chromium)
Sorry, everyone! My bad, I should have looked at who the author of the CL ...
5 years, 10 months ago (2015-01-29 17:41:13 UTC) #6
melandory
Hi all, review this CL please. Files are distributed among reviewers in a followings way ...
5 years, 10 months ago (2015-02-03 19:23:04 UTC) #10
melandory
https://codereview.chromium.org/861103002/diff/120001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h File chrome/browser/password_manager/account_chooser_infobar_delegate_android.h (right): https://codereview.chromium.org/861103002/diff/120001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h#newcode29 chrome/browser/password_manager/account_chooser_infobar_delegate_android.h:29: ~AccountChooserInfoBarDelegateAndroid() = default; On 2015/01/29 17:38:09, vabr (Chromium) wrote: ...
5 years, 10 months ago (2015-02-03 19:36:36 UTC) #11
vabr (Chromium)
Hi melandory@, This CL does not seem to change chrome/browser/password_manager/chrome_password_manager_client.cc, so I did not review ...
5 years, 10 months ago (2015-02-04 08:43:08 UTC) #14
melandory
This way I probably have more chances for review: +brettw@ -ben@ chrome/browser/ui/android/infobars/account_chooser_infobar.h chrome/browser/ui/android/infobars/account_chooser_infobar.cc chrome/browser/ui/tab_helpers.cc chrome/chrome_browser.gypi ...
5 years, 10 months ago (2015-02-04 15:58:50 UTC) #17
newt (away)
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_buttonbar.xml File chrome/android/java/res/layout/credential_picker_buttonbar.xml (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_buttonbar.xml#newcode1 chrome/android/java/res/layout/credential_picker_buttonbar.xml:1: <?xml version="1.0" encoding="utf-8"?> Hopefully, you can get rid of ...
5 years, 10 months ago (2015-02-04 22:17:52 UTC) #18
melandory
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java#newcode105 chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java:105: ViewGroup scroll = (ViewGroup) frame.findViewById(R.id.credential_scroll); On 2015/02/04 22:17:52, newt ...
5 years, 10 months ago (2015-02-04 22:36:11 UTC) #19
newt (away)
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java#newcode105 chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java:105: ViewGroup scroll = (ViewGroup) frame.findViewById(R.id.credential_scroll); On 2015/02/04 22:36:11, melandory ...
5 years, 10 months ago (2015-02-04 22:44:40 UTC) #20
melandory
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_infobar_item.xml File chrome/android/java/res/layout/credential_picker_infobar_item.xml (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_infobar_item.xml#newcode8 chrome/android/java/res/layout/credential_picker_infobar_item.xml:8: android:layout_width="fill_parent" On 2015/02/04 22:17:51, newt wrote: > use match_parent ...
5 years, 10 months ago (2015-02-05 14:45:36 UTC) #21
newt (away)
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java#newcode152 chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java:152: private void setupCustomButtonsRow(ViewGroup frame) { On 2015/02/05 14:45:36, melandory ...
5 years, 10 months ago (2015-02-05 18:08:42 UTC) #22
melandory
Apparently, I misunderstood OWNERS file, in order to fix it I'm adding avi@ for chrome/browser/ui/tab_helpers.cc ...
5 years, 10 months ago (2015-02-12 22:17:58 UTC) #24
melandory
Apparently, I misunderstood OWNERS file, in order to fix it I'm adding avi@ for chrome/browser/ui/tab_helpers.cc ...
5 years, 10 months ago (2015-02-16 08:41:38 UTC) #26
melandory
5 years, 10 months ago (2015-02-16 08:41:49 UTC) #27
Peter Kasting
https://codereview.chromium.org/861103002/diff/540001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc File chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc (right): https://codereview.chromium.org/861103002/diff/540001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc#newcode7 chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc:7: #include <cstddef> You don't need this. https://codereview.chromium.org/861103002/diff/540001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc#newcode35 chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc:35: ui_controller_->ChooseCredential(*password_form, ...
5 years, 10 months ago (2015-02-16 20:37:08 UTC) #33
melandory
https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_buttonbar.xml File chrome/android/java/res/layout/credential_picker_buttonbar.xml (right): https://codereview.chromium.org/861103002/diff/460001/chrome/android/java/res/layout/credential_picker_buttonbar.xml#newcode1 chrome/android/java/res/layout/credential_picker_buttonbar.xml:1: <?xml version="1.0" encoding="utf-8"?> On 2015/02/04 22:17:51, newt wrote: > ...
5 years, 10 months ago (2015-02-17 16:16:58 UTC) #35
melandory
newt@, can you have a look again. Thanks!
5 years, 10 months ago (2015-02-17 20:22:16 UTC) #40
newt (away)
https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml File chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml (right): https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml#newcode1 chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml:1: <?xml version="1.0" encoding="utf-8"?> InfoBarLayout should now have everything you ...
5 years, 10 months ago (2015-02-17 21:49:08 UTC) #42
Peter Kasting
https://codereview.chromium.org/861103002/diff/620001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h File chrome/browser/password_manager/account_chooser_infobar_delegate_android.h (right): https://codereview.chromium.org/861103002/diff/620001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.h#newcode22 chrome/browser/password_manager/account_chooser_infobar_delegate_android.h:22: // Android-only infobar to allow user to choose credentials ...
5 years, 10 months ago (2015-02-18 00:23:05 UTC) #43
melandory
https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml File chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml (right): https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml#newcode1 chrome/android/java/res/layout/account_chooser_infobar_buttonbar.xml:1: <?xml version="1.0" encoding="utf-8"?> On 2015/02/17 21:49:07, newt wrote: > ...
5 years, 10 months ago (2015-02-18 21:15:34 UTC) #44
Peter Kasting
LGTM https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/strings/android_chrome_strings.grd File chrome/android/java/strings/android_chrome_strings.grd (right): https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/strings/android_chrome_strings.grd#newcode551 chrome/android/java/strings/android_chrome_strings.grd:551: More Please make sure we don't have a ...
5 years, 10 months ago (2015-02-18 21:44:18 UTC) #45
melandory
mkwst@chromium.org: Please review changes in chrome/browser/password_manager/account_chooser_infobar_delegate_android.h chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc
5 years, 10 months ago (2015-02-18 21:51:48 UTC) #48
newt (away)
https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java File chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java (right): https://codereview.chromium.org/861103002/diff/620001/chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java#newcode108 chrome/android/java/src/org/chromium/chrome/browser/infobar/AccountChooserInfoBar.java:108: // TODO(melandory): use ListView to represent credentials and make ...
5 years, 10 months ago (2015-02-18 22:26:03 UTC) #49
melandory
https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml File chrome/android/java/res/layout/account_chooser_infobar_items.xml (right): https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml#newcode5 chrome/android/java/res/layout/account_chooser_infobar_items.xml:5: <FrameLayout On 2015/02/18 22:26:02, newt wrote: > You don't ...
5 years, 10 months ago (2015-02-18 22:31:57 UTC) #50
newt (away)
https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml File chrome/android/java/res/layout/account_chooser_infobar_items.xml (right): https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml#newcode5 chrome/android/java/res/layout/account_chooser_infobar_items.xml:5: <FrameLayout On 2015/02/18 22:31:57, melandory wrote: > On 2015/02/18 ...
5 years, 10 months ago (2015-02-19 00:00:48 UTC) #52
Mike West
LGTM % nits. https://codereview.chromium.org/861103002/diff/700001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc File chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc (right): https://codereview.chromium.org/861103002/diff/700001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc#newcode32 chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc:32: using namespace password_manager; Nit: I don't ...
5 years, 10 months ago (2015-02-19 10:06:17 UTC) #53
Peter Kasting
https://codereview.chromium.org/861103002/diff/700001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc File chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc (right): https://codereview.chromium.org/861103002/diff/700001/chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc#newcode32 chrome/browser/password_manager/account_chooser_infobar_delegate_android.cc:32: using namespace password_manager; On 2015/02/19 10:06:17, Mike West wrote: ...
5 years, 10 months ago (2015-02-19 10:24:24 UTC) #54
melandory
https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml File chrome/android/java/res/layout/account_chooser_infobar_items.xml (right): https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml#newcode1 chrome/android/java/res/layout/account_chooser_infobar_items.xml:1: <?xml version="1.0" encoding="utf-8"?> On 2015/02/18 22:26:02, newt wrote: > ...
5 years, 10 months ago (2015-02-19 13:38:01 UTC) #56
melandory
https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml File chrome/android/java/res/layout/account_chooser_infobar_items.xml (right): https://codereview.chromium.org/861103002/diff/680001/chrome/android/java/res/layout/account_chooser_infobar_items.xml#newcode5 chrome/android/java/res/layout/account_chooser_infobar_items.xml:5: <FrameLayout On 2015/02/19 00:00:48, newt wrote: > On 2015/02/18 ...
5 years, 10 months ago (2015-02-19 14:01:52 UTC) #57
newt (away)
https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_item.xml File chrome/android/java/res/layout/account_chooser_infobar_item.xml (right): https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_item.xml#newcode14 chrome/android/java/res/layout/account_chooser_infobar_item.xml:14: android:layout_gravity="center_vertical" nit: put layout_width and layout_height before layout_gravity https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_list.xml ...
5 years, 10 months ago (2015-02-19 21:48:02 UTC) #58
newt (away)
https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_list.xml File chrome/android/java/res/layout/account_chooser_infobar_list.xml (right): https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_list.xml#newcode5 chrome/android/java/res/layout/account_chooser_infobar_list.xml:5: <FrameLayout It's OK to keep this FrameLayout. We could ...
5 years, 10 months ago (2015-02-19 21:49:27 UTC) #59
melandory
https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_item.xml File chrome/android/java/res/layout/account_chooser_infobar_item.xml (right): https://codereview.chromium.org/861103002/diff/780001/chrome/android/java/res/layout/account_chooser_infobar_item.xml#newcode14 chrome/android/java/res/layout/account_chooser_infobar_item.xml:14: android:layout_gravity="center_vertical" On 2015/02/19 21:48:02, newt wrote: > nit: put ...
5 years, 10 months ago (2015-02-19 22:36:50 UTC) #60
melandory
5 years, 10 months ago (2015-02-19 22:38:18 UTC) #61
newt (away)
lgtm after nits https://codereview.chromium.org/861103002/diff/840001/chrome/android/java/res/layout/account_chooser_infobar_list.xml File chrome/android/java/res/layout/account_chooser_infobar_list.xml (right): https://codereview.chromium.org/861103002/diff/840001/chrome/android/java/res/layout/account_chooser_infobar_list.xml#newcode13 chrome/android/java/res/layout/account_chooser_infobar_list.xml:13: android:layout_height="match_parent" I'd leave this as wrap_content. ...
5 years, 10 months ago (2015-02-19 22:56:00 UTC) #62
melandory
https://codereview.chromium.org/861103002/diff/840001/chrome/android/java/res/layout/account_chooser_infobar_list.xml File chrome/android/java/res/layout/account_chooser_infobar_list.xml (right): https://codereview.chromium.org/861103002/diff/840001/chrome/android/java/res/layout/account_chooser_infobar_list.xml#newcode13 chrome/android/java/res/layout/account_chooser_infobar_list.xml:13: android:layout_height="match_parent" On 2015/02/19 22:56:00, newt wrote: > I'd leave ...
5 years, 10 months ago (2015-02-19 23:12:34 UTC) #64
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861103002/940001
5 years, 10 months ago (2015-02-20 14:01:10 UTC) #77
melandory
On 2015/02/20 14:01:10, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 10 months ago (2015-02-20 16:41:45 UTC) #79
melandory
On 2015/02/20 14:01:10, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
5 years, 10 months ago (2015-02-20 16:42:02 UTC) #80
markusheintz_
The changes from Patchset #24 LGTM. Would be interesting to learn why the test are ...
5 years, 10 months ago (2015-02-20 16:59:33 UTC) #81
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/861103002/1000001
5 years, 10 months ago (2015-02-20 17:37:08 UTC) #85
commit-bot: I haz the power
Committed patchset #25 (id:1000001)
5 years, 10 months ago (2015-02-20 19:28:01 UTC) #86
commit-bot: I haz the power
5 years, 10 months ago (2015-02-20 19:28:34 UTC) #87
Message was sent while issue was closed.
Patchset 25 (id:??) landed as
https://crrev.com/ca57a51bbb794575650b9e1b071b68aeae3d5e87
Cr-Commit-Position: refs/heads/master@{#317368}

Powered by Google App Engine
This is Rietveld 408576698