|
Aura: Add --aura-laptop-mode to fill the workspace with a single window.
This is the first of several CLs to add a "laptop mode" to Aura that works like the traditional ChromeOS browser view. In particular:
* Keep the browser maximized.
* Hide window caption buttons.
* Suppress the launcher and related shelf items.
* Suppress background image.
* Add the switch to about:flags.
These things don't work yet:
* Status area is wedged in upper-left corner.
* Popup browser windows are maximized and they shouldn't be.
BUG= 106898
TEST=manual, run ChromeOS Aura build and turn the flag on and off
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=114527
Total comments: 8
Total comments: 5
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+296 lines, -153 lines) |
Patch |
 |
M |
chrome/app/generated_resources.grd
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/about_flags.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_frame.h
|
View
|
1
2
3
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_frame.cc
|
View
|
1
2
3
4
|
3 chunks |
+31 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/browser_view.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/frame/opaque_browser_frame_view.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+36 lines, -36 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura_switches.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura_switches.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/aura_shell/laptop_mode_layout_manager.h
|
View
|
1
2
|
3 chunks |
+14 lines, -27 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/laptop_mode_layout_manager.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+64 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/root_window_layout_manager.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/root_window_layout_manager.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shelf_layout_manager.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.h
|
View
|
1
2
3
4
5
|
3 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+59 lines, -37 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/toplevel_layout_manager.h
|
View
|
1
2
|
1 chunk |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/toplevel_layout_manager.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+8 lines, -35 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/toplevel_window_event_filter.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/window_util.h
|
View
|
1
2
3
4
5
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/window_util.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+28 lines, -0 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|