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

Issue 2510083004: WebVR: enable Cardboard button compatibility (Closed)

Created:
4 years, 1 month ago by klausw
Modified:
4 years, 1 month ago
Reviewers:
mthiesse, bajones
CC:
chromium-reviews, feature-vr-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

WebVR: Fix Cardboard button processing In native WebVR mode on a Cardboard style headset with capacitive touch button, need to forward these touch events to the Javascript application for processing, and emulate them for Daydream headsets. BUG=389343, 666467 Committed: https://crrev.com/650300dcb6a24933d499d74b57a20705efacab74 Cr-Commit-Position: refs/heads/master@{#433002}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Move input processing #

Total comments: 2

Patch Set 3 : Also support controller touchpad click for compatibility #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M chrome/browser/android/vr_shell/vr_shell.cc View 1 2 1 chunk +15 lines, -0 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
klausw
4 years, 1 month ago (2016-11-17 20:39:32 UTC) #2
bajones
https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode597 chrome/browser/android/vr_shell/vr_shell.cc:597: if (touch_pending_) { Shouldn't this go in UpdateController under ...
4 years, 1 month ago (2016-11-17 20:42:53 UTC) #3
bajones
On 2016/11/17 20:42:53, bajones wrote: > https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc > File chrome/browser/android/vr_shell/vr_shell.cc (right): > > https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode597 > ...
4 years, 1 month ago (2016-11-17 20:50:43 UTC) #4
klausw
https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2510083004/diff/1/chrome/browser/android/vr_shell/vr_shell.cc#newcode597 chrome/browser/android/vr_shell/vr_shell.cc:597: if (touch_pending_) { On 2016/11/17 20:42:53, bajones wrote: > ...
4 years, 1 month ago (2016-11-17 21:00:00 UTC) #5
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/2510083004/20001
4 years, 1 month ago (2016-11-17 21:03:35 UTC) #8
mthiesse
https://codereview.chromium.org/2510083004/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2510083004/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc#newcode379 chrome/browser/android/vr_shell/vr_shell.cc:379: if (touch_pending_) { This will only work for cardboard, ...
4 years, 1 month ago (2016-11-17 21:03:56 UTC) #10
klausw
https://codereview.chromium.org/2510083004/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc File chrome/browser/android/vr_shell/vr_shell.cc (right): https://codereview.chromium.org/2510083004/diff/20001/chrome/browser/android/vr_shell/vr_shell.cc#newcode379 chrome/browser/android/vr_shell/vr_shell.cc:379: if (touch_pending_) { On 2016/11/17 21:03:56, mthiesse wrote: > ...
4 years, 1 month ago (2016-11-17 21:32:08 UTC) #13
mthiesse
lgtm
4 years, 1 month ago (2016-11-17 21:33:32 UTC) #14
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/2510083004/40001
4 years, 1 month ago (2016-11-17 21:36:35 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 1 month ago (2016-11-17 22:57:50 UTC) #19
commit-bot: I haz the power
4 years, 1 month ago (2016-11-17 23:00:56 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/650300dcb6a24933d499d74b57a20705efacab74
Cr-Commit-Position: refs/heads/master@{#433002}

Powered by Google App Engine
This is Rietveld 408576698