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

Issue 6598013: Make SandboxInterfaceInfo somewhat backwards compatible... (Closed)

Created:
9 years, 10 months ago by cpu_(ooo_6.6-7.5)
Modified:
9 years, 7 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Make SandboxInterfaceInfo somewhat backwards compatible Hack to allow a mismached chrome exe and dll (different versions) to not crash. The older chrome exe will pass a union, the new chrome dll expects a struct. BUG=74046 TEST=see bug Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=76108

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+21 lines, -6 lines) Patch
M chrome/common/sandbox_init_wrapper_win.cc View 1 chunk +14 lines, -4 lines 1 comment Download
M sandbox/src/sandbox_types.h View 1 chunk +7 lines, -2 lines 1 comment Download

Messages

Total messages: 6 (0 generated)
cpu_(ooo_6.6-7.5)
.
9 years, 10 months ago (2011-02-25 21:24:34 UTC) #1
cpu_(ooo_6.6-7.5)
9 years, 10 months ago (2011-02-25 21:25:08 UTC) #2
amit
lgtm http://codereview.chromium.org/6598013/diff/1/sandbox/src/sandbox_types.h File sandbox/src/sandbox_types.h (right): http://codereview.chromium.org/6598013/diff/1/sandbox/src/sandbox_types.h#newcode62 sandbox/src/sandbox_types.h:62: void* legacy; nit: why not have the exact ...
9 years, 10 months ago (2011-02-25 21:31:04 UTC) #3
cpu_(ooo_6.6-7.5)
On 2011/02/25 21:31:04, amit wrote: > lgtm > > http://codereview.chromium.org/6598013/diff/1/sandbox/src/sandbox_types.h > File sandbox/src/sandbox_types.h (right): > ...
9 years, 10 months ago (2011-02-25 22:18:10 UTC) #4
rvargas (doing something else)
LGTM http://codereview.chromium.org/6598013/diff/1/chrome/common/sandbox_init_wrapper_win.cc File chrome/common/sandbox_init_wrapper_win.cc (right): http://codereview.chromium.org/6598013/diff/1/chrome/common/sandbox_init_wrapper_win.cc#newcode19 chrome/common/sandbox_init_wrapper_win.cc:19: // TODO(cpu): Reomove this nasty hack after M10 ...
9 years, 10 months ago (2011-02-25 22:26:17 UTC) #5
cpu_(ooo_6.6-7.5)
9 years, 10 months ago (2011-02-25 22:32:53 UTC) #6
Thanks, for reference the tracking bug for the right fix is

http://code.google.com/p/chromium/issues/detail?id=74210

I will revert from trunk next week.


On 2011/02/25 22:26:17, rvargas wrote:
> LGTM
> 
>
http://codereview.chromium.org/6598013/diff/1/chrome/common/sandbox_init_wrap...
> File chrome/common/sandbox_init_wrapper_win.cc (right):
> 
>
http://codereview.chromium.org/6598013/diff/1/chrome/common/sandbox_init_wrap...
> chrome/common/sandbox_init_wrapper_win.cc:19: // TODO(cpu): Reomove this nasty
> hack after M10 release.
> typo

Powered by Google App Engine
This is Rietveld 408576698