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

Issue 313083004: Don't use same value for socket() and handle(), as they are different concepts. (Closed)

Created:
6 years, 6 months ago by Anders Johnsen
Modified:
6 years, 6 months ago
Reviewers:
Søren Gjesse, kasperl
CC:
reviews_dartlang.org, vm-dev_dartlang.org
Visibility:
Public.

Description

Don't use same value for socket() and handle(), as they are different concepts. BUG= R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=36995

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 4

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -6 lines) Patch
M runtime/bin/eventhandler_win.h View 1 2 2 chunks +13 lines, -4 lines 0 comments Download
M runtime/bin/eventhandler_win.cc View 1 2 3 chunks +13 lines, -2 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Anders Johnsen
6 years, 6 months ago (2014-06-04 13:56:23 UTC) #1
kasperl
https://codereview.chromium.org/313083004/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/313083004/diff/1/runtime/bin/eventhandler_win.cc#newcode436 runtime/bin/eventhandler_win.cc:436: completion_port_ = CreateIoCompletionPort(reinterpret_cast<HANDLE>(socket()), Would it make sense to have ...
6 years, 6 months ago (2014-06-04 14:01:05 UTC) #2
Anders Johnsen
PTAL https://codereview.chromium.org/313083004/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/313083004/diff/1/runtime/bin/eventhandler_win.cc#newcode436 runtime/bin/eventhandler_win.cc:436: completion_port_ = CreateIoCompletionPort(reinterpret_cast<HANDLE>(socket()), On 2014/06/04 14:01:05, kasperl wrote: ...
6 years, 6 months ago (2014-06-04 14:05:21 UTC) #3
kasperl
LGTM. https://codereview.chromium.org/313083004/diff/20001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/313083004/diff/20001/runtime/bin/eventhandler_win.cc#newcode441 runtime/bin/eventhandler_win.cc:441: return DoCreateCompletionPort( I'd pull the handle out into ...
6 years, 6 months ago (2014-06-04 14:09:19 UTC) #4
Anders Johnsen
https://codereview.chromium.org/313083004/diff/20001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/313083004/diff/20001/runtime/bin/eventhandler_win.cc#newcode441 runtime/bin/eventhandler_win.cc:441: return DoCreateCompletionPort( On 2014/06/04 14:09:19, kasperl wrote: > I'd ...
6 years, 6 months ago (2014-06-04 14:16:31 UTC) #5
Anders Johnsen
6 years, 6 months ago (2014-06-04 14:17:08 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r36995 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698