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

Issue 378030: 64-bit compatibility changes for the sandbox code (Closed)

Created:
11 years, 1 month ago by gregoryd
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

64-bit compatibility changes for the sandbox code This CL contains some basic changes that eliminate some of the warnings that appear when the sandbox code is compiled for 64-bit Windows. This is part of a larger effort to support Native Client on 64-bit Windows (that will require the sandbox to support 64-bit Windows). TEST=will be tested when the rest of the code builds for 64-bit Windows BUG=27218 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=31625

Patch Set 1 #

Total comments: 2

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Total comments: 2

Patch Set 9 : '' #

Patch Set 10 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -12 lines) Patch
M sandbox/src/interception.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/sandbox.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M sandbox/src/sandbox_nt_util.h View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/sandbox_nt_util.cc View 1 2 3 4 5 6 7 8 9 2 chunks +7 lines, -3 lines 0 comments Download
M sandbox/src/service_resolver.cc View 1 2 3 4 5 6 6 chunks +6 lines, -6 lines 0 comments Download
M sandbox/src/sidestep/mini_disassembler.cpp View 1 2 3 4 5 6 7 1 chunk +4 lines, -0 lines 0 comments Download
M sandbox/src/target_process.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (0 generated)
gregoryd
11 years, 1 month ago (2009-11-09 22:17:34 UTC) #1
Nicolas Sylvain
LGTM
11 years, 1 month ago (2009-11-09 22:23:28 UTC) #2
cpu_(ooo_6.6-7.5)
For the most part I don't see harm on this change, but I'll hold my ...
11 years, 1 month ago (2009-11-09 22:24:37 UTC) #3
cpu_(ooo_6.6-7.5)
please fill out the BUG= and TEST= fields. I would not be a bad idea ...
11 years, 1 month ago (2009-11-09 22:26:32 UTC) #4
rvargas (doing something else)
My comment from the previous CL still applies. If you don't want to exclude the ...
11 years, 1 month ago (2009-11-09 22:36:11 UTC) #5
gregoryd
I am not sure I understand what do you mean. Right now I removed the ...
11 years, 1 month ago (2009-11-09 22:52:18 UTC) #6
gregoryd
On 2009/11/09 22:26:32, cpu wrote: > please fill out the BUG= and TEST= fields. I ...
11 years, 1 month ago (2009-11-10 00:00:23 UTC) #7
gregoryd
http://codereview.chromium.org/378030/diff/1/6 File sandbox/src/sidestep/mini_disassembler.h (right): http://codereview.chromium.org/378030/diff/1/6#newcode71 Line 71: uintptr_t* instruction_bytes); On 2009/11/09 22:24:37, cpu wrote: > ...
11 years, 1 month ago (2009-11-10 00:00:37 UTC) #8
rvargas (doing something else)
On 2009/11/09 22:52:18, gregoryd wrote: > I am not sure I understand what do you ...
11 years, 1 month ago (2009-11-10 01:12:26 UTC) #9
cpu_(ooo_6.6-7.5)
I created the bug http://code.google.com/p/chromium/issues/detail?id=27218 now you can use BUG=27218
11 years, 1 month ago (2009-11-10 01:35:22 UTC) #10
gregoryd
On 2009/11/10 01:12:26, rvargas wrote: > On 2009/11/09 22:52:18, gregoryd wrote: > > I am ...
11 years, 1 month ago (2009-11-10 21:54:32 UTC) #11
gregoryd
On 2009/11/10 01:12:26, rvargas wrote: > On 2009/11/09 22:52:18, gregoryd wrote: > > I am ...
11 years, 1 month ago (2009-11-10 21:54:56 UTC) #12
rvargas (doing something else)
LGTM. Thanks.
11 years, 1 month ago (2009-11-10 22:14:05 UTC) #13
rvargas (doing something else)
LGTM. Thanks. http://codereview.chromium.org/378030
11 years, 1 month ago (2009-11-10 22:14:23 UTC) #14
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/378030/diff/12001/12005 File sandbox/src/sandbox_nt_util.cc (right): http://codereview.chromium.org/378030/diff/12001/12005#newcode373 Line 373: DCHECK(kuint16max > size_bytes) << "The string is too ...
11 years, 1 month ago (2009-11-10 23:11:04 UTC) #15
cpu_(ooo_6.6-7.5)
http://codereview.chromium.org/378030/diff/12001/12005 File sandbox/src/sandbox_nt_util.cc (right): http://codereview.chromium.org/378030/diff/12001/12005#newcode373 Line 373: DCHECK(kuint16max > size_bytes) << "The string is too ...
11 years, 1 month ago (2009-11-10 23:11:30 UTC) #16
rvargas (doing something else)
http://codereview.chromium.org/378030/diff/12001/12005 File sandbox/src/sandbox_nt_util.cc (right): http://codereview.chromium.org/378030/diff/12001/12005#newcode373 Line 373: DCHECK(kuint16max > size_bytes) << "The string is too ...
11 years, 1 month ago (2009-11-10 23:22:18 UTC) #17
rvargas (doing something else)
http://codereview.chromium.org/378030/diff/12001/12005 File sandbox/src/sandbox_nt_util.cc (right): http://codereview.chromium.org/378030/diff/12001/12005#newcode373 Line 373: DCHECK(kuint16max > size_bytes) << "The string is too ...
11 years, 1 month ago (2009-11-10 23:22:40 UTC) #18
cpu_(ooo_6.6-7.5)
other than the assert issue LGTM as well.
11 years, 1 month ago (2009-11-10 23:24:49 UTC) #19
cpu_(ooo_6.6-7.5)
11 years, 1 month ago (2009-11-10 23:25:29 UTC) #20
other than the assert issue LGTM as well.

http://codereview.chromium.org/378030

Powered by Google App Engine
This is Rietveld 408576698