|
Use regular message loop for cros login window
First we have to allow the regular initialization to happen.
This will permit the login wizard screens to use the network
and rendering capabilities of chrome safely. Once a user logs in
and cros mounts their encrypted directory as a profile, we
change the default profile to that one and create a new browser
window with it as well. This ought to make launching the
first browser window even faster.
Total comments: 14
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+252 lines, -66 lines) |
Patch |
 |
M |
chrome/browser/browser_init.h
|
View
|
1
2
3
4
5
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_init.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+39 lines, -32 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browser_main.cc
|
View
|
1
2
3
|
1 chunk |
+17 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_manager_view.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_wizard_view.h
|
View
|
1
2
3
4
5
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/login_wizard_view.cc
|
View
|
1
2
3
4
5
|
8 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/login/test_renderer_screen.h
|
View
|
5
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/chromeos/login/test_renderer_screen.cc
|
View
|
|
1 chunk |
+34 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/user_manager.cc
|
View
|
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/profile_manager.h
|
View
|
1
2
3
4
5
|
4 chunks |
+16 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/profile_manager.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+38 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/views/browser_dialogs.h
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_switches.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/common/notification_type.h
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|