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

Issue 16212007: Implement the autofill UI for chromium powered android webview. (Closed)

Created:
7 years, 6 months ago by sgurun-gerrit only
Modified:
7 years, 5 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@issue15097004
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : added clearFormData API implementation #

Patch Set 3 : move ui files #

Total comments: 14

Patch Set 4 : rebased #

Patch Set 5 : introduced java peer to AwAutofillManagerDelegate #

Total comments: 12

Patch Set 6 : addressed code review #

Patch Set 7 : minor fix #

Patch Set 8 : fix merge error #

Patch Set 9 : rebased #

Total comments: 4

Patch Set 10 : #

Patch Set 11 : removed binary files from this CL #

Patch Set 12 : convert NOTREACHED to NOTIMPLEMENTED #

Unified diffs Side-by-side diffs Delta from patch set Stats (+418 lines, -587 lines) Patch
M android_webview/android_webview.gyp View 1 2 3 4 5 1 chunk +0 lines, -2 lines 0 comments Download
D android_webview/browser/aw_autofill_manager_delegate.h View 1 2 3 4 5 1 chunk +0 lines, -108 lines 0 comments Download
D android_webview/browser/aw_autofill_manager_delegate.cc View 1 2 3 4 5 1 chunk +0 lines, -116 lines 0 comments Download
M android_webview/browser/aw_browser_context.h View 1 2 3 4 5 2 chunks +0 lines, -2 lines 0 comments Download
A android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java View 1 2 3 4 5 6 7 8 9 1 chunk +123 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContents.java View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -0 lines 0 comments Download
M android_webview/native/DEPS View 1 2 3 4 5 6 7 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/android_webview_jni_registrar.cc View 1 2 3 4 2 chunks +2 lines, -0 lines 0 comments Download
A + android_webview/native/aw_autofill_manager_delegate.h View 1 2 3 4 5 6 7 3 chunks +25 lines, -2 lines 0 comments Download
A android_webview/native/aw_autofill_manager_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +219 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 3 4 5 6 3 chunks +10 lines, -1 line 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 3 4 5 6 7 2 chunks +3 lines, -0 lines 0 comments Download
D chrome/android/java/res/drawable-hdpi/autofill_popup_background_down.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable-hdpi/autofill_popup_background_up.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable-ldpi/autofill_popup_background_down.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable-ldpi/autofill_popup_background_up.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/autofill_popup_background_down.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable-xhdpi/autofill_popup_background_up.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable/autofill_popup_background.xml View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/android/java/res/drawable/autofill_popup_background_down.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/drawable/autofill_popup_background_up.9.png View 1 2 3 4 5 6 7 8 9 Binary file 0 comments Download
D chrome/android/java/res/layout/autofill_text.xml View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -34 lines 0 comments Download
D chrome/android/java/res/values-v17/styles.xml View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -13 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillListAdapter.java View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -52 lines 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopup.java View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -211 lines 0 comments Download
M chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillPopupGlue.java View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -1 line 0 comments Download
D chrome/android/java/src/org/chromium/chrome/browser/autofill/AutofillSuggestion.java View 1 2 3 4 5 6 7 8 9 1 chunk +0 lines, -26 lines 0 comments Download
M chrome/android/javatests/src/org/chromium/chrome/browser/autofill/AutofillTest.java View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A + ui/android/java/res/drawable/autofill_popup_background.xml View 1 2 3 4 5 6 7 8 9 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/android/java/res/layout/autofill_text.xml View 1 2 6 7 0 chunks +-1 lines, --1 lines 0 comments Download
A + ui/android/java/res/values-v17/styles.xml View 1 2 3 4 5 6 7 8 9 0 chunks +-1 lines, --1 lines 0 comments Download
M ui/android/java/resource_map/org/chromium/ui/R.java View 1 2 3 4 5 6 7 8 9 3 chunks +6 lines, -0 lines 0 comments Download
A + ui/android/java/src/org/chromium/ui/autofill/AutofillListAdapter.java View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -2 lines 0 comments Download
A + ui/android/java/src/org/chromium/ui/autofill/AutofillPopup.java View 1 2 3 4 5 6 7 8 9 3 chunks +2 lines, -3 lines 0 comments Download
A + ui/android/java/src/org/chromium/ui/autofill/AutofillSuggestion.java View 1 2 3 4 5 6 7 8 9 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 30 (0 generated)
sgurun-gerrit only
PTAL, thanks
7 years, 6 months ago (2013-05-31 23:47:45 UTC) #1
Ilya Sherman
What parts of this CL did you want me to look at?
7 years, 6 months ago (2013-06-03 23:41:22 UTC) #2
joth
https://codereview.chromium.org/16212007/diff/4001/android_webview/native/aw_autofill_manager_delegate.cc File android_webview/native/aw_autofill_manager_delegate.cc (right): https://codereview.chromium.org/16212007/diff/4001/android_webview/native/aw_autofill_manager_delegate.cc#newcode90 android_webview/native/aw_autofill_manager_delegate.cc:90: const std::string&)>& callback) { feels like these empty methods ...
7 years, 6 months ago (2013-06-04 01:14:46 UTC) #3
benm (inactive)
https://codereview.chromium.org/16212007/diff/4001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/16212007/diff/4001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode1264 android_webview/java/src/org/chromium/android_webview/AwContents.java:1264: * @see android.webkit.WebView#clearFormData() might be worth a note to ...
7 years, 6 months ago (2013-06-04 13:35:18 UTC) #4
sgurun-gerrit only
On 2013/06/03 23:41:22, Ilya Sherman wrote: > What parts of this CL did you want ...
7 years, 6 months ago (2013-06-04 15:30:28 UTC) #5
joth
On 4 June 2013 06:35, <benm@chromium.org> wrote: > > https://codereview.chromium.**org/16212007/diff/4001/** > android_webview/java/src/org/**chromium/android_webview/**AwContents.java<https://codereview.chromium.org/16212007/diff/4001/android_webview/java/src/org/chromium/android_webview/AwContents.java> > File > ...
7 years, 6 months ago (2013-06-04 19:09:05 UTC) #6
benm (inactive)
Fair enough, never seen those docs. Out of interest, where are they? I'd like to ...
7 years, 6 months ago (2013-06-05 11:04:19 UTC) #7
joth
yeah maybe this applies more to calling "<init>" on a class than constructing instances of ...
7 years, 6 months ago (2013-06-05 19:59:26 UTC) #8
benm (inactive)
On 2013/06/05 19:59:26, joth wrote: > yeah maybe this applies more to calling "<init>" on ...
7 years, 6 months ago (2013-06-06 10:54:56 UTC) #9
sgurun-gerrit only
joth/ben, PTAL, thanks. https://codereview.chromium.org/16212007/diff/4001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/16212007/diff/4001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode1264 android_webview/java/src/org/chromium/android_webview/AwContents.java:1264: * @see android.webkit.WebView#clearFormData() On 2013/06/04 13:35:18, ...
7 years, 6 months ago (2013-06-15 01:16:51 UTC) #10
benm (inactive)
https://codereview.chromium.org/16212007/diff/4001/android_webview/native/aw_autofill_manager_delegate.cc File android_webview/native/aw_autofill_manager_delegate.cc (right): https://codereview.chromium.org/16212007/diff/4001/android_webview/native/aw_autofill_manager_delegate.cc#newcode90 android_webview/native/aw_autofill_manager_delegate.cc:90: const std::string&)>& callback) { I think I may have ...
7 years, 6 months ago (2013-06-17 09:48:51 UTC) #11
joth
lgtm for JNI & object ownership changes since my last review. Over to ben for ...
7 years, 6 months ago (2013-06-17 17:00:54 UTC) #12
benm (inactive)
https://codereview.chromium.org/16212007/diff/22001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/16212007/diff/22001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode1252 android_webview/java/src/org/chromium/android_webview/AwContents.java:1252: public void clearFormData() { Going back on my previous ...
7 years, 6 months ago (2013-06-17 17:23:17 UTC) #13
sgurun-gerrit only
ben, PTAL, thanks. https://codereview.chromium.org/16212007/diff/22001/android_webview/java/src/org/chromium/android_webview/AwContents.java File android_webview/java/src/org/chromium/android_webview/AwContents.java (right): https://codereview.chromium.org/16212007/diff/22001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode1252 android_webview/java/src/org/chromium/android_webview/AwContents.java:1252: public void clearFormData() { On 2013/06/17 ...
7 years, 6 months ago (2013-06-25 02:44:31 UTC) #14
sgurun-gerrit only
On 2013/06/25 02:44:31, sgurun wrote: > ben, PTAL, thanks. > > https://codereview.chromium.org/16212007/diff/22001/android_webview/java/src/org/chromium/android_webview/AwContents.java > File android_webview/java/src/org/chromium/android_webview/AwContents.java ...
7 years, 6 months ago (2013-06-25 15:31:36 UTC) #15
sgurun-gerrit only
On 2013/06/25 15:31:36, sgurun wrote: > On 2013/06/25 02:44:31, sgurun wrote: > > ben, PTAL, ...
7 years, 6 months ago (2013-06-25 16:29:43 UTC) #16
sgurun-gerrit only
@bulach, please review ui/android and chrome/android. Thanks,
7 years, 6 months ago (2013-06-25 16:32:09 UTC) #17
benm (inactive)
lgtm
7 years, 6 months ago (2013-06-25 17:19:07 UTC) #18
bulach
lgtm, thanks! https://codereview.chromium.org/16212007/diff/46001/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java File android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java (right): https://codereview.chromium.org/16212007/diff/46001/android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java#newcode24 android_webview/java/src/org/chromium/android_webview/AwAutofillManagerDelegate.java:24: private int mNativeAwAutofillManagerDelegate; nit: final ? https://codereview.chromium.org/16212007/diff/46001/android_webview/native/aw_autofill_manager_delegate.h ...
7 years, 6 months ago (2013-06-26 17:35:18 UTC) #19
sgurun-gerrit only
@battre need LGTM as I am adding components/user_prefs to android webview DEPS @palmer need LGTM ...
7 years, 6 months ago (2013-06-26 23:48:46 UTC) #20
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/16212007/70001
7 years, 5 months ago (2013-06-27 15:48:03 UTC) #21
commit-bot: I haz the power
Can't process patch for file ui/android/java/res/drawable-hdpi/autofill_popup_background_down.9.png. Binary file support is temporarilly disabled due to a ...
7 years, 5 months ago (2013-06-27 15:48:05 UTC) #22
battre
LGTM @ adding components/user_prefs to android webview DEPS
7 years, 5 months ago (2013-06-27 16:25:57 UTC) #23
palmer
lgtm
7 years, 5 months ago (2013-06-27 19:22:07 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/16212007/79001
7 years, 5 months ago (2013-06-27 20:14:31 UTC) #25
commit-bot: I haz the power
Change committed as 208986
7 years, 5 months ago (2013-06-27 20:19:28 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/16212007/83001
7 years, 5 months ago (2013-06-27 23:37:43 UTC) #27
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/16212007/83001
7 years, 5 months ago (2013-06-28 00:33:24 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sgurun@chromium.org/16212007/83001
7 years, 5 months ago (2013-06-28 17:48:03 UTC) #29
commit-bot: I haz the power
7 years, 5 months ago (2013-06-28 17:56:58 UTC) #30
Message was sent while issue was closed.
Change committed as 209182

Powered by Google App Engine
This is Rietveld 408576698