|
|
aura: Start converting event-filters into event-handlers.
As a first step, add pre-target and post-target event handlers in aura::Env. The
EventFilters added in the CompoundEventFilter will be eventually converted to
EventHandlers, and installed on the Env as pre- or post-target handlers. The
RootWindow makes sure that the correct event-handlers from the env gets added to
the appropriate handlers list. This will let us get rid of the event-dispatching
logic in CompoundEventFilter.
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=158037
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -50 lines) |
Patch |
 |
M |
ash/extended_desktop_unittest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ash/shell.h
|
View
|
1
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ash/shell.cc
|
View
|
1
2
|
4 chunks |
+4 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ash/wm/system_modal_container_layout_manager.cc
|
View
|
1
2
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/env.h
|
View
|
1
2
|
5 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/aura/env.cc
|
View
|
1
2
|
2 chunks |
+11 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.h
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
1
2
|
5 chunks |
+23 lines, -7 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.cc
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter_unittest.cc
|
View
|
1
2
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_target.h
|
View
|
1
2
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_target.cc
|
View
|
1
2
|
2 chunks |
+12 lines, -4 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|