[Webkit-unassigned] [Bug 221080] New: XRSession.end() promise is not resolved if PlatformXR::Device::supportsSessionShutdownNotification() returns false

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 27 21:53:07 PST 2021


https://bugs.webkit.org/show_bug.cgi?id=221080

            Bug ID: 221080
           Summary: XRSession.end() promise is not resolved if
                    PlatformXR::Device::supportsSessionShutdownNotificatio
                    n() returns false
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebXR
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: adachan at apple.com

This is a regression from https://bugs.webkit.org/show_bug.cgi?id=220835.

In that change, m_endPromise was saved after the call to WebXRSession::shutdown(InitiatedBySystem::No), but that call could result in WebXRSession::didCompleteShutdown() if the device returns false for supportsSessionShutdownNotification() and m_endPromise would still be null then.

Not sure why xrSession_end.https.html did not time out like I've seen with xrSession_requestAnimationFrame_callback_calls.https.html.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20210128/ac0edcff/attachment.htm>


More information about the webkit-unassigned mailing list