|
|
events: Move EventTarget into Event.
More notable changes:
* Event::EventTarget is set from EventDispatcher::ProcessEvent
(and in RootWindow for touch-events)
* Remove the existing aura::WindowDelegate::OnXXXEvent interface,
and update the implementations to override the EventHandler
interface instead. Return ER_HANDLED when previously returning
true (and ER_UNHANDLED for false).
* Kept the stub implementation for OnScrollEvent in WindowDelegate
(we may end up not needing OnScrollEvent after all).
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=155293
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+404 lines, -1253 lines) |
Patch |
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_aura.cc
|
View
|
|
5 chunks |
+78 lines, -75 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_aura.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_aura.cc
|
View
|
|
3 chunks |
+34 lines, -31 lines |
0 comments
|
Download
|
 |
M |
ui/aura/demo/demo_main.cc
|
View
|
|
3 chunks |
+14 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/aura/event_filter.h
|
View
|
|
1 chunk |
+6 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura/event_filter.cc
|
View
|
|
2 chunks |
+10 lines, -14 lines |
0 comments
|
Download
|
 |
M |
ui/aura/event_filter_unittest.cc
|
View
|
|
1 chunk |
+11 lines, -25 lines |
0 comments
|
Download
|
 |
M |
ui/aura/gestures/gesture_recognizer_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window.cc
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/aura/root_window_unittest.cc
|
View
|
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.h
|
View
|
|
2 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
ui/aura/shared/compound_event_filter.cc
|
View
|
|
5 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/test_event_filter.h
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/test_event_filter.cc
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/test_window_delegate.h
|
View
|
|
4 chunks |
+9 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/aura/test/test_window_delegate.cc
|
View
|
|
6 chunks |
+34 lines, -34 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_delegate.h
|
View
|
|
3 chunks |
+2 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_delegate.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -22 lines |
0 comments
|
Download
|
 |
M |
ui/aura/window_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
D |
ui/base/event.cc
|
View
|
|
1 chunk |
+0 lines, -498 lines |
0 comments
|
Download
|
 |
D |
ui/base/event_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -290 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event.h
|
View
|
1
2
3
4
|
3 chunks |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
ui/base/events/event.cc
|
View
|
1
|
3 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_dispatcher.h
|
View
|
1
2
3
|
4 chunks |
+13 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_handler.h
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_target.h
|
View
|
|
1 chunk |
+5 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/base/events/event_target.cc
|
View
|
|
2 chunks |
+16 lines, -23 lines |
0 comments
|
Download
|
 |
A + |
ui/base/events/event_unittest.cc
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
ui/ui.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/ui_unittests.gypi
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_aura.h
|
View
|
1
2
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/desktop_native_widget_aura.cc
|
View
|
1
2
3
|
3 chunks |
+20 lines, -17 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.h
|
View
|
|
2 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/views/widget/native_widget_aura.cc
|
View
|
|
3 chunks |
+47 lines, -45 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|