|
Remove special handling for strings in var serialization.
Previously we had to have a lot of weird string handling because strings needed a PP_Module to be constructed, and because they had different methods for being created in the host and the plugin processes. We've removed all of these limitations, so now we can just delete the whole mess.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120724
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+70 lines, -232 lines) |
Patch |
 |
M |
ppapi/proxy/host_var_serialization_rules.h
|
View
|
|
1 chunk |
+2 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/host_var_serialization_rules.cc
|
View
|
|
2 chunks |
+3 lines, -36 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_serialization_rules.h
|
View
|
|
1 chunk |
+3 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/plugin_var_serialization_rules.cc
|
View
|
|
4 chunks |
+3 lines, -36 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var.h
|
View
|
|
3 chunks |
+4 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var.cc
|
View
|
|
16 chunks |
+22 lines, -67 lines |
2 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var_unittest.cc
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/var_serialization_rules.h
|
View
|
|
3 chunks |
+13 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/var.h
|
View
|
|
2 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/shared_impl/var.cc
|
View
|
|
4 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|