| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
BUG=389343
Review URL: https://codereview.chromium.org/1250723002
Cr-Commit-Position: refs/heads/master@{#339734}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit 4ab52def6d1861a55fd9864b47f56c16e4b423a0.
Commit broke Android M bots due to cardboard-java's use of
android.util.FloatMath, which was deprecated in API level 22
(see http://developer.android.com/reference/android/util/FloatMath.html)
BUG=389343
TBR=tsepez@chromium.org, mpearson@chromium.org, jochen@chromium.org
Review URL: https://codereview.chromium.org/1198513003
Cr-Commit-Position: refs/heads/master@{#335349}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
WebVR Spec: http://mozvr.github.io/webvr-spec/webvr.html
For the Blink half of this CL, see https://codereview.chromium.org/848053002
Provides an Android-only, Cardboard-SDK-based implementation of the initial WebVR interface, as well as the basic plumbing required to get data from Javascript to the right place in the browser process and back.
BUG=389343
Review URL: https://codereview.chromium.org/829803003
Cr-Commit-Position: refs/heads/master@{#335062}
|
|
Prerequsite for https://codereview.chromium.org/829803003/
Requires https://codereview.chromium.org/1149283005/
BUG=389343
Review URL: https://codereview.chromium.org/1158413004
Cr-Commit-Position: refs/heads/master@{#334658}
|