|
|
Move the charset inteface to "trusted" (we can't implement this efficiently
in NaCl) and modify to no longer require the memory interface.
This keeps the old interface and implements it in terms of the newer one. We
can remove it when all callers have been updated.
BUG=
TEST=
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=121159
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+753 lines, -213 lines) |
Patch |
 |
A |
ppapi/api/trusted/ppb_char_set_trusted.idl
|
View
|
1
|
1 chunk |
+95 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/c/trusted/ppb_char_set_trusted.h
|
View
|
1
|
1 chunk |
+124 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_shared.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
D |
ppapi/shared_impl/ppb_char_set_shared.h
|
View
|
|
1 chunk |
+0 lines, -33 lines |
0 comments
|
Download
|
 |
D |
ppapi/shared_impl/ppb_char_set_shared.cc
|
View
|
|
1 chunk |
+0 lines, -154 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/private/ppb_char_set_shared.h
|
View
|
|
1 chunk |
+46 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/shared_impl/private/ppb_char_set_shared.cc
|
View
|
|
1 chunk |
+239 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_char_set.h
|
View
|
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_char_set.cc
|
View
|
1
|
4 chunks |
+187 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_private.h
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_char_set_thunk.cc
|
View
|
|
5 chunks |
+52 lines, -21 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_module.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|