gecko-dev/gfx/layers/ipc
2013-04-17 17:39:13 -04:00
..
AsyncPanZoomController.cpp Bug 859935 - Make AsyncPanZoomController not assume the controller thread has a message loop. r=kentuckyfriedtakahe 2013-04-09 22:17:54 -04:00
AsyncPanZoomController.h Bug 859939 - Make AsyncPanZoomController::mLastEventTime unsigned to avoid overflowing. r=kentuckyfriedtakahe 2013-04-09 22:17:54 -04:00
AutoOpenSurface.h Bug 856108 - Port static analyses to clang, part 2d: use MOZ_STACK_CLASS in gfx. r=roc 2013-04-11 22:20:37 -05:00
Axis.cpp Bug 859939 - Make AsyncPanZoomController::mLastEventTime unsigned to avoid overflowing. r=kentuckyfriedtakahe 2013-04-09 22:17:54 -04:00
Axis.h Bug 824511 - Remove Axis.cpp?mark=76,79,82#73 dead code and make Axis less sensitive to random move events distance. r=drs 2013-02-20 14:59:15 -08:00
CompositableForwarder.h Bug 862064; use PCompositable for tiled layers and add TiledContentClient. r=nical 2013-04-17 09:36:06 +12:00
CompositableTransactionParent.cpp Bug 862064; use PCompositable for tiled layers and add TiledContentClient. r=nical 2013-04-17 09:36:06 +12:00
CompositableTransactionParent.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
CompositorChild.cpp Bug 860892 - IPC failure handling in CompositorChild and ShadowLayers. r=jmuizelaar 2013-04-12 16:25:04 -04:00
CompositorChild.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
CompositorCocoaWidgetHelper.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
CompositorCocoaWidgetHelper.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
CompositorParent.cpp Bug 860613 - Add an API to bind an APZC instance to a Layer. r=BenWa 2013-04-17 17:39:13 -04:00
CompositorParent.h Bug 860613 - Remove CompositorParent::GetDefaultPanZoomController (patch from romaxa/tatiana). r=BenWa 2013-04-17 17:39:12 -04:00
GeckoContentController.h Bug 840721 - Add a PostDelayedTask method to the GeckoContentController interface. r=cjones 2013-02-25 15:50:49 -05:00
GestureEventListener.cpp Bug 851556: Makee GestureEventListener.cpp's "MAX_TAP_TIME" unsigned, so that the comparisons against it won't trigger build warnings. r=drs 2013-03-24 18:23:56 -07:00
GestureEventListener.h Bug 840721 - Add a PostDelayedTask method to the GeckoContentController interface. r=cjones 2013-02-25 15:50:49 -05:00
ImageBridgeChild.cpp Bug 862106. Use Create*Client directly. r=nical 2013-04-17 09:36:06 +12:00
ImageBridgeChild.h Bug 862064; use PCompositable for tiled layers and add TiledContentClient. r=nical 2013-04-17 09:36:06 +12:00
ImageBridgeParent.cpp Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
ImageBridgeParent.h Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
ipdl.mk Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
ISurfaceAllocator.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ISurfaceAllocator.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
LayersSurfaces.ipdlh Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
LayerTransaction.ipdlh Bug 862064; use PCompositable for tiled layers and add TiledContentClient. r=nical 2013-04-17 09:36:06 +12:00
PCompositable.ipdl Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
PCompositor.ipdl Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
PGrallocBuffer.ipdl Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
PImageBridge.ipdl Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
PLayer.ipdl Bug 706179 Part 1: Add support for animations to the Layers API r=roc, dbaron, cjones 2012-07-31 10:28:20 -07:00
PLayers.ipdl Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
ShadowLayerChild.cpp Bug 777292 part 2 - Change all nsnull to nullptr 2012-07-30 17:20:58 +03:00
ShadowLayerChild.h Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan 2012-07-06 13:15:45 -05:00
ShadowLayerParent.cpp Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ShadowLayerParent.h Bug 702877 - Replace NS_OVERRIDE with MOZ_OVERRIDE. r=ehsan 2012-07-06 13:15:45 -05:00
ShadowLayers.cpp Bug 862106. Use Create*Client directly. r=nical 2013-04-17 09:36:06 +12:00
ShadowLayers.h Bug 862106. Use Create*Client directly. r=nical 2013-04-17 09:36:06 +12:00
ShadowLayersChild.cpp Bug 860892 - IPC failure handling in CompositorChild and ShadowLayers. r=jmuizelaar 2013-04-12 16:25:04 -04:00
ShadowLayersChild.h Bug 860892 - IPC failure handling in CompositorChild and ShadowLayers. r=jmuizelaar 2013-04-12 16:25:04 -04:00
ShadowLayersManager.h Bug 776217: Support gecko-implemented screen rotation with omtc. r=roc 2012-07-24 12:01:09 -07:00
ShadowLayersParent.cpp Bug 862064; use PCompositable for tiled layers and add TiledContentClient. r=nical 2013-04-17 09:36:06 +12:00
ShadowLayersParent.h Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
ShadowLayerUtils.h Bug 811958 - Fix and move ShateType type - r=bgirard 2012-11-26 14:23:27 -08:00
ShadowLayerUtilsD3D10.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ShadowLayerUtilsD3D10.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ShadowLayerUtilsGralloc.cpp Bug 860442. Delete the gralloc buffer even when we don't have a PBufferParent. r=nical 2013-04-11 19:57:28 -04:00
ShadowLayerUtilsGralloc.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ShadowLayerUtilsMac.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ShadowLayerUtilsX11.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ShadowLayerUtilsX11.h Bug 786148 - s/IPC/ipc/. r=ted. 2012-08-28 08:41:04 -04:00
SharedPlanarYCbCrImage.cpp Bug 862621: Remove unused variable 'shmType' from SharedPlanarYCbCrImage::Allocate. r=Bas 2013-04-17 10:08:39 -07:00
SharedPlanarYCbCrImage.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
SharedRGBImage.cpp Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
SharedRGBImage.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
ShmemYCbCrImage.cpp b=854539 - Implement AllocateAndGetNewBuffer for SharedPlanarYCbCrImage. r=nical 2013-04-05 19:24:58 +02:00
ShmemYCbCrImage.h Bug 825928: Land layers refactoring. r=jrmuizel,bas,nical,mattwoodrow,roc,nrc,benwa,bjacob,jgilbert,kchen CLOSED TREE 2013-04-10 09:20:52 +00:00
TaskThrottler.cpp Bug 825809 - mWaitingForContentToPaint should be true after mPaintThrottler.TaskComplete post new task. r=ajones 2013-01-03 11:58:15 -08:00
TaskThrottler.h Bug 825809 - mWaitingForContentToPaint should be true after mPaintThrottler.TaskComplete post new task. r=ajones 2013-01-03 11:58:15 -08:00