|
PPAPI: Move IMEInputEvent and TextInput to stable.
To be able to work with current ppapi Flash, this CL keeps ABI of "PPB_IMEInputEvent_Dev_0_2", "PPB_TextInput_Dev_0_2" and "PPP_TextInput_Dev_0_2".
BUG=None
TEST=Manually checked that ppapi_example_ime works and also works with current Flash.
NOTRY=True
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=214878
Total comments: 8
Total comments: 4
Total comments: 28
Total comments: 2
Total comments: 14
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+864 lines, -77 lines) |
Patch |
 |
M |
content/renderer/pepper/plugin_module.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/ppapi/library.dsc
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
native_client_sdk/src/libraries/ppapi_cpp/library.dsc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/api/ppb_input_event.idl
|
View
|
1
2
|
1 chunk |
+129 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ppapi/api/ppb_text_input_controller.idl
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+13 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/pp_macros.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/c/ppb_input_event.h
|
View
|
1
2
|
3 chunks |
+125 lines, -1 line |
0 comments
|
Download
|
 |
A |
ppapi/c/ppb_text_input_controller.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+93 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/input_event.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+84 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/cpp/input_event.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+79 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/cpp/text_input_controller.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+73 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ppapi/cpp/text_input_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+63 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/examples/ime/ime.cc
|
View
|
1
2
3
4
5
6
7
8
|
10 chunks |
+20 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.c
|
View
|
1
2
3
4
5
6
7
8
|
13 chunks |
+105 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/ppapi_sources.gypi
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/proxy/interface_list.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/all_c_includes.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/all_cpp_includes.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_ime_input_event.h
|
View
|
1
2
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
ppapi/tests/test_ime_input_event.cc
|
View
|
1
2
|
6 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/interfaces_ppb_public_stable.h
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_input_event_thunk.cc
|
View
|
1
2
|
2 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ppapi/thunk/ppb_text_input_thunk.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+40 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/common/plugins/ppapi/ppapi_utils.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 28 (0 generated)
|