|
|
Guest Mode: input method should default to the underlying latin keyboard layout.
Currently Guest mode always uses default value of
Preferences.PreferredInputMethod = "" (empty string) that
always leads to "us" keyboard layout (compiled-in default).
Guest sessions should have the following input methods/keyboards readily
available:
- the VPD value (assuming the latin keyboard representing the underlying
hardware; should be the default; e.g. French chromebook => azerty)
- the additional input method/keyboard based on the locale (e.g. Japanese
locale => should also add the Japanese IME; there are existing rules for
this)
BUG= 329018
TEST=unittest
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247938
Total comments: 10
Total comments: 2
Total comments: 6
Total comments: 13
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+201 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/chromeos/base/locale_util.h
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/base/locale_util.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+26 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/chrome_browser_main_chromeos.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+56 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+15 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
7 chunks |
+18 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_util.h
|
View
|
1
2
3
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/input_method_util.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_manager.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mock_input_method_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/input_method/mode_indicator_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_display_host_impl.cc
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+5 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/user_manager_impl.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+15 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/wizard_controller_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
chromeos/ime/input_method_manager.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+10 lines, -10 lines |
0 comments
|
Download
|
Total messages: 18 (0 generated)
|