Commit 00c72bd6 authored by Brandon Jones's avatar Brandon Jones Committed by Commit Bot

Update URLs in WebXR IDL files to point to updated spec location.

Change-Id: Iebf8e26c6a6d8637260cfaa43db8b4fa73e3f9d2
TBR: ddorwin@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/1062973
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: default avatarBrandon Jones <bajones@chromium.org>
Cr-Commit-Position: refs/heads/master@{#559433}
parent bb4347a9
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xr-interface // https://immersive-web.github.io/webxr/#xr-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrcoordinatesystem-interface // https://immersive-web.github.io/webxr/#xrcoordinatesystem-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrdevice-interface // https://immersive-web.github.io/webxr/#xrdevice-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrdevicepose-interface // https://immersive-web.github.io/webxr/#xrdevicepose-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrframeofreference-interface // https://immersive-web.github.io/webxr/#xrframeofreference-interface
enum XRFrameOfReferenceType { enum XRFrameOfReferenceType {
"headModel", "headModel",
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrframeofreference-interface // https://immersive-web.github.io/webxr/#xrframeofreference-interface
[ [
SecureContext SecureContext
] dictionary XRFrameOfReferenceOptions { ] dictionary XRFrameOfReferenceOptions {
......
...@@ -2,5 +2,5 @@ ...@@ -2,5 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#callbackdef-xrframerequestcallback // https://immersive-web.github.io/webxr/#callbackdef-xrframerequestcallback
callback XRFrameRequestCallback = void (DOMHighResTimeStamp time, XRPresentationFrame frame); callback XRFrameRequestCallback = void (DOMHighResTimeStamp time, XRPresentationFrame frame);
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrlayer-interface // https://immersive-web.github.io/webxr/#xrlayer-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrpresentationcontext-interface // https://immersive-web.github.io/webxr/#xrpresentationcontext-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrpresentationframe-interface // https://immersive-web.github.io/webxr/#xrpresentationframe-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrsession-interface // https://immersive-web.github.io/webxr/#xrsession-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrsessioncreationoptions-interface // https://immersive-web.github.io/webxr/#xrsessioncreationoptions-interface
[ [
SecureContext SecureContext
] dictionary XRSessionCreationOptions { ] dictionary XRSessionCreationOptions {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrsessionevent-interface // https://immersive-web.github.io/webxr/#xrsessionevent-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR, OriginTrialEnabled=WebXR,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrsessionevent-interface // https://immersive-web.github.io/webxr/#xrsessionevent-interface
[ [
SecureContext SecureContext
] dictionary XRSessionEventInit : EventInit { ] dictionary XRSessionEventInit : EventInit {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrstagebounds-interface // https://immersive-web.github.io/webxr/#xrstagebounds-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrstageboundspoint-interface // https://immersive-web.github.io/webxr/#xrstageboundspoint-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrview-interface // https://immersive-web.github.io/webxr/#xrview-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrviewport-interface // https://immersive-web.github.io/webxr/#xrviewport-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR OriginTrialEnabled=WebXR
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
typedef (WebGLRenderingContext or WebGL2RenderingContext) XRWebGLRenderingContext; typedef (WebGLRenderingContext or WebGL2RenderingContext) XRWebGLRenderingContext;
// https://immersive-web.github.io/webxr/spec/latest/#xrwebgllayer-interface // https://immersive-web.github.io/webxr/#xrwebgllayer-interface
[ [
SecureContext, SecureContext,
OriginTrialEnabled=WebXR, OriginTrialEnabled=WebXR,
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
// https://immersive-web.github.io/webxr/spec/latest/#xrwebgllayerinit-dictionary // https://immersive-web.github.io/webxr/#xrwebgllayer-interface
[ [
SecureContext SecureContext
] dictionary XRWebGLLayerInit { ] dictionary XRWebGLLayerInit {
......
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