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

Issue 9568031: Refactoring on Windows IPC channel. (Closed)

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

Description

Refactoring on Windows IPC channel. This makes the Windows IPC channel interface the same as I've created for the Posix one: http://codereview.chromium.org/9570001/ The core reading functions DispatchInputData, ProcessIncomingMessages, and the "hello" message handling are now identical. The follow-up step will be to merge these into a common IPCChannelReader base class and eliminate the duplicate code. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=124848

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+158 lines, -86 lines) Patch
M ipc/ipc_channel_win.h View 1 chunk +24 lines, -2 lines 0 comments Download
M ipc/ipc_channel_win.cc View 1 4 chunks +134 lines, -84 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
brettw
The header file could use a little more documentation, but I want to write it ...
8 years, 9 months ago (2012-03-01 21:24:16 UTC) #1
brettw
8 years, 9 months ago (2012-03-01 21:24:26 UTC) #2
rvargas (doing something else)
LGTM http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc File ipc/ipc_channel_win.cc (right): http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc#newcode129 ipc/ipc_channel_win.cc:129: // structured, but instead we go back to ...
8 years, 9 months ago (2012-03-02 02:22:08 UTC) #3
brettw
http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc File ipc/ipc_channel_win.cc (right): http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc#newcode459 ipc/ipc_channel_win.cc:459: input_state_.is_pending = false; I was going to make AsyncReadComplete ...
8 years, 9 months ago (2012-03-02 05:31:18 UTC) #4
rvargas (doing something else)
http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc File ipc/ipc_channel_win.cc (right): http://codereview.chromium.org/9568031/diff/1/ipc/ipc_channel_win.cc#newcode459 ipc/ipc_channel_win.cc:459: input_state_.is_pending = false; On 2012/03/02 05:31:18, brettw wrote: > ...
8 years, 9 months ago (2012-03-02 18:44:16 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/brettw@chromium.org/9568031/6001
8 years, 9 months ago (2012-03-03 04:41:19 UTC) #6
commit-bot: I haz the power
8 years, 9 months ago (2012-03-03 08:55:46 UTC) #7
Change committed as 124848

Powered by Google App Engine
This is Rietveld 408576698