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

Issue 12381066: Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds (Closed)

Created:
7 years, 9 months ago by jschuh
Modified:
7 years, 9 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Visibility:
Public.

Description

Add IPC handling for INVALID_HANDLE_VALUE on Win64 builds BUG=179693 R=cpu@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=185826

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M ipc/ipc_message_utils.cc View 1 2 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
jschuh
This one was fun.
7 years, 9 months ago (2013-03-03 07:14:39 UTC) #1
piman
https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc#newcode767 ipc/ipc_message_utils.cc:767: if (reinterpret_cast<uint32>(INVALID_HANDLE_VALUE) == temp) why not simply reading and ...
7 years, 9 months ago (2013-03-03 16:50:18 UTC) #2
jschuh
https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc#newcode767 ipc/ipc_message_utils.cc:767: if (reinterpret_cast<uint32>(INVALID_HANDLE_VALUE) == temp) On 2013/03/03 16:50:18, piman wrote: ...
7 years, 9 months ago (2013-03-03 17:15:04 UTC) #3
piman
https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc#newcode767 ipc/ipc_message_utils.cc:767: if (reinterpret_cast<uint32>(INVALID_HANDLE_VALUE) == temp) On 2013/03/03 17:15:05, Justin Schuh ...
7 years, 9 months ago (2013-03-03 17:31:38 UTC) #4
jschuh
https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc#newcode767 ipc/ipc_message_utils.cc:767: if (reinterpret_cast<uint32>(INVALID_HANDLE_VALUE) == temp) On 2013/03/03 17:31:38, piman wrote: ...
7 years, 9 months ago (2013-03-03 17:41:24 UTC) #5
cpu_(ooo_6.6-7.5)
https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc File ipc/ipc_message_utils.cc (right): https://codereview.chromium.org/12381066/diff/1/ipc/ipc_message_utils.cc#newcode758 ipc/ipc_message_utils.cc:758: m->WriteUInt32(reinterpret_cast<uint32>(p)); why not do it here instead?
7 years, 9 months ago (2013-03-03 19:36:24 UTC) #6
cpu_(ooo_6.6-7.5)
(hit enter too soon) so the the values on the wire make sense.
7 years, 9 months ago (2013-03-03 20:08:53 UTC) #7
cpu_(ooo_6.6-7.5)
I retract my previous comment. I was confused. Check Include\shared\basetsd.h For the best macro for ...
7 years, 9 months ago (2013-03-03 23:51:00 UTC) #8
jschuh
Carlos always wins. Now with double the Windows macro flavor.
7 years, 9 months ago (2013-03-03 23:57:11 UTC) #9
cpu_(ooo_6.6-7.5)
lgtm
7 years, 9 months ago (2013-03-04 00:05:27 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/12381066/8002
7 years, 9 months ago (2013-03-04 00:11:07 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jschuh@chromium.org/12381066/5007
7 years, 9 months ago (2013-03-04 00:42:12 UTC) #12
jschuh
7 years, 9 months ago (2013-03-04 02:29:06 UTC) #13
Message was sent while issue was closed.
Committed patchset #3 manually as r185826 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698