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

Issue 2380323003: Refactorings to vr controller code. (Closed)

Created:
4 years, 2 months ago by mthiesse
Modified:
4 years, 2 months ago
CC:
chromium-reviews, cjgrant
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Refactorings to vr controller code. BUG= Committed: https://crrev.com/8e065f3d69062bb80d4c99be75e4d46c64bcaf2e Cr-Commit-Position: refs/heads/master@{#422480}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address comments #

Patch Set 3 : Fix BUILD.gn #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -326 lines) Patch
M chrome/browser/android/vr_shell/BUILD.gn View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_controller.h View 1 5 chunks +5 lines, -15 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_controller.cc View 1 8 chunks +63 lines, -116 lines 0 comments Download
D chrome/browser/android/vr_shell/vr_controller_manager.h View 1 chunk +0 lines, -56 lines 0 comments Download
D chrome/browser/android/vr_shell/vr_controller_manager.cc View 1 chunk +0 lines, -70 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_gesture.h View 3 chunks +2 lines, -46 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_input_manager.h View 1 3 chunks +12 lines, -4 lines 0 comments Download
M chrome/browser/android/vr_shell/vr_input_manager.cc View 1 11 chunks +48 lines, -17 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 20 (8 generated)
mthiesse
PTAL, tested on experimental branch with controller.
4 years, 2 months ago (2016-09-30 19:55:17 UTC) #2
bshe
Amir is more familiar with this code than I do. I will defer to his ...
4 years, 2 months ago (2016-10-03 12:09:23 UTC) #3
cjgrant
https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc File chrome/browser/android/vr_shell/vr_controller.cc (right): https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc#newcode154 chrome/browser/android/vr_shell/vr_controller.cc:154: gesture_.reset(new VrGesture()); Maybe here, or in a future change, ...
4 years, 2 months ago (2016-10-03 14:27:34 UTC) #5
asimjour
https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.h File chrome/browser/android/vr_shell/vr_controller.h (right): https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.h#newcode118 chrome/browser/android/vr_shell/vr_controller.h:118: std::unique_ptr<VrGesture> gesture_; We should be able to send multiple ...
4 years, 2 months ago (2016-10-03 14:40:17 UTC) #7
mthiesse
https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc File chrome/browser/android/vr_shell/vr_controller.cc (right): https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc#newcode154 chrome/browser/android/vr_shell/vr_controller.cc:154: gesture_.reset(new VrGesture()); On 2016/10/03 14:27:34, cjgrant wrote: > Maybe ...
4 years, 2 months ago (2016-10-03 15:39:15 UTC) #8
asimjour1
On 2016/10/03 15:39:15, mthiesse wrote: > https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc > File chrome/browser/android/vr_shell/vr_controller.cc (right): > > https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc#newcode154 > ...
4 years, 2 months ago (2016-10-03 15:46:12 UTC) #9
bshe
On 2016/10/03 15:46:12, asimjour1 wrote: > On 2016/10/03 15:39:15, mthiesse wrote: > > > https://codereview.chromium.org/2380323003/diff/1/chrome/browser/android/vr_shell/vr_controller.cc ...
4 years, 2 months ago (2016-10-03 16:27:51 UTC) #10
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/2380323003/40001
4 years, 2 months ago (2016-10-03 16:29:04 UTC) #13
commit-bot: I haz the power
Try jobs failed on following builders: android_n5x_swarming_rel on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_n5x_swarming_rel/builds/41195)
4 years, 2 months ago (2016-10-03 18:19:48 UTC) #15
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/2380323003/40001
4 years, 2 months ago (2016-10-03 18:25:50 UTC) #17
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 2 months ago (2016-10-03 19:04:48 UTC) #18
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 19:07:28 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/8e065f3d69062bb80d4c99be75e4d46c64bcaf2e
Cr-Commit-Position: refs/heads/master@{#422480}

Powered by Google App Engine
This is Rietveld 408576698