.. |
AsyncPanZoomController.cpp
|
Bug 830926 - AZPC TrackTouch x/y displacement should not be rounded to int. r=ajones,drs
|
2013-01-19 15:33:09 -08:00 |
AsyncPanZoomController.h
|
Bug 827715; Skip some checking for touch events from the gesture listener. r=cjones
|
2013-01-10 17:10:23 +01:00 |
AutoOpenSurface.h
|
Backout 0cd12dcf7f8f, 5ff5e81e6de6, and 0ae09da96f63 (bug 740580) due to bug 797391.
|
2012-10-03 22:13:14 -04:00 |
Axis.cpp
|
Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan
|
2013-01-15 13:22:03 +01:00 |
Axis.h
|
Bug 804949: Change the way panning works. r=cjones a=blocking-basecamp
|
2012-10-24 01:37:53 -07:00 |
CompositorChild.cpp
|
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
|
2012-10-29 18:10:45 -04:00 |
CompositorChild.h
|
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
|
2012-10-29 18:10:45 -04:00 |
CompositorCocoaWidgetHelper.cpp
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
CompositorCocoaWidgetHelper.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
CompositorParent.cpp
|
Bug 831973 - Remove extra scroll compensation code; r=roc
|
2013-01-22 17:04:41 +13:00 |
CompositorParent.h
|
Bug 818482 - Remove rounding of scroll compensation in AZPC. r=roc
|
2013-01-12 15:24:14 -05:00 |
GeckoContentController.h
|
Bug 805746 - Send CustomScroll domevent to browser.js. r=cjones
|
2012-12-25 14:09:34 +08:00 |
GestureEventListener.cpp
|
Bug 827715; Skip some checking for touch events from the gesture listener. r=cjones
|
2013-01-10 17:10:23 +01:00 |
GestureEventListener.h
|
Bug 806596 - Don't fire double tap if the delayed task to timeout the 1st tap fails to run in time. r=roc
|
2012-11-28 22:46:50 -05:00 |
ImageBridgeChild.cpp
|
Bug 782456, part 0: Add the cross-process ImageBridge glue. r=roc
|
2012-08-29 09:24:48 -03:00 |
ImageBridgeChild.h
|
Bug 782456, part 0: Add the cross-process ImageBridge glue. r=roc
|
2012-08-29 09:24:48 -03:00 |
ImageBridgeParent.cpp
|
Bug 797893 - Fix trivial warning in ImageBridgeParent.cpp. r=dholbert
|
2012-10-05 22:46:01 +02:00 |
ImageBridgeParent.h
|
Bug 782456, part 0: Add the cross-process ImageBridge glue. r=roc
|
2012-08-29 09:24:48 -03:00 |
ImageContainerChild.cpp
|
Bug 826829 - Change ImageContainerChild::DispatchSetIdle() to synchronous SetIdle(). r=kanru
|
2013-01-14 20:15:03 -05:00 |
ImageContainerChild.h
|
Bug 826829 - Change ImageContainerChild::DispatchSetIdle() to synchronous SetIdle(). r=kanru
|
2013-01-14 20:15:03 -05:00 |
ImageContainerParent.cpp
|
Bug 791711 - Invalidate again if the SharedImageID was removed. r=nical
|
2012-10-20 08:18:31 +08:00 |
ImageContainerParent.h
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
ipdl.mk
|
Bug 598868: Add support for pushing video frames directly to the compositor thread, bypassing the content thread. r=cjones
|
2012-07-13 15:38:09 -04:00 |
LayersSurfaces.ipdlh
|
Bug 803394 - Add image type for RGB images in shared memory r=nical
|
2012-12-13 11:47:28 +13:00 |
PCompositor.ipdl
|
Bug 805792 - Avoid another extra copie when calling RenderTile. r=Cwiiis
|
2012-10-29 18:10:45 -04:00 |
PGrallocBuffer.ipdl
|
Bug 780920, part 3: The ultimate compositor has to draw to the readback surface; shadow layers doesn't have access to all the needed rendering state. r=roc
|
2012-10-04 00:05:24 -07:00 |
PImageBridge.ipdl
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
|
2012-08-22 11:56:38 -04:00 |
PImageContainer.ipdl
|
Bug 826829 - Change PImageContainer::Flush() to synchronous to prevent abort. r=kanru
|
2013-01-14 20:15:03 -05: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 827717: Change record of CSS animation start to be before delay so that dynamic changes to animation-delay are honored. r=bzbarsky
|
2013-01-10 21:14:51 -08: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
|
Backout cf585138ff25 (bug 805939) for Windows build bustage on a CLOSED TREE
|
2012-12-21 15:30:02 +11:00 |
ShadowLayers.h
|
Backout cf585138ff25 (bug 805939) for Windows build bustage on a CLOSED TREE
|
2012-12-21 15:30:02 +11:00 |
ShadowLayersChild.cpp
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
ShadowLayersChild.h
|
Bug 765734, part 6: Integrate gralloc buffers into the shadow-layers pipelines. r=gal
|
2012-07-12 05:51:58 -07: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 824454; use the resolution scale in OMTA transforms. r=cjones; a=blocking-basecamp
|
2013-01-08 10:39:12 +01:00 |
ShadowLayersParent.h
|
Bug 806029: Have remote content drop their buffers when they're hidden. r=mattwoodrow sr=roc
|
2012-11-07 19:51:55 -08:00 |
ShadowLayerUtils.h
|
Bug 811958 - Fix and move ShateType type - r=bgirard
|
2012-11-26 14:23:27 -08:00 |
ShadowLayerUtilsD3D10.cpp
|
Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar
|
2012-10-25 16:12:59 -04:00 |
ShadowLayerUtilsD3D10.h
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
ShadowLayerUtilsGralloc.cpp
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05:00 |
ShadowLayerUtilsGralloc.h
|
Bug 808266 - Add memory reporter for GrallocBufferActor. r=cjones
|
2012-11-22 08:39:56 -05:00 |
ShadowLayerUtilsMac.cpp
|
Bug 808469 - Use gfxQuartzSurface for OMTC drawing on mac. r=cjones
|
2012-11-07 19:56:56 +13:00 |
ShadowLayerUtilsX11.cpp
|
Bug 798033 - Removes "using namespace" directive from gfx headers - r=jmuizelaar
|
2012-10-25 16:12:59 -04:00 |
ShadowLayerUtilsX11.h
|
Bug 786148 - s/IPC/ipc/. r=ted.
|
2012-08-28 08:41:04 -04:00 |
SharedImageUtils.h
|
Bug 790716 - Allocate shared YCbCr images in one shmem. r=jrmuizel.
|
2012-09-13 16:52:26 -04:00 |
SharedRGBImage.cpp
|
Bug 803394 - Add image type for RGB images in shared memory r=nical
|
2012-12-13 11:47:28 +13:00 |
SharedRGBImage.h
|
Bug 803394 - Add image type for RGB images in shared memory r=nical
|
2012-12-13 11:47:28 +13:00 |
ShmemYCbCrImage.cpp
|
b=811730 - Take skip into account when copying video frames into shared memory. r=cpeterson
|
2012-12-04 11:36:33 +01:00 |
ShmemYCbCrImage.h
|
Bug 820570 - Move mozilla::DebugOnly into DebugOnly.h to pare down the grab-baggish Util.h. r=Ms2ger
|
2012-12-14 18:58:45 -05: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 |