Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(101)

Issue 8585031: [cros, Aura] Make screen_mode static variable in StatusAreaViewChromeos (Closed)

Created:
9 years, 1 month ago by Nikita (slow)
Modified:
9 years, 1 month ago
Reviewers:
stevenjb, Yusuke Sato
CC:
chromium-reviews, nkostylev+watch_chromium.org, hashimoto+watch_chromium.org, aboxhall+watch_chromium.org, yoshiki+watch_chromium.org, yuzo+watch_chromium.org, davidbarr+watch_chromium.org, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, ctguil+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, zork+watch_chromium.org
Visibility:
Public.

Description

[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

Patch Set 1 #

Patch Set 2 : iteration #

Patch Set 3 : handle #

Patch Set 4 : handle login in InputMethodMenu #

Patch Set 5 : fix non-aura build #

Patch Set 6 : merge #

Total comments: 4

Patch Set 7 : merge & changes per review #

Patch Set 8 : merge #

Patch Set 9 : merge #

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

Messages

Total messages: 10 (0 generated)
Nikita (slow)
Steven, Please take a look at this approach. Not ready for review yet as InputMethodMenuButton ...
9 years, 1 month ago (2011-11-17 14:45:50 UTC) #1
Nikita (slow)
Steven, please take a look, CL is ready for review. Yusuke, please take a look ...
9 years, 1 month ago (2011-11-18 16:26:07 UTC) #2
Yusuke Sato
InputMethodMenu* lgtm On 2011/11/18 16:26:07, Nikita Kostylev wrote: > Steven, please take a look, CL ...
9 years, 1 month ago (2011-11-19 00:36:59 UTC) #3
stevenjb
Great cleanup, just one change I'd like to see. http://codereview.chromium.org/8585031/diff/11001/chrome/browser/chromeos/status/input_method_menu.cc File chrome/browser/chromeos/status/input_method_menu.cc (right): http://codereview.chromium.org/8585031/diff/11001/chrome/browser/chromeos/status/input_method_menu.cc#newcode170 chrome/browser/chromeos/status/input_method_menu.cc:170: ...
9 years, 1 month ago (2011-11-21 18:10:16 UTC) #4
Nikita (slow)
http://codereview.chromium.org/8585031/diff/11001/chrome/browser/chromeos/status/input_method_menu.cc File chrome/browser/chromeos/status/input_method_menu.cc (right): http://codereview.chromium.org/8585031/diff/11001/chrome/browser/chromeos/status/input_method_menu.cc#newcode170 chrome/browser/chromeos/status/input_method_menu.cc:170: content::NotificationService::AllSources()); On 2011/11/21 18:10:16, Steven Bennetts wrote: > nit: ...
9 years, 1 month ago (2011-11-22 09:01:27 UTC) #5
stevenjb
LGTM!
9 years, 1 month ago (2011-11-22 20:24:57 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/8585031/22001
9 years, 1 month ago (2011-11-23 17:04:18 UTC) #7
commit-bot: I haz the power
Try job failure for 8585031-22001 (retry) on mac_rel for step "media_unittests". It's a second try, ...
9 years, 1 month ago (2011-11-23 18:27:15 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/nkostylev@chromium.org/8585031/23026
9 years, 1 month ago (2011-11-24 12:58:05 UTC) #9
commit-bot: I haz the power
9 years, 1 month ago (2011-11-24 14:13:07 UTC) #10
Change committed as 111526

Powered by Google App Engine
This is Rietveld 408576698