|
Move maximize/fullscreen/restore to shell
With this CL, window is now correctly maximized/fullscreen'ed on aura desktop.
* Added OnPropertyChanged to WindowObserver
* Added Get/Set IntProperty to simplify handling int value properties.
* Remove IsOrContainsFullscreen. Added Workspace::ContainsFullscreen instead. We need this to autohide launcher.
BUG= 97257, 97259
TEST=new test for property change notification. existing tests are updated, except maximized/fullscreen drag test. I'll add it to new set of tests that verifies window dragging within workspace.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=108192
Total comments: 19
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+638 lines, -350 lines) |
Patch |
 |
M |
chrome/browser/fullscreen_aura.cc
|
View
|
1
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/aura_constants.h
|
View
|
1
2
3
4
5
|
1 chunk |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/aura_constants.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/layout_manager.h
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura/layout_manager.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter.cc
|
View
|
1
2
3
4
|
3 chunks |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/aura/toplevel_window_event_filter_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window.h
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+15 lines, -58 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_observer.h
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
7 chunks |
+51 lines, -158 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
1
2
3
4
5
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.h
|
View
|
1
|
6 chunks |
+14 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager.cc
|
View
|
1
2
3
4
5
6
7
8
|
5 chunks |
+54 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/default_container_layout_manager_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
4 chunks |
+190 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_layout_manager.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_layout_manager.cc
|
View
|
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/property_util.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+33 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/property_util.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/show_state_controller.h
|
View
|
1
2
3
4
5
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/show_state_controller.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+50 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace.h
|
View
|
1
2
3
4
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+47 lines, -22 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/workspace/workspace_manager_unittest.cc
|
View
|
1
2
3
4
|
5 chunks |
+35 lines, -4 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_aura.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+18 lines, -16 lines |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|