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

Issue 110223007: Handle failures to AcceptEx calls on Windows (Closed)

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

Description

Handle failures to AcceptEx calls on Windows R=ajohnsen@google.com BUG=http://dartbug.com/11165 Committed: https://code.google.com/p/dart/source/detail?r=31265

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M runtime/bin/eventhandler_win.cc View 3 chunks +8 lines, -4 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Søren Gjesse
7 years ago (2013-12-18 16:21:08 UTC) #1
Anders Johnsen
lgtm https://codereview.chromium.org/110223007/diff/1/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/110223007/diff/1/runtime/bin/eventhandler_win.cc#newcode977 runtime/bin/eventhandler_win.cc:977: if (!accept_success) { Move issue-accept into if and ...
7 years ago (2013-12-18 16:24:32 UTC) #2
Søren Gjesse
Committed patchset #1 manually as r31265 (presubmit successful).
7 years ago (2013-12-19 12:41:44 UTC) #3
Søren Gjesse
6 years, 11 months ago (2014-01-02 08:37:33 UTC) #4
Message was sent while issue was closed.
https://codereview.chromium.org/110223007/diff/1/runtime/bin/eventhandler_win.cc
File runtime/bin/eventhandler_win.cc (right):

https://codereview.chromium.org/110223007/diff/1/runtime/bin/eventhandler_win...
runtime/bin/eventhandler_win.cc:977: if (!accept_success) {
On 2013/12/18 16:24:33, Anders Johnsen wrote:
> Move issue-accept into if and remove the boolean, and use break in if?

Done.

Powered by Google App Engine
This is Rietveld 408576698