gecko-dev/gfx/vr/ipc
Andrew McCreight 1b5cf10537 Bug 1759432 - Don't check for the WebVR pref in VRProcessChild::Init. r=jgilbert
This check seems to fail even if the VR pref is enabled. I think this is
because we are running this code while very early in process startup.
I think it will not introduce risk because the other process in this case
will be the parent process, so if that's been taken over then we've already
lost.

This also seems to fix the leak that I had to ignore before, probably
because the VR process wasn't even starting up properly before, so I've
removed the leak threshold I had to add.

Differential Revision: https://phabricator.services.mozilla.com/D141170
2022-03-16 14:36:39 +00:00
..
PVR.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PVRGPU.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
PVRLayer.ipdl Bug 1751948 - Part 1: Fix IPDL unified build issues, r=ipc-reviewers,mccr8 2022-02-28 21:01:47 +00:00
PVRManager.ipdl Bug 1736371 - Default new actors to be refcounted, r=alwu,media-playback-reviewers,mccr8 2022-02-09 17:29:47 +00:00
VRChild.cpp Bug 1184468 - Use nsBaseHashtable::Values. r=xpcom-reviewers,nika 2021-03-24 17:56:49 +00:00
VRChild.h
VRGPUChild.cpp Bug 1758549, part 1 - Check that WebVR is enabled before creating PVR, PVRGPU and PVRLayer actors. r=jgilbert 2022-03-12 15:30:37 +00:00
VRGPUChild.h Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
VRGPUParent.cpp Bug 1758549, part 1 - Check that WebVR is enabled before creating PVR, PVRGPU and PVRLayer actors. r=jgilbert 2022-03-12 15:30:37 +00:00
VRGPUParent.h
VRLayerChild.cpp Bug 1758549, part 1 - Check that WebVR is enabled before creating PVR, PVRGPU and PVRLayer actors. r=jgilbert 2022-03-12 15:30:37 +00:00
VRLayerChild.h
VRLayerParent.cpp Bug 1758776 - Replace the unused mVRDisplayID with a bool. r=jgilbert 2022-03-10 17:40:43 +00:00
VRLayerParent.h Bug 1758776 - Replace the unused mVRDisplayID with a bool. r=jgilbert 2022-03-10 17:40:43 +00:00
VRManagerChild.cpp Bug 1751948 - Part 4: Correctly initialize OtherPid() for in-process actors, r=ipc-reviewers,mccr8 2022-02-28 21:01:48 +00:00
VRManagerChild.h Bug 1749059 - Remove Quantum DOM support from IPDL, r=ipc-reviewers,mccr8 2022-01-25 20:29:46 +00:00
VRManagerParent.cpp Bug 1758549, part 1 - Check that WebVR is enabled before creating PVR, PVRGPU and PVRLayer actors. r=jgilbert 2022-03-12 15:30:37 +00:00
VRManagerParent.h Bug 1706374 - Part 10: Remove unnecessary IToplevelProtocol::OnChannelConnected, r=handyman,jgilbert 2021-06-22 18:17:21 +00:00
VRMessageUtils.h Bug 1754037 - Part 3c: Automatically update all ParamTraits implementations, r=ipc-reviewers,media-playback-reviewers,bryce,mccr8 2022-03-04 15:39:41 +00:00
VRParent.cpp Bug 1738734 - Directly pass around handles rather than using TransportDescriptor, r=jld,media-playback-reviewers,alwu 2022-02-08 23:53:45 +00:00
VRParent.h Bug 1706374 - Part 12b: Use NodeController for primary process channels, r=handyman 2021-06-22 18:17:23 +00:00
VRProcessChild.cpp Bug 1759432 - Don't check for the WebVR pref in VRProcessChild::Init. r=jgilbert 2022-03-16 14:36:39 +00:00
VRProcessChild.h Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
VRProcessManager.cpp Backed out 10 changesets (bug 1752332) for bc failures on browser_preferences_usage.js 2022-02-23 20:43:01 +02:00
VRProcessManager.h Bug 1683551 - Make `gfx` buildable outside of `unified-build` environment. r=sg,jgilbert 2021-01-04 14:20:17 +00:00
VRProcessParent.cpp Bug 1758549, part 1 - Check that WebVR is enabled before creating PVR, PVRGPU and PVRLayer actors. r=jgilbert 2022-03-12 15:30:37 +00:00
VRProcessParent.h