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

Issue 1464473003: win: Don't duplicate handles in handle restriction list (Closed)

Created:
5 years, 1 month ago by scottmg
Modified:
5 years, 1 month ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Total comments: 5

Patch Set 4 : oop #

Total comments: 2

Patch Set 5 : merge && #

Unified diffs Side-by-side diffs Delta from patch set Stats (+102 lines, -2 lines) Patch
M client/client_test.gyp View 1 2 chunks +2 lines, -0 lines 0 comments Download
M client/crashpad_client_win.cc View 1 2 3 4 3 chunks +9 lines, -2 lines 0 comments Download
A client/crashpad_client_win_test.cc View 1 2 3 1 chunk +91 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (0 generated)
scottmg
5 years, 1 month ago (2015-11-19 18:55:36 UTC) #1
Mark Mentovai
This would be a good use for a std::set<>, except there’s no &set[0] or set.data(), ...
5 years, 1 month ago (2015-11-19 19:00:20 UTC) #2
scottmg
Yeah, I considered using a set, but since N <= 4, it didn't seem worth ...
5 years, 1 month ago (2015-11-19 19:15:49 UTC) #3
Mark Mentovai
LGTM https://codereview.chromium.org/1464473003/diff/40001/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): https://codereview.chromium.org/1464473003/diff/40001/client/crashpad_client_win.cc#newcode166 client/crashpad_client_win.cc:166: g_signal_exception = INVALID_HANDLE_VALUE; scottmg wrote: > OK. We ...
5 years, 1 month ago (2015-11-19 19:20:57 UTC) #4
scottmg
https://codereview.chromium.org/1464473003/diff/40001/client/crashpad_client_win.cc File client/crashpad_client_win.cc (right): https://codereview.chromium.org/1464473003/diff/40001/client/crashpad_client_win.cc#newcode166 client/crashpad_client_win.cc:166: g_signal_exception = INVALID_HANDLE_VALUE; On 2015/11/19 19:20:57, Mark Mentovai wrote: ...
5 years, 1 month ago (2015-11-19 19:25:33 UTC) #5
scottmg
Committed patchset #5 (id:80001) manually as 3562fe4ccdd59891d7d8ca9f620327f928b3c90f (presubmit successful).
5 years, 1 month ago (2015-11-19 19:26:01 UTC) #6
Mark Mentovai
5 years, 1 month ago (2015-11-19 19:26:33 UTC) #7
Message was sent while issue was closed.
LGTM

Powered by Google App Engine
This is Rietveld 408576698