Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1059)

Issue 11568006: events: Update scroll and touch handlers to not return EventResult. (Closed)

Created:
8 years ago by sadrul
Modified:
8 years ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, ben+watch_chromium.org, tfarina, jam, penghuang+watch_chromium.org, dcheng, joi+watch-content_chromium.org, darin-cc_chromium.org, James Su
Visibility:
Public.

Description

events: Update scroll and touch handlers to not return EventResult. BUG=163618 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=173166

Patch Set 1 #

Patch Set 2 : self-nit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+233 lines, -235 lines) Patch
M ash/drag_drop/drag_drop_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/drag_drop/drag_drop_controller.cc View 1 chunk +8 lines, -11 lines 0 comments Download
M ash/launcher/launcher_tooltip_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/launcher/launcher_tooltip_manager.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/launcher/launcher_tooltip_manager_unittest.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M ash/launcher/overflow_bubble.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M ash/magnifier/magnification_controller.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M ash/system/tray/tray_event_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/system/tray/tray_event_filter.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M ash/tooltips/tooltip_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/tooltips/tooltip_controller.cc View 2 chunks +1 line, -2 lines 0 comments Download
M ash/touch/touch_observer_hud.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/touch/touch_observer_hud.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M ash/wm/activation_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/activation_controller.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/wm/system_gesture_event_filter.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/system_gesture_event_filter.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/wm/user_activity_detector.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/user_activity_detector.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ash/wm/user_activity_detector_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M ash/wm/window_modality_controller_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ash/wm/workspace/workspace_cycler.h View 1 chunk +1 line, -1 line 0 comments Download
M ash/wm/workspace/workspace_cycler.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/ui/views/ash/tab_scrubber.h View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/ash/tab_scrubber.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.h View 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 3 chunks +7 lines, -8 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 5 chunks +30 lines, -13 lines 0 comments Download
M ui/app_list/contents_view.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/app_list/contents_view.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 1 2 chunks +6 lines, -6 lines 0 comments Download
M ui/aura/root_window_unittest.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ui/aura/test/test_event_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/aura/test/test_event_handler.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ui/aura/window_unittest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ui/base/events/event_dispatcher_unittest.cc View 1 chunk +8 lines, -4 lines 0 comments Download
M ui/base/events/event_handler.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/events/event_handler.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M ui/base/events/event_target.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/base/events/event_target.cc View 1 chunk +6 lines, -5 lines 0 comments Download
M ui/views/corewm/compound_event_filter.h View 2 chunks +3 lines, -3 lines 0 comments Download
M ui/views/corewm/compound_event_filter.cc View 2 chunks +7 lines, -13 lines 0 comments Download
M ui/views/corewm/focus_controller.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/corewm/focus_controller.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ui/views/corewm/window_modality_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/corewm/window_modality_controller.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M ui/views/view.h View 2 chunks +4 lines, -5 lines 0 comments Download
M ui/views/view.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M ui/views/view_unittest.cc View 3 chunks +13 lines, -10 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_activation_client.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_activation_client.cc View 1 chunk +2 lines, -4 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/desktop_aura/desktop_native_widget_aura.cc View 1 chunk +9 lines, -9 lines 0 comments Download
M ui/views/widget/native_widget_aura.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/native_widget_aura.cc View 1 chunk +10 lines, -8 lines 0 comments Download
M ui/views/widget/native_widget_delegate.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/root_view.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/root_view.cc View 4 chunks +20 lines, -14 lines 0 comments Download
M ui/views/widget/widget.h View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/widget/widget.cc View 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
sadrul
8 years ago (2012-12-13 07:11:16 UTC) #1
Ben Goodger (Google)
8 years ago (2012-12-13 17:07:09 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698