|
WebUIHandler for chrome://keyboard
This also moves processing of the KeyEvent JSON structure into
ui/keyboard/ from chrome/browser/extensions/api/input/input.cc.
The JS is setup with a separate implementation of send_key_event.js
(send_key_event_webui.js) that is mapped to the send_key_event.js
resource by the WebUIController. This allows the WebUI and extension
code to be entirely shared.
BUG= 222801
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=195218
Total comments: 4
Total comments: 2
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+296 lines, -132 lines) |
Patch |
 |
M |
chrome/browser/extensions/api/input/input.cc
|
View
|
|
1 chunk |
+17 lines, -101 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/image_loader.cc
|
View
|
1
|
1 chunk |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard.gyp
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_resources.grd
|
View
|
|
2 chunks |
+9 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_ui_controller.cc
|
View
|
1
2
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
A |
ui/keyboard/keyboard_ui_handler.h
|
View
|
1
2
3
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/keyboard/keyboard_ui_handler.cc
|
View
|
1
2
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_util.h
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/keyboard_util.cc
|
View
|
1
|
2 chunks |
+125 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/resources/common.js
|
View
|
|
1 chunk |
+1 line, -14 lines |
0 comments
|
Download
|
 |
M |
ui/keyboard/resources/index.html
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
ui/keyboard/resources/send_key_event.js
|
View
|
1
2
3
4
|
1 chunk |
+18 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/keyboard/resources/send_key_event_webui.js
|
View
|
1
2
3
4
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|