Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove secure context warnings from XR member pages #7070

Merged
merged 1 commit into from
Jul 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- space
browser-compat: api.XRBoundedReferenceSpace.boundsGeometry
---
<p>{{APIRef("WebXR Device API")}}{{secureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRBoundedReferenceSpace")}}
property <code><strong>boundsGeometry</strong></code> is an array of
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrframe/getpose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- getPose
browser-compat: api.XRFrame.getPose
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p class="summary"><span class="seoSummary">The {{domxref("XRFrame")}}
method <code><strong>getPose()</strong></code> returns the relative position and
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrframe/getviewerpose/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- pose
browser-compat: api.XRFrame.getViewerPose
---
<div>{{securecontext_header}}{{APIRef("WebXR Device API")}}</div>
<div>{{APIRef("WebXR Device API")}}</div>

<p class="summary"><span
class="seoSummary">The <code><strong>getViewerPose()</strong></code> method, a member
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsource/gripspace/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- gripSpace
browser-compat: api.XRInputSource.gripSpace
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p class="summary"><span class="seoSummary">The read-only {{domxref("XRInputSource")}}
property <code><strong>gripSpace</strong></code> returns an {{domxref("XRSpace")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsource/handedness/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- right
browser-compat: api.XRInputSource.handedness
---
<p>{{APIRef("WebXR")}}{{securecontext_header}}</p>
<p>{{APIRef("WebXR")}}</p>

<p>The read-only {{domxref("XRInputSource")}} property
<code><strong>handedness</strong></code> indicates which of the user's hands the WebXR
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsource/profiles/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- profile
browser-compat: api.XRInputSource.profiles
---
<p>{{APIRef("WebXR")}}{{securecontext_header}}</p>
<p>{{APIRef("WebXR")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRInputSource")}} property
<code><strong>profiles</strong></code> returns an array of strings, each describing a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- targetRayMode
browser-compat: api.XRInputSource.targetRayMode
---
<p>{{APIRef("WebXR")}}{{securecontext_header}}</p>
<p>{{APIRef("WebXR")}}</p>

<p>The read-only {{domxref("XRInputSource")}}
property <strong><code>targetRayMode</code></strong> indicates the method by which the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
- target
browser-compat: api.XRInputSource.targetRaySpace
---
<p>{{APIRef("WebXR")}}{{securecontext_header}}</p>
<p>{{APIRef("WebXR")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRInputSource")}} property
<code><strong>targetRaySpace</strong></code> returns an {{domxref("XRSpace")}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
- XRInputSourceArray
browser-compat: api.XRInputSourceArray.entries
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRInputSourceArray")}} interface's
<code><strong>entries()</strong></code> method returns a JavaScript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- forEach
browser-compat: api.XRInputSourceArray.forEach
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The {{domxref("XRInputSourceArray")}}
method <code><strong>forEach()</strong></code> executes the specified callback once for
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsourcearray/keys/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
- keys
browser-compat: api.XRInputSourceArray.keys
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The <code><strong>keys()</strong></code> method in the
{{domxref("XRInputSourceArray")}} interface returns a {{Glossary("JavaScript")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsourcearray/length/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- count
browser-compat: api.XRInputSourceArray.length
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The read-only <code><strong>length</strong></code> property returns an integer value
indicating the number of items in the input source list represented by
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsourcearray/values/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- values
browser-compat: api.XRInputSourceArray.values
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The {{domxref("XRInputSourceArray")}}
method  <code><strong>values()</strong></code> returns a {{Glossary("JavaScript")}}
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrinputsourceevent/frame/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- events
browser-compat: api.XRInputSourceEvent.frame
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRInputSourceEvent")}} property
<code><strong>frame</strong></code> specifies an {{domxref("XRFrame")}} object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- source
browser-compat: api.XRInputSourceEvent.inputSource
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRInputSourceEvent")}} interface's read-only
<code><strong>inputSource</strong></code> property specifies the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- events
browser-compat: api.XRInputSourceEvent.XRInputSourceEvent
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The <code><strong>XRInputSourceEvent()</strong></code>
constructor creates and returns a new {{domxref("XRInputSourceEvent")}} object
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- augmented
browser-compat: api.XRInputSourcesChangeEvent.added
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRInputSourcesChangeEvent")}}
property {{domxref("XRInputSourcesChangeEvent.added", "added")}} is a list of zero or
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- removed
browser-compat: api.XRInputSourcesChangeEvent.removed
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRInputSourcesChangeEvent")}}
property {{domxref("XRInputSourcesChangeEvent.removed", "removed")}} is an array of
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- augmented
browser-compat: api.XRInputSourcesChangeEvent.session
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRInputSourcesChangeEvent")}} property
{{domxref("XRInputSourcesChangeEvent.session", "session")}} specifies the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- augmented
browser-compat: api.XRInputSourcesChangeEvent.XRInputSourcesChangeEvent
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The <code><strong>XRInputSourcesChangeEvent()</strong></code>
constructor creates and returns a new {{domxref("XRInputSourcesChangeEvent")}} object,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- augmented
browser-compat: api.XRInputSourcesChangeEventInit.added
---
<p>{{APIRef("WebXR Device API")}} {{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRInputSourcesChangeEventInit")}} property
{{domxref("XRInputSourcesChangeEventInit.added", "added")}} specifies a list of input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
- granted
browser-compat: api.XRPermissionStatus.granted
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The WebXR Device API's {{domxref("XRPermissionStatus")}}
interface's <code><strong>granted</strong></code> property is an array of strings, each
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
- movement
browser-compat: api.XRReferenceSpace.getOffsetReferenceSpace
---
<p>{{APIRef("WebXR Device API")}}{{secureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRReferenceSpace")}}
interface's <code><strong>getOffsetReferenceSpace()</strong></code> method returns a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrreferencespace/onreset/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- tracking
browser-compat: api.XRReferenceSpace.onreset
---
<p>{{APIRef("WebXR Device API")}}{{secureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The {{domxref("XRReferenceSpace")}}
interface's <code><strong>onreset</strong></code> event handler property can be set to a
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
- reset
browser-compat: api.XRReferenceSpace.reset_event
---
<p>{{APIRef("WebXR Device API")}}{{secureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The <code><strong>reset</strong></code> event is sent to an {{domxref("XRReferenceSpace")}} object when a discontinuity is detected in either the native origin or the effective origin, causing a jump in the position or orientation of objects oriented using the reference space.</span> This is common when the user calibrates or recalibrates an XR device, or if the device automatically changes its origin after losing tracking of the user, then re-gaining it.</p>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- source
browser-compat: api.XRReferenceSpaceEvent.referenceSpace
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p>The read-only {{domxref("XRReferenceSpaceEvent")}} property
<code><strong>referenceSpace</strong></code> specifies the reference space which is the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
- transform
browser-compat: api.XRReferenceSpaceEvent.transform
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The read-only {{domxref("XRReferenceSpaceEvent")}} property
<code><strong>transform</strong></code> indicates the position and orientation of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- events
browser-compat: api.XRReferenceSpaceEvent.XRReferenceSpaceEvent
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The <code><strong>XRReferenceSpaceEvent()</strong></code>
constructor is used to create a new {{domxref("XRReferenceSpaceEvent")}} object, which
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrrenderstate/baselayer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- baseLayer
browser-compat: api.XRRenderState.baseLayer
---
<div>{{securecontext_header}}{{APIRef("WebXR Device API")}}</div>
<div>{{APIRef("WebXR Device API")}}</div>

<p class="summary">The read-only <strong><code>baseLayer</code></strong> property of the
{{domxref("XRRenderState")}} interface returns the {{domxref("XRWebGLLayer")}} instance
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrrenderstate/depthfar/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- depthFar
browser-compat: api.XRRenderState.depthFar
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p class="summary">The <strong><code>depthFar</code></strong> read-only property of the
{{domxref("XRRenderState")}} interface returns the distance in meters of the far clip
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrrenderstate/depthnear/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- depthNear
browser-compat: api.XRRenderState.depthNear
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p class="summary">The <strong><code>depthNear</code></strong> read-only property of the
{{domxref("XRRenderState")}} interface returns the distance in meters of the near clip
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- WebXR Device API
browser-compat: api.XRRenderState.inlineVerticalFieldOfView
---
<p>{{securecontext_header}}{{APIRef("WebXR Device API")}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p class="summary">The read-only <strong><code>inlineVerticalFieldOfView</code></strong>
property of the {{DOMxRef("XRRenderState")}} interface returns the default vertical
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- cancelAnimationFrame()
browser-compat: api.XRSession.cancelAnimationFrame
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span
class="seoSummary">The <strong><code>cancelAnimationFrame()</code></strong> method of
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/end/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- end()
browser-compat: api.XRSession.end
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>end()</strong></code> method shuts down the
{{domxref("XRSession")}} on which it's called, returning a promise which resolves once
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/inputsources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- inputSources
browser-compat: api.XRSession.inputSources
---
<p>{{securecontext_header}}{{APIRef("WebXR Device API")}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The
<em>read-only</em> <strong><code>inputSources</code></strong> property of the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- inputsourceschange
browser-compat: api.XRSession.inputsourceschange_event
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The <strong><code>inputsourceschange</code></strong> event is sent to an {{domxref("XRSession")}} when the set of available WebXR input devices changes.</span> The received event, of type {{domxref("XRInputSourcesChangeEvent")}}, contains a list of any newly {{domxref("XRInputSourcesChangeEvent.added", "added")}} and/or {{domxref("XRInputSourcesChangeEvent.removed", "removed")}} input devices.</p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- onend
browser-compat: api.XRSession.onend
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>onend</strong></code> attribute of the
{{DOMxRef("XRSession")}} object is the event handler for the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- oninputsourceschange
browser-compat: api.XRSession.oninputsourceschange
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>oninputsourcechange</strong></code> attribute of the {{DOMxRef("XRSession")}} object is the event handler for the {{DOMxRef("XRSession.inputsourcechange_event", "inputsourcechange")}} event, which is dispatched when session's list of active XR input sources has changed. The list itself is accessible via {{DOMxRef("XRSession.inputSources")}}.</span></p>

Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onselect/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- onselect
browser-compat: api.XRSession.onselect
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>onselect</strong></code> property of the
{{DOMxRef("XRSession")}} object is the event handler for the
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onselectend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
- onselectend
browser-compat: api.XRSession.onselectend
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>onselectend</strong></code> attribute of the
{{DOMxRef("XRSession")}} object is the event handler for the
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onselectstart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
- onselectstart
browser-compat: api.XRSession.onselectstart
---
<div>{{securecontext_header}}{{APIRef("WebXR")}}</div>
<div>{{APIRef("WebXR")}}</div>

<p><span class="seoSummary">The <code><strong>onselectstart</strong></code> attribute of
the {{DOMxRef("XRSession")}} object is the event handler for the
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onsqueeze/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- squeeze
browser-compat: api.XRSession.onsqueeze
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRSession")}} interface's
<code><strong>onsqueeze</strong></code> event handler property can be set to a
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onsqueezeend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- squeeze
browser-compat: api.XRSession.onsqueezeend
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRSession")}} interface's
<code><strong>onsqueezeend</strong></code> event handler property is a function to be
Expand Down
2 changes: 1 addition & 1 deletion files/en-us/web/api/xrsession/onsqueezestart/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
- onsqueezestart
browser-compat: api.XRSession.onsqueezestart
---
<p>{{APIRef("WebXR Device API")}}{{SecureContext_Header}}</p>
<p>{{APIRef("WebXR Device API")}}</p>

<p><span class="seoSummary">The {{domxref("XRSession")}} interface's
<code><strong>onsqueezestart</strong></code> event handler property can be set to a
Expand Down
Loading