|
Private Pepper extension for Flapper to allow TCP connections to be made
(from inside the renderer sandbox).
(Only enabled on ChromeOS, since it opens a hole in the renderer. This should be
revisited, with controls tightened, once Flapper runs out of process.)
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=70687
Total comments: 5
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+949 lines, -17 lines) |
Patch |
|
M |
build/common.gypi
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/renderer_host/browser_render_process_host.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/pepper_message_filter.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/renderer_host/pepper_message_filter.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+285 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages.h
|
View
|
1
2
|
3 chunks |
+9 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/common/render_messages.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+31 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/common/render_messages_internal.h
|
View
|
1
2
3
4
5
|
3 chunks |
+21 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/pepper_plugin_delegate_impl.h
|
View
|
1
2
3
|
2 chunks |
+18 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/pepper_plugin_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+48 lines, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/render_view.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+19 lines, -1 line |
0 comments
|
Download
|
|
M |
ppapi/c/private/ppb_flash.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+39 lines, -1 line |
0 comments
|
Download
|
|
A |
ppapi/cpp/private/flash.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
|
A |
ppapi/cpp/private/flash.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/mock_plugin_delegate.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/mock_plugin_delegate.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
|
3 chunks |
+11 lines, -1 line |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/ppb_flash_impl.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+50 lines, -4 lines |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/ppb_flash_impl.cc
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+190 lines, -1 line |
0 comments
|
Download
|
|
M |
webkit/plugins/ppapi/resource.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|