|
Hookup RawVarData to SerializedVar
This hooks up the rewritten RawVarData implementation with SerializedVar. It also fixes tests to make sure that shmem ArrayBuffers are actually tested. Previously, no testing of shmem ArrayBuffers was happening because OS_LINUX is never defined in ppapi/tests and none of the other ArrayBuffer test sizes were above the threshhold to invoke that code path. This CL adds a PPB_Testing function to set the threshhold to a lower value, which permits this code path to be taken while still having fast tests.
BUG=
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195189
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+265 lines, -327 lines) |
Patch |
 |
M |
ppapi/api/dev/ppb_testing_dev.idl
|
View
|
1
2
3
4
5
|
2 chunks |
+13 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/c/dev/ppb_testing_dev.h
|
View
|
1
2
3
4
5
|
5 chunks |
+28 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
|
5 chunks |
+78 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/handle_converter.cc
|
View
|
1
2
|
1 chunk |
+18 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppapi_messages.h
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_testing_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_testing_proxy.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+22 lines, -1 line |
0 comments
|
Download
|
 |
M |
ppapi/proxy/raw_var_data.h
|
View
|
1
2
3
4
5
|
3 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/raw_var_data.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+33 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var.h
|
View
|
1
2
|
7 chunks |
+13 lines, -45 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var.cc
|
View
|
1
2
|
6 chunks |
+13 lines, -260 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_post_message.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+21 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -1 line |
0 comments
|
Download
|
Total messages: 15 (0 generated)
|