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

Issue 20666003: [Android] Expose showFileChooser in AwContentsClient interface (Closed)

Created:
7 years, 4 months ago by joth
Modified:
7 years, 4 months ago
CC:
chromium-reviews, android-webview-reviews_chromium.org
Visibility:
Public.

Description

[Android] Expose showFileChooser in AwContentsClient interface Adapts the WebContentsDelegate::RunFileChooser into a java embedding callback. BUG=Internal b/6930981 TBR=ben@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216811

Patch Set 1 #

Patch Set 2 : l #

Patch Set 3 : 3 #

Patch Set 4 : fix_component_build #

Patch Set 5 : again #

Patch Set 6 : again2 #

Total comments: 6

Patch Set 7 : mkosiba + rebase #

Total comments: 2

Patch Set 8 : benm - no Save #

Patch Set 9 : fix findbugs #

Unified diffs Side-by-side diffs Delta from patch set Stats (+154 lines, -10 lines) Patch
M android_webview/android_webview.gyp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwContentsClient.java View 1 2 3 4 5 6 2 chunks +12 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegate.java View 1 2 3 4 5 3 chunks +12 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java View 1 2 3 4 5 6 7 3 chunks +28 lines, -3 lines 0 comments Download
M android_webview/native/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M android_webview/native/aw_web_contents_delegate.h View 1 chunk +3 lines, -1 line 0 comments Download
M android_webview/native/aw_web_contents_delegate.cc View 1 2 3 4 5 6 7 5 chunks +91 lines, -5 lines 0 comments Download
M build/android/findbugs_filter/findbugs_exclude.xml View 1 2 3 4 5 6 7 8 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 17 (0 generated)
joth
7 years, 4 months ago (2013-07-27 22:56:30 UTC) #1
mkosiba (inactive)
https://codereview.chromium.org/20666003/diff/15002/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java File android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java (right): https://codereview.chromium.org/20666003/diff/15002/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java#newcode159 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java:159: Log.w(TAG, "Ignroing spurious showFileChooser result"); same thing here - ...
7 years, 4 months ago (2013-07-29 10:59:03 UTC) #2
joth
thx. Much cleaner with no bool return paths. https://codereview.chromium.org/20666003/diff/15002/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java File android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java (right): https://codereview.chromium.org/20666003/diff/15002/android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java#newcode159 android_webview/java/src/org/chromium/android_webview/AwWebContentsDelegateAdapter.java:159: Log.w(TAG, ...
7 years, 4 months ago (2013-08-03 19:01:05 UTC) #3
joth
ping! would be handy to get this through this week (the hook-up steps can wait)
7 years, 4 months ago (2013-08-07 00:10:17 UTC) #4
benm (inactive)
https://codereview.chromium.org/20666003/diff/29001/android_webview/native/aw_web_contents_delegate.cc File android_webview/native/aw_web_contents_delegate.cc (right): https://codereview.chromium.org/20666003/diff/29001/android_webview/native/aw_web_contents_delegate.cc#newcode99 android_webview/native/aw_web_contents_delegate.cc:99: mode_flags |= kFileChooserModeSave; We're exposing more things than the ...
7 years, 4 months ago (2013-08-07 09:50:58 UTC) #5
mkosiba (inactive)
LGTM % any feedback from Ben
7 years, 4 months ago (2013-08-07 11:18:58 UTC) #6
joth
On 2013/08/07 09:50:58, benm wrote: > https://codereview.chromium.org/20666003/diff/29001/android_webview/native/aw_web_contents_delegate.cc > File android_webview/native/aw_web_contents_delegate.cc (right): > > https://codereview.chromium.org/20666003/diff/29001/android_webview/native/aw_web_contents_delegate.cc#newcode99 > ...
7 years, 4 months ago (2013-08-07 18:22:44 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joth@chromium.org/20666003/42001
7 years, 4 months ago (2013-08-08 01:11:30 UTC) #8
joth
riding mkosiba lgtm. Let me know if you have more thoughts and I can make ...
7 years, 4 months ago (2013-08-08 01:13:36 UTC) #9
joth
+ben@ for the DEPS change (adding ui/shell_dialogs) - I don't really use the shell_dialogs, but ...
7 years, 4 months ago (2013-08-08 01:41:23 UTC) #10
joth
+sky for DEPS approval as ben is not replied. (I'm OOO monday but would like ...
7 years, 4 months ago (2013-08-08 21:26:02 UTC) #11
benm (inactive)
On 2013/08/08 21:26:02, joth wrote: > +sky for DEPS approval as ben is not replied. ...
7 years, 4 months ago (2013-08-09 14:34:42 UTC) #12
joth
On 2013/08/09 14:34:42, benm wrote: > On 2013/08/08 21:26:02, joth wrote: > > +sky for ...
7 years, 4 months ago (2013-08-09 20:55:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joth@chromium.org/20666003/49001
7 years, 4 months ago (2013-08-09 20:59:01 UTC) #14
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) browser_tests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=186067
7 years, 4 months ago (2013-08-10 03:31:02 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joth@chromium.org/20666003/49001
7 years, 4 months ago (2013-08-10 04:51:20 UTC) #16
commit-bot: I haz the power
7 years, 4 months ago (2013-08-10 07:05:51 UTC) #17
Message was sent while issue was closed.
Change committed as 216811

Powered by Google App Engine
This is Rietveld 408576698