gecko-dev/gfx/layers/ipc
Kartikaya Gupta ac6cc8ce06 Bug 1330037 - Propagate the CompositorOptions to all CompositorWidget instances. r=dvander
MozReview-Commit-ID: DFeeo2WNmhZ

--HG--
extra : rebase_source : d40bea7f726df007e3f079bb9576e1cbe17e3460
2017-01-12 17:29:42 -05:00
..
APZCTreeManagerChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
APZCTreeManagerChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
APZCTreeManagerParent.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
APZCTreeManagerParent.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
APZChild.cpp Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
APZChild.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
CompositableForwarder.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
CompositableForwarder.h Bug 1313281 - Part 1: Remove AsyncTransactionTracker. r=sotaro 2016-10-27 20:59:23 +13:00
CompositableTransactionParent.cpp Bug 1315584 - Remove picture rect assertion in LayerTransactionParent since it can fail if the texture isn't available. r=dvander 2016-11-08 15:26:42 +13:00
CompositableTransactionParent.h Bug 1313281 - Part 1: Remove AsyncTransactionTracker. r=sotaro 2016-10-27 20:59:23 +13:00
CompositorBench.cpp Bug 1308363 - Remove GONK specific code from gfx/. r=jrmuizel,sotaro 2016-10-27 13:17:10 +13:00
CompositorBench.h Bug 1272778. Use IntRects for clip rects instead of Rects. r=mstange 2016-05-13 19:58:43 -04:00
CompositorBridgeChild.cpp Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
CompositorBridgeChild.h Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
CompositorBridgeParent.cpp Bug 1330037 - Propagate the CompositorOptions to all CompositorWidget instances. r=dvander 2017-01-12 17:29:42 -05:00
CompositorBridgeParent.h Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
CompositorThread.cpp Bug 1323042 - forbid MOZ_COUNT_{CTOR,DTOR} for nsISupports classes; r=froydnj 2016-12-12 09:27:58 -05:00
CompositorThread.h Move CompositorBridgeParent::IsInCompositorThread to CompositorThreadHolder. (bug 1273017 part 3, r=mattwoodrow) 2016-05-15 23:40:13 -07:00
CompositorVsyncScheduler.cpp Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro 2016-12-28 10:16:43 +08:00
CompositorVsyncScheduler.h Bug 1318780 - Split CompositorVsyncScheduleOwner to its own file r=kats 2016-11-20 17:14:32 -08:00
CompositorVsyncSchedulerOwner.h Bug 1318780 - Split CompositorVsyncScheduleOwner to its own file r=kats 2016-11-20 17:14:32 -08:00
CrossProcessCompositorBridgeParent.cpp Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
CrossProcessCompositorBridgeParent.h Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
ISurfaceAllocator.cpp Bug 1313281 - Part 2: Remove DeliverFence. r=sotaro 2016-10-27 20:59:50 +13:00
ISurfaceAllocator.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
ImageBridgeChild.cpp Don't retain a ref to ImageContainers in ImageBridgeChild. (bug 1325784 part 6, r=nical) 2017-01-04 10:19:31 -05:00
ImageBridgeChild.h Don't retain a ref to ImageContainers in ImageBridgeChild. (bug 1325784 part 6, r=nical) 2017-01-04 10:19:31 -05:00
ImageBridgeParent.cpp Remove PImageContainer. (bug 1325784 part 5, r=nical) 2017-01-04 10:19:30 -05:00
ImageBridgeParent.h Remove PImageContainer. (bug 1325784 part 5, r=nical) 2017-01-04 10:19:30 -05:00
KnowsCompositor.h Bug 1309277 - Allow D3D9 without component alphaa - r=mattwoodrow 2016-11-02 10:55:07 +00:00
LayerAnimationUtils.cpp Bug 1264865 - Part 3: Remove codes that are no longer in use. r=birtles 2016-07-27 10:13:17 +09:00
LayerAnimationUtils.h Bug 1245016 - b2g build failure in gfx/layers/ipc/LayerAnimationUtils.h r=hiro 2016-02-02 01:53:05 -08:00
LayerTransactionChild.cpp Remove PImageContainer. (bug 1325784 part 5, r=nical) 2017-01-04 10:19:30 -05:00
LayerTransactionChild.h Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
LayerTransactionParent.cpp Bug 1322553 - part 2 - use the new constructor of GeckoProfilerTracingRAII; r=mstange 2017-01-07 15:56:49 -05:00
LayerTransactionParent.h Simplify calling SendUpdate/SendUpdateNoSwap. (bug 1325993, r=nical) 2017-01-04 12:58:58 -05:00
LayerTreeOwnerTracker.cpp Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
LayerTreeOwnerTracker.h Bug 1320752 - remove mozilla/Function.h; r=gerald 2016-11-28 11:03:53 -05:00
LayersMessages.ipdlh Simplify calling SendUpdate/SendUpdateNoSwap. (bug 1325993, r=nical) 2017-01-04 12:58:58 -05:00
LayersSurfaces.ipdlh Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
PAPZ.ipdl Bug 1306603 - Remove APZ code that uses the mozpasspointerevents update region. r=kanru 2016-10-05 08:26:59 -04:00
PAPZCTreeManager.ipdl Bug 1329805 - Add in bootlegged include to PAPZCTreeManager. r=kats 2017-01-09 15:48:16 -08:00
PCompositable.ipdl Remove PCompositable::DestroySync. (bug 1301780 part 2, r=nical) 2016-09-15 23:57:32 -07:00
PCompositorBridge.ipdl Bug 1330037 - Propagate the CompositorOptions over to TabChild and keep a copy there. r=dvander 2017-01-12 17:29:41 -05:00
PImageBridge.ipdl Remove PImageContainer. (bug 1325784 part 5, r=nical) 2017-01-04 10:19:30 -05:00
PLayerTransaction.ipdl Simplify calling SendUpdate/SendUpdateNoSwap. (bug 1325993, r=nical) 2017-01-04 12:58:58 -05:00
PTexture.ipdl Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00
PVideoBridge.ipdl Bug 1302918 - Add PVideoBridge to share textures with the compositor. r=dvander,nical 2016-09-23 09:44:26 +12:00
RemoteContentController.cpp Bug 1321644 - part 2, Remove AndroidBridge::PostTaskToUiThread from RemoteContentController.cpp r=botond 2016-12-23 09:08:39 -08:00
RemoteContentController.h Bug 1306716 - Follow up to not pass references across threads (!) r=kats 2016-10-05 10:15:04 -05:00
ShadowLayerUtils.h Bug 1308363 - Remove GONK specific code from gfx/. r=jrmuizel,sotaro 2016-10-27 13:17:10 +13:00
ShadowLayerUtilsMac.cpp Bug 1279791 - Remove gfxSharedQuartzSurface. r=eflores 2016-06-13 09:27:23 +01:00
ShadowLayerUtilsX11.cpp Bug 1288686 - Avoid X11's |#define None 0L| intruding on other parts of the code. r=jrmuizel 2016-08-29 16:51:43 -04:00
ShadowLayerUtilsX11.h Bug 1296582 - ignore initialisation check for members in SurfaceDescriptorX11. r=jrmuizel 2016-08-23 14:17:56 +03:00
ShadowLayers.cpp Simplify calling SendUpdate/SendUpdateNoSwap. (bug 1325993, r=nical) 2017-01-04 12:58:58 -05:00
ShadowLayers.h Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
SharedPlanarYCbCrImage.cpp Bug 1329300 - Update validity check of SharedPlanarYCbCrImage r=nical 2017-01-11 10:39:27 +09:00
SharedPlanarYCbCrImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedRGBImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SharedRGBImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
SynchronousTask.h Bug 1300676 - Part 3 - Implement readback for GPU videos. r=dvander,nical 2016-11-04 13:28:28 +13:00
TextureForwarder.h Bug 1300676 - Part 1: Allow asynchronous deletion of Shmem for VideoDecoderManagerChild. r=dvander 2016-11-04 13:28:28 +13:00
ThreadSafeRefcountingWithMainThreadDestruction.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00
VideoBridgeChild.cpp Bug 1316221 - Force VideoBridge shutdown to happen before the compositor thread is destroyed. r=dvander 2016-11-11 15:02:32 +13:00
VideoBridgeChild.h Bug 1316221 - Make sure we call Close on VideoBridgeChild before shutting down. r=dvander 2016-11-11 15:01:36 +13:00
VideoBridgeParent.cpp Bug 1319626 - Part 6: Fix a few unified build include problems. r=mstange 2016-11-24 18:11:31 +13:00
VideoBridgeParent.h Bug 1319626 - Part 6: Fix a few unified build include problems. r=mstange 2016-11-24 18:11:31 +13:00