|
Implement new design for expanded public session pod design
This CL implements the new design for expanded public session pods from
crbug.com/214904#c40. The basic pod is added now. The advanced pod will
be added in a follow-up CL.
The new design requires a different animation when the pod is expanding:
An expanded pane slides out to the side and part of the main pane
disappears. To facilitate this new animation, the CL refactors the HTML
and CSS implementing user pods to be more modular with several panes
that can overlap each other. This will also make it easier to implement
the new standard pod design in crbug.com/361375.
BUG= 214904, 241790
TEST=Manual, for all pod types, including desktop
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=282618
Total comments: 2
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+427 lines, -660 lines) |
Patch |
 |
M |
chrome/app/chromeos_strings.grdp
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/app_launch_signin_screen.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/lock/screen_locker_tester.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/saml/saml_browsertest.cc
|
View
|
1
2
3
4
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/screens/user_selection_screen.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/login/screens/user_selection_screen.cc
|
View
|
1
|
3 chunks |
+10 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/screenlock_private/screenlock_private_api.cc
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/chromeos/login/login.html
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/login/screen_account_picker.js
|
View
|
|
2 chunks |
+2 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/login/user_pod_row.css
|
View
|
1
2
3
4
|
7 chunks |
+247 lines, -346 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/login/user_pod_row.js
|
View
|
1
2
3
|
29 chunks |
+39 lines, -186 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/login/user_pod_template.html
|
View
|
1
2
3
4
|
3 chunks |
+48 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/resources/user_manager/user_manager.css
|
View
|
1
2
3
|
3 chunks |
+60 lines, -41 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/signin/screenlock_bridge.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/kiosk_app_menu_handler.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/webui/signin/user_manager_screen_handler.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 21 (0 generated)
|