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

Issue 24733002: Enable sending MessagePorts to a different renderer (Chromium side) (Closed)

Created:
7 years, 2 months ago by marja
Modified:
7 years, 2 months ago
CC:
chromium-reviews, joi+watch-content_chromium.org, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Enable sending MessagePorts to a different renderer (Chromium side) The corresponding Blink side is https://codereview.chromium.org/24739002/ BUG=278336 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=229809

Patch Set 1 #

Patch Set 2 : Passing the port works now (port not yet functional) #

Patch Set 3 : . #

Patch Set 4 : test update #

Patch Set 5 : The Real Thing #

Total comments: 4

Patch Set 6 : Code review (jochen) #

Patch Set 7 : size > 0 -> !empty #

Patch Set 8 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -3 lines) Patch
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/browser/renderer_host/render_view_host_manager_browsertest.cc View 1 2 3 4 1 chunk +103 lines, -0 lines 0 comments Download
M content/browser/web_contents/web_contents_impl.cc View 1 2 3 4 5 6 2 chunks +17 lines, -0 lines 0 comments Download
M content/common/view_messages.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 2 3 4 5 6 7 3 chunks +27 lines, -1 line 0 comments Download
M content/test/data/click-noreferrer-links.html View 1 2 3 4 1 chunk +18 lines, -0 lines 0 comments Download
M content/test/data/post_message.html View 1 2 3 4 1 chunk +11 lines, -2 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
marja
jochen, ptal (I'll add owners if you say it lgty)
7 years, 2 months ago (2013-10-15 11:37:02 UTC) #1
jochen (gone - plz use gerrit)
lgtm https://codereview.chromium.org/24733002/diff/13001/content/renderer/render_view_impl.cc File content/renderer/render_view_impl.cc (right): https://codereview.chromium.org/24733002/diff/13001/content/renderer/render_view_impl.cc#newcode4306 content/renderer/render_view_impl.cc:4306: DCHECK(message_port_ids[i] != MSG_ROUTING_NONE); DCHECK_NE https://codereview.chromium.org/24733002/diff/13001/content/renderer/render_view_impl.cc#newcode5036 content/renderer/render_view_impl.cc:5036: DCHECK(params.message_port_ids.size() == ...
7 years, 2 months ago (2013-10-16 00:00:06 UTC) #2
marja
tsepez: Could you review content/common/view_messages.h (it's adding fields to an existing IPC; the corresponding fields ...
7 years, 2 months ago (2013-10-16 08:36:53 UTC) #3
Tom Sepez
messages lgtm.
7 years, 2 months ago (2013-10-16 17:44:41 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24733002/23001
7 years, 2 months ago (2013-10-17 09:00:30 UTC) #5
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 2 months ago (2013-10-17 12:27:52 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24733002/55001
7 years, 2 months ago (2013-10-18 09:53:26 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24733002/55001
7 years, 2 months ago (2013-10-18 13:00:55 UTC) #8
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-18 18:12:53 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24733002/55001
7 years, 2 months ago (2013-10-21 07:24:53 UTC) #10
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 2 months ago (2013-10-21 10:45:29 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/marja@chromium.org/24733002/55001
7 years, 2 months ago (2013-10-21 13:49:54 UTC) #12
commit-bot: I haz the power
7 years, 2 months ago (2013-10-21 15:05:54 UTC) #13
Message was sent while issue was closed.
Change committed as 229809

Powered by Google App Engine
This is Rietveld 408576698