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

Issue 10541065: Separate out IPC::Message::Sender and channel::Listener into a separate class. (Closed)

Created:
8 years, 6 months ago by brettw
Modified:
8 years, 6 months ago
Reviewers:
jam
CC:
chromium-reviews, darin-cc_chromium.org
Visibility:
Public.

Description

Separate out IPC::Message::Sender and Channel::Listener into a separate class. I fixed the places that did IPC::Channel::Sender (I don't even know how this compiled, but I presume this means the "Sender" base class of the "Channel" which ends up being right). We can fix the other users of this later. BUG= TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=141534

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : gclient runhooks #

Total comments: 2

Patch Set 4 : rm -rf / #

Patch Set 5 : gclient sync -j16 #

Patch Set 6 : format C: #

Patch Set 7 : tar xfz warez.tgz #

Total comments: 2

Patch Set 8 : de-inline #

Unified diffs Side-by-side diffs Delta from patch set Stats (+155 lines, -87 lines) Patch
M chrome/browser/automation/automation_provider.h View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M chrome/browser/service/service_process_control.h View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.h View 1 2 3 3 chunks +6 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/render_widget_host.h View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/public/test/mock_render_process_host.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc.gypi View 1 2 3 4 5 6 7 2 chunks +2 lines, -0 lines 0 comments Download
M ipc/ipc_channel.h View 1 2 3 2 chunks +12 lines, -28 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M ipc/ipc_channel_proxy.h View 1 2 3 6 chunks +9 lines, -8 lines 0 comments Download
M ipc/ipc_channel_proxy.cc View 1 2 3 3 chunks +3 lines, -2 lines 0 comments Download
M ipc/ipc_channel_reader.h View 1 2 3 3 chunks +4 lines, -4 lines 0 comments Download
M ipc/ipc_channel_reader.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M ipc/ipc_fuzzing_tests.cc View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
A ipc/ipc_listener.h View 1 2 3 4 5 6 7 1 chunk +46 lines, -0 lines 0 comments Download
M ipc/ipc_logging.h View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M ipc/ipc_logging.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M ipc/ipc_message.h View 1 2 3 2 chunks +8 lines, -11 lines 0 comments Download
A ipc/ipc_sender.h View 1 2 3 4 5 6 7 1 chunk +27 lines, -0 lines 0 comments Download
M ipc/ipc_sync_channel_unittest.cc View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download
M ipc/ipc_sync_message_filter.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ipc/ipc_tests.cc View 1 2 3 4 5 chunks +6 lines, -5 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
brettw
I kept being annoyed that I can't forward declare this class.
8 years, 6 months ago (2012-06-07 22:54:12 UTC) #1
jam
wouldn't it be clearer to have IPC::Sender and IPC::Listener?
8 years, 6 months ago (2012-06-08 00:54:28 UTC) #2
brettw
Good idea, done
8 years, 6 months ago (2012-06-08 19:34:12 UTC) #3
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
8 years, 6 months ago (2012-06-08 21:30:41 UTC) #4
jam
lgtm i regret that the ipc files all start with "ipc_" which is redundant. up ...
8 years, 6 months ago (2012-06-11 01:56:29 UTC) #5
jam
8 years, 6 months ago (2012-06-11 03:10:00 UTC) #6
http://codereview.chromium.org/10541065/diff/5001/ipc/ipc_channel_listener.h
File ipc/ipc_channel_listener.h (right):

http://codereview.chromium.org/10541065/diff/5001/ipc/ipc_channel_listener.h#...
ipc/ipc_channel_listener.h:1: // Copyright (c) 2012 The Chromium Authors. All
rights reserved.
On 2012/06/11 01:56:29, John Abd-El-Malek wrote:
> nit: shouldn't this be ipc/channel_listener.h to match the
IPC::ChannelListener
> name?

btw ignore this outdated comment

Powered by Google App Engine
This is Rietveld 408576698