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

Issue 2943883002: Revert of [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (Closed)

Created:
3 years, 6 months ago by dcheng
Modified:
3 years, 6 months ago
CC:
chromium-reviews, jam, dtapuska+chromiumwatch_chromium.org, dglazkov+blink, darin-cc_chromium.org, blink-reviews, kinuko+watch, blink-reviews-api_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary (patchset #7 id:180001 of https://codereview.chromium.org/2869823003/ ) Reason for revert: Likely causing failures on Linux ChromiumOS MSan Tests. Original issue's description: > [VSync Queue] Plug touch ack to gesture events and flush vsync queue if necessary > > For a gesture event, we want to know whether the source touch event was handled > blocking or non-blocking, and we can flush the vsync queue immediately if it was > blocking. > > This patch will help avoid regression in |first_gesture_scroll_update_latency| > in |smoothness.tough_scrolling_cases|. > > After CL the process would be: > 1. Browser -> Renderer: Send touch > 2. Renderer -> Browser: Touch Ack > 3. Browser: Set |is_source_touch_event_set_non_blocking == true| if the ack was > |INPUT_EVENT_ACK_STATE_SET_NON_BLOCKING*| > 4. Browser -> Renderer: Send generated gesture events with > |is_source_touch_event_set_non_blocking| bit > 5. Renderer: Flush vsync queue if |is_source_touch_event_set_non_blocking == true|. > > BUG=704732 > > Review-Url: https://codereview.chromium.org/2869823003 > Cr-Commit-Position: refs/heads/master@{#480202} > Committed: https://chromium.googlesource.com/chromium/src/+/80553a96dc6712a24a7d0a3e3074d5b7f5f65338 TBR=dtapuska@chromium.org,sadrul@chromium.org,pfeldman@chromium.org,thestig@chromium.org,chongz@chromium.org # Skipping CQ checks because original CL landed less than 1 days ago. NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=704732 Review-Url: https://codereview.chromium.org/2943883002 Cr-Commit-Position: refs/heads/master@{#480281} Committed: https://chromium.googlesource.com/chromium/src/+/07f0acbacf4853d4cfe56a134a601576fd547cf0

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+52 lines, -145 lines) Patch
M content/browser/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/renderer_host/input/touch_emulator.cc View 4 chunks +4 lines, -9 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura_unittest.cc View 1 chunk +4 lines, -8 lines 0 comments Download
M content/browser/renderer_host/ui_events_helper.h View 2 chunks +0 lines, -5 lines 0 comments Download
M content/browser/renderer_host/ui_events_helper.cc View 1 chunk +0 lines, -10 lines 0 comments Download
M third_party/WebKit/Source/web/WebInputEvent.cpp View 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/public/platform/WebGestureEvent.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/aura/gestures/gesture_recognizer_unittest.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M ui/aura/window_event_dispatcher.h View 1 chunk +1 line, -2 lines 0 comments Download
M ui/aura/window_event_dispatcher.cc View 2 chunks +6 lines, -10 lines 0 comments Download
M ui/aura/window_event_dispatcher_unittest.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M ui/chromeos/touch_exploration_controller.cc View 1 chunk +2 lines, -3 lines 0 comments Download
M ui/events/blink/blink_event_util.cc View 1 chunk +0 lines, -3 lines 0 comments Download
M ui/events/blink/input_handler_proxy.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.h View 1 chunk +1 line, -3 lines 0 comments Download
M ui/events/gesture_detection/filtered_gesture_provider.cc View 1 chunk +3 lines, -6 lines 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.h View 1 chunk +1 line, -1 line 0 comments Download
M ui/events/gesture_detection/gesture_event_data_packet.cc View 1 chunk +1 line, -6 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.h View 1 chunk +1 line, -3 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M ui/events/gesture_detection/touch_disposition_gesture_filter_unittest.cc View 1 chunk +6 lines, -13 lines 0 comments Download
M ui/events/gesture_event_details.h View 2 chunks +0 lines, -11 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.h View 1 chunk +1 line, -3 lines 0 comments Download
M ui/events/gestures/gesture_provider_aura.cc View 2 chunks +5 lines, -9 lines 0 comments Download
M ui/events/gestures/gesture_recognizer.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.h View 1 chunk +0 lines, -1 line 0 comments Download
M ui/events/gestures/gesture_recognizer_impl.cc View 2 chunks +1 line, -3 lines 0 comments Download
M ui/events/gestures/gesture_recognizer_impl_mac.cc View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 6 (3 generated)
dcheng
Created Revert of [VSync Queue] Plug touch ack to gesture events and flush vsync queue ...
3 years, 6 months ago (2017-06-17 07:36:41 UTC) #2
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/2943883002/1
3 years, 6 months ago (2017-06-17 07:36:52 UTC) #3
commit-bot: I haz the power
3 years, 6 months ago (2017-06-17 07:37:50 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://chromium.googlesource.com/chromium/src/+/07f0acbacf4853d4cfe56a134a60...

Powered by Google App Engine
This is Rietveld 408576698