Closed
Bug 1423731
Opened 7 years ago
Closed 7 years ago
Update OpenVR to 1.0.18
Categories
(Core :: WebVR, enhancement, P2)
Core
WebVR
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: kip, Assigned: kip)
References
Details
Attachments
(1 file)
The latest version of OpenVR, 1.0.11, has recently been released and we should update our embedded version.
The release notes mention that this update fixes a memory leak on macOS, which could possibly help with bug 1406018.
Comment 2•7 years ago
|
||
This is a (semi-)automated bug making you aware that there is an available upgrade for an embedded third-party library. You can leave this bug open, and it will be updated if a newer version of the library becomes available. If you close it as WONTFIX, please indicate if you do not wish to receive any future bugs upon new releases of the library.
openvr is currently at version 1.0.8. in mozilla-central, and the latest version of the library released is 1.0.12.
I fetched the latest version of the library from https://github.com/ValveSoftware/openvr/.
Summary: Updated OpenVR to 1.0.11 → Update OpenVR to 1.0.12
Comment 3•7 years ago
|
||
1.0.13 is released
Summary: Update OpenVR to 1.0.12 → Update OpenVR to 1.0.13
Comment 4•7 years ago
|
||
1.0.14 is released
Summary: Update OpenVR to 1.0.13 → Update OpenVR to 1.0.14
Assignee | ||
Updated•7 years ago
|
Summary: Update OpenVR to 1.0.14 → Update OpenVR to 1.0.18
Assignee | ||
Comment 5•7 years ago
|
||
1.0.18 is released.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → kgilbert
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Assignee | ||
Comment 8•7 years ago
|
||
Fixed try failures, due to new enum value for controller handed-ness. Once try passes, will assign for review.
Comment hidden (mozreview-request) |
Assignee | ||
Updated•7 years ago
|
Attachment #8973829 -
Flags: review?(rbarker)
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8973829 [details]
Bug 1423731 - Update OpenVR to 1.0.18
https://reviewboard.mozilla.org/r/242190/#review249626
Attachment #8973829 -
Flags: review?(rbarker) → review+
Comment 11•7 years ago
|
||
Pushed by kgilbert@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e413c80dee21
Update OpenVR to 1.0.18 r=rbarker
Comment 12•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
Comment 13•7 years ago
|
||
kip do you know what happened to upstream? It seems like they rewrote history and changed tags....
https://github.com/ValveSoftware/openvr/commits/master
Flags: needinfo?(kgilbert)
Assignee | ||
Comment 14•7 years ago
|
||
(In reply to Tom Ritter [:tjr] from comment #13)
> kip do you know what happened to upstream? It seems like they rewrote
> history and changed tags....
> https://github.com/ValveSoftware/openvr/commits/master
This would not surprise me. It appears that most OpenVR development happens outside of GitHub, then releases are snapshotted and shared to the public GitHub repo.
When updating our copy of OpenVR runtime code, I usually grab their master and do a manual diff against our copy as a sanity check to ensure that there weren't unanticipated major refactors. Any changes needed after grabbing the master are documented in our readme.mozilla file -- these are minimal and don't seem to change often.
Flags: needinfo?(kgilbert)
You need to log in
before you can comment on or make changes to this bug.
Description
•