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

Issue 10695124: Add support for triggering Android intents based on content. (Closed)

Created:
8 years, 5 months ago by Leandro Graciá Gil
Modified:
8 years, 5 months ago
Reviewers:
John Grabowski, jam
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

Add support for triggering Android intents based on content. BUG=125390 TEST=Chrome on Android UI tests, not ready to be upstreamed yet. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146105

Patch Set 1 #

Total comments: 6

Patch Set 2 : nit fixes. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+94 lines, -2 lines) Patch
M content/browser/android/content_view_impl.h View 2 chunks +6 lines, -0 lines 0 comments Download
M content/browser/android/content_view_impl.cc View 5 chunks +32 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.h View 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 chunks +10 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 chunk +6 lines, -0 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.h View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/test_render_view_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 1 chunk +6 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentView.java View 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java View 3 chunks +3 lines, -2 lines 0 comments Download
M content/public/browser/android/content_view.h View 2 chunks +8 lines, -0 lines 0 comments Download
M content/public/browser/render_widget_host_view.h View 2 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
Leandro Graciá Gil
jrg: all content/public/android Java changes and content/browser/android native changes, including the JNI stuff. jam: all ...
8 years, 5 months ago (2012-07-10 17:54:50 UTC) #1
Leandro Graciá Gil
https://chromiumcodereview.appspot.com/10695124/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java File content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java (right): https://chromiumcodereview.appspot.com/10695124/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java#newcode281 content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java:281: public void onStartContentIntent(Context context, String contentUrl) { jrg: this ...
8 years, 5 months ago (2012-07-10 17:56:25 UTC) #2
jam
lgtm for my parts with nits http://codereview.chromium.org/10695124/diff/1/content/browser/renderer_host/render_view_host_impl.cc File content/browser/renderer_host/render_view_host_impl.cc (right): http://codereview.chromium.org/10695124/diff/1/content/browser/renderer_host/render_view_host_impl.cc#newcode921 content/browser/renderer_host/render_view_host_impl.cc:921: OnStartContentIntent); are you ...
8 years, 5 months ago (2012-07-10 21:06:16 UTC) #3
John Grabowski
LGTM for */android/* https://chromiumcodereview.appspot.com/10695124/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java File content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java (right): https://chromiumcodereview.appspot.com/10695124/diff/1/content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java#newcode281 content/public/android/java/src/org/chromium/content/browser/ContentViewClient.java:281: public void onStartContentIntent(Context context, String contentUrl) ...
8 years, 5 months ago (2012-07-10 22:20:31 UTC) #4
Leandro Graciá Gil
Nits fixed. Thanks for the review! https://chromiumcodereview.appspot.com/10695124/diff/1/content/browser/renderer_host/render_view_host_impl.cc File content/browser/renderer_host/render_view_host_impl.cc (right): https://chromiumcodereview.appspot.com/10695124/diff/1/content/browser/renderer_host/render_view_host_impl.cc#newcode921 content/browser/renderer_host/render_view_host_impl.cc:921: OnStartContentIntent); On 2012/07/10 ...
8 years, 5 months ago (2012-07-11 10:55:43 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/leandrogracia@chromium.org/10695124/1014
8 years, 5 months ago (2012-07-11 10:56:03 UTC) #6
commit-bot: I haz the power
8 years, 5 months ago (2012-07-11 11:58:48 UTC) #7
Change committed as 146105

Powered by Google App Engine
This is Rietveld 408576698