Commit 9bc6b47b authored by David Dorwin's avatar David Dorwin Committed by Commit Bot

Update WebXR Origin Trial name for M69

WebXRGamepadSupport remains unchanged because there are no API changes.

Bug: 864810

Change-Id: Ic3f3e37f90521781a199a27444f9e696c855c2dc
Reviewed-on: https://chromium-review.googlesource.com/1132385Reviewed-by: default avatarIan Vollick <vollick@chromium.org>
Reviewed-by: default avatarBill Orr <billorr@chromium.org>
Reviewed-by: default avatarBrandon Jones <bajones@chromium.org>
Commit-Queue: David Dorwin <ddorwin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#576141}
parent f47d2153
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Generate token with the command: <!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 WebVR1.1M62 --expire-timestamp=2000000000 tools/origin_trials/generate_token.py http://127.0.0.1:8000 WebVR1.1M62 --expire-timestamp=2000000000
To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests. To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests.
--> -->
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Generate token with the command: <!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 WebVR1.1M62 --expire-timestamp=2000000000 tools/origin_trials/generate_token.py http://127.0.0.1:8000 WebVR1.1M62 --expire-timestamp=2000000000
To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests. To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests.
--> -->
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Generate token with the command: <!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 WebXRGamepadSupport --expire-timestamp=2000000000 tools/origin_trials/generate_token.py http://127.0.0.1:8000 WebXRGamepadSupport --expire-timestamp=2000000000
To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests. To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests.
--> -->
......
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<!-- Generate token with the command: <!-- Generate token with the command:
generate_token.py http://127.0.0.1:8000 WebXRDevice --expire-timestamp=2000000000 tools/origin_trials/generate_token.py http://127.0.0.1:8000 WebXRDeviceM69 --expire-timestamp=2000000000
To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests. To test whether the token is working, run virtual/origin-trials-runtimeflags-disabled/http/tests/origin_trials/xr tests.
--> -->
<title>WebXRDevice - interfaces exposed by origin trial</title> <title>WebXRDeviceM69 - interfaces exposed by origin trial</title>
<script src="../../../resources/testharness.js"></script> <script src="../../../resources/testharness.js"></script>
<script src="../../../resources/testharnessreport.js"></script> <script src="../../../resources/testharnessreport.js"></script>
<script src="../../../resources/origin-trials-helper.js"></script> <script src="../../../resources/origin-trials-helper.js"></script>
<script> <script>
let token = "AhQSpjyHBWIyc+JFceIXXbRu6uibOv1f3BsZBP4sc3JNyuINgalHc4xBSLNvlJ7uR4p+qMI0kVWc5yHljKHTWQEAAABTeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiV2ViWFJEZXZpY2UiLCAiZXhwaXJ5IjogMjAwMDAwMDAwMH0="; let token = "AkvrKmuIjbDoP4zBBuZLWVMJLzFCV+2l8Iv2RPYCSbeSjFRRidSbIgW41p+jnCcOukYZ3tE4ZvQsR6qNhiIW5QoAAABWeyJvcmlnaW4iOiAiaHR0cDovLzEyNy4wLjAuMTo4MDAwIiwgImZlYXR1cmUiOiAiV2ViWFJEZXZpY2VNNjkiLCAiZXhwaXJ5IjogMjAwMDAwMDAwMH0=";
let properties_to_check = {'Navigator': ['xr']}; let properties_to_check = {'Navigator': ['xr']};
......
...@@ -1399,7 +1399,7 @@ ...@@ -1399,7 +1399,7 @@
}, },
{ {
name: "WebXR", name: "WebXR",
origin_trial_feature_name: "WebXRDevice", origin_trial_feature_name: "WebXRDeviceM69",
status: "experimental", status: "experimental",
}, },
// Subset of the GamepadExtensions wanted for WebXR, which expose VR controller // Subset of the GamepadExtensions wanted for WebXR, which expose VR controller
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment