|
Proxy PPB_Var, fix o-o-p string var id tracking.
Note this doesn't need to use IPC at all, so it's a little strange.
Made test for pp::Var/PPB_Var that does only strings (copied from test_var_deprecated.cc). Fixed string var tracking so test can pass out-of-process (aside from invalid UTF8 checking, which is still not implemented o-o-p).
BUG= 85236
TEST=test_var.cc, run tests manually out-of-process.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=88384
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+522 lines, -70 lines) |
Patch |
 |
M |
chrome/test/ui/ppapi_uitest.cc
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_proxy.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_tests.gypi
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/dispatcher.cc
|
View
|
|
3 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_serialization_rules.cc
|
View
|
|
2 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_tracker.h
|
View
|
1
2
|
5 chunks |
+32 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_tracker.cc
|
View
|
|
6 chunks |
+43 lines, -38 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_tracker_unittest.cc
|
View
|
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/ppb_var_deprecated_proxy.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_var_proxy.h
|
View
|
1
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/proxy/ppb_var_proxy.cc
|
View
|
|
1 chunk |
+85 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/tests/test_var.h
|
View
|
|
1 chunk |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/tests/test_var.cc
|
View
|
1
|
1 chunk |
+247 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_var_deprecated.cc
|
View
|
1
|
5 chunks |
+6 lines, -11 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|