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

Issue 2808723003: VR: Sending the fling event to the right target (Closed)

Created:
3 years, 8 months ago by asimjour1
Modified:
3 years, 8 months ago
Reviewers:
asimjour, mthiesse, tiborg
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

VR: Sending the fling event to the right target Fling event is sent to the same target that the last scroll event was sent to. BUG=698260 Review-Url: https://codereview.chromium.org/2808723003 Cr-Commit-Position: refs/heads/master@{#464419} Committed: https://chromium.googlesource.com/chromium/src/+/7887732326e9a545585ece8147cd2fe88a080f01

Patch Set 1 #

Total comments: 3

Patch Set 2 : Add current_fling_target_ #

Total comments: 4

Patch Set 3 : VR: Sending the fling event to the right target #

Patch Set 4 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -10 lines) Patch
M chrome/browser/android/vr_shell/vr_shell_gl.h View 1 2 3 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/vr_shell/vr_shell_gl.cc View 1 2 3 1 chunk +21 lines, -9 lines 0 comments Download

Messages

Total messages: 24 (10 generated)
asimjour1
PTAL
3 years, 8 months ago (2017-04-10 15:28:29 UTC) #2
mthiesse
https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (left): https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#oldcode665 chrome/browser/android/vr_shell/vr_shell_gl.cc:665: current_scroll_target = InputTarget::NONE; Don't we know have confusing state ...
3 years, 8 months ago (2017-04-10 15:54:17 UTC) #3
mthiesse
https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (left): https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#oldcode665 chrome/browser/android/vr_shell/vr_shell_gl.cc:665: current_scroll_target = InputTarget::NONE; On 2017/04/10 15:54:17, mthiesse wrote: > ...
3 years, 8 months ago (2017-04-10 15:54:35 UTC) #4
asimjour1
https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (left): https://codereview.chromium.org/2808723003/diff/1/chrome/browser/android/vr_shell/vr_shell_gl.cc#oldcode665 chrome/browser/android/vr_shell/vr_shell_gl.cc:665: current_scroll_target = InputTarget::NONE; current_fling_target_ is added.
3 years, 8 months ago (2017-04-12 17:35:01 UTC) #5
mthiesse
https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (right): https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc#newcode679 chrome/browser/android/vr_shell/vr_shell_gl.cc:679: case WebInputEvent::GestureFlingCancel: Shouldn't FlingCancel do something like sending a ...
3 years, 8 months ago (2017-04-12 17:46:20 UTC) #6
asimjour
https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (right): https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc#newcode679 chrome/browser/android/vr_shell/vr_shell_gl.cc:679: case WebInputEvent::GestureFlingCancel: On 2017/04/12 17:46:20, mthiesse wrote: > Shouldn't ...
3 years, 8 months ago (2017-04-12 18:00:59 UTC) #8
mthiesse
https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (right): https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc#newcode679 chrome/browser/android/vr_shell/vr_shell_gl.cc:679: case WebInputEvent::GestureFlingCancel: On 2017/04/12 18:00:58, asimjour wrote: > On ...
3 years, 8 months ago (2017-04-12 18:05:29 UTC) #9
asimjour1
https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc File chrome/browser/android/vr_shell/vr_shell_gl.cc (right): https://codereview.chromium.org/2808723003/diff/20001/chrome/browser/android/vr_shell/vr_shell_gl.cc#newcode679 chrome/browser/android/vr_shell/vr_shell_gl.cc:679: case WebInputEvent::GestureFlingCancel: On 2017/04/12 18:05:28, mthiesse wrote: > On ...
3 years, 8 months ago (2017-04-12 18:15:33 UTC) #10
mthiesse
lgtm
3 years, 8 months ago (2017-04-12 18:17:25 UTC) #11
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/2808723003/40001
3 years, 8 months ago (2017-04-12 21:20:40 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: android_clang_dbg_recipe on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_clang_dbg_recipe/builds/247528) mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 8 months ago (2017-04-12 21:26:04 UTC) #17
tiborg
lgtm
3 years, 8 months ago (2017-04-13 14:31:52 UTC) #18
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/2808723003/60001
3 years, 8 months ago (2017-04-13 15:06:36 UTC) #21
commit-bot: I haz the power
3 years, 8 months ago (2017-04-13 15:45:56 UTC) #24
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/7887732326e9a545585ece8147cd...

Powered by Google App Engine
This is Rietveld 408576698