Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(301)

Issue 11364179: Changing Autofill implementation for android. (Closed)

Created:
8 years, 1 month ago by aurimas (slooooooooow)
Modified:
8 years, 1 month ago
CC:
chromium-reviews, dhollowa+watch_chromium.org, browser-components-watch_chromium.org, dbeam+watch-autofill_chromium.org, dyu1, estade+watch_chromium.org, Albert Bodenhamer, Ilya Sherman
Visibility:
Public.

Description

Changing Autofill implementation for android. Changing Autofill implementation to better match gtk linux implementation. BUG=160593 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=168408

Patch Set 1 #

Total comments: 3

Patch Set 2 : Fixed popup positioning #

Patch Set 3 : Adding tests #

Patch Set 4 : Adding some comments #

Patch Set 5 : Fixing the destructor #

Patch Set 6 : Fixing distructor try no 2 #

Total comments: 21

Patch Set 7 : Ted's nits + clang synchronized fix #

Patch Set 8 : Another try to fix findbugs #

Patch Set 9 : Removing unneeded ClearPreviewForm hack #

Total comments: 2

Patch Set 10 : Adding ifdef for label_font_ and value_font_ usage #

Patch Set 11 : Adding ifdef for label_font_ and value_font_ usage #2 #

Total comments: 4

Patch Set 12 : csharp's nits #

Patch Set 13 : Fix ifdefing DeleteIconIsSelected #

Patch Set 14 : Adding a fixing for crbug.com/156651 #

Patch Set 15 : Fixing DEPS #

Patch Set 16 : Fixing import order #

Unified diffs Side-by-side diffs Delta from patch set Stats (+650 lines, -515 lines) Patch
D chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillExternalDelegate.java View 1 1 chunk +0 lines, -88 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillListAdapter.java View 1 2 3 1 chunk +44 lines, -0 lines 0 comments Download
A + chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 5 chunks +100 lines, -79 lines 0 comments Download
A chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupGlue.java View 1 2 3 4 5 6 1 chunk +88 lines, -0 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillSuggestion.java View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillWindow.java View 1 chunk +0 lines, -203 lines 0 comments Download
A + chrome/android/javatests/DEPS View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 0 chunks +-1 lines, --1 lines 0 comments Download
A chrome/android/javatests/src/org/chromium/chrome/browser/test/AutofillTest.java View 1 2 3 4 5 6 7 1 chunk +165 lines, -0 lines 0 comments Download
D chrome/android/javatests/src/org/chromium/chrome/browser/test/DummyIntegrationTest.java View 1 2 1 chunk +0 lines, -21 lines 0 comments Download
M chrome/android/testshell/java/src/org/chromium/chrome/testshell/ChromiumTestShellActivity.java View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +4 lines, -1 line 0 comments Download
M chrome/browser/android/chrome_jni_registrar.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.h View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +6 lines, -0 lines 0 comments Download
M chrome/browser/autofill/autofill_popup_view.cc View 1 2 3 4 5 6 7 8 9 10 11 12 6 chunks +10 lines, -0 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_external_delegate.h View 1 2 3 4 5 6 7 8 2 chunks +9 lines, -31 lines 0 comments Download
M chrome/browser/ui/android/autofill/autofill_external_delegate.cc View 1 2 3 4 5 6 7 8 3 chunks +20 lines, -83 lines 0 comments Download
A chrome/browser/ui/android/autofill/autofill_popup_view_android.h View 1 2 3 4 5 6 1 chunk +55 lines, -0 lines 0 comments Download
A chrome/browser/ui/android/autofill/autofill_popup_view_android.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +107 lines, -0 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 1 chunk +1 line, -1 line 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 1 chunk +2 lines, -0 lines 0 comments Download
M content/public/test/android/javatests/src/org/chromium/content/browser/test/util/TouchCommon.java View 1 2 3 4 5 6 2 chunks +35 lines, -2 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
aurimas (slooooooooow)
Hey Chris, Could you take a look at my first try on the move to ...
8 years, 1 month ago (2012-11-09 17:55:46 UTC) #1
csharp
I"m not sure exactly why a new popup is appearing, but that sounds similar to ...
8 years, 1 month ago (2012-11-09 18:56:48 UTC) #2
aurimas (slooooooooow)
I realized that the popup was not dismissed properly even before my change. I will ...
8 years, 1 month ago (2012-11-09 19:30:07 UTC) #3
csharp
https://codereview.chromium.org/11364179/diff/1/chrome/browser/ui/android/autofill/autofill_external_delegate.cc File chrome/browser/ui/android/autofill/autofill_external_delegate.cc (right): https://codereview.chromium.org/11364179/diff/1/chrome/browser/ui/android/autofill/autofill_external_delegate.cc#newcode37 chrome/browser/ui/android/autofill/autofill_external_delegate.cc:37: view_->Show(autofill_values, On 2012/11/09 19:30:07, aurimas wrote: > On 2012/11/09 ...
8 years, 1 month ago (2012-11-09 20:18:21 UTC) #4
aurimas (slooooooooow)
Hey Ted, Could you take a look at this CL? Aurimas
8 years, 1 month ago (2012-11-09 22:30:46 UTC) #5
Ted C
https://chromiumcodereview.appspot.com/11364179/diff/10002/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java File chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java (right): https://chromiumcodereview.appspot.com/11364179/diff/10002/chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java#newcode43 chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java:43: * An interface that an Autofill callback object has ...
8 years, 1 month ago (2012-11-13 19:29:55 UTC) #6
aurimas (slooooooooow)
Hey Ted, Fixed everything except for autofill_popup_view.cc:72 comment. Can you look at it below? Aurimas ...
8 years, 1 month ago (2012-11-13 22:13:12 UTC) #7
Ted C
lgtm https://chromiumcodereview.appspot.com/11364179/diff/10002/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/11364179/diff/10002/chrome/browser/autofill/autofill_popup_view.cc#newcode72 chrome/browser/autofill/autofill_popup_view.cc:72: label_font_ = value_font_.DeriveFont(kLabelFontSizeDelta); On 2012/11/13 22:13:13, aurimas wrote: ...
8 years, 1 month ago (2012-11-14 00:38:02 UTC) #8
aurimas (slooooooooow)
Hey Chris, Ted brought a good point about my changes to autofill_popup_view.cc. Can you take ...
8 years, 1 month ago (2012-11-14 01:17:22 UTC) #9
aurimas (slooooooooow)
Hey Jay, Could you take a look at the content/public/test/android/ changes? I added a new ...
8 years, 1 month ago (2012-11-14 01:22:06 UTC) #10
Jay Civelli
lgtm
8 years, 1 month ago (2012-11-14 17:44:23 UTC) #11
aurimas (slooooooooow)
Hello David, Could you take a look at this CL? Thanks! Aurimas
8 years, 1 month ago (2012-11-14 17:57:54 UTC) #12
csharp
https://chromiumcodereview.appspot.com/11364179/diff/7009/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/11364179/diff/7009/chrome/browser/autofill/autofill_popup_view.cc#newcode72 chrome/browser/autofill/autofill_popup_view.cc:72: label_font_ = value_font_.DeriveFont(kLabelFontSizeDelta); On 2012/11/14 01:17:22, aurimas wrote: > ...
8 years, 1 month ago (2012-11-14 18:03:08 UTC) #13
aurimas (slooooooooow)
Hey Chris, I added the ifdefs for Android in autofill_popup_view. Does it look good? Aurimas
8 years, 1 month ago (2012-11-14 23:06:19 UTC) #14
csharp
https://chromiumcodereview.appspot.com/11364179/diff/15001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/11364179/diff/15001/chrome/browser/autofill/autofill_popup_view.cc#newcode333 chrome/browser/autofill/autofill_popup_view.cc:333: #if !defined(OS_ANDROID) Why does this need to be idef'ed ...
8 years, 1 month ago (2012-11-15 15:17:12 UTC) #15
aurimas (slooooooooow)
Hey Chris, I fixed your nits. Aurimas https://chromiumcodereview.appspot.com/11364179/diff/15001/chrome/browser/autofill/autofill_popup_view.cc File chrome/browser/autofill/autofill_popup_view.cc (right): https://chromiumcodereview.appspot.com/11364179/diff/15001/chrome/browser/autofill/autofill_popup_view.cc#newcode333 chrome/browser/autofill/autofill_popup_view.cc:333: #if !defined(OS_ANDROID) ...
8 years, 1 month ago (2012-11-15 21:23:11 UTC) #16
csharp
lgtm
8 years, 1 month ago (2012-11-15 21:24:13 UTC) #17
aurimas (slooooooooow)
Hello David, I've received LGTMs from a few people already. Could you take a look ...
8 years, 1 month ago (2012-11-16 16:35:13 UTC) #18
dhollowa
lgtm
8 years, 1 month ago (2012-11-16 16:58:19 UTC) #19
aurimas (slooooooooow)
Hey Nico, Could you take a look at chrome/ changes? I've changed a few lines ...
8 years, 1 month ago (2012-11-16 17:05:07 UTC) #20
Nico
chrome gypi lgtm
8 years, 1 month ago (2012-11-16 23:13:08 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11364179/28020
8 years, 1 month ago (2012-11-16 23:14:48 UTC) #22
commit-bot: I haz the power
Presubmit check for 11364179-28020 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 1 month ago (2012-11-16 23:15:03 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/11364179/29002
8 years, 1 month ago (2012-11-16 23:26:38 UTC) #24
commit-bot: I haz the power
8 years, 1 month ago (2012-11-17 12:24:35 UTC) #25
Change committed as 168408

Powered by Google App Engine
This is Rietveld 408576698