gecko-dev/gfx/layers/ipc
2016-09-06 20:17:53 -07:00
..
APZChild.cpp Backed out changeset 9fa5ccaa8c6c (bug 1289650) 2016-08-24 23:15:49 +02:00
APZChild.h Bug 1298246 - Update documentation for APZ IPDL protocols. r=kats 2016-08-25 16:42:55 -07:00
APZCTreeManagerChild.cpp Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
APZCTreeManagerChild.h Bug 1281575 - Create IPDL protocol implementation of IAPZCTreeManager. r=kats 2016-07-20 13:37:00 +02:00
APZCTreeManagerParent.cpp Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
APZCTreeManagerParent.h Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
AsyncTransactionTracker.cpp Bug 1294121 - Develop a continuous paint mode for Firefox. r=mattwoodrow 2016-08-16 08:46:13 -07:00
AsyncTransactionTracker.h Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
CompositableForwarder.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
CompositableForwarder.h Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
CompositableTransactionParent.cpp Bug 1298501 - Fix Compositor::IsValid returning the wrong value. r=mattwoodrow 2016-08-26 13:38:00 -04:00
CompositableTransactionParent.h Use normal refcounting for ISurfaceAllocator. (bug 1287232, r=billm) 2016-07-19 16:59:30 -07:00
CompositorBench.cpp Bug 1277862, part 2 - Rename Moz2D's Filter to SamplingFilter in the rest of gfx/. r=Bas 2016-05-25 17:01:18 +01: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 1299594 - part 2 - remove opened actor tracking from IToplevelProtocol; r=billm 2016-09-02 16:13:50 -04:00
CompositorBridgeChild.h Bug 1280715 - Move FixedSizeShmemAllocator to CompositorBridgeChild to allow for a more sane destruction sequence r=nical 2016-09-01 12:31:38 -04:00
CompositorBridgeParent.cpp Bug 1299594 - part 2 - remove opened actor tracking from IToplevelProtocol; r=billm 2016-09-02 16:13:50 -04:00
CompositorBridgeParent.h Bug 1297578 - Part 2: Merge ShadowLayersManager into the CBP base. r=dvander 2016-08-26 09:10:53 +12:00
CompositorThread.cpp Split up CompositorBridgeParent initialization. (bug 1282348 part 1, r=mattwoodrow,billm) 2016-07-17 21:24:27 -07:00
CompositorThread.h Move CompositorBridgeParent::IsInCompositorThread to CompositorThreadHolder. (bug 1273017 part 3, r=mattwoodrow) 2016-05-15 23:40:13 -07:00
FenceUtils.cpp Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
FenceUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
GonkNativeHandle.cpp
GonkNativeHandle.h
GonkNativeHandleUtils.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
GonkNativeHandleUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ImageBridgeChild.cpp Remove monitor-related boilerplate in ImageBridgeChild.cpp. (bug 1300050, r=mattwoodrow) 2016-09-06 20:17:53 -07:00
ImageBridgeChild.h Simplify ImageContainerChild memory management. (bug 1299621 part 2, r=nical) 2016-09-06 15:20:41 -07:00
ImageBridgeParent.cpp Bug 1299594 - part 2 - remove opened actor tracking from IToplevelProtocol; r=billm 2016-09-02 16:13:50 -04:00
ImageBridgeParent.h Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
ImageContainerChild.cpp Simplify ImageContainerChild memory management. (bug 1299621 part 2, r=nical) 2016-09-06 15:20:41 -07:00
ImageContainerChild.h Simplify ImageContainerChild memory management. (bug 1299621 part 2, r=nical) 2016-09-06 15:20:41 -07:00
ImageContainerParent.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ImageContainerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ISurfaceAllocator.cpp Bug 1297578 - Part 1: Create a base CompositorBridgeParent class and avoid implementing things twice. r=nical 2016-08-26 09:08:52 +12:00
ISurfaceAllocator.h Bug 1280715 - Move FixedSizeShmemAllocator to CompositorBridgeChild to allow for a more sane destruction sequence r=nical 2016-09-01 12:31:38 -04: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
LayersMessages.ipdlh Bug 1291481 - Represent direction enum as uint8_t in LayersMessages.ipdlh; r=birtles 2016-08-27 16:50:29 +09:00
LayersSurfaces.ipdlh Bug 1254011 - Avoid allocating RGB buffer for YUV data everytime r=nical 2016-07-08 18:59:59 -07:00
LayerTransactionChild.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
LayerTransactionChild.h Bug 1088300: More diagnostic to see what went wrong. r=mchang 2016-09-01 16:27:08 -04:00
LayerTransactionParent.cpp Merge m-c to inbound, a=merge 2016-08-25 17:14:17 -07:00
LayerTransactionParent.h Merge m-c to inbound, a=merge 2016-08-25 17:14:17 -07:00
LayerTreeOwnerTracker.cpp Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
LayerTreeOwnerTracker.h Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
PAPZ.ipdl Bug 1298246 - Update documentation for APZ IPDL protocols. r=kats 2016-08-25 16:42:55 -07:00
PAPZCTreeManager.ipdl Bug 1298246 - Update documentation for APZ IPDL protocols. r=kats 2016-08-25 16:42:55 -07:00
PCompositable.ipdl Rename PCompositor to PCompositorBridge. (bug 1258479 part 1, r=mattwoodrow) 2016-03-22 14:07:08 -04:00
PCompositorBridge.ipdl Backed out changeset 21cd933e4c32 (bug 1289650) for crashing in e10s browser-chrome tests. r=backout on a CLOSED TREE 2016-08-24 23:17:37 +02:00
PImageBridge.ipdl Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
PImageContainer.ipdl
PLayer.ipdl
PLayerTransaction.ipdl Bug 1279071 - Change GetOpacity to GetAnimationOpacity to return opacity value applied by animation. r=birtles,mstange 2016-08-25 09:07:56 +09:00
PSharedBufferManager.ipdl
PTexture.ipdl Bug 1252835 - Make TextureHost recycling implicit r=nical 2016-06-15 04:28:10 -07:00
RemoteContentController.cpp Backed out changeset 9fa5ccaa8c6c (bug 1289650) 2016-08-24 23:15:49 +02:00
RemoteContentController.h Bug 1298246 - Update documentation for APZ IPDL protocols. r=kats 2016-08-25 16:42:55 -07:00
ShadowLayerChild.cpp
ShadowLayerChild.h
ShadowLayerParent.cpp
ShadowLayerParent.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
ShadowLayers.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
ShadowLayers.h Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
ShadowLayerUtils.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07:00
ShadowLayerUtilsGralloc.cpp Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj 2016-08-24 14:47:04 +08:00
ShadowLayerUtilsGralloc.h Bug 1262671 - void** -> PickleIterator (r=froydnj) 2016-05-27 09:57:38 -07: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
SharedBufferManagerChild.cpp Bug 1295083 - Replace PR_snprintf and s[n]printf calls with SprintfLiteral in gfx/. r=Bas 2016-08-16 15:41:12 -07:00
SharedBufferManagerChild.h
SharedBufferManagerParent.cpp Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
SharedBufferManagerParent.h Bug 1299594 - part 1 - remove CloneManagees/CloneToplevel code from IPDL; r=billm 2016-09-02 16:13:50 -04:00
SharedPlanarYCbCrImage.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
SharedPlanarYCbCrImage.h Bug 1262278 - Rename PlanarYCbCrImage::SetData and PlanarYCbCrImage::SetDataNoCopy r=nical 2016-04-18 20:12:41 -07:00
SharedRGBImage.cpp Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical) 2016-09-02 16:08:49 -07:00
SharedRGBImage.h
TextureForwarder.h Bug 1280715 - Move FixedSizeShmemAllocator to CompositorBridgeChild to allow for a more sane destruction sequence r=nical 2016-09-01 12:31:38 -04:00
ThreadSafeRefcountingWithMainThreadDestruction.h Bug 1293603 (part 2) - Make Run() declarations consistent. r=erahm. 2016-08-08 12:18:10 +10:00