gecko-dev/gfx/vr
Kearwood Gilbert eba3a06d5f Bug 1356382 - Move jsoncpp library and ensure it is included even when crashreporter is not r=ted
MozReview-Commit-ID: 2g9sFP6QQCU

--HG--
rename : toolkit/crashreporter/jsoncpp/AUTHORS => toolkit/components/jsoncpp/AUTHORS
rename : toolkit/crashreporter/jsoncpp/GIT-INFO => toolkit/components/jsoncpp/GIT-INFO
rename : toolkit/crashreporter/jsoncpp/LICENSE => toolkit/components/jsoncpp/LICENSE
rename : toolkit/crashreporter/jsoncpp/NEWS.txt => toolkit/components/jsoncpp/NEWS.txt
rename : toolkit/crashreporter/jsoncpp/README.md => toolkit/components/jsoncpp/README.md
rename : toolkit/crashreporter/jsoncpp/include/json/allocator.h => toolkit/components/jsoncpp/include/json/allocator.h
rename : toolkit/crashreporter/jsoncpp/include/json/assertions.h => toolkit/components/jsoncpp/include/json/assertions.h
rename : toolkit/crashreporter/jsoncpp/include/json/autolink.h => toolkit/components/jsoncpp/include/json/autolink.h
rename : toolkit/crashreporter/jsoncpp/include/json/config.h => toolkit/components/jsoncpp/include/json/config.h
rename : toolkit/crashreporter/jsoncpp/include/json/features.h => toolkit/components/jsoncpp/include/json/features.h
rename : toolkit/crashreporter/jsoncpp/include/json/forwards.h => toolkit/components/jsoncpp/include/json/forwards.h
rename : toolkit/crashreporter/jsoncpp/include/json/json.h => toolkit/components/jsoncpp/include/json/json.h
rename : toolkit/crashreporter/jsoncpp/include/json/reader.h => toolkit/components/jsoncpp/include/json/reader.h
rename : toolkit/crashreporter/jsoncpp/include/json/value.h => toolkit/components/jsoncpp/include/json/value.h
rename : toolkit/crashreporter/jsoncpp/include/json/version.h => toolkit/components/jsoncpp/include/json/version.h
rename : toolkit/crashreporter/jsoncpp/include/json/writer.h => toolkit/components/jsoncpp/include/json/writer.h
rename : toolkit/crashreporter/jsoncpp/src/lib_json/json_reader.cpp => toolkit/components/jsoncpp/src/lib_json/json_reader.cpp
rename : toolkit/crashreporter/jsoncpp/src/lib_json/json_tool.h => toolkit/components/jsoncpp/src/lib_json/json_tool.h
rename : toolkit/crashreporter/jsoncpp/src/lib_json/json_value.cpp => toolkit/components/jsoncpp/src/lib_json/json_value.cpp
rename : toolkit/crashreporter/jsoncpp/src/lib_json/json_valueiterator.inl => toolkit/components/jsoncpp/src/lib_json/json_valueiterator.inl
rename : toolkit/crashreporter/jsoncpp/src/lib_json/json_writer.cpp => toolkit/components/jsoncpp/src/lib_json/json_writer.cpp
extra : rebase_source : 6996fe5fd4a8e704a138b568d636c1d5238f15b2
2017-04-19 14:41:03 -07:00
..
ipc Bug 1350459 - Remove the [Throws] annotation from Window.navigator, r=qdot 2017-04-14 10:40:03 +08:00
openvr Bug 1356382 - Move jsoncpp library and ensure it is included even when crashreporter is not r=ted 2017-04-19 14:41:03 -07:00
osvr Bug 1343975: Get rid of all dos/windows linebreaks in Mozilla C++ code. r=ehsan 2017-03-02 13:08:29 -08:00
VRDisplayClient.cpp Bug 1350076 - Add a preference to allow proximity sensor triggering of vrdisplayactivate and vrdisplaydeactivate r=daoshengmu 2017-04-04 11:28:56 -07:00
VRDisplayClient.h Bug 1345564 - Reduce sync IPC calls used by WebVR r=daoshengmu,Ehsan,kanru 2017-03-03 16:21:18 -08:00
VRDisplayHost.cpp Bug 1356387 - Add constructor to VRHMDSensorState 2017-04-17 12:15:38 -07:00
VRDisplayHost.h Bug 1336002 - Part 3: Support button touched in OpenVR and Puppet; r=kip 2017-04-06 19:00:20 +08:00
VRDisplayPresentation.cpp Bug 1343758 - Label the tasks in vr module. r=bevistseng,kip 2017-03-23 06:19:11 +00:00
VRDisplayPresentation.h Bug 1306427 - Remove pose parameter from VRDisplay.submitFrame,r=smaug,r=gw280 2016-09-30 16:43:24 -07:00
VRManager.cpp Bug 1355654 - VRManager will now wait for 30 seconds of inactivity before releasing VR displays, rather than doing it instantaneously. r=daoshengmu 2017-04-11 22:12:22 -07:00
VRManager.h Bug 1355654 - VRManager will now wait for 30 seconds of inactivity before releasing VR displays, rather than doing it instantaneously. r=daoshengmu 2017-04-11 22:12:22 -07:00
gfxVR.cpp Bug 1356452 - Part 5: Detect hand changing at runtime for OpenVR controllers; r=kip 2017-04-18 15:58:34 +08:00
gfxVR.h Bug 1356452 - Part 5: Detect hand changing at runtime for OpenVR controllers; r=kip 2017-04-18 15:58:34 +08:00
gfxVROSVR.cpp Bug 1356387 - Add constructor to VRHMDSensorState 2017-04-17 12:15:38 -07:00
gfxVROSVR.h Bug 1351048 - Do not load VR libraries until necessary, Oculus cleanup r=daoshengmu 2017-03-30 09:35:49 -04:00
gfxVROculus.cpp Bug 1353523 - Add adjustable threshold value for VR controller trigger inputs; r=kip 2017-04-19 13:14:13 +08:00
gfxVROculus.h Bug 1353523 - Add adjustable threshold value for VR controller trigger inputs; r=kip 2017-04-19 13:14:13 +08:00
gfxVROpenVR.cpp Bug 1353523 - Add adjustable threshold value for VR controller trigger inputs; r=kip 2017-04-19 13:14:13 +08:00
gfxVROpenVR.h Bug 1353523 - Add adjustable threshold value for VR controller trigger inputs; r=kip 2017-04-19 13:14:13 +08:00
gfxVRPuppet.cpp Bug 1356387 - Add constructor to VRHMDSensorState 2017-04-17 12:15:38 -07:00
gfxVRPuppet.h Bug 1351048 - Do not load VR libraries until necessary, Oculus cleanup r=daoshengmu 2017-03-30 09:35:49 -04:00
moz.build Bug 1341423 - Integrate OpenVR binding library r=daoshengmu 2017-02-27 16:59:30 -08:00
ovr_capi_dynamic.h Bug 1351048 - Do not load VR libraries until necessary, Oculus cleanup r=daoshengmu 2017-03-30 09:35:49 -04:00