.. |
AsyncPanZoomController.cpp
|
Merge inbound to m-c.
|
2014-01-15 14:34:05 -05:00 |
AsyncPanZoomController.h
|
Bug 795567 - Part 5: Add zoom prevention based on the touch-action value. r=kats
|
2014-01-15 10:03:16 -05:00 |
AutoOpenSurface.h
|
Bug 929513 - Replace gfxIntSize in layers/AutoOpenSurface.h r=nical
|
2013-12-13 18:32:06 +01:00 |
Axis.cpp
|
Bug 946955 - Set the default friction of Axis.cpp to 0.002. r=kats
|
2013-12-06 18:51:10 +01:00 |
Axis.h
|
Bug 938970 - 5/5. Switch gfx/layers to UNIFIED_SOURCES - r=ehsan,mattwoodrow
|
2013-11-17 21:07:08 -05:00 |
CompositableForwarder.h
|
Bug 897452 - Part 2 - PTexture deallocation logic - r=sotaro,bjacob
|
2013-12-11 20:44:45 -05:00 |
CompositableTransactionParent.cpp
|
Bug 957783: Drop unused variable 'compositable' from CompositableParentManager::ReceiveCompositableUpdate. r=nical
|
2014-01-09 06:26:19 -08:00 |
CompositableTransactionParent.h
|
Bug 926558 - Remove a warning that is not used correctly. r=BenWa
|
2013-11-13 13:25:50 +01:00 |
CompositorChild.cpp
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
CompositorChild.h
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
CompositorParent.cpp
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
CompositorParent.h
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
GeckoContentController.h
|
Bug 915985 - Refactoring to introduce a ZoomConstraints class. r=botond
|
2014-01-06 13:26:44 -05:00 |
GestureEventListener.cpp
|
Bug 951321 - [B2G][Messages] Create New Message button gets selected but does not open New Message page. r=kats
|
2013-12-19 01:12:47 +01:00 |
GestureEventListener.h
|
Bug 942929 - Use longtapup event to handle firing clicks when longtap not handled. r=kats
|
2013-12-12 00:39:06 +00:00 |
ImageBridgeChild.cpp
|
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
|
2013-12-20 11:46:28 -05:00 |
ImageBridgeChild.h
|
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
|
2013-12-20 11:46:28 -05:00 |
ImageBridgeParent.cpp
|
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
|
2013-12-20 11:46:28 -05:00 |
ImageBridgeParent.h
|
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
|
2013-12-20 11:46:28 -05:00 |
ISurfaceAllocator.cpp
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
ISurfaceAllocator.h
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
LayersMessages.ipdlh
|
Bug 945203. Part 1: Add Layers API to annotate layers with hit-test regions. r=kats
|
2013-12-16 23:47:06 +13:00 |
LayersSurfaces.ipdlh
|
Bug 938591 - Use texture flags in DataTextureSource + D3D9/11 fixes. r=nrc
|
2014-01-07 17:20:11 +01:00 |
LayerTransactionChild.cpp
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
LayerTransactionChild.h
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
LayerTransactionParent.cpp
|
Bug 945203. Part 1: Add Layers API to annotate layers with hit-test regions. r=kats
|
2013-12-16 23:47:06 +13:00 |
LayerTransactionParent.h
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
PCompositable.ipdl
|
Bug 918651 - part 9 - remove useless includes from IPDL files; r=ehsan
|
2013-10-18 14:47:04 -04:00 |
PCompositor.ipdl
|
Bug 895358 - Part 2, Enable progressive tile rendering in B2G; r=BenWa,kats,Cwiiis
|
2013-12-19 12:19:25 -08:00 |
PGrallocBuffer.ipdl
|
Bug 783451 - Remove outdated FIXME comment. r=nrc,bent DONTBUILD
|
2013-06-19 17:11:25 +08:00 |
PImageBridge.ipdl
|
Bug 950677 - Change gfxIntSize -> gfx::IntSize some places in layers/ipc. r=nical
|
2013-12-20 11:46:28 -05:00 |
PLayer.ipdl
|
Bug 863324 - Rename PLayers into PLayerTransaction, r=jrmuizel
|
2013-04-24 14:42:40 -04:00 |
PLayerTransaction.ipdl
|
Bug 950677 - gfxIntSize -> IntSize in ipc/ directory. r=nical
|
2013-12-20 11:46:29 -05:00 |
PTexture.ipdl
|
Bug 897452 - Part 2 - PTexture deallocation logic - r=sotaro,bjacob
|
2013-12-11 20:44:45 -05:00 |
ShadowLayerChild.cpp
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
ShadowLayerChild.h
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
ShadowLayerParent.cpp
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
ShadowLayerParent.h
|
Bug 903816. Include-what-you-use for gfx/layers. r=roc
|
2013-08-12 11:17:23 +12:00 |
ShadowLayers.cpp
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
ShadowLayers.h
|
Bug 950677 - gfxIntSize -> IntSize in ipc/Shadow* files. r=nical
|
2013-12-20 11:46:30 -05:00 |
ShadowLayersManager.h
|
Bug 913503 - Update windowed plugin positions before we schedule a composite with OMTC. r=roc
|
2013-12-16 18:38:42 +13:00 |
ShadowLayerUtils.h
|
Bug 912042 - Avoid including GLContext.h in headers that don't need it - r=jrmuizel
|
2013-09-04 08:14:52 -04:00 |
ShadowLayerUtilsD3D10.cpp
|
Bug 950677 - gfxIntSize -> IntSize in ipc/Shadow* files. r=nical
|
2013-12-20 11:46:30 -05:00 |
ShadowLayerUtilsD3D10.h
|
|
|
ShadowLayerUtilsGralloc.cpp
|
Backed out changeset e9a7aaad1771 (bug 958420) for causing merge conflicts from m-c
|
2014-01-13 14:41:31 +01:00 |
ShadowLayerUtilsGralloc.h
|
Bug 950677 - gfxIntSize -> IntSize in ipc/Shadow* files. r=nical
|
2013-12-20 11:46:30 -05:00 |
ShadowLayerUtilsMac.cpp
|
Bug 950677 - gfxIntSize -> IntSize in ipc/Shadow* files. r=nical
|
2013-12-20 11:46:30 -05:00 |
ShadowLayerUtilsX11.cpp
|
Bug 950143 - Remove the implicit conversion operator from nsIntSize to IntSize; r=roc
|
2013-12-31 10:06:12 +01:00 |
ShadowLayerUtilsX11.h
|
Bug 945203. Part 1: Add Layers API to annotate layers with hit-test regions. r=kats
|
2013-12-16 23:47:06 +13:00 |
SharedPlanarYCbCrImage.cpp
|
Bug 958489 - Implement base Image::GetAsSourceSurface. r=nical
|
2014-01-15 10:06:43 -05:00 |
SharedPlanarYCbCrImage.h
|
Bug 958489 - Implement base Image::GetAsSourceSurface. r=nical
|
2014-01-15 10:06:43 -05:00 |
SharedRGBImage.cpp
|
Bug 959527 - Implement SharedRGBImage::GetAsSourceSurface. r=nical
|
2014-01-17 11:22:56 -05:00 |
SharedRGBImage.h
|
Bug 959527 - Implement SharedRGBImage::GetAsSourceSurface. r=nical
|
2014-01-17 11:22:56 -05:00 |
TaskThrottler.cpp
|
Bug 888084 - Use RollingMean to calculate mean; r=BenWa
|
2013-09-25 12:13:33 +12:00 |
TaskThrottler.h
|
Bug 888084 - Use RollingMean to calculate mean; r=BenWa
|
2013-09-25 12:13:33 +12:00 |