|
pepper: parse context creation attrib list on the plugin side
This is simpler because we don't need to parse and copy lists of attributes.
We now only parse them in the same process that creates them, avoiding potential security issues.
BUG=None
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel;tryserver.chromium.win:win_optional_gpu_tests_rel
Committed: https://crrev.com/de2733a7d9c32815d4195e067dd628399f5996fc
Committed: https://crrev.com/fe4e488f15f1b955f6067721a937e960c13649aa
Cr-Original-Commit-Position: refs/heads/master@{#404024}
Cr-Commit-Position: refs/heads/master@{#404557}
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+304 lines, -212 lines) |
Patch |
 |
M |
components/nacl_nonsfi.gyp
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/ppb_graphics_3d_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+11 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/ppb_graphics_3d_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
4 chunks |
+11 lines, -42 lines |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/resource_creation_impl.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/renderer/pepper/resource_creation_impl.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/command_buffer.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer/command_buffer_nacl.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/command_buffer_traits.gypi
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/gpu.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -25 lines |
0 comments
|
Download
|
 |
M |
gpu/gpu_nacl.gyp
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/common/BUILD.gn
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/common/gpu_command_buffer_traits_multi.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+25 lines, -0 lines |
0 comments
|
Download
|
 |
M |
gpu/ipc/common/gpu_param_traits_macros.h
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+0 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/native_client.gyp
|
View
|
1
2
3
|
5 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_internal.gyp
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_graphics_3d_proxy.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_graphics_3d_proxy.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+30 lines, -20 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/resource_creation_proxy.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/thunk/resource_creation_api.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/gfx/gfx.gyp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+23 lines, -50 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/gfx_geometry.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/gfx_nacl.gyp
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/ipc/geometry/gfx_ipc_geometry.gyp
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+30 lines, -11 lines |
0 comments
|
Download
|
 |
A |
ui/gfx/ipc/geometry/gfx_ipc_geometry.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/gfx/ipc/geometry/gfx_ipc_geometry_nacl.gyp
|
View
|
1
2
3
4
5
|
3 chunks |
+12 lines, -10 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 71 (36 generated)
|