|
|
Create a VarPrivate interface to contain the scripting helper functions of Var.
Currently, the old functions are left in Var. When people have a chance to move
to this new API, we can delete them from Var.
This also adds new enums for ARRAY and DICTIONARY vars, and makes the var C++
wrapper forward-compatible with them by refcounting any enums that it doesn't
know about.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=81068
Total comments: 11
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+166 lines, -402 lines) |
Patch |
 |
M |
ppapi/c/pp_var.h
|
View
|
1
2
|
2 chunks |
+45 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/dev/scriptable_object_deprecated.h
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/var_private.h
|
View
|
1
2
|
5 chunks |
+35 lines, -128 lines |
0 comments
|
Download
|
 |
A + |
ppapi/cpp/private/var_private.cc
|
View
|
|
6 chunks |
+45 lines, -250 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/var.h
|
View
|
1
2
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/var.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ppapi/example/example.cc
|
View
|
1
2
|
6 chunks |
+13 lines, -12 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_cpp.gypi
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/serialized_var.cc
|
View
|
1
2
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/npapi_glue.cc
|
View
|
1
2
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|