|
Synthetic KeyEvent delivery, part I.
This delivers synthetic key events to the views hierarchy. This
currently does nothing, as nothing is listening for the event in
TOUCH_UI (or elsewhere). That part will come later.
BUG=none
TEST=unit test for key identifier conversion + manual for extension api
Total comments: 5
Total comments: 25
Total comments: 2
Total comments: 1
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+674 lines, -0 lines) |
Patch |
 |
M |
base/base.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/base.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/keyboard_code_conversion.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+22 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/keyboard_code_conversion.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+296 lines, -0 lines |
0 comments
|
Download
|
 |
A |
base/keyboard_code_conversion_unittest.cc
|
View
|
1
|
1 chunk |
+43 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_function_dispatcher.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_input_api.h
|
View
|
1
2
|
1 chunk |
+36 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_input_api.cc
|
View
|
1
2
|
1 chunk |
+120 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/extension_input_apitest.cc
|
View
|
4
5
6
7
8
9
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/extension_api.json
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+55 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/renderer_extension_bindings.js
|
View
|
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/input/manifest.json
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/input/test.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/test/data/extensions/api_test/input/test.js
|
View
|
4
5
6
7
8
9
10
11
12
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
Total messages: 19 (0 generated)
|