|
|
Add workspace to desktop
* Windows are now managed by workspace manager and laid out as such.
* Window activation triggers active workspace switch.
* Clicking backround toggles overview mode
* Replaces TileWindow layout with overview mode.
You can drag window, but it doesn't actually move the window (yet).
BUG=none
TEST=new tests are added to workspace_manager_unittests,default_container_layout_manager_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=107304
Total comments: 60
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+647 lines, -199 lines) |
Patch |
 |
M |
ui/aura/screen_aura.h
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/aura_test_base.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/aura_test_base.cc
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter.h
|
View
|
1
2
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
1
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/default_container_event_filter.h
|
View
|
1
2
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/default_container_event_filter.cc
|
View
|
1
2
|
1 chunk |
+80 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.h
|
View
|
1
2
|
3 chunks |
+28 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.cc
|
View
|
1
2
|
2 chunks |
+91 lines, -30 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager_unittest.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+37 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_background_view.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.h
|
View
|
1
|
3 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.cc
|
View
|
1
2
|
6 chunks |
+20 lines, -101 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace.h
|
View
|
1
2
|
4 chunks |
+21 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace.cc
|
View
|
1
2
|
6 chunks |
+70 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager.h
|
View
|
1
2
|
3 chunks |
+37 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager.cc
|
View
|
1
2
3
4
|
5 chunks |
+115 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+81 lines, -12 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|