gecko-dev/gfx/layers/ipc
Wes Kocher 67614e96b8 Backed out 6 changesets (bug 900133, bug 881634, bug 893302) for build bustage
Backed out changeset 49632bc14e27 (bug 900133)
Backed out changeset 036780fccc89 (bug 900133)
Backed out changeset b8db58f5e209 (bug 893302)
Backed out changeset 67c3e4204e44 (bug 893302)
Backed out changeset a857a4246dd9 (bug 900133)
Backed out changeset e0e2e27af6c1 (bug 881634)
2013-08-02 20:35:39 -07:00
..
AsyncPanZoomController.cpp Bug 900096 - Cleanup Touch some; r=dzbarsky 2013-08-02 09:06:35 +02:00
AsyncPanZoomController.h Bug 890932 - Remove unnecessary internal method now that the monitor re-entrant. r=BenWa 2013-07-31 08:53:16 -04:00
AutoOpenSurface.h Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00
Axis.cpp Bug 869940 - Fix scaling issue with high dpi devices. r=kats 2013-07-25 13:15:10 -04:00
Axis.h Bug 879011 - Turn some ints into floats to avoid rounding error. r=kentuckyfriendtakahe 2013-06-11 18:13:11 -04:00
CompositableForwarder.h back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
CompositableTransactionParent.cpp Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
CompositableTransactionParent.h Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
CompositorChild.cpp back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
CompositorChild.h back out bug 874721, bug 899435 2013-08-01 18:30:46 +12: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 back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
CompositorParent.h back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
GeckoContentController.h Bug 866232 - Only fire mozbrowserasyncscroll events on the top-level scrollable for backwards compatibility. r=BenWa 2013-07-30 14:03:42 -04:00
GestureEventListener.cpp Bug 879011 - Convert nsIntPoint instances in InputData.h to types with units. r=kentuckyfriedtakahe 2013-06-11 18:13:11 -04:00
GestureEventListener.h Bug 879011 - Convert nsIntPoint instances in InputData.h to types with units. r=kentuckyfriedtakahe 2013-06-11 18:13:11 -04:00
ImageBridgeChild.cpp Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
ImageBridgeChild.h Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
ImageBridgeParent.cpp Bug 885804: Renaming in gfx r=nical 2013-07-08 11:48:39 -04:00
ImageBridgeParent.h Bug 885804: Renaming in gfx r=nical 2013-07-08 11:48:39 -04:00
ISurfaceAllocator.cpp back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
ISurfaceAllocator.h Backout b61b7f2e0d0b for potentially causing leaks 2013-07-09 18:12:23 -07:00
LayersSurfaces.ipdlh back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
LayerTransaction.ipdlh Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
LayerTransactionChild.cpp Bug 885804: Renaming in gfx r=nical 2013-07-08 11:48:39 -04:00
LayerTransactionChild.h Bug 885804: Renaming in gfx r=nical 2013-07-08 11:48:39 -04:00
LayerTransactionParent.cpp Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
LayerTransactionParent.h Bug 885804: Renaming in gfx r=nical 2013-07-08 11:48:39 -04:00
PCompositable.ipdl Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00
PCompositor.ipdl back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
PGrallocBuffer.ipdl Bug 783451 - Remove outdated FIXME comment. r=nrc,bent DONTBUILD 2013-06-19 17:11:25 +08:00
PImageBridge.ipdl Bug 844928, remove PTexture. r=nical 2013-04-12 19:28:55 +12:00
PLayer.ipdl Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00
PLayerTransaction.ipdl b=843599; use gralloc buffers for WebGL streaming on B2G; r=nical,jgilbert,jrmuizel 2013-05-27 10:12:13 -04: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 784739 - Switch from NULL to nullptr in gfx/layers/ipc/; r=ehsan 2013-07-20 11:48:55 +03:00
ShadowLayerParent.h Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00
ShadowLayers.cpp Backed out 6 changesets (bug 900133, bug 881634, bug 893302) for build bustage 2013-08-02 20:35:39 -07:00
ShadowLayers.h Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
ShadowLayersManager.h Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel 2013-04-24 14:42:40 -04:00
ShadowLayerUtils.h Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo 2013-07-18 13:59:53 -04:00
ShadowLayerUtilsD3D10.cpp Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc 2013-04-25 18:25:33 -04:00
ShadowLayerUtilsD3D10.h Bug 716478 - update licence to MPL 2. 2012-05-21 12:12:37 +01:00
ShadowLayerUtilsGralloc.cpp Backed out changeset d264bdb8b400 (bug 884188). 2013-07-24 11:15:47 -04:00
ShadowLayerUtilsGralloc.h Bug 858914 - Mark all TextureHost and TextureClient classes deprecated. r=mattwoodrow 2013-07-08 23:30:44 +02:00
ShadowLayerUtilsMac.cpp Backout b61b7f2e0d0b for potentially causing leaks 2013-07-09 18:12:23 -07:00
ShadowLayerUtilsX11.cpp Bug 856079 - Merge ShadowLayer and LayerComposite (keeping the later). r=nrc 2013-04-25 18:25:33 -04:00
ShadowLayerUtilsX11.h Bug 786148 - s/IPC/ipc/. r=ted. 2012-08-28 08:41:04 -04:00
SharedPlanarYCbCrImage.cpp back out bug 874721, bug 899435 2013-08-01 18:30:46 +12:00
SharedPlanarYCbCrImage.h Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
SharedRGBImage.cpp Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
SharedRGBImage.h Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
TaskThrottler.cpp Bug 895722 - Don't remove elements from mDurations if it's empty. r=BenWa 2013-07-19 21:20:11 -04:00
TaskThrottler.h Bug 864447 - Move timing tracking out of APZC; r=BenWa 2013-07-10 11:26:08 +12:00