|
A bunch of changes related to window z-index:
- Keeps toplevel windows constrained in z-index between the desktop background (bottom-most) and the launcher (topmost).
- Renames WindowManager to EventFilter, and moves it to the parent Window... i.e. when a window receives a mouse event its parent's event filter will get the opportunity to process it before that window's delegate does.
- WindowManager's content was mostly specific to toplevel window movement, so this content moved to an EventFilter subclass called ToplevelEventFilter.
- Adds a name property to aura::Windows useful for debugging.
- Prevent Windows with no delegate from taking part in event processing.
- Initialize the Aura_Shell in DesktopWindow, provide a single exported method - aura_shell::InitDesktopWindow() - to initialize it from the exe main.
BUG=none
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101974
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+270 lines, -200 lines) |
Patch |
 |
M |
ui/aura/aura.gyp
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/desktop.h
|
View
|
|
2 chunks |
+6 lines, -0 lines |
1 comment
|
Download
|
 |
M |
ui/aura/desktop.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
A |
ui/aura/event_filter.h
|
View
|
|
1 chunk |
+40 lines, -0 lines |
2 comments
|
Download
|
 |
A |
ui/aura/event_filter.cc
|
View
|
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
A |
ui/aura/toplevel_window_container.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/aura/toplevel_window_container.cc
|
View
|
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/toplevel_window_event_filter.h
|
View
|
|
2 chunks |
+13 lines, -20 lines |
0 comments
|
Download
|
 |
A + |
ui/aura/toplevel_window_event_filter.cc
|
View
|
|
3 chunks |
+19 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window.h
|
View
|
|
6 chunks |
+11 lines, -3 lines |
1 comment
|
Download
|
 |
M |
ui/aura/window.cc
|
View
|
|
6 chunks |
+24 lines, -12 lines |
1 comment
|
Download
|
 |
D |
ui/aura/window_manager.h
|
View
|
|
1 chunk |
+0 lines, -47 lines |
0 comments
|
Download
|
 |
D |
ui/aura/window_manager.cc
|
View
|
|
1 chunk |
+0 lines, -66 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell.gyp
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/aura_shell_main.cc
|
View
|
|
2 chunks |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_background_view.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_layout_manager.h
|
View
|
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/desktop_layout_manager.cc
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
A |
ui/aura_shell/desktop_window.cc
|
View
|
|
1 chunk |
+42 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/launcher/launcher_view.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/sample_window.cc
|
View
|
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/shell_factory.h
|
View
|
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura_shell/status_area_view.cc
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
views/widget/native_widget_aura.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|