|
|
Add WorkspaceObserver to observe changes in workspace state
Reduce dependencies amongst DCLM, ShowStateC, WorkspaceC and such.
I changed my mind and kept "WorkspaceController owns WorkspaceManager" as this seems to be better in long run. I decoupled DCLM from ShowStateC and WorkspaceC. I moved a layout_in_progress flag to WorkspaceManager as it really belongs there, and can reduce dependency.
BUG= 84070
TEST=new test conditions for workspace observer are added to workspace_manager_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108301
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+208 lines, -64 lines) |
Patch |
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.h
|
View
|
1
|
3 chunks |
+2 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.cc
|
View
|
1
|
10 chunks |
+5 lines, -16 lines |
0 comments
|
Download
|
 |
|
ui/aura_shell/default_container_layout_manager_unittest.cc
|
View
|
1
|
3 chunks |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell.cc
|
View
|
1
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/show_state_controller.h
|
View
|
1
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/show_state_controller.cc
|
View
|
1
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace.cc
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_controller.h
|
View
|
1
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_controller.cc
|
View
|
1
|
2 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager.h
|
View
|
1
2
|
5 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager.cc
|
View
|
1
|
4 chunks |
+30 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager_unittest.cc
|
View
|
1
|
6 chunks |
+77 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/workspace/workspace_observer.h
|
View
|
1
2
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_aura.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|