|
[cros] Make screen_mode static variable in StatusAreaViewChromeos.
In case of Aura status area is created once so status area buttons always use current value of screen_mode.
Added custom handling of ShouldExecuteStatusAreaCommand / ExecuteStatusAreaCommand() on login screen i.e. show only proxy settings dialog.
Changed InputMethodMenu so that it handles user sign in on Aura (where status area is not recreated on sign in).
BUG= 104133
TEST=Booted into login screen, observed that status area items doesn't have "open options" items. Signed in, checked status area.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=111526
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+209 lines, -150 lines) |
Patch |
 |
M |
chrome/browser/chrome_browser_main.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/frame/browser_view.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/background_view.h
|
View
|
|
2 chunks |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/background_view.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_html_dialog.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_html_dialog.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_utils.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/screen_locker_views.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+7 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_login_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_login_view.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/accessibility_menu_button.h
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/accessibility_menu_button.cc
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/input_method_menu.h
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/input_method_menu.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+36 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/input_method_menu_button.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/input_method_menu_button.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/network_menu.h
|
View
|
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/network_menu.cc
|
View
|
1
2
3
4
5
|
17 chunks |
+19 lines, -27 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/network_menu_button.h
|
View
|
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/network_menu_button.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/status_area_view_chromeos.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+19 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/status/status_area_view_chromeos.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+29 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/status_area_host_aura.h
|
View
|
1
2
3
4
5
6
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/aura/status_area_host_aura.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+41 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/network_dropdown.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|