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

Issue 18324: POSIX: Get IPCSyncChannel unittests working (Closed)

Created:
11 years, 11 months ago by agl
Modified:
9 years, 7 months ago
Reviewers:
jam
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

POSIX: Get IPCSyncChannel unittests working

Patch Set 1 #

Total comments: 9

Patch Set 2 : Addressing comments #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+75 lines, -89 lines) Patch
M base/waitable_event.h View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/child_process.cc View 1 2 chunks +4 lines, -2 lines 0 comments Download
M chrome/common/common.scons View 2 chunks +1 line, -1 line 0 comments Download
M chrome/common/ipc_sync_channel.cc View 1 4 chunks +3 lines, -7 lines 1 comment Download
M chrome/common/ipc_sync_channel_unittest.cc View 1 22 chunks +63 lines, -71 lines 0 comments Download
M chrome/common/ipc_sync_message.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M chrome/test/unit/unit_tests.scons View 1 2 chunks +1 line, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
agl
This converts ipc sync channel unittests to use the cross-platform WaitableEvent. After this (an another ...
11 years, 11 months ago (2009-01-16 19:02:43 UTC) #1
jam
very nice, some comments: http://codereview.chromium.org/18324/diff/1/2 File chrome/common/child_process.cc (right): http://codereview.chromium.org/18324/diff/1/2#newcode14 Line 14: #if defined(OS_WIN) nit: I ...
11 years, 11 months ago (2009-01-16 21:28:22 UTC) #2
agl
(tested on Windows now, still passes) http://codereview.chromium.org/18324/diff/1/2 File chrome/common/child_process.cc (right): http://codereview.chromium.org/18324/diff/1/2#newcode14 Line 14: #if defined(OS_WIN) ...
11 years, 11 months ago (2009-01-16 22:56:05 UTC) #3
jam
lgtm http://codereview.chromium.org/18324/diff/1/5 File chrome/common/ipc_sync_channel_unittest.cc (right): http://codereview.chromium.org/18324/diff/1/5#newcode31 Line 31: static const int INFINITE = -1; On ...
11 years, 11 months ago (2009-01-16 23:28:07 UTC) #4
jam
11 years, 11 months ago (2009-01-17 02:12:37 UTC) #5
http://codereview.chromium.org/18324/diff/16/20
File chrome/common/ipc_sync_channel.cc (right):

http://codereview.chromium.org/18324/diff/16/20#newcode390
Line 390: DCHECK(sync_messages_with_no_timeout_allowed_ || timeout_ms !=
base::kNoTimeout);
80 characters

Powered by Google App Engine
This is Rietveld 408576698