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

Issue 1399613002: Public glue layer plumbing for View#startActivityForResult (Closed)

Created:
5 years, 2 months ago by hush (inactive)
Modified:
5 years, 2 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, android-webview-reviews_chromium.org, Torne
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Public glue layer plumbing for View#startActivityForResult BUG=521027 Committed: https://crrev.com/a58f351e3e6cc0aceac9f46802c7693c6a562557 Cr-Commit-Position: refs/heads/master@{#355390}

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : using reflection for View#startActivityForResult #

Patch Set 4 : proguard #

Patch Set 5 : #

Total comments: 19

Patch Set 6 : comments #

Patch Set 7 : comment s #

Patch Set 8 : #

Total comments: 11

Patch Set 9 : address comments #

Patch Set 10 : rebase #

Patch Set 11 : fix test compile #

Total comments: 6

Patch Set 12 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -0 lines) Patch
M android_webview/apk/java/proguard.flags View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java View 1 2 3 4 5 6 7 8 9 4 chunks +30 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 9 10 11 3 chunks +23 lines, -0 lines 0 comments Download
M android_webview/java/src/org/chromium/android_webview/FullScreenView.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M android_webview/test/shell/src/org/chromium/android_webview/test/AwTestContainerView.java View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +4 lines, -0 lines 0 comments Download

Messages

Total messages: 41 (16 generated)
hush (inactive)
PTAL
5 years, 2 months ago (2015-10-08 18:49:16 UTC) #2
hush (inactive)
PTAL
5 years, 2 months ago (2015-10-13 22:48:21 UTC) #3
hush (inactive)
https://codereview.chromium.org/1399613002/diff/80001/android_webview/java/src/org/chromium/android_webview/FullScreenView.java File android_webview/java/src/org/chromium/android_webview/FullScreenView.java (right): https://codereview.chromium.org/1399613002/diff/80001/android_webview/java/src/org/chromium/android_webview/FullScreenView.java#newcode235 android_webview/java/src/org/chromium/android_webview/FullScreenView.java:235: // Intentional no-op We need to support this on ...
5 years, 2 months ago (2015-10-14 01:21:33 UTC) #4
Torne
https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags File android_webview/apk/java/proguard.flags (right): https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags#newcode77 android_webview/apk/java/proguard.flags:77: public void onActivityResult(int,int,android.content.Intent); Can you add this in a ...
5 years, 2 months ago (2015-10-14 13:42:58 UTC) #6
sgurun-gerrit only
https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags File android_webview/apk/java/proguard.flags (right): https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags#newcode76 android_webview/apk/java/proguard.flags:76: #TODO(hush): remove after N release please add a catchall ...
5 years, 2 months ago (2015-10-14 17:40:14 UTC) #7
hush (inactive)
https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags File android_webview/apk/java/proguard.flags (right): https://codereview.chromium.org/1399613002/diff/80001/android_webview/apk/java/proguard.flags#newcode76 android_webview/apk/java/proguard.flags:76: #TODO(hush): remove after N release On 2015/10/14 17:40:13, sgurun ...
5 years, 2 months ago (2015-10-14 21:33:59 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399613002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399613002/100001
5 years, 2 months ago (2015-10-14 22:10:44 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: ios_dbg_simulator_ninja on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios_dbg_simulator_ninja/builds/81448) ios_rel_device_ninja on ...
5 years, 2 months ago (2015-10-14 22:13:20 UTC) #12
sgurun-gerrit only
https://codereview.chromium.org/1399613002/diff/80001/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/1399613002/diff/80001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2183 android_webview/java/src/org/chromium/android_webview/AwContents.java:2183: context.startActivity(intent); On 2015/10/14 21:33:59, hush wrote: > On 2015/10/14 ...
5 years, 2 months ago (2015-10-14 23:08:01 UTC) #13
hush (inactive)
https://codereview.chromium.org/1399613002/diff/80001/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/1399613002/diff/80001/android_webview/java/src/org/chromium/android_webview/AwContents.java#newcode2183 android_webview/java/src/org/chromium/android_webview/AwContents.java:2183: context.startActivity(intent); On 2015/10/14 23:08:01, sgurun wrote: > On 2015/10/14 ...
5 years, 2 months ago (2015-10-15 01:38:06 UTC) #14
sgurun-gerrit only
https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java (right): https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java#newcode1751 android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java:1751: // Overrides WebViewProvider.ViewDelegate.onActivityResult (not in system api jar yet). ...
5 years, 2 months ago (2015-10-16 00:06:53 UTC) #15
Torne
lgtm https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java (right): https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java#newcode2262 android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java:2262: assert Build.VERSION.SDK_INT >= Build.VERSION_CODES.M; On 2015/10/16 00:06:53, sgurun ...
5 years, 2 months ago (2015-10-16 12:49:40 UTC) #16
Torne
Oops, wrong button. I meant: looks okay once selim's remaining comments are addressed.
5 years, 2 months ago (2015-10-16 12:50:08 UTC) #17
hush (inactive)
https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java (right): https://codereview.chromium.org/1399613002/diff/140001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java#newcode1751 android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java:1751: // Overrides WebViewProvider.ViewDelegate.onActivityResult (not in system api jar yet). ...
5 years, 2 months ago (2015-10-20 23:16:10 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399613002/160001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399613002/160001
5 years, 2 months ago (2015-10-20 23:20:36 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/112681) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 2 months ago (2015-10-20 23:22:25 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399613002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399613002/180001
5 years, 2 months ago (2015-10-20 23:29:53 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: android_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_compile_dbg/builds/74776)
5 years, 2 months ago (2015-10-20 23:50:54 UTC) #28
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399613002/200001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399613002/200001
5 years, 2 months ago (2015-10-21 00:05:02 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_dbg_recipe on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_arm64_dbg_recipe/builds/134242)
5 years, 2 months ago (2015-10-21 00:21:50 UTC) #33
boliu
since you asked me to review the second patch.. https://codereview.chromium.org/1399613002/diff/200001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java (right): https://codereview.chromium.org/1399613002/diff/200001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java#newcode2272 android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java:2272: ...
5 years, 2 months ago (2015-10-21 00:22:18 UTC) #35
hush (inactive)
https://codereview.chromium.org/1399613002/diff/200001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java File android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java (right): https://codereview.chromium.org/1399613002/diff/200001/android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java#newcode2272 android_webview/glue/java/src/com/android/webview/chromium/WebViewChromium.java:2272: } catch (Exception e) { On 2015/10/21 00:22:17, boliu ...
5 years, 2 months ago (2015-10-21 01:23:24 UTC) #36
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1399613002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1399613002/220001
5 years, 2 months ago (2015-10-21 20:09:41 UTC) #39
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 2 months ago (2015-10-21 20:39:16 UTC) #40
commit-bot: I haz the power
5 years, 2 months ago (2015-10-21 20:41:37 UTC) #41
Message was sent while issue was closed.
Patchset 12 (id:??) landed as
https://crrev.com/a58f351e3e6cc0aceac9f46802c7693c6a562557
Cr-Commit-Position: refs/heads/master@{#355390}

Powered by Google App Engine
This is Rietveld 408576698