.. |
CanvasClient.cpp
|
Bug 1289816 - Simplify CopyableCanvasLayer::UpdateTarget and remove unnecessary copies. r=jnicol
|
2016-07-29 20:19:28 +02:00 |
CanvasClient.h
|
Bug 1289380 - Simplify PersistentBufferProviderShared. r=edwin
|
2016-07-27 16:50:20 +02:00 |
ClientCanvasLayer.cpp
|
Bug 1291296 - Make it possible to change a PersistentBufferProvider's Forwarder without crashing. r=ethlin
|
2016-08-09 14:42:15 +02:00 |
ClientCanvasLayer.h
|
Bug 1289816 - Simplify CopyableCanvasLayer::UpdateTarget and remove unnecessary copies. r=jnicol
|
2016-07-29 20:19:28 +02:00 |
ClientColorLayer.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
ClientContainerLayer.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
ClientContainerLayer.h
|
Fix dangling IPDL pointer in ClientContainerLayer. (bug 1297567, r=nical)
|
2016-08-25 10:45:16 -07:00 |
ClientImageLayer.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
ClientLayerManager.cpp
|
Bug 1088300 - Don't attempt to paint a ClientLayerManager if IPC is down. r=milan
|
2016-09-15 13:43:22 +02:00 |
ClientLayerManager.h
|
Bug 1297850 - part 1, Remove dead code left behind after JPZ removal. r=jchen
|
2016-08-25 17:26:42 -07:00 |
ClientPaintedLayer.cpp
|
Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky
|
2016-06-07 21:10:18 +01:00 |
ClientPaintedLayer.h
|
Bug 1236043 - Use TiledRegion for the invalid region of a layer. r=jrmuizel
|
2016-04-18 13:49:14 -04:00 |
ClientReadbackLayer.h
|
|
|
ClientTiledPaintedLayer.cpp
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |
ClientTiledPaintedLayer.h
|
Bug 1236043 - Use TiledRegion for the invalid region of a layer. r=jrmuizel
|
2016-04-18 13:49:14 -04:00 |
CompositableChild.cpp
|
Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical)
|
2016-09-02 16:08:49 -07:00 |
CompositableChild.h
|
Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical)
|
2016-09-02 16:08:49 -07:00 |
CompositableClient.cpp
|
Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical)
|
2016-09-02 16:08:49 -07:00 |
CompositableClient.h
|
Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical)
|
2016-09-02 16:08:49 -07:00 |
ContentClient.cpp
|
Bug 1296658: Attempt to create the correct BackendType buffers for a LayerManager. r=jrmuizel
|
2016-09-15 13:53:12 +02:00 |
ContentClient.h
|
Bug 1296658 - Followup: Mark constructor explicit. r=bustage
|
2016-09-15 14:19:32 +02:00 |
ImageClient.cpp
|
Bug 1252835 - Make TextureHost recycling implicit r=nical
|
2016-06-15 04:28:10 -07:00 |
ImageClient.h
|
Refactor CompositableClient memory management. (bug 1299375 part 2, r=nical)
|
2016-09-02 16:08:49 -07:00 |
SingleTiledContentClient.cpp
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |
SingleTiledContentClient.h
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |
TextureClient.cpp
|
Bug 1299606: Diagnostic, trivial patch. Our messages were not unique. r=me
|
2016-09-02 11:34:45 -04:00 |
TextureClient.h
|
Bug 1293908 - Specify the LayersBackend to be used when creating Textures r=nical
|
2016-08-26 20:30:58 -04:00 |
TextureClientPool.cpp
|
Bug 1293908 - Specify the LayersBackend to be used when creating Textures r=nical
|
2016-08-26 20:30:58 -04:00 |
TextureClientPool.h
|
Bug 1289525 - Shrink the TextureClientPool to maximum size after a short delay, and clear the pool after a longer delay r=jrmuizel
|
2016-08-09 16:03:47 -04:00 |
TextureClientRecycleAllocator.cpp
|
Bug 1299410 - Shrink TextureClientRecycleAllocator more aggressively r=nical
|
2016-09-02 02:05:58 -07:00 |
TextureClientRecycleAllocator.h
|
Bug 1285238 - Add TextureClientRecycleAllocator::Destroy() r=nical
|
2016-07-17 19:23:12 -07:00 |
TextureClientSharedSurface.cpp
|
Bug 1297276 - Rename mfbt/unused.h to mfbt/Unused.h for consistency. r=froydnj
|
2016-08-24 14:47:04 +08:00 |
TextureClientSharedSurface.h
|
Bug 1266396 - Make TextureClient more robust against racy shutdown situations. r=Bas
|
2016-04-22 18:05:26 +02:00 |
TiledContentClient.cpp
|
Bug 1088300 - Null-check TileClient::mAllocator. r=milan
|
2016-08-30 13:48:29 +02:00 |
TiledContentClient.h
|
Bug 1088300 - Remove mCompositableClient from TileClient, pass the compositable and layer by reference to remove the possibility of unexpectedly storing null pointers. r=milan
|
2016-08-30 13:48:20 +02:00 |