|
Create and show the virtual keyboard.
Introduces ui/keyboard/ which contains generic code for the control of the keyboard (right now, just creation of the container window).
Also includes the necessary changes to ash so that the keyboard is (always) displayed on ChromeOS builds when the --enable-virtual-keyboard flag is present.
BUG= 226986
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193378
Total comments: 23
Total comments: 8
Total comments: 4
Total comments: 14
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+597 lines, -0 lines) |
Patch |
|
M |
ash/ash.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
ash/root_window_controller.h
|
View
|
1
2
3
4
5
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/root_window_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/shell/shell_delegate_impl.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/shell/shell_delegate_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/shell_delegate.h
|
View
|
1
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/test/test_shell_delegate.h
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
ash/test/test_shell_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
build/all.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/app/generated_resources.grd
|
View
|
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/ash/ash_keyboard_controller_proxy.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+52 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/browser/ui/ash/ash_keyboard_controller_proxy.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+71 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/ash/chrome_shell_delegate.h
|
View
|
1
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/browser/ui/ash/chrome_shell_delegate.cc
|
View
|
1
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
chrome/chrome_browser_ui.gypi
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard.gyp
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+53 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_controller.h
|
View
|
1
2
3
4
5
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_controller.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+78 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_controller_proxy.h
|
View
|
1
2
3
4
5
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_controller_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_export.h
|
View
|
1
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_switches.h
|
View
|
1
2
3
4
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_switches.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_util.h
|
View
|
1
2
3
4
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
|
A |
ui/keyboard/keyboard_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+17 lines, -0 lines |
0 comments
|
Download
|
Total messages: 24 (0 generated)
|