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

Issue 2573073003: Collapse the API surface on WebInputEvent via accessor functions. (Closed)

Created:
4 years ago by dtapuska
Modified:
3 years, 10 months ago
CC:
anandc+watch-blimp_chromium.org, apavlov+blink_chromium.org, bgoldman+watch-blimp_chromium.org, blink-reviews, blink-reviews-api_chromium.org, caseq+blink_chromium.org, cbentzel+watch_chromium.org, chromium-apps-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, csharrison+watch_chromium.org, danakj+watch_chromium.org, darin-cc_chromium.org, dcheng, devtools-reviews_chromium.org, dglazkov+blink, dtapuska+chromiumwatch_chromium.org, dtapuska+blinkwatch_chromium.org, dtrainor+watch-blimp_chromium.org, einbinder+watch-test-runner_chromium.org, estade+watch_chromium.org, extensions-reviews_chromium.org, gcasto+watch-blimp_chromium.org, jam, jbauman+watch_chromium.org, jdonnelly+autofillwatch_chromium.org, jochen+watch_chromium.org, kalyank, khushalsagar+watch-blimp_chromium.org, kinuko+watch, kmarshall+watch-blimp_chromium.org, kozyatinskiy+blink_chromium.org, lethalantidote+watch-blimp_chromium.org, loading-reviews+metrics_chromium.org, lushnikov+blink_chromium.org, maniscalco+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, mathp+autofillwatch_chromium.org, mlamouri+watch-content_chromium.org, mlamouri+watch-test-runner_chromium.org, mlamouri+watch-blink_chromium.org, nasko+codewatch_chromium.org, nona+watch_chromium.org, nyquist+watch-blimp_chromium.org, Navid Zolghadr, perumaal+watch-blimp_chromium.org, pfeldman, pfeldman+blink_chromium.org, piman+watch_chromium.org, rouslan+autofill_chromium.org, scf+watch-blimp_chromium.org, scheduler-bugs_chromium.org, sebsg+autofillwatch_chromium.org, shaktisahu+watch-blimp_chromium.org, shuchen+watch_chromium.org, sriramsr+watch-blimp_chromium.org, steimel+watch-blimp_chromium.org, James Su, tdresser+watch_chromium.org, tfarina, vabr+watchlistautofill_chromium.org, yusukes+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Collapse the API surface on WebInputEvent via accessor functions. Move type, size, timeStampSeconds and modifiers to be private members. This change will help harden the API so that we can place DCHECKS on certain states. Design: https://docs.google.com/document/d/1s4Lfy22CNU1OZ5Rec6Oano_5BvIhdK6uFVsVe7FphKI/edit BUG=625684 TBR=jochen@chromium.org, wez@chromium.org, thestig@chromium.org, sadrul@chromium.org, rockot@chromium.org, dcheng@chromium.org, girard@chromium.org CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2573073003 Cr-Commit-Position: refs/heads/master@{#443407} Committed: https://chromium.googlesource.com/chromium/src/+/8c4dae156ba6495186bebe76aa4be4dc76bd7cd5

Patch Set 1 #

Total comments: 4

Patch Set 2 : Rebase #

Patch Set 3 : Rebase #

Total comments: 4

Patch Set 4 : Fix nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1493 lines, -1473 lines) Patch
M blimp/client/core/input/blimp_input_handler_wrapper.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M blimp/client/core/input/blimp_input_manager.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M blimp/engine/session/tab.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M blimp/net/input_message_generator.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M blimp/net/input_message_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_controller.cc View 1 5 chunks +12 lines, -12 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_input_manager.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 3 chunks +9 lines, -13 lines 0 comments Download
M chrome/browser/chromeos/first_run/first_run_view.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/input_method/textinput_test_helper.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/login/ui/webui_login_view.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/devtools/devtools_window.cc View 1 3 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/extensions/extension_view_host.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M chrome/browser/page_load_metrics/metrics_web_contents_observer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/page_load_metrics/observers/core_page_load_metrics_observer.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/page_load_metrics/user_input_tracker.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/page_load_metrics/user_input_tracker_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/password_manager/chrome_password_manager_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/renderer_host/chrome_render_widget_host_view_mac_history_swiper.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/app_list/start_page_service.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/autofill/autofill_popup_controller_impl.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser.cc View 1 2 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/cocoa/apps/native_app_window_cocoa.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_cocoa.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/cocoa/browser_window_utils.mm View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/cocoa/extensions/extension_view_mac.mm View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/exclusive_access/exclusive_access_manager.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M chrome/browser/ui/views/frame/browser_view.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M components/guest_view/browser/guest_view_base.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M components/plugins/renderer/webview_plugin.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M components/printing/test/print_web_view_helper_browsertest.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M components/test_runner/event_sender.cc View 1 13 chunks +19 lines, -17 lines 0 comments Download
M components/test_runner/test_plugin.cc View 1 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M content/browser/android/overscroll_controller_android.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/browser/browser_plugin/browser_plugin_embedder.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_plugin/browser_plugin_guest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/devtools/protocol/color_picker.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/frame_host/cross_process_frame_connector.cc View 1 5 chunks +7 lines, -7 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_child_frame.cc View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/frame_host/render_widget_host_view_guest.cc View 1 10 chunks +12 lines, -12 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue.cc View 1 8 chunks +16 lines, -17 lines 0 comments Download
M content/browser/renderer_host/input/gesture_event_queue_unittest.cc View 29 chunks +90 lines, -90 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl.cc View 9 chunks +20 lines, -19 lines 0 comments Download
M content/browser/renderer_host/input/input_router_impl_perftest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/input_router_impl_unittest.cc View 13 chunks +13 lines, -13 lines 0 comments Download
M content/browser/renderer_host/input/mock_input_ack_handler.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/motion_event_web.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/mouse_wheel_event_queue.cc View 1 2 4 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/mouse_wheel_event_queue_unittest.cc View 1 14 chunks +19 lines, -19 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker.cc View 1 6 chunks +26 lines, -24 lines 0 comments Download
M content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_controller_unittest.cc View 1 11 chunks +33 lines, -33 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_android.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_aura.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_base.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_gesture_target_mac.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/synthetic_pointer_action_unittest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_filter.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/touch_action_filter_unittest.cc View 7 chunks +7 lines, -7 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 1 8 chunks +20 lines, -19 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator_unittest.cc View 1 1 chunk +4 lines, -4 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue.cc View 1 19 chunks +27 lines, -27 lines 0 comments Download
M content/browser/renderer_host/input/touch_event_queue_unittest.cc View 41 chunks +62 lines, -62 lines 0 comments Download
M content/browser/renderer_host/input/touchscreen_tap_suppression_controller.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_android.cc View 1 1 chunk +4 lines, -2 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_mac.mm View 1 10 chunks +50 lines, -59 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_builders_mac_unittest.mm View 1 8 chunks +9 lines, -9 lines 0 comments Download
M content/browser/renderer_host/input/web_input_event_util_unittest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/native_web_keyboard_event_aura.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/overscroll_controller.cc View 1 2 3 11 chunks +46 lines, -46 lines 0 comments Download
M content/browser/renderer_host/render_view_host_impl.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_impl.cc View 1 8 chunks +28 lines, -28 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_input_event_router.cc View 18 chunks +27 lines, -26 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_unittest.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 4 chunks +10 lines, -10 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 3 chunks +6 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_event_handler.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac.mm View 1 15 chunks +17 lines, -16 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_mac_unittest.mm View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/ui_events_helper.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/site_per_process_browsertest.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/common/content_param_traits.cc View 3 chunks +7 lines, -7 lines 0 comments Download
M content/common/input/event_with_latency_info.h View 1 2 chunks +4 lines, -4 lines 0 comments Download
M content/common/input/event_with_latency_info.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/common/input/event_with_latency_info_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M content/common/input/gesture_event_stream_validator.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/common/input/input_event_stream_validator.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/input/input_param_traits_unittest.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/common/input/synthetic_web_input_event_builders.cc View 1 5 chunks +5 lines, -5 lines 0 comments Download
M content/common/input/touch_event_stream_validator.cc View 7 chunks +8 lines, -8 lines 0 comments Download
M content/common/input/touch_event_stream_validator_unittest.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M content/common/input/web_touch_event_traits.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/browser_plugin/browser_plugin.cc View 1 3 chunks +7 lines, -7 lines 0 comments Download
M content/renderer/input/input_event_filter.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/input/input_event_filter_unittest.cc View 1 11 chunks +19 lines, -19 lines 0 comments Download
M content/renderer/input/input_handler_manager.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/input/main_thread_event_queue.cc View 1 4 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/input/main_thread_event_queue_unittest.cc View 1 14 chunks +31 lines, -31 lines 0 comments Download
M content/renderer/input/render_widget_input_handler.cc View 1 15 chunks +39 lines, -36 lines 0 comments Download
M content/renderer/mus/compositor_mus_connection_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/pepper/event_conversion.cc View 1 12 chunks +19 lines, -19 lines 0 comments Download
M content/renderer/pepper/event_conversion_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download
M content/renderer/pepper/plugin_instance_throttler_impl.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M content/renderer/render_view_impl.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/renderer/render_widget.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/renderer/render_widget_fullscreen_pepper.cc View 1 6 chunks +16 lines, -16 lines 0 comments Download
M content/renderer/render_widget_unittest.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/browser/app_window/app_web_contents_helper.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/mime_handler_view/mime_handler_view_guest.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M extensions/browser/guest_view/web_view/web_view_guest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditingBehavior.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/core/editing/EditorKeyBindings.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/events/GestureEvent.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/events/KeyboardEvent.cpp View 1 2 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/events/MouseEvent.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandler.cpp View 1 4 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/core/input/EventHandlerTest.cpp View 1 1 chunk +4 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/core/input/GestureManager.cpp View 1 9 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/input/KeyboardEventManager.cpp View 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/core/input/MouseEventManager.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/core/input/ScrollManager.cpp View 1 6 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/WebGestureEvent.cpp View 1 3 chunks +26 lines, -26 lines 0 comments Download
M third_party/WebKit/Source/platform/exported/WebCoalescedInputEvent.cpp View 1 3 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/renderer/renderer_scheduler_impl.cc View 1 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/platform/scroll/Scrollbar.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/ChromeClientImpl.cpp View 1 2 2 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/DevToolsEmulator.cpp View 1 3 chunks +6 lines, -6 lines 0 comments Download
M third_party/WebKit/Source/web/ExternalPopupMenu.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/FrameLoaderClientImpl.cpp View 1 2 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/InspectorOverlay.cpp View 1 5 chunks +7 lines, -8 lines 0 comments Download
M third_party/WebKit/Source/web/PageWidgetDelegate.cpp View 1 2 chunks +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/RemoteFrameClientImpl.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/Source/web/WebFrameWidgetImpl.cpp View 1 8 chunks +17 lines, -16 lines 0 comments Download
M third_party/WebKit/Source/web/WebInputEventConversion.cpp View 1 11 chunks +42 lines, -40 lines 0 comments Download
M third_party/WebKit/Source/web/WebPagePopupImpl.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/WebPluginContainerImpl.cpp View 1 5 chunks +9 lines, -9 lines 0 comments Download
M third_party/WebKit/Source/web/WebViewImpl.cpp View 1 18 chunks +30 lines, -29 lines 0 comments Download
M third_party/WebKit/Source/web/tests/VisualViewportTest.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebFrameTest.cpp View 1 1 chunk +3 lines, -2 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebInputEventConversionTest.cpp View 1 7 chunks +7 lines, -7 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebPluginContainerTest.cpp View 1 1 chunk +3 lines, -3 lines 0 comments Download
M third_party/WebKit/Source/web/tests/WebViewTest.cpp View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebGestureEvent.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/public/platform/WebInputEvent.h View 1 6 chunks +34 lines, -25 lines 0 comments Download
M ui/content_accelerators/accelerator_util.cc View 2 chunks +5 lines, -5 lines 0 comments Download
M ui/events/blink/blink_event_util.h View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/events/blink/blink_event_util.cc View 1 17 chunks +52 lines, -52 lines 0 comments Download
M ui/events/blink/compositor_thread_event_queue.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/events/blink/event_with_callback.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M ui/events/blink/input_handler_proxy.cc View 1 2 21 chunks +29 lines, -29 lines 0 comments Download
M ui/events/blink/input_handler_proxy_unittest.cc View 1 2 2 chunks +15 lines, -11 lines 0 comments Download
M ui/events/blink/input_scroll_elasticity_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/events/blink/web_input_event.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M ui/events/blink/web_input_event_builders_win.cc View 1 2 3 8 chunks +73 lines, -73 lines 0 comments Download
M ui/events/blink/web_input_event_traits.cc View 1 6 chunks +8 lines, -8 lines 0 comments Download
M ui/events/blink/web_input_event_unittest.cc View 21 chunks +46 lines, -46 lines 0 comments Download
M ui/views/controls/webview/unhandled_keyboard_event_handler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M ui/web_dialogs/web_dialog_web_contents_delegate.cc View 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 33 (20 generated)
esprehn
https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h File third_party/WebKit/public/platform/WebInputEvent.h (right): https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h#newcode280 third_party/WebKit/public/platform/WebInputEvent.h:280: memset(this, 0, sizeParam); It's very weird to memset yourself ...
4 years ago (2016-12-14 19:03:06 UTC) #7
dtapuska
https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h File third_party/WebKit/public/platform/WebInputEvent.h (right): https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h#newcode280 third_party/WebKit/public/platform/WebInputEvent.h:280: memset(this, 0, sizeParam); On 2016/12/14 19:03:05, esprehn wrote: > ...
3 years, 11 months ago (2017-01-12 16:45:13 UTC) #8
esprehn
On 2017/01/12 at 16:45:13, dtapuska wrote: > https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h > File third_party/WebKit/public/platform/WebInputEvent.h (right): > > https://codereview.chromium.org/2573073003/diff/1/third_party/WebKit/public/platform/WebInputEvent.h#newcode280 ...
3 years, 11 months ago (2017-01-12 19:53:17 UTC) #15
majidvp
mega patch lgtm https://codereview.chromium.org/2573073003/diff/40001/content/browser/renderer_host/overscroll_controller.cc File content/browser/renderer_host/overscroll_controller.cc (right): https://codereview.chromium.org/2573073003/diff/40001/content/browser/renderer_host/overscroll_controller.cc#newcode74 content/browser/renderer_host/overscroll_controller.cc:74: } nit: The automated indentation seems ...
3 years, 11 months ago (2017-01-12 21:58:07 UTC) #18
dtapuska
rockot@chromium.org: Please review changes in extensions/* girard@chromium.org: Please review changes in vr_shell/* wez@chromium.org: Please review ...
3 years, 11 months ago (2017-01-12 22:01:32 UTC) #20
dtapuska
https://codereview.chromium.org/2573073003/diff/40001/content/browser/renderer_host/overscroll_controller.cc File content/browser/renderer_host/overscroll_controller.cc (right): https://codereview.chromium.org/2573073003/diff/40001/content/browser/renderer_host/overscroll_controller.cc#newcode74 content/browser/renderer_host/overscroll_controller.cc:74: } On 2017/01/12 21:58:07, majidvp wrote: > nit: The ...
3 years, 11 months ago (2017-01-12 22:09:34 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2573073003/60001
3 years, 11 months ago (2017-01-12 22:10:58 UTC) #25
dcheng
LGTM for: content/common/content_param_traits.cc content/common/input/input_param_traits_unittest.cc
3 years, 11 months ago (2017-01-12 22:12:07 UTC) #26
Wez
blimp/ LGTM
3 years, 11 months ago (2017-01-12 22:35:19 UTC) #27
commit-bot: I haz the power
Committed patchset #4 (id:60001) as https://chromium.googlesource.com/chromium/src/+/8c4dae156ba6495186bebe76aa4be4dc76bd7cd5
3 years, 11 months ago (2017-01-13 00:23:43 UTC) #30
sadrul
lgtm
3 years, 11 months ago (2017-01-13 02:16:29 UTC) #31
girard
lgtm (vr)
3 years, 11 months ago (2017-01-13 05:58:26 UTC) #32
Lei Zhang
3 years, 10 months ago (2017-02-24 08:24:19 UTC) #33
Message was sent while issue was closed.
chrome/ and components/printing lgtm

Powered by Google App Engine
This is Rietveld 408576698