.. |
AsyncTransactionTracker.cpp
|
Bug 1143575. Factor out AsyncTransactionWaiter from AsyncTransactionTracker so we'll be able to wait for multiple AsyncTransactionTrackers. r=nical,sotaro
|
2015-05-12 15:36:49 +12:00 |
AsyncTransactionTracker.h
|
Bug 1146214 - Remove the unused code after refactoring. r=nical
|
2015-04-10 02:20:00 +02:00 |
CompositableForwarder.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
CompositableTransactionParent.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
CompositableTransactionParent.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
CompositorBench.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
CompositorBench.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
CompositorChild.cpp
|
Bug 1050498 - Record compositing operations, r=jsantell,smaug,tromey
|
2015-08-25 08:51:58 +03:00 |
CompositorChild.h
|
Bug 1050498 - Record compositing operations, r=jsantell,smaug,tromey
|
2015-08-25 08:51:58 +03:00 |
CompositorLRU.cpp
|
Bug 1154231 - Part 1. Use LRU to manage remote layers. r=mattwoodrow
|
2015-05-22 07:08:20 +08:00 |
CompositorLRU.h
|
Bug 1154231 - Part 1. Use LRU to manage remote layers. r=mattwoodrow
|
2015-05-22 07:08:20 +08:00 |
CompositorParent.cpp
|
Merge m-c to inbound. a=merge
|
2015-08-25 10:45:59 -04:00 |
CompositorParent.h
|
Bug 1050498 - Record compositing operations, r=jsantell,smaug,tromey
|
2015-08-25 08:51:58 +03:00 |
FenceUtils.cpp
|
Bug 1155498 - Use FdObj to replace FenceHandle's android fence. r=sotaro
|
2015-05-17 07:21:00 +02:00 |
FenceUtils.h
|
Bug 1188696 - Hoist nsRefPtr.h into MFBT. r=froydnj
|
2015-07-29 10:44:59 -07:00 |
ISurfaceAllocator.cpp
|
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
|
2015-06-17 10:00:52 -04:00 |
ISurfaceAllocator.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ImageBridgeChild.cpp
|
Bug 1195998: If an actor does not have an associated texture client do not attempt to call ForceRemove on it. r=nical
|
2015-08-20 07:28:18 +00:00 |
ImageBridgeChild.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ImageBridgeParent.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ImageBridgeParent.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ImageContainerParent.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ImageContainerParent.h
|
Bug 1143575. Route ImageCompositeNotifications to ImageContainers. r=nical
|
2015-07-06 15:02:26 +12:00 |
LayerTransactionChild.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
LayerTransactionChild.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
LayerTransactionParent.cpp
|
Bug 1180295 - Implement seamless snapping to the stable state. r=rbarker
|
2015-08-18 14:27:20 -04:00 |
LayerTransactionParent.h
|
Bug 1180295 - Implement seamless snapping to the stable state. r=rbarker
|
2015-08-18 14:27:20 -04:00 |
LayersMessages.ipdlh
|
Bug 1131470 - Part 1: Rename existing use of ScreenOrientation to ScreenOrientationInternal. r=baku
|
2015-08-18 14:55:09 -07:00 |
LayersSurfaces.ipdlh
|
Bug 1167799 part 1 - Remove size from NewSurfaceDescriptorGralloc r=nical
|
2015-07-19 16:02:51 -07:00 |
PCompositable.ipdl
|
…
|
|
PCompositor.ipdl
|
Bug 1050498 - Record compositing operations, r=jsantell,smaug,tromey
|
2015-08-25 08:51:58 +03:00 |
PImageBridge.ipdl
|
Bug 1112219 - Implement platform independent MediaResourceManager r=cpearce,bwu,nical
|
2015-07-05 11:56:04 -07:00 |
PImageContainer.ipdl
|
Bug 1143575. Route ImageCompositeNotifications to ImageContainers. r=nical
|
2015-07-06 15:02:26 +12:00 |
PLayer.ipdl
|
…
|
|
PLayerTransaction.ipdl
|
Bug 1180295 - Implement seamless snapping to the stable state. r=rbarker
|
2015-08-18 14:27:20 -04:00 |
PSharedBufferManager.ipdl
|
…
|
|
PTexture.ipdl
|
…
|
|
ShadowLayerChild.cpp
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ShadowLayerChild.h
|
Bug 1145631 - Part 1: Replace MOZ_OVERRIDE and MOZ_FINAL with override and final in the tree; r=froydnj
|
2015-03-21 12:28:04 -04:00 |
ShadowLayerParent.cpp
|
Bug 1143575. Route ImageCompositeNotifications to ImageContainers. r=nical
|
2015-07-06 15:02:26 +12:00 |
ShadowLayerParent.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
ShadowLayerUtils.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
ShadowLayerUtilsGralloc.cpp
|
Bug 1171931 - Refactor duplicated code using XRE_IsParent/ContentProcess. r=froydnj
|
2015-07-03 18:29:00 -07:00 |
ShadowLayerUtilsGralloc.h
|
Bug 1156632 - Remove unused forward class declarations - patch 6 - the rest of the tree, r=ehsan
|
2015-04-22 08:29:24 +02:00 |
ShadowLayerUtilsMac.cpp
|
…
|
|
ShadowLayerUtilsX11.cpp
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
ShadowLayerUtilsX11.h
|
Bug 1187440 - Implement GLX shared surfaces on the OpenGL compositor. r=jgilbert,nical
|
2015-07-30 12:40:56 -04:00 |
ShadowLayers.cpp
|
Bug 1131470 - Part 1: Rename existing use of ScreenOrientation to ScreenOrientationInternal. r=baku
|
2015-08-18 14:55:09 -07:00 |
ShadowLayers.h
|
Bug 1131470 - Part 1: Rename existing use of ScreenOrientation to ScreenOrientationInternal. r=baku
|
2015-08-18 14:55:09 -07:00 |
ShadowLayersManager.h
|
Bug 1180295 - Implement seamless snapping to the stable state. r=rbarker
|
2015-08-18 14:27:20 -04:00 |
SharedBufferManagerChild.cpp
|
Bug 1119878 Part 2: Change IPC code to hold ProcessID instead of ProcessHandle. r=billm, r=dvander, r=aklotz, r=cpearce
|
2015-04-01 09:40:35 +01:00 |
SharedBufferManagerChild.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
SharedBufferManagerParent.cpp
|
Bug 1164513 - Add nullptr check r=milan
|
2015-05-14 12:09:18 -07:00 |
SharedBufferManagerParent.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
SharedPlanarYCbCrImage.cpp
|
Bug 1181197 - Fix null dereference in SharedPlanarYCbCrImage destructor. r=jgilbert
|
2015-07-15 11:56:36 -05:00 |
SharedPlanarYCbCrImage.h
|
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
|
2015-07-13 08:25:42 -07:00 |
SharedRGBImage.cpp
|
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
|
2015-06-17 10:00:52 -04:00 |
SharedRGBImage.h
|
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
|
2015-06-17 10:00:52 -04:00 |
ThreadSafeRefcountingWithMainThreadDestruction.h
|
…
|
|