Closed
Bug 1481393
Opened 7 years ago
Closed 7 years ago
Implement a listener for WebVR PresentationGenerationContext changes
Categories
(Core :: WebVR, enhancement)
Tracking
()
RESOLVED
FIXED
mozilla63
People
(Reporter: mortimergoro, Assigned: mortimergoro)
Details
(Whiteboard: [geckoview:fxr:p1])
Attachments
(1 file)
On FirefoxReality we increate mPresentingGeneration value to exit from WebVR from a back button action. This normally works but I did some tests with webpages that don't call vrDisplay.SubmitFrame and Exit from WebVR didn´t work ok.
The problem is that mPresentingGeneration changes are only checked in VRDisplay::SubmitFrame(). We should add a listener dispatch by the watchdog also to protect from situations where vrDisplay.SubmitFrame() is not called.
Assignee | ||
Updated•7 years ago
|
Whiteboard: [geckoview:fxr:p1]
Assignee | ||
Comment 1•7 years ago
|
||
MozReview-Commit-ID: FAR1fYnNM0U
Comment 2•7 years ago
|
||
Since this patch touches dom/base/nsGlobalWindowInner.[h,cpp] you need a peer review. Maybe ehsan?
Assignee: nobody → imanol
Comment 3•7 years ago
|
||
Comment on attachment 8998127 [details]
Bug 1481393 - Implement a listener for WebVR PresentationGenerationContext changes;
Randall Barker [:rbarker] has approved the revision.
https://phabricator.services.mozilla.com/D2832
Attachment #8998127 -
Flags: review+
Comment 4•7 years ago
|
||
Comment on attachment 8998127 [details]
Bug 1481393 - Implement a listener for WebVR PresentationGenerationContext changes;
:kip (Kearwood Gilbert) has approved the revision.
https://phabricator.services.mozilla.com/D2832
Attachment #8998127 -
Flags: review+
Comment 5•7 years ago
|
||
I was told :nika is the correct peer to request the review from.
Comment 6•7 years ago
|
||
Comment on attachment 8998127 [details]
Bug 1481393 - Implement a listener for WebVR PresentationGenerationContext changes;
:Nika Layzell has approved the revision.
Attachment #8998127 -
Flags: review+
Assignee | ||
Updated•7 years ago
|
Keywords: checkin-needed
Pushed by archaeopteryx@coole-files.de:
https://hg.mozilla.org/integration/autoland/rev/56bf1095268f
Implement a listener for WebVR PresentationGenerationContext changes; r=kip,rbarker,nika
Keywords: checkin-needed
Comment 8•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox63:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla63
Comment 9•7 years ago
|
||
status-firefox62=wontfix because we don't need to uplift this fix to GV 62 Beta.
status-firefox61:
--- → wontfix
status-firefox62:
--- → wontfix
status-firefox-esr52:
--- → wontfix
status-firefox-esr60:
--- → wontfix
You need to log in
before you can comment on or make changes to this bug.
Description
•