gecko-dev/dom/gamepad
Chris Martin 69f092758b Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman
This class (which may be useful outside of just gamepad code) provides an API to share an object across processes in a synchronized manner.

Eventually it will be used to share gamepad data (axes, buttons, etc) immediately with child processes for performance reasons.

Differential Revision: https://phabricator.services.mozilla.com/D100215
2021-03-01 21:59:47 +00:00
..
android Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
cocoa Bug 1694161 - some fixes for the MacOS non unified environment. r=sg 2021-02-27 08:05:46 +00:00
fallback Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman 2021-03-01 21:59:47 +00:00
ipc Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
linux Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
tests/gtest Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman 2021-03-01 21:59:47 +00:00
windows Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman 2021-03-01 21:59:47 +00:00
Gamepad.cpp Bug 1691913 - Remove uses of nsDataHashtable::GetValue. r=xpcom-reviewers,necko-reviewers,dragana,nika 2021-03-01 09:59:30 +00:00
Gamepad.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadButton.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
GamepadButton.h Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/gamepad. r=smaug 2020-02-20 16:03:33 +00:00
GamepadHandle.cpp Bug 1684173 - Add newline character at end of files when missing r=sylvestre,geckoview-reviewers,agi 2021-01-07 08:53:08 +00:00
GamepadHandle.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
GamepadHapticActuator.cpp Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadHapticActuator.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadLightIndicator.cpp Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadLightIndicator.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadManager.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
GamepadManager.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadMonitoring.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadPlatformService.cpp Bug 1657404 - Back out changeset 6792f28b99bd keeping 349854c5ad56 r=handyman 2020-12-17 18:21:06 +00:00
GamepadPlatformService.h Bug 1657404 - Back out changeset 6792f28b99bd keeping 349854c5ad56 r=handyman 2020-12-17 18:21:06 +00:00
GamepadPose.cpp Bug 1674637 - Use nested namespaces in dom/ r=sg,andi 2020-11-04 17:04:01 +00:00
GamepadPose.h
GamepadPoseState.h Bug 1631635 - Implement IsPositionEmulated for XRInputSource. r=kip,imanol 2020-04-21 11:17:34 +00:00
GamepadRemapping.cpp Bug 1694161 - some fixes for the MacOS non unified environment. r=sg 2021-02-27 08:05:46 +00:00
GamepadRemapping.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadServiceTest.cpp Bug 1691913 - Rename nsBaseHashtable::Put to InsertOrUpdate. r=xpcom-reviewers,necko-reviewers,jgilbert,dragana,nika 2021-02-26 09:11:46 +00:00
GamepadServiceTest.h Bug 1657404 - Implement a strongly-typed, service-dependent gamepad handle r=handyman,aklotz 2020-12-02 23:06:05 +00:00
GamepadTouch.cpp Bug 1660470 - Add missing include directives/forward declarations. r=nika 2020-11-23 16:21:38 +00:00
GamepadTouch.h Bug 1671641 - Make `dom/gamepad` buildable outside of `unified-build` environment. r=sg 2020-10-28 12:29:56 +00:00
GamepadTouchState.h
SynchronizedSharedMemory.h Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman 2021-03-01 21:59:47 +00:00
moz.build Bug 1658419 - Create a class that implements sync'd cross-process shared memory r=handyman 2021-03-01 21:59:47 +00:00