gecko-dev/gfx/vr/ipc
Gabriele Svelto 6bddc0a55e Bug 1486772 - Refactor the screen-orientation types and headers r=smaug
This patch removes the 'ScreenOrientationInternal' type from
dom/base/ScreenOrientation.h and moves it into the
HalScreenConfiguration.h header, renaming it simply to 'ScreenOrientation'
in the process. This has several knock-off effects:

- It allows files that needed ScreenOrientationInternal to include a much
  smaller header than before

- It greatly reduces the number of headers pulled in when including Hal.h

- It clarifies the role of the type. The 'Internal' part in the name had
  nothing to do with it being part of the implementation. The type was public
  and called that way only to avoid clashing with the 'ScreenOrientation'
  class. Since we moved it into a different namespace it can be renamed
  safely.

- It allows a file that was manually re-declaring 'ScreenConfigurationInternal'
  type to use the original one

- Finally this fixes a few files which were missing headers they actually
  required but that would still build because unified compilation put them into
  units that already had those headers thanks to ScreenConfiguration.h

Differential Revision: https://phabricator.services.mozilla.com/D4458

--HG--
extra : moz-landing-system : lando
2018-08-29 20:54:56 +00:00
..
PVR.ipdl Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
PVRGPU.ipdl Bug 1481327 - Part 1: Launch VR service in VR process., r=kip,r=mccr8 2018-08-20 14:58:28 -07:00
PVRLayer.ipdl
PVRManager.ipdl Bug 1476797 - Indicate VR session activity indepenently of layer presence r=daoshengmu 2018-07-31 01:41:25 +00:00
VRChild.cpp Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRChild.h Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRGPUChild.cpp Bug 1481327 - Part 1: Launch VR service in VR process., r=kip,r=mccr8 2018-08-20 14:58:28 -07:00
VRGPUChild.h Bug 1481327 - Part 1: Launch VR service in VR process., r=kip,r=mccr8 2018-08-20 14:58:28 -07:00
VRGPUParent.cpp Bug 1481327 - Part 1: Launch VR service in VR process., r=kip,r=mccr8 2018-08-20 14:58:28 -07:00
VRGPUParent.h Bug 1481327 - Part 1: Launch VR service in VR process., r=kip,r=mccr8 2018-08-20 14:58:28 -07:00
VRLayerChild.cpp Bug 1482613 - Make WebVR work with multiprocess enabled on Android r=kip,rbarker,kvark 2018-08-24 15:32:12 +00:00
VRLayerChild.h Bug 1482613 - Make WebVR work with multiprocess enabled on Android r=kip,rbarker,kvark 2018-08-24 15:32:12 +00:00
VRLayerParent.cpp
VRLayerParent.h
VRManagerChild.cpp Bug 1481393 - Implement a listener for WebVR PresentationGenerationContext changes; r=kip,rbarker,nika 2018-08-07 23:09:42 +00:00
VRManagerChild.h Bug 1486772 - Refactor the screen-orientation types and headers r=smaug 2018-08-29 20:54:56 +00:00
VRManagerParent.cpp Bug 1476797 - Indicate VR session activity indepenently of layer presence r=daoshengmu 2018-07-31 01:41:25 +00:00
VRManagerParent.h Bug 1476797 - Indicate VR session activity indepenently of layer presence r=daoshengmu 2018-07-31 01:41:25 +00:00
VRMessageUtils.h Bug 1475270 - Avoid deadlock when pausing the compositor while gfxVRExternal is waiting for a SubmitFrame result; r=kip 2018-07-12 17:22:20 +02:00
VRParent.cpp Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRParent.h Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessChild.cpp Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessChild.h Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessManager.cpp Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessManager.h Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessParent.cpp Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00
VRProcessParent.h Bug 1430038 - Part 2: launch VR process and communicate with GPU process; r=kip, jimm 2018-08-07 11:20:34 -07:00