|
|
[ChromeOS] WebUI OOBE/Login refactoring.
- Rename OobeMessageHandler -> BaseScreenHandler since both OobeUI and LoginUI
will use its derived classes;
- Merge LoginUIHandler into SigninScreenHandler;
- Misc changes:
- Header includes optimization;
- Don't call OobeUI for TOUCH_UI build;
- Move LoginUIHTMLSource into login_ui.cc since it's only used there;
- Rename SigninScreenHandler callback message names to follow javascript
identifier rule and be consistent with other part of the code;
- Rename user dict key names to follow javascript identifier rule;
- Add <enter> key handling for oobe signin screen;
BUG=none.
TEST=Expect no functionality change in webui oobe/login.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=93116
Total comments: 11
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+360 lines, -369 lines) |
Patch |
 |
M |
chrome/browser/chromeos/login/webui_login_display.h
|
View
|
1
2
3
|
4 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_login_display.cc
|
View
|
1
2
3
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/webui_login_display_host.cc
|
View
|
1
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/login/screen_signin.js
|
View
|
1
2
3
|
2 chunks |
+39 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/login.js
|
View
|
1
2
3
|
8 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/standalone/standalone_hack.js
|
View
|
|
1 chunk |
+12 lines, -12 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/chromeos/login/base_screen_handler.h
|
View
|
1
2
3
|
1 chunk |
+47 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/ui/webui/chromeos/login/base_screen_handler.cc
|
View
|
1
2
3
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/eula_screen_handler.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/login_ui.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -90 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/login_ui.cc
|
View
|
|
3 chunks |
+35 lines, -157 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/network_screen_handler.h
|
View
|
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/network_screen_handler.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/oobe_ui.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -33 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/oobe_ui.cc
|
View
|
1
2
3
4
|
4 chunks |
+11 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
View
|
1
2
3
|
4 chunks |
+51 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
View
|
1
2
3
|
8 chunks |
+90 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/update_screen_handler.h
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
Total messages: 10 (0 generated)
|