|
Pepper: Move GetSandboxISA() to PPB_NaCl_Private.
This is part of a series of changes to move the "trusted plugin" code inside
ppapi/native_client. I was moving the logic for JsonManifest and
PNaClManifest when I noticed that PNaClManifest depends on GetSandboxISA(), and
moving that seemed big enough to justify its own change.
I think that I preserved the architecture logic in arch_x86/sandbox_isa.cc, but
it would merit some careful review.
BUG= 239656
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=257196
Total comments: 6
Total comments: 5
Total comments: 3
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+114 lines, -139 lines) |
Patch |
 |
M |
components/nacl.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/nacl/renderer/ppb_nacl_private_impl.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
 |
A |
components/nacl/renderer/sandbox_arch.h
|
View
|
1
2
3
4
5
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/nacl/renderer/sandbox_arch.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/private/ppb_nacl_private.idl
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/private/ppb_nacl_private.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
D |
ppapi/native_client/src/trusted/plugin/arch_arm/sandbox_isa.cc
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
ppapi/native_client/src/trusted/plugin/arch_mips/sandbox_isa.cc
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
D |
ppapi/native_client/src/trusted/plugin/arch_x86/sandbox_isa.cc
|
View
|
|
1 chunk |
+0 lines, -28 lines |
0 comments
|
Download
|
 |
D |
ppapi/native_client/src/trusted/plugin/nexe_arch.h
|
View
|
1
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/plugin.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/plugin.gypi
|
View
|
|
1 chunk |
+0 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/pnacl_coordinator.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/pnacl_resources.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/pnacl_resources.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+15 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/trusted/plugin/pnacl_translate_thread.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
Total messages: 39 (0 generated)
|