| Auto-Submit | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
WebXR: Setup DOM overlay fullscreen state only on session success
Previously, when requesting a WebXR session with DOM Overlay, the
browser process would speculatively notify the RenderFrameHost that an
XR overlay was being set up prior to session confirmation. If the XR
runtime rejected or failed to establish the session, the browser could
get left in an inconsistent state regarding fullscreen entrance rules.
This change defers notifying the RenderFrameHost about the XR overlay
setup until after the immersive session has been fully established and
granted by the XR runtime.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |