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

Issue 1975213003: Blimp Client: add support for tap gesture events (Closed)

Created:
4 years, 7 months ago by haibinlu
Modified:
4 years, 7 months ago
Reviewers:
Kevin M, Khushal
CC:
chromium-reviews, cbentzel+watch_chromium.org, anandc+watch-blimp_chromium.org, maniscalco+watch-blimp_chromium.org, sriramsr+watch-blimp_chromium.org, nyquist+watch-blimp_chromium.org, marcinjb+watch-blimp_chromium.org, jessicag+watch-blimp_chromium.org, kmarshall+watch-blimp_chromium.org, dtrainor+watch-blimp_chromium.org, shaktisahu+watch-blimp_chromium.org, khushalsagar+watch-blimp_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Client sends tapDown TapCancel TapUnconfirmed and showPress gesture events. These events are used in content browser side gesture handling logic to update internal state or state machine, such as in render_widget_host_impl and tap_suppression_controller. BUG=598876, 611590 Committed: https://crrev.com/d101e6286d62003088249577e5f931c335f6d060 Cr-Commit-Position: refs/heads/master@{#393933}

Patch Set 1 #

Total comments: 6

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -16 lines) Patch
M blimp/common/proto/input.proto View 2 chunks +25 lines, -9 lines 0 comments Download
M blimp/engine/session/blimp_engine_session.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M blimp/net/input_message_converter.cc View 2 chunks +55 lines, -0 lines 0 comments Download
M blimp/net/input_message_generator.cc View 1 4 chunks +48 lines, -5 lines 0 comments Download
M blimp/net/input_message_unittest.cc View 1 chunk +31 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (8 generated)
haibinlu
4 years, 7 months ago (2016-05-13 23:23:59 UTC) #2
haibinlu
4 years, 7 months ago (2016-05-16 17:21:03 UTC) #5
Kevin M
https://codereview.chromium.org/1975213003/diff/1/blimp/common/proto/input.proto File blimp/common/proto/input.proto (right): https://codereview.chromium.org/1975213003/diff/1/blimp/common/proto/input.proto#newcode96 blimp/common/proto/input.proto:96: optional int32 render_widget_id = 2; Any reason why these ...
4 years, 7 months ago (2016-05-16 18:31:32 UTC) #6
Kevin M
Also, re: CL description, add mention as to how this CL fixes the bug. The ...
4 years, 7 months ago (2016-05-16 18:33:51 UTC) #7
haibinlu
PTAL https://codereview.chromium.org/1975213003/diff/1/blimp/common/proto/input.proto File blimp/common/proto/input.proto (right): https://codereview.chromium.org/1975213003/diff/1/blimp/common/proto/input.proto#newcode96 blimp/common/proto/input.proto:96: optional int32 render_widget_id = 2; On 2016/05/16 18:31:32, ...
4 years, 7 months ago (2016-05-16 18:41:42 UTC) #8
haibinlu
https://codereview.chromium.org/1975213003/diff/1/blimp/engine/session/blimp_engine_session.cc File blimp/engine/session/blimp_engine_session.cc (right): https://codereview.chromium.org/1975213003/diff/1/blimp/engine/session/blimp_engine_session.cc#newcode392 blimp/engine/session/blimp_engine_session.cc:392: DVLOG(2) << "OnWebGestureEvent: " << event->type; On 2016/05/16 18:41:42, ...
4 years, 7 months ago (2016-05-16 18:57:29 UTC) #10
Khushal
lgtm. Thanks Haibin!
4 years, 7 months ago (2016-05-16 19:17:29 UTC) #11
Kevin M
lgtm
4 years, 7 months ago (2016-05-16 20:46:50 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1975213003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1975213003/60001
4 years, 7 months ago (2016-05-16 20:49:26 UTC) #15
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 7 months ago (2016-05-16 21:30:36 UTC) #17
commit-bot: I haz the power
4 years, 7 months ago (2016-05-16 21:31:50 UTC) #19
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/d101e6286d62003088249577e5f931c335f6d060
Cr-Commit-Position: refs/heads/master@{#393933}

Powered by Google App Engine
This is Rietveld 408576698