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

Issue 179039: Fix issue 8348: unfork pe_image.h / pe_image.cc (Closed)

Created:
11 years, 3 months ago by Roland
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

Fix issue 8348: unfork pe_image.h / pe_image.cc Moved versions of those files from sandbox/src/ to base/ (overwrite versions in base/ to avoid 64-bit warning). Removed 'sandbox' namespace, adapted other files as necessary. BUG=8348 TEST=none

Patch Set 1 #

Patch Set 2 : Use pe_image.cc/.h from sandbox/src/ rather than base/ #

Total comments: 1

Patch Set 3 : Removed unittest file and entries in .gyp file, restored #error message #

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -1021 lines) Patch
M base/pe_image.h View 2 chunks +2 lines, -2 lines 0 comments Download
M base/pe_image.cc View 2 1 chunk +2 lines, -2 lines 0 comments Download
M sandbox/sandbox.gyp View 2 chunks +0 lines, -3 lines 0 comments Download
M sandbox/src/eat_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/interception.cc View 1 chunk +1 line, -1 line 0 comments Download
D sandbox/src/pe_image.h View 1 chunk +0 lines, -261 lines 0 comments Download
D sandbox/src/pe_image.cc View 1 chunk +0 lines, -543 lines 0 comments Download
M sandbox/src/pe_image_unittest.cc View 1 2 1 chunk +0 lines, -201 lines 0 comments Download
M sandbox/src/policy_broker.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/sandbox_nt_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/service_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/sidestep_resolver.cc View 1 chunk +1 line, -1 line 0 comments Download
M sandbox/src/target_process.cc View 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
Roland
Removed duplicated files pe_image.cc/.h as requested in the bug description. - Roland
11 years, 3 months ago (2009-08-31 13:59:17 UTC) #1
cpu_(ooo_6.6-7.5)
It appears to be a problem with the change. Let me check something. Thanks for ...
11 years, 3 months ago (2009-09-01 00:32:26 UTC) #2
cpu_(ooo_6.6-7.5)
Ok, here is the deal: Line 523, 530 the sandbox has DWORD rva and the ...
11 years, 3 months ago (2009-09-01 01:20:20 UTC) #3
Roland
You're right. I checked that both resolve to the same type (unsigned long), but misunderstood ...
11 years, 3 months ago (2009-09-01 03:16:30 UTC) #4
cpu_(ooo_6.6-7.5)
awesome LGTM On 2009/09/01 03:16:30, Roland wrote: > You're right. I checked that both resolve ...
11 years, 3 months ago (2009-09-01 16:45:40 UTC) #5
rvargas (doing something else)
I think you should also remove the unit test file from the sandbox folder. Other ...
11 years, 3 months ago (2009-09-01 18:10:25 UTC) #6
Roland
Uploaded a new patch set with the requested modifications. Also removed the correpsonding entries from ...
11 years, 3 months ago (2009-09-04 13:30:54 UTC) #7
rvargas (doing something else)
LGTM, Thanks.
11 years, 3 months ago (2009-09-04 17:41:16 UTC) #8
Roland
On 2009/09/04 17:41:16, rvargas wrote: > LGTM, Thanks. Now just need a kind soul to ...
11 years, 3 months ago (2009-09-06 23:58:55 UTC) #9
tkent
11 years, 3 months ago (2009-09-08 05:41:51 UTC) #10
> Now just need a kind soul to commit it for me. :)

Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=25611

Powered by Google App Engine
This is Rietveld 408576698