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

Issue 7486007: Fix NamedProxyLauncher on Windows. (Closed)

Created:
9 years, 5 months ago by kkania
Modified:
9 years, 4 months ago
CC:
chromium-reviews, jam, darin-cc_chromium.org, Paweł Hajdan Jr.
Visibility:
Public.

Description

Fix NamedProxyLauncher on windows. Wait for the named pipe to be connectable. Enable NamedInterfaceTest on windows. BUG=chromium-os:8515 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95957

Patch Set 1 : ... #

Total comments: 2

Patch Set 2 : move channel initialized check to Channel #

Patch Set 3 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+69 lines, -26 lines) Patch
M chrome/chrome_tests.gypi View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M chrome/test/automation/proxy_launcher.h View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/test/automation/proxy_launcher.cc View 1 2 3 chunks +13 lines, -13 lines 0 comments Download
M chrome/test/ui/named_interface_uitest.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download
M ipc/ipc_channel.h View 1 1 chunk +4 lines, -0 lines 0 comments Download
M ipc/ipc_channel_posix.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M ipc/ipc_channel_posix.cc View 1 2 chunks +11 lines, -0 lines 0 comments Download
M ipc/ipc_channel_posix_unittest.cc View 1 1 chunk +14 lines, -0 lines 0 comments Download
M ipc/ipc_channel_win.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M ipc/ipc_channel_win.cc View 1 2 2 chunks +17 lines, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
kkania
jam: ipc/* dtu: all else
9 years, 5 months ago (2011-07-21 22:10:41 UTC) #1
kkania
tsepez: ipc/* (jam's out)
9 years, 5 months ago (2011-07-21 22:12:56 UTC) #2
dtu
Thanks for doing this Ken! LGTM
9 years, 5 months ago (2011-07-21 22:33:38 UTC) #3
Tom Sepez
The proxy launcher has too much knowledge of the platform specific implementation details of the ...
9 years, 5 months ago (2011-07-21 23:43:20 UTC) #4
kkania
This can wait till John gets back if you would like. What do you think ...
9 years, 5 months ago (2011-07-21 23:48:49 UTC) #5
Tom Sepez
On 2011/07/21 23:48:49, kkania wrote: > This can wait till John gets back if you ...
9 years, 5 months ago (2011-07-21 23:55:38 UTC) #6
kkania
9 years, 5 months ago (2011-07-25 22:09:13 UTC) #7
kkania
Adding John as reviewer, as requested by Tom.
9 years, 5 months ago (2011-07-25 22:09:57 UTC) #8
kkania
reminder to jam this is awaiting his input
9 years, 5 months ago (2011-07-26 22:48:07 UTC) #9
jam
I'm not the best reviewer for this, since that code was written before I started ...
9 years, 5 months ago (2011-07-27 16:59:43 UTC) #10
kkania
-jam, +darin Darin, The current plan for this CL is to add: static bool Channel::IsAvailableForConnection(channel_id), ...
9 years, 4 months ago (2011-07-28 23:11:48 UTC) #11
kkania
+dmaclach Seems Darin is busy. Do you think you can comment/review here instead? On 2011/07/28 ...
9 years, 4 months ago (2011-08-01 23:09:40 UTC) #12
dmac
On 2011/08/01 23:09:40, kkania wrote: > +dmaclach > > Seems Darin is busy. Do you ...
9 years, 4 months ago (2011-08-02 00:32:04 UTC) #13
dmac
http://codereview.chromium.org/7486007/diff/2001/chrome/test/automation/proxy_launcher.cc File chrome/test/automation/proxy_launcher.cc (right): http://codereview.chromium.org/7486007/diff/2001/chrome/test/automation/proxy_launcher.cc#newcode544 chrome/test/automation/proxy_launcher.cc:544: 1); on Windows does it not make more sense ...
9 years, 4 months ago (2011-08-02 00:32:13 UTC) #14
kkania
dmac, Thanks for the comment. I'll put up a change and let you review in ...
9 years, 4 months ago (2011-08-02 15:00:58 UTC) #15
dmaclach1
On Tue, Aug 2, 2011 at 08:00, <kkania@chromium.org> wrote: > dmac, > > Thanks for ...
9 years, 4 months ago (2011-08-02 15:17:06 UTC) #16
kkania
added IsNamedServerInitialized static method to Channel. I named it this instead of IsAvailableForConnection because on ...
9 years, 4 months ago (2011-08-02 18:26:35 UTC) #17
kkania
ping. Waiting for dmac
9 years, 4 months ago (2011-08-05 23:07:31 UTC) #18
dmac
On 2011/08/05 23:07:31, kkania wrote: > ping. Waiting for dmac LGTM
9 years, 4 months ago (2011-08-05 23:10:23 UTC) #19
commit-bot: I haz the power
9 years, 4 months ago (2011-08-09 06:46:07 UTC) #20
Change committed as 95957

Powered by Google App Engine
This is Rietveld 408576698