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

Issue 8347005: Adds the renderer component of the Java Bridge (Closed)

Created:
9 years, 2 months ago by Steve Block
Modified:
9 years, 2 months ago
Reviewers:
jam
CC:
chromium-reviews, darin-cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Adds the renderer component of the Java Bridge This patch adds JavaBridgeDispatcher, which handles injecting Java objects into the main frame of a RenderView. It also adds the IPC messages that are sent from browser to renderer to manage the injection of these Java objects. BUG=96703 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106614

Patch Set 1 #

Patch Set 2 : Moves JavaBridgeDispatcher(Host) to content/ #

Total comments: 12

Patch Set 3 : Fixed nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+181 lines, -0 lines) Patch
M content/common/content_message_generator.h View 1 1 chunk +1 line, -0 lines 0 comments Download
A content/common/java_bridge_messages.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
M content/content_common.gypi View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/content_renderer.gypi View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
A content/renderer/java_bridge_dispatcher.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A content/renderer/java_bridge_dispatcher.cc View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.h View 1 2 3 chunks +6 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 4 chunks +9 lines, -0 lines 0 comments Download
M ipc/ipc_message_utils.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
Steve Block
John, this isn't quite ready for a full review yet, but I wanted to ask ...
9 years, 2 months ago (2011-10-18 18:11:19 UTC) #1
jam
On 2011/10/18 18:11:19, Steve Block wrote: > John, this isn't quite ready for a full ...
9 years, 2 months ago (2011-10-18 18:33:54 UTC) #2
Steve Block
> sync to r105851, where I moved the java_bridge_dispatcher files to content :) I have ...
9 years, 2 months ago (2011-10-18 23:33:48 UTC) #3
Steve Block
Uploaded a new patch which moves the new code to content/, as I'm starting to ...
9 years, 2 months ago (2011-10-19 15:41:54 UTC) #4
jam
just nits On 2011/10/18 23:33:48, Steve Block wrote: > > sync to r105851, where I ...
9 years, 2 months ago (2011-10-19 23:46:12 UTC) #5
jam
http://codereview.chromium.org/8347005/diff/5001/content/common/java_bridge_messages.h File content/common/java_bridge_messages.h (right): http://codereview.chromium.org/8347005/diff/5001/content/common/java_bridge_messages.h#newcode18 content/common/java_bridge_messages.h:18: IPC_MESSAGE_ROUTED1(ViewMsg_JavaBridgeInit, nit: I'd still call this JavaBridgeMsg. ViewMsg belong ...
9 years, 2 months ago (2011-10-19 23:46:19 UTC) #6
Steve Block
Thanks for the review John http://codereview.chromium.org/8347005/diff/5001/content/common/java_bridge_messages.h File content/common/java_bridge_messages.h (right): http://codereview.chromium.org/8347005/diff/5001/content/common/java_bridge_messages.h#newcode18 content/common/java_bridge_messages.h:18: IPC_MESSAGE_ROUTED1(ViewMsg_JavaBridgeInit, On 2011/10/19 23:46:19, ...
9 years, 2 months ago (2011-10-20 09:43:08 UTC) #7
jam
9 years, 2 months ago (2011-10-20 22:11:38 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698