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

Issue 1287103004: Sync ui/events to chromium @ https://codereview.chromium.org/1210203002 (Closed)

Created:
5 years, 4 months ago by cdotstout
Modified:
5 years, 4 months ago
Reviewers:
jamesr, viettrungluu
CC:
Aaron Boodman, abarth-chromium, ben+mojo_chromium.org, darin (slow to review), gregsimon, mojo-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Sync ui/events to chromium @ https://crrev.com/336230 ui/gfx/screen_aura.cc -> ui/gfx/screen_stub.cc Carrying forward previous rename of: gesture_provider_aura -> gesture_provider_impl motion_event_aura -> motion_event_impl Does not include the following files that remain unused even after upcoming ozone integration. platform/x11/x11_event_source_glib.cc keycodes/keyboard_code_conversion_mac.h keycodes/keyboard_code_conversion_mac.mm keycodes/keyboard_code_conversion_win.cc keycodes/keyboard_code_conversion_win.h cocoa/cocoa_event_utils.h cocoa/cocoa_event_utils.mm cocoa/events_mac.mm win/events_win.cc linux/text_edit_command_auralinux.cc linux/text_edit_command_auralinux.h linux/text_edit_key_bindings_delegate_auralinux.cc linux/text_edit_key_bindings_delegate_auralinux.h test/cocoa_test_event_utils.h test/cocoa_test_event_utils.mm gestures/blink/web_gesture_curve_impl_unittest.cc android/scroller* ozone/evdev/libgestures_glue* ozone/layout/xkb/ ozone/chromeos/* ui/gfx/screen_ios.mm BUG= R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/f8b40b579f8f4006d9152c53a7f2e3fc1235815b

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+24373 lines, -12160 lines) Patch
M mojo/converters/input_events/input_events_type_converters.cc View 1 2 2 chunks +2 lines, -0 lines 0 comments Download
M services/window_manager/focus_controller_unittest.cc View 1 2 2 chunks +3 lines, -0 lines 0 comments Download
M services/window_manager/view_target.h View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M services/window_manager/view_target.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M services/window_manager/view_targeter.h View 1 2 2 chunks +9 lines, -3 lines 0 comments Download
M services/window_manager/view_targeter.cc View 1 2 4 chunks +45 lines, -6 lines 0 comments Download
M services/window_manager/view_targeter_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/BUILD.gn View 1 2 13 chunks +125 lines, -25 lines 0 comments Download
A + ui/events/DEPS View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/OWNERS View 1 2 1 chunk +1 line, -0 lines 0 comments Download
A ui/events/PRESUBMIT.py View 1 2 1 chunk +20 lines, -0 lines 0 comments Download
A ui/events/base_event_utils.h View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
A ui/events/base_event_utils.cc View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
D ui/events/device_data_manager.h View 1 2 1 chunk +0 lines, -82 lines 0 comments Download
D ui/events/device_data_manager.cc View 1 2 1 chunk +0 lines, -129 lines 0 comments Download
D ui/events/device_hotplug_event_observer.h View 1 2 1 chunk +0 lines, -25 lines 0 comments Download
A ui/events/devices/BUILD.gn View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A + ui/events/devices/device_data_manager.h View 1 2 6 chunks +37 lines, -17 lines 0 comments Download
A + ui/events/devices/device_data_manager.cc View 1 2 4 chunks +80 lines, -14 lines 0 comments Download
A ui/events/devices/device_hotplug_event_observer.h View 1 2 1 chunk +50 lines, -0 lines 0 comments Download
A ui/events/devices/device_util_linux.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A ui/events/devices/device_util_linux.cc View 1 2 1 chunk +69 lines, -0 lines 0 comments Download
A ui/events/devices/events_devices_export.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/devices/input_device.h View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A ui/events/devices/input_device.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/devices/input_device_event_observer.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/devices/keyboard_device.h View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A ui/events/devices/keyboard_device.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A ui/events/devices/touchscreen_device.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A ui/events/devices/touchscreen_device.cc View 1 2 1 chunk +30 lines, -0 lines 0 comments Download
A + ui/events/devices/x11/device_data_manager_x11.h View 1 2 13 chunks +38 lines, -18 lines 0 comments Download
A + ui/events/devices/x11/device_data_manager_x11.cc View 1 2 30 chunks +200 lines, -119 lines 0 comments Download
A ui/events/devices/x11/device_data_manager_x11_unittest.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A + ui/events/devices/x11/device_list_cache_x11.h View 1 2 3 chunks +21 lines, -19 lines 0 comments Download
A ui/events/devices/x11/device_list_cache_x11.cc View 1 2 1 chunk +67 lines, -0 lines 0 comments Download
A + ui/events/devices/x11/touch_factory_x11.h View 1 2 7 chunks +20 lines, -33 lines 0 comments Download
A + ui/events/devices/x11/touch_factory_x11.cc View 1 2 12 chunks +92 lines, -123 lines 0 comments Download
M ui/events/event.h View 1 2 30 chunks +179 lines, -100 lines 0 comments Download
M ui/events/event.cc View 1 2 22 chunks +492 lines, -167 lines 0 comments Download
M ui/events/event_constants.h View 1 2 3 chunks +33 lines, -28 lines 0 comments Download
M ui/events/event_dispatcher_unittest.cc View 1 2 9 chunks +20 lines, -28 lines 0 comments Download
M ui/events/event_processor_unittest.cc View 1 2 14 chunks +42 lines, -196 lines 0 comments Download
M ui/events/event_rewriter_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
M ui/events/event_source.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/event_switches.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ui/events/event_switches.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M ui/events/event_target.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/event_targeter.h View 1 2 3 chunks +3 lines, -41 lines 0 comments Download
D ui/events/event_targeter.cc View 1 2 1 chunk +0 lines, -73 lines 0 comments Download
M ui/events/event_unittest.cc View 1 2 8 chunks +393 lines, -13 lines 0 comments Download
M ui/events/event_utils.h View 1 2 1 chunk +157 lines, -3 lines 0 comments Download
M ui/events/event_utils.cc View 1 2 2 chunks +66 lines, -42 lines 0 comments Download
A + ui/events/events_stub.cc View 1 2 3 chunks +12 lines, -8 lines 0 comments Download
A + ui/events/events_unittests.isolate View 1 2 1 chunk +33 lines, -27 lines 0 comments Download
M ui/events/gesture_detection/bitset_32.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.h View 1 2 3 chunks +21 lines, -7 lines 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.cc View 1 2 2 chunks +30 lines, -10 lines 0 comments Download
A ui/events/gesture_detection/filtered_gesture_provider_unittest.cc View 1 2 1 chunk +85 lines, -0 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper.h View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper.cc View 1 2 1 chunk +0 lines, -17 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper_android.cc View 1 2 1 chunk +0 lines, -77 lines 0 comments Download
D ui/events/gesture_detection/gesture_config_helper_aura.cc View 1 2 1 chunk +0 lines, -67 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration.h View 1 2 1 chunk +245 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration.cc View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_android.cc View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_aura.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_configuration_default.cc View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_detector.h View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_detector.cc View 1 2 5 chunks +14 lines, -6 lines 0 comments Download
M ui/events/gesture_detection/gesture_event_data.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.h View 1 2 3 chunks +16 lines, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.cc View 1 2 4 chunks +23 lines, -10 lines 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_provider.h View 1 2 2 chunks +9 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider.cc View 1 2 14 chunks +49 lines, -47 lines 0 comments Download
A ui/events/gesture_detection/gesture_provider_config_helper.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A ui/events/gesture_detection/gesture_provider_config_helper.cc View 1 2 1 chunk +99 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/gesture_provider_unittest.cc View 1 2 33 chunks +72 lines, -40 lines 0 comments Download
M ui/events/gesture_detection/motion_event.h View 1 2 4 chunks +18 lines, -10 lines 0 comments Download
M ui/events/gesture_detection/motion_event.cc View 1 2 2 chunks +9 lines, -40 lines 0 comments Download
M ui/events/gesture_detection/motion_event_buffer.h View 1 2 3 chunks +5 lines, -2 lines 0 comments Download
M ui/events/gesture_detection/motion_event_buffer.cc View 1 2 11 chunks +102 lines, -217 lines 0 comments Download
M ui/events/gesture_detection/motion_event_buffer_unittest.cc View 1 2 4 chunks +9 lines, -7 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic.h View 1 2 5 chunks +45 lines, -12 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic.cc View 1 2 6 chunks +181 lines, -30 lines 0 comments Download
M ui/events/gesture_detection/motion_event_generic_unittest.cc View 1 2 6 chunks +186 lines, -12 lines 0 comments Download
M ui/events/gesture_detection/scale_gesture_detector.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M ui/events/gesture_detection/snap_scroll_controller.h View 1 2 1 chunk +19 lines, -27 lines 0 comments Download
M ui/events/gesture_detection/snap_scroll_controller.cc View 1 2 1 chunk +85 lines, -67 lines 0 comments Download
A ui/events/gesture_detection/snap_scroll_controller_unittest.cc View 1 2 1 chunk +168 lines, -0 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.h View 1 2 3 chunks +9 lines, -4 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.cc View 1 2 5 chunks +59 lines, -12 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc View 1 2 28 chunks +511 lines, -409 lines 0 comments Download
M ui/events/gesture_detection/velocity_tracker.h View 1 2 3 chunks +13 lines, -11 lines 0 comments Download
M ui/events/gesture_detection/velocity_tracker.cc View 1 2 8 chunks +55 lines, -16 lines 0 comments Download
M ui/events/gesture_detection/velocity_tracker_state.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gesture_detection/velocity_tracker_state.cc View 1 2 1 chunk +0 lines, -4 lines 0 comments Download
M ui/events/gesture_detection/velocity_tracker_unittest.cc View 1 2 7 chunks +52 lines, -12 lines 0 comments Download
M ui/events/gesture_event_details.h View 1 2 6 chunks +36 lines, -19 lines 0 comments Download
M ui/events/gesture_event_details.cc View 1 2 2 chunks +39 lines, -12 lines 0 comments Download
M ui/events/gestures/fling_curve_unittest.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
D ui/events/gestures/gesture_configuration.h View 1 2 1 chunk +0 lines, -196 lines 0 comments Download
D ui/events/gestures/gesture_configuration.cc View 1 2 1 chunk +0 lines, -41 lines 0 comments Download
M ui/events/gestures/gesture_provider_impl.h View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M ui/events/gestures/gesture_provider_impl.cc View 1 2 3 chunks +28 lines, -48 lines 0 comments Download
M ui/events/gestures/gesture_provider_impl_unittest.cc View 1 2 3 chunks +76 lines, -31 lines 0 comments Download
M ui/events/gestures/gesture_recognizer.h View 1 2 2 chunks +16 lines, -19 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 2 2 chunks +5 lines, -10 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 1 2 6 chunks +35 lines, -57 lines 0 comments Download
M ui/events/gestures/motion_event_impl.h View 1 2 2 chunks +7 lines, -61 lines 0 comments Download
M ui/events/gestures/motion_event_impl.cc View 1 2 4 chunks +86 lines, -203 lines 0 comments Download
M ui/events/gestures/motion_event_impl_unittest.cc View 1 2 14 chunks +166 lines, -75 lines 0 comments Download
D ui/events/input_device_event_observer.h View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
A ui/events/keycodes/DEPS View 1 2 1 chunk +11 lines, -0 lines 0 comments Download
A ui/events/keycodes/dom/DEPS View 1 2 1 chunk +3 lines, -0 lines 0 comments Download
A ui/events/keycodes/dom/dom_code.h View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A ui/events/keycodes/dom/dom_key.h View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A ui/events/keycodes/dom/dom_key_data.inc View 1 2 1 chunk +382 lines, -0 lines 0 comments Download
A + ui/events/keycodes/dom/keycode_converter.h View 1 2 4 chunks +37 lines, -17 lines 0 comments Download
A ui/events/keycodes/dom/keycode_converter.cc View 1 2 1 chunk +254 lines, -0 lines 0 comments Download
A ui/events/keycodes/dom/keycode_converter_data.inc View 1 2 1 chunk +483 lines, -0 lines 0 comments Download
A + ui/events/keycodes/dom/keycode_converter_unittest.cc View 1 2 4 chunks +59 lines, -15 lines 0 comments Download
D ui/events/keycodes/dom4/keycode_converter.h View 1 2 1 chunk +0 lines, -84 lines 0 comments Download
D ui/events/keycodes/dom4/keycode_converter.cc View 1 2 1 chunk +0 lines, -126 lines 0 comments Download
D ui/events/keycodes/dom4/keycode_converter_data.h View 1 2 1 chunk +0 lines, -379 lines 0 comments Download
D ui/events/keycodes/dom4/keycode_converter_unittest.cc View 1 2 1 chunk +0 lines, -108 lines 0 comments Download
A ui/events/keycodes/dom_us_layout_data.h View 1 2 1 chunk +631 lines, -0 lines 0 comments Download
M ui/events/keycodes/keyboard_code_conversion.h View 1 2 1 chunk +78 lines, -14 lines 0 comments Download
M ui/events/keycodes/keyboard_code_conversion.cc View 1 2 1 chunk +503 lines, -66 lines 0 comments Download
A ui/events/keycodes/keyboard_code_conversion_unittest.cc View 1 2 1 chunk +538 lines, -0 lines 0 comments Download
A + ui/events/keycodes/keyboard_code_conversion_x.h View 1 2 4 chunks +14 lines, -5 lines 0 comments Download
A + ui/events/keycodes/keyboard_code_conversion_x.cc View 1 2 12 chunks +399 lines, -491 lines 0 comments Download
A ui/events/keycodes/keyboard_code_conversion_xkb.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A ui/events/keycodes/keyboard_code_conversion_xkb.cc View 1 2 1 chunk +396 lines, -0 lines 0 comments Download
M ui/events/keycodes/keyboard_codes.h View 1 2 1 chunk +3 lines, -1 line 0 comments Download
M ui/events/keycodes/keyboard_codes_posix.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
A ui/events/keycodes/xkb_keysym.h View 1 2 1 chunk +534 lines, -0 lines 0 comments Download
M ui/events/latency_info.h View 1 2 6 chunks +23 lines, -8 lines 0 comments Download
M ui/events/latency_info.cc View 1 2 11 chunks +71 lines, -28 lines 0 comments Download
A ui/events/null_event_targeter.h View 1 2 1 chunk +28 lines, -0 lines 0 comments Download
A ui/events/null_event_targeter.cc View 1 2 1 chunk +27 lines, -0 lines 0 comments Download
A ui/events/ozone/BUILD.gn View 1 2 1 chunk +159 lines, -0 lines 0 comments Download
A ui/events/ozone/DEPS View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
A ui/events/ozone/OWNERS View 1 2 1 chunk +5 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_event.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_event.cc View 1 2 1 chunk +16 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_event_observer.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_manager.h View 1 2 1 chunk +36 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_manager.cc View 1 2 1 chunk +23 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_manager_manual.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A ui/events/ozone/device/device_manager_manual.cc View 1 2 1 chunk +74 lines, -0 lines 0 comments Download
A ui/events/ozone/device/udev/device_manager_udev.h View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
A ui/events/ozone/device/udev/device_manager_udev.cc View 1 2 1 chunk +187 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/capture_device_capabilities.py View 1 2 1 chunk +136 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/cursor_delegate_evdev.h View 1 2 1 chunk +41 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/device_event_dispatcher_evdev.h View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/device_event_dispatcher_evdev.cc View 1 2 1 chunk +116 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_evdev.h View 1 2 1 chunk +125 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_evdev.cc View 1 2 1 chunk +142 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_evdev_impl.h View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_evdev_impl.cc View 1 2 1 chunk +247 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_evdev_impl_unittest.cc View 1 2 1 chunk +665 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_test_util.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_converter_test_util.cc View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_info.h View 1 2 1 chunk +169 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_info.cc View 1 2 1 chunk +420 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_info_unittest.cc View 1 2 1 chunk +151 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_test_util.h View 1 2 1 chunk +75 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_test_util.cc View 1 2 1 chunk +453 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_device_util.h View 1 2 1 chunk +25 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_dispatch_callback.h View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_factory_evdev.h View 1 2 1 chunk +144 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_factory_evdev.cc View 1 2 1 chunk +393 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_modifiers_evdev.h View 1 2 1 chunk +83 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_modifiers_evdev.cc View 1 2 1 chunk +90 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_thread_evdev.h View 1 2 1 chunk +45 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/event_thread_evdev.cc View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/events_ozone_evdev_export.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_controller_evdev.h View 1 2 1 chunk +105 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_controller_evdev.cc View 1 2 1 chunk +178 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_factory_evdev.h View 1 2 1 chunk +140 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_factory_evdev.cc View 1 2 1 chunk +487 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_factory_evdev_proxy.h View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_factory_evdev_proxy.cc View 1 2 1 chunk +97 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_settings_evdev.h View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_device_settings_evdev.cc View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_injector_evdev.h View 1 2 1 chunk +47 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_injector_evdev.cc View 1 2 1 chunk +84 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/input_injector_evdev_unittest.cc View 1 2 1 chunk +224 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/keyboard_evdev.h View 1 2 1 chunk +110 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/keyboard_evdev.cc View 1 2 1 chunk +239 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/keyboard_util_evdev.h View 1 2 1 chunk +15 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/keyboard_util_evdev.cc View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/mouse_button_map_evdev.h View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/mouse_button_map_evdev.cc View 1 2 1 chunk +52 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/tablet_event_converter_evdev.h View 1 2 1 chunk +81 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/tablet_event_converter_evdev.cc View 1 2 1 chunk +181 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/tablet_event_converter_evdev_unittest.cc View 1 2 1 chunk +498 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_evdev_types.h View 1 2 1 chunk +43 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_evdev_types.cc View 1 2 1 chunk +14 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_event_converter_evdev.h View 1 2 1 chunk +122 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_event_converter_evdev.cc View 1 2 1 chunk +442 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_event_converter_evdev_unittest.cc View 1 2 1 chunk +944 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/far_apart_taps_touch_noise_filter.h View 1 2 1 chunk +46 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/far_apart_taps_touch_noise_filter.cc View 1 2 1 chunk +106 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/horizontally_aligned_touch_noise_filter.cc View 1 2 1 chunk +56 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/single_position_touch_noise_filter.h View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/single_position_touch_noise_filter.cc View 1 2 1 chunk +172 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/touch_noise_filter.h View 1 2 1 chunk +26 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/touch_noise_finder.h View 1 2 1 chunk +53 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/touch_noise_finder.cc View 1 2 1 chunk +59 lines, -0 lines 0 comments Download
A ui/events/ozone/evdev/touch_noise/touch_noise_finder_unittest.cc View 1 2 1 chunk +154 lines, -0 lines 0 comments Download
A ui/events/ozone/events_ozone.h View 1 2 1 chunk +39 lines, -0 lines 0 comments Download
A ui/events/ozone/events_ozone.cc View 1 2 1 chunk +201 lines, -0 lines 0 comments Download
A ui/events/ozone/events_ozone_export.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/events_ozone_layout_export.h View 1 2 1 chunk +29 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/keyboard_layout_engine.h View 1 2 1 chunk +76 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/keyboard_layout_engine_manager.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/keyboard_layout_engine_manager.cc View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/layout_util.h View 1 2 1 chunk +24 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/layout_util.cc View 1 2 1 chunk +48 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/no/no_keyboard_layout_engine.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/no/no_keyboard_layout_engine.cc View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/stub/stub_keyboard_layout_engine.h View 1 2 1 chunk +34 lines, -0 lines 0 comments Download
A ui/events/ozone/layout/stub/stub_keyboard_layout_engine.cc View 1 2 1 chunk +51 lines, -0 lines 0 comments Download
M ui/events/platform/BUILD.gn View 1 2 2 chunks +2 lines, -36 lines 0 comments Download
D ui/events/platform/platform_event_builder.h View 1 2 1 chunk +0 lines, -72 lines 0 comments Download
D ui/events/platform/platform_event_builder.cc View 1 2 1 chunk +0 lines, -277 lines 0 comments Download
D ui/events/platform/platform_event_builder_x_unittest.cc View 1 2 1 chunk +0 lines, -244 lines 0 comments Download
M ui/events/platform/platform_event_source.h View 1 2 2 chunks +7 lines, -6 lines 0 comments Download
M ui/events/platform/platform_event_source_stub.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/events/platform/platform_event_source_unittest.cc View 1 2 7 chunks +7 lines, -17 lines 0 comments Download
D ui/events/platform/platform_event_stub.cc View 1 2 1 chunk +0 lines, -154 lines 0 comments Download
D ui/events/platform/platform_event_utils.h View 1 2 1 chunk +0 lines, -133 lines 0 comments Download
A ui/events/platform/x11/BUILD.gn View 1 2 1 chunk +40 lines, -0 lines 0 comments Download
D ui/events/platform/x11/device_data_manager_x11.h View 1 2 1 chunk +0 lines, -312 lines 0 comments Download
D ui/events/platform/x11/device_data_manager_x11.cc View 1 2 1 chunk +0 lines, -698 lines 0 comments Download
D ui/events/platform/x11/device_list_cache_x.h View 1 2 1 chunk +0 lines, -68 lines 0 comments Download
D ui/events/platform/x11/device_list_cache_x.cc View 1 2 1 chunk +0 lines, -74 lines 0 comments Download
D ui/events/platform/x11/hotplug_event_handler_x11.h View 1 2 1 chunk +0 lines, -34 lines 0 comments Download
D ui/events/platform/x11/hotplug_event_handler_x11.cc View 1 2 1 chunk +0 lines, -171 lines 0 comments Download
D ui/events/platform/x11/keyboard_code_conversion_x11.h View 1 2 1 chunk +0 lines, -48 lines 0 comments Download
D ui/events/platform/x11/keyboard_code_conversion_x11.cc View 1 2 1 chunk +0 lines, -1503 lines 0 comments Download
D ui/events/platform/x11/keysym_to_unicode.h View 1 2 1 chunk +0 lines, -20 lines 0 comments Download
D ui/events/platform/x11/keysym_to_unicode.cc View 1 2 1 chunk +0 lines, -859 lines 0 comments Download
D ui/events/platform/x11/platform_event_utils_x11.cc View 1 2 1 chunk +0 lines, -832 lines 0 comments Download
D ui/events/platform/x11/platform_event_utils_x_unittest.cc View 1 2 1 chunk +0 lines, -629 lines 0 comments Download
D ui/events/platform/x11/touch_factory_x11.h View 1 2 1 chunk +0 lines, -158 lines 0 comments Download
D ui/events/platform/x11/touch_factory_x11.cc View 1 2 1 chunk +0 lines, -353 lines 0 comments Download
M ui/events/platform/x11/x11_event_source.h View 1 2 3 chunks +3 lines, -2 lines 0 comments Download
M ui/events/platform/x11/x11_event_source.cc View 1 2 4 chunks +15 lines, -19 lines 0 comments Download
M ui/events/platform/x11/x11_event_source_libevent.cc View 1 2 1 chunk +1 line, -2 lines 0 comments Download
A ui/events/platform/x11/x11_hotplug_event_handler.h View 1 2 1 chunk +33 lines, -0 lines 0 comments Download
A ui/events/platform/x11/x11_hotplug_event_handler.cc View 1 2 1 chunk +502 lines, -0 lines 0 comments Download
A ui/events/test/event_generator.h View 1 2 1 chunk +402 lines, -0 lines 0 comments Download
A ui/events/test/event_generator.cc View 1 2 1 chunk +667 lines, -0 lines 0 comments Download
M ui/events/test/events_test_utils_x11.h View 1 2 2 chunks +7 lines, -4 lines 0 comments Download
M ui/events/test/events_test_utils_x11.cc View 1 2 3 chunks +16 lines, -8 lines 0 comments Download
D ui/events/test/mock_motion_event.h View 1 2 1 chunk +0 lines, -61 lines 0 comments Download
D ui/events/test/mock_motion_event.cc View 1 2 1 chunk +0 lines, -177 lines 0 comments Download
A + ui/events/test/motion_event_test_utils.h View 1 2 2 chunks +17 lines, -12 lines 0 comments Download
A + ui/events/test/motion_event_test_utils.cc View 1 2 9 chunks +89 lines, -26 lines 0 comments Download
M ui/events/test/test_event_target.h View 1 2 1 chunk +4 lines, -2 lines 0 comments Download
M ui/events/test/test_event_target.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
A ui/events/test/test_event_targeter.h View 1 2 1 chunk +44 lines, -0 lines 0 comments Download
A ui/events/test/test_event_targeter.cc View 1 2 1 chunk +37 lines, -0 lines 0 comments Download
D ui/events/touchscreen_device.h View 1 2 1 chunk +0 lines, -31 lines 0 comments Download
D ui/events/touchscreen_device.cc View 1 2 1 chunk +0 lines, -18 lines 0 comments Download
A + ui/events/x/events_x.cc View 1 2 29 chunks +178 lines, -93 lines 0 comments Download
A + ui/events/x/events_x_unittest.cc View 1 2 20 chunks +149 lines, -269 lines 0 comments Download
A + ui/events/x/keysym_to_unicode.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
A ui/events/x/keysym_to_unicode.cc View 1 2 1 chunk +849 lines, -0 lines 0 comments Download
M ui/gfx/BUILD.gn View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M ui/gfx/native_widget_types.h View 1 2 4 chunks +122 lines, -10 lines 0 comments Download
A ui/gfx/screen.h View 1 2 1 chunk +102 lines, -0 lines 0 comments Download
A ui/gfx/screen.cc View 1 2 1 chunk +58 lines, -0 lines 0 comments Download
A ui/gfx/screen_android.cc View 1 2 1 chunk +87 lines, -0 lines 0 comments Download
A + ui/gfx/screen_stub.cc View 1 2 1 chunk +6 lines, -6 lines 0 comments Download
A ui/gfx/screen_type_delegate.h View 1 2 1 chunk +32 lines, -0 lines 0 comments Download
M ui/platform_window/platform_window.h View 1 2 2 chunks +7 lines, -0 lines 0 comments Download
M ui/platform_window/x11/BUILD.gn View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/platform_window/x11/x11_window.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M ui/platform_window/x11/x11_window.cc View 1 2 11 chunks +24 lines, -25 lines 0 comments Download

Messages

Total messages: 5 (1 generated)
cdotstout
cleaned up and ready for review
5 years, 4 months ago (2015-08-12 19:27:11 UTC) #2
jamesr
lgtm please change the title to refer to https://crrev.com/336230, which is the commit associated with ...
5 years, 4 months ago (2015-08-13 17:11:16 UTC) #3
cdotstout
On 2015/08/13 17:11:16, jamesr wrote: > lgtm > > please change the title to refer ...
5 years, 4 months ago (2015-08-13 18:25:54 UTC) #4
cdotstout
5 years, 4 months ago (2015-08-13 18:48:10 UTC) #5
Message was sent while issue was closed.
Committed patchset #3 (id:20001) manually as
f8b40b579f8f4006d9152c53a7f2e3fc1235815b.

Powered by Google App Engine
This is Rietveld 408576698