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

Issue 315003002: Fix double-closing of handles in Windows EventHandler. (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

Fix double-closing of handles in Windows EventHandler. BUG= R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=36991

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 2

Patch Set 4 : #

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

Messages

Total messages: 7 (0 generated)
Anders Johnsen
6 years, 6 months ago (2014-06-04 11:11:42 UTC) #1
kasperl
Make handle_ == INVALID represent the actually closed state? https://codereview.chromium.org/315003002/diff/20001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/315003002/diff/20001/runtime/bin/eventhandler_win.cc#newcode393 runtime/bin/eventhandler_win.cc:393: ...
6 years, 6 months ago (2014-06-04 11:37:54 UTC) #2
Anders Johnsen
PTAL
6 years, 6 months ago (2014-06-04 11:50:37 UTC) #3
kasperl
LGTM with a small nit: https://codereview.chromium.org/315003002/diff/40001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/315003002/diff/40001/runtime/bin/eventhandler_win.cc#newcode182 runtime/bin/eventhandler_win.cc:182: ASSERT(IsHandleClosed()); Move the assert ...
6 years, 6 months ago (2014-06-04 11:52:02 UTC) #4
Anders Johnsen
https://codereview.chromium.org/315003002/diff/40001/runtime/bin/eventhandler_win.cc File runtime/bin/eventhandler_win.cc (right): https://codereview.chromium.org/315003002/diff/40001/runtime/bin/eventhandler_win.cc#newcode182 runtime/bin/eventhandler_win.cc:182: ASSERT(IsHandleClosed()); On 2014/06/04 11:52:01, kasperl wrote: > Move the ...
6 years, 6 months ago (2014-06-04 11:53:17 UTC) #5
Anders Johnsen
Committed patchset #4 manually as r36991 (presubmit successful).
6 years, 6 months ago (2014-06-04 11:54:16 UTC) #6
Søren Gjesse
6 years, 6 months ago (2014-06-04 12:15:28 UTC) #7
Message was sent while issue was closed.
lgtm

Powered by Google App Engine
This is Rietveld 408576698