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

Issue 1200303002: Android WebVR implementation, Cardboard 0.5.5 SDK (Closed)

Created:
5 years, 6 months ago by bajones
Modified:
5 years, 3 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Android WebVR implementation, Cardboard 0.5.5 SDK Previously part of https://codereview.chromium.org/829803003/ BUG=389343 Committed: https://crrev.com/1d9c45547709e77d599c218d76317895389db129 Cr-Commit-Position: refs/heads/master@{#342496} Committed: https://crrev.com/d9be58be03170c7c82f9c55abc2d21f0f7447c7f Cr-Commit-Position: refs/heads/master@{#345356}

Patch Set 1 #

Patch Set 2 : Rebase #

Total comments: 13

Patch Set 3 : Some tweaks suggested by jdduke@ #

Total comments: 2

Patch Set 4 : Addressed feedback from jochen@ #

Total comments: 1

Patch Set 5 : Added Traces #

Patch Set 6 : Rebase, fix some issues. #

Patch Set 7 : #

Patch Set 8 : Add missing files to BUILD.gn #

Patch Set 9 : Trying to fix remaining build error #

Patch Set 10 : Fix build dependencies #

Total comments: 1

Patch Set 11 : Trying to fix ASAN bot #

Patch Set 12 : Removed vr_transform_utils, using ui/gfx/transform_utils instead #

Unified diffs Side-by-side diffs Delta from patch set Stats (+425 lines, -11 lines) Patch
M build/common.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -3 lines 0 comments Download
M build/config/features.gni View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +3 lines, -2 lines 0 comments Download
M content/browser/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +9 lines, -0 lines 0 comments Download
M content/browser/android/browser_jni_registrar.cc View 2 chunks +5 lines, -0 lines 0 comments Download
A content/browser/vr/android/cardboard/cardboard_vr_device.h View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A content/browser/vr/android/cardboard/cardboard_vr_device.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +166 lines, -0 lines 0 comments Download
A content/browser/vr/android/cardboard/cardboard_vr_device_provider.h View 1 2 3 1 chunk +33 lines, -0 lines 0 comments Download
A content/browser/vr/android/cardboard/cardboard_vr_device_provider.cc View 1 2 3 1 chunk +29 lines, -0 lines 0 comments Download
M content/browser/vr/vr_device_manager.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M content/browser/vr/vr_device_manager.cc View 1 2 3 4 5 3 chunks +13 lines, -2 lines 0 comments Download
M content/browser/vr/vr_device_provider.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M content/content.gyp View 1 5 6 7 8 9 10 11 1 chunk +10 lines, -0 lines 0 comments Download
M content/content_browser.gypi View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +8 lines, -0 lines 0 comments Download
M content/public/android/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +11 lines, -0 lines 0 comments Download
A content/public/android/java/src/org/chromium/content/browser/input/CardboardVRDevice.java View 1 2 3 4 5 1 chunk +88 lines, -0 lines 0 comments Download

Messages

Total messages: 63 (20 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/1
5 years, 6 months ago (2015-06-23 20:09:10 UTC) #2
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/84514)
5 years, 6 months ago (2015-06-23 20:19:08 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/20001
5 years, 5 months ago (2015-07-21 17:45:25 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_dbg/builds/93905)
5 years, 5 months ago (2015-07-21 17:53:20 UTC) #8
bajones
All of the code in this CL has previously been LGTMed as part of https://codereview.chromium.org/829803003/, ...
5 years, 5 months ago (2015-07-21 20:07:07 UTC) #10
jdduke (slow)
Just some minor comments, you've probably addressed them and I've since forgotten (and was too ...
5 years, 5 months ago (2015-07-21 20:36:27 UTC) #11
bajones
Thanks for the feedback! Made some tweaks to the code. https://codereview.chromium.org/1200303002/diff/20001/content/browser/vr/android/cardboard/cardboard_vr_device.cc File content/browser/vr/android/cardboard/cardboard_vr_device.cc (right): https://codereview.chromium.org/1200303002/diff/20001/content/browser/vr/android/cardboard/cardboard_vr_device.cc#newcode29 ...
5 years, 5 months ago (2015-07-21 23:27:30 UTC) #12
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/40001
5 years, 5 months ago (2015-07-21 23:31:06 UTC) #14
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 5 months ago (2015-07-22 04:02:22 UTC) #16
jochen (gone - plz use gerrit)
https://codereview.chromium.org/1200303002/diff/40001/content/browser/vr/android/cardboard/cardboard_vr_device.cc File content/browser/vr/android/cardboard/cardboard_vr_device.cc (right): https://codereview.chromium.org/1200303002/diff/40001/content/browser/vr/android/cardboard/cardboard_vr_device.cc#newcode26 content/browser/vr/android/cardboard/cardboard_vr_device.cc:26: VRVector4Ptr MatrixToOrientationQuat(const float m[16]) { can we add a ...
5 years, 5 months ago (2015-07-22 09:38:56 UTC) #17
bajones
On 2015/07/22 09:38:56, jochen wrote: > https://codereview.chromium.org/1200303002/diff/40001/content/browser/vr/android/cardboard/cardboard_vr_device.cc#newcode26 > content/browser/vr/android/cardboard/cardboard_vr_device.cc:26: VRVector4Ptr > MatrixToOrientationQuat(const float m[16]) { ...
5 years, 5 months ago (2015-07-22 20:28:17 UTC) #18
jochen (gone - plz use gerrit)
lgtm
5 years, 5 months ago (2015-07-23 09:16:43 UTC) #19
Ted C
On 2015/07/23 09:16:43, jochen wrote: > lgtm Per jdduke's comment, this seems to be enabled ...
5 years, 5 months ago (2015-07-23 18:45:27 UTC) #20
bajones
On 2015/07/23 18:45:27, Ted C wrote: > On 2015/07/23 09:16:43, jochen wrote: > > lgtm ...
5 years, 5 months ago (2015-07-23 19:07:02 UTC) #21
jdduke (slow)
https://codereview.chromium.org/1200303002/diff/60001/content/browser/vr/android/cardboard/cardboard_vr_device.cc File content/browser/vr/android/cardboard/cardboard_vr_device.cc (right): https://codereview.chromium.org/1200303002/diff/60001/content/browser/vr/android/cardboard/cardboard_vr_device.cc#newcode41 content/browser/vr/android/cardboard/cardboard_vr_device.cc:41: VRDeviceInfoPtr device = VRDeviceInfo::New(); Oh, could you add a ...
5 years, 5 months ago (2015-07-23 19:10:57 UTC) #22
bajones
On 2015/07/23 19:10:57, jdduke wrote: > Oh, could you add a TRACE_EVENT entry for this ...
5 years, 5 months ago (2015-07-24 19:52:01 UTC) #23
jdduke (slow)
On 2015/07/24 19:52:01, bajones wrote: > On 2015/07/23 19:10:57, jdduke wrote: > > Oh, could ...
5 years, 5 months ago (2015-07-24 22:15:52 UTC) #24
bajones
On 2015/07/24 22:15:52, jdduke wrote: > Thanks, still lgtm. Thank you! tedchoc@, I'd still appreciate ...
5 years, 5 months ago (2015-07-24 22:29:11 UTC) #25
Ted C
On 2015/07/23 19:07:02, bajones wrote: > On 2015/07/23 18:45:27, Ted C wrote: > > On ...
5 years, 5 months ago (2015-07-24 22:40:48 UTC) #26
kerz_chromium
On 2015/07/24 22:40:48, Ted C wrote: > On 2015/07/23 19:07:02, bajones wrote: > > On ...
5 years, 5 months ago (2015-07-24 22:48:32 UTC) #27
bajones
On 2015/07/24 22:40:48, Ted C wrote: > The launch review would be for APK size ...
5 years, 5 months ago (2015-07-24 23:00:48 UTC) #28
kerz_chromium
On 2015/07/24 23:00:48, bajones wrote: > On 2015/07/24 22:40:48, Ted C wrote: > > The ...
5 years, 4 months ago (2015-07-27 18:07:51 UTC) #29
bajones
On 2015/07/27 18:07:51, kerz_chromium wrote: > Details are at http://goto.ext.google.com/newChromeFeature. Thanks for the link. You'll ...
5 years, 4 months ago (2015-07-27 18:43:31 UTC) #30
bajones
Just read through the updated go/newChromeFeature. My compliments to the authors for making the process ...
5 years, 4 months ago (2015-07-29 18:39:42 UTC) #31
bajones
Post weekend review ping!
5 years, 4 months ago (2015-08-03 21:05:50 UTC) #32
bajones
I haven't received any response on this CL for over a week, but technically have ...
5 years, 4 months ago (2015-08-05 20:29:46 UTC) #33
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200303002/80001
5 years, 4 months ago (2015-08-05 20:31:19 UTC) #36
jdduke (slow)
On 2015/08/05 20:29:46, bajones wrote: > I haven't received any response on this CL for ...
5 years, 4 months ago (2015-08-05 20:32:40 UTC) #37
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/android_chromium_gn_compile_rel/builds/116570) mac_chromium_10.10_rel_ng on tryserver.chromium.mac (JOB_FAILED, ...
5 years, 4 months ago (2015-08-05 20:52:52 UTC) #39
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/140001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200303002/140001
5 years, 4 months ago (2015-08-07 00:37:08 UTC) #42
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_android_rel_ng/builds/53102)
5 years, 4 months ago (2015-08-07 01:43:46 UTC) #44
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/180001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200303002/180001
5 years, 4 months ago (2015-08-07 23:10:42 UTC) #47
commit-bot: I haz the power
Committed patchset #10 (id:180001)
5 years, 4 months ago (2015-08-08 00:57:51 UTC) #48
commit-bot: I haz the power
Patchset 10 (id:??) landed as https://crrev.com/1d9c45547709e77d599c218d76317895389db129 Cr-Commit-Position: refs/heads/master@{#342496}
5 years, 4 months ago (2015-08-08 00:58:23 UTC) #49
Nico
https://codereview.chromium.org/1200303002/diff/180001/content/browser/vr/vr_transform_util.h File content/browser/vr/vr_transform_util.h (right): https://codereview.chromium.org/1200303002/diff/180001/content/browser/vr/vr_transform_util.h#newcode12 content/browser/vr/vr_transform_util.h:12: VRVector4Ptr MatrixToOrientationQuaternion( This probably needs a CONTENT_EXPORT
5 years, 4 months ago (2015-08-08 22:54:16 UTC) #51
Nico
On 2015/08/08 22:54:16, Nico (hiding) wrote: > https://codereview.chromium.org/1200303002/diff/180001/content/browser/vr/vr_transform_util.h > File content/browser/vr/vr_transform_util.h (right): > > https://codereview.chromium.org/1200303002/diff/180001/content/browser/vr/vr_transform_util.h#newcode12 ...
5 years, 4 months ago (2015-08-08 22:55:05 UTC) #52
bajones
A revert of this CL (patchset #10 id:180001) has been created in https://codereview.chromium.org/1274913004/ by bajones@chromium.org. ...
5 years, 4 months ago (2015-08-08 23:13:10 UTC) #53
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200303002/220001
5 years, 3 months ago (2015-08-25 03:52:27 UTC) #56
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/103579)
5 years, 3 months ago (2015-08-25 04:51:34 UTC) #58
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1200303002/220001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1200303002/220001
5 years, 3 months ago (2015-08-25 16:25:31 UTC) #60
commit-bot: I haz the power
Committed patchset #12 (id:220001)
5 years, 3 months ago (2015-08-25 16:59:59 UTC) #61
commit-bot: I haz the power
Patchset 12 (id:??) landed as https://crrev.com/d9be58be03170c7c82f9c55abc2d21f0f7447c7f Cr-Commit-Position: refs/heads/master@{#345356}
5 years, 3 months ago (2015-08-25 17:00:31 UTC) #62
bajones
5 years, 3 months ago (2015-09-01 16:38:04 UTC) #63
Message was sent while issue was closed.
A revert of this CL (patchset #12 id:220001) has been created in
https://codereview.chromium.org/1321383002/ by bajones@chromium.org.

The reason for reverting is: Android team found an incompatibility with the
0.5.5 Cardboard SDK and non-ARM devices. Rolling back until the Cardboard team
can address that..

Powered by Google App Engine
This is Rietveld 408576698