|
Mac: Scaffolding for sandboxing GPU process.
The sandbox config allows everything for now; I will put in restrictions in a follow-up CL (which should be small).
This CL should have no visible effect (other than changing a few LOG(WARNING) to LOG(ERROR)).
BUG= 48607
TEST=GPU process still works
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=67939
Total comments: 1
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+81 lines, -15 lines) |
Patch |
 |
M |
chrome/app/chrome_main.cc
|
View
|
1
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/gpu.sb
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/gpu_process_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/child_process.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
1 comment
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+4 lines, -1 line |
1 comment
|
Download
|
 |
M |
chrome/common/sandbox_init_wrapper.h
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/sandbox_init_wrapper_mac.cc
|
View
|
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/sandbox_mac.h
|
View
|
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/sandbox_mac.mm
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/common/sandbox_mac_unittest_helper.mm
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+9 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/gpu/gpu_main.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+29 lines, -2 lines |
1 comment
|
Download
|
 |
M |
chrome/renderer/renderer_main.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
1 comment
|
Download
|
Total messages: 5 (0 generated)
|