gecko-dev/gfx/layers
Randall Barker c9357cb3b0 Bug 1358774 - Prevent dynamic toolbar from changing state when transitioning from multiple touch sources to a single touch source r=botond
The MultiTouchInput::MULTITOUCH_END generated from transitioning from
multiple touch sources to a single source would often cause the content
to shift under the remaining finger which would look like a fling and
cause the content to rapidly scroll. This patch treats the transition from
multiple touch source to a single source as if the touch event were
starting over by resetting all the variables tracking the touch drag
that is in progress.

MozReview-Commit-ID: 42L1Q622fww
2017-04-28 15:15:12 -07:00
..
apz Bug 1358774 - Prevent dynamic toolbar from changing state when transitioning from multiple touch sources to a single touch source r=botond 2017-04-28 15:15:12 -07:00
basic Backed out 2 changesets (bug 1359155) for failures in test_getUserMedia_basicTabshare.html a=backout 2017-04-24 15:24:11 -07:00
client Merge m-c to graphics 2017-04-24 09:17:28 -04:00
composite Bug 1360639 - Use the page background color when no dynamic toolbar snapshot is available r=kats 2017-04-28 14:44:55 -07:00
d3d11 Don't gfxDevCrash when video fails to acquire a SyncObject. (bug 1345735 part 2, r=mattwoodrow) 2017-04-19 07:24:44 -07:00
ipc Fix an APZ crash when a tab loads after its widget has been destroyed. (bug 1360478, r=kats) 2017-04-28 11:22:21 -07:00
layerviewer Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
opengl Bug 1359950 - [1.0] Only delete textures from a valid context. r=snorp 2017-04-27 00:20:11 +02:00
protobuf Bug 1337130 - Create a DisplayItemLayer type. r=mattwoodrow 2017-02-14 13:49:27 -08:00
wr Bug 1359206 - Fix CompositionTime and CompositeUntil handling of WebRenderImageHost r=nical 2017-04-27 09:34:54 -07:00
AnimationHelper.cpp Bug 1345017 - Add animation sampling for WR, r=kats 2017-04-12 16:40:48 +08:00
AnimationHelper.h Bug 1345017 - Add animation sampling for WR, r=kats 2017-04-12 16:40:48 +08:00
AsyncCanvasRenderer.cpp Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow) 2017-01-17 18:47:05 -08:00
AsyncCanvasRenderer.h Replace async image container IDs with a typed struct. (bug 1323957 part 1, r=mattwoodrow) 2017-01-17 18:47:05 -08:00
AtomicRefCountedWithFinalize.h
AxisPhysicsMSDModel.cpp
AxisPhysicsMSDModel.h
AxisPhysicsModel.cpp
AxisPhysicsModel.h
BSPTree.cpp Backed out changeset 2c56897d9ed1 (bug 1351426) 2017-04-11 20:02:40 +02:00
BSPTree.h Backed out changeset 2c56897d9ed1 (bug 1351426) 2017-04-11 20:02:40 +02:00
BufferTexture.cpp Bug 1321075: Check if the backend is friendly to data draw target creation before attempting to make it. r=bas 2016-11-29 15:46:49 -05:00
BufferTexture.h Bug 1313281 - Part 4: Remove Fence parameter from TextureData::Lock. r=sotaro 2016-10-27 21:02:09 +13:00
BufferUnrotate.cpp
BufferUnrotate.h
Compositor.cpp Improve pixel fill statistics in the D3D11 compositor overlay. (bug 1352151 part 6, r=bas) 2017-04-10 19:44:46 -07:00
Compositor.h merge mozilla-inbound to mozilla-central. r=merge a=merge 2017-04-15 19:59:24 +02:00
CompositorTypes.h Bug 1343764 - Add ExternalBuffer handling r=nical 2017-03-07 19:37:28 +09:00
CopyableCanvasLayer.cpp
CopyableCanvasLayer.h
D3D9SurfaceImage.cpp Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
D3D9SurfaceImage.h Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
D3D11ShareHandleImage.cpp Bug 1345814: Don't use mutices when the decoding device is the compositor device anyway. r=mattwoodrow 2017-03-13 12:29:22 +00:00
D3D11ShareHandleImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
DirectedGraph.h
Effects.cpp
Effects.h Remove Composer2D remnants. (bug 1339353, r=kats) 2017-02-14 12:29:39 -08:00
FrameMetrics.cpp
FrameMetrics.h
GLImages.cpp Bug 1245959 - Remove MOZ_CRASH from GLImage::GetAsSourceSurface. r=nical 2016-10-11 15:01:08 -04:00
GLImages.h
GPUVideoImage.h Bug 1300676 - Part 3 - Implement readback for GPU videos. r=dvander,nical 2016-11-04 13:28:28 +13:00
IMFYCbCrImage.cpp Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
IMFYCbCrImage.h Remove references to the Direct3D9 compositor. (bug 1318558 part 1, r=mattwoodrow) 2017-03-08 00:17:36 -08:00
IPDLActor.h Bug 1314254 - Add mozilla::ipc::IPCResult type and convert IPDL handlers to use new return type. r=billm 2016-11-15 04:26:00 +01:00
ImageContainer.cpp Bug 1348894 - Use CheckedInt more. r=jgilbert 2017-03-29 22:52:12 -04:00
ImageContainer.h Bug 1355763 - Add gfxAlphaType for specifying opaque/premult/non-premult. - r=daoshengmu 2017-04-13 09:14:34 -07:00
ImageDataSerializer.cpp Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
ImageDataSerializer.h Bug 1306521 - Handle VP9 colorspace BT.709 on BasicCompositor r=nical,jwwang,jya,jrmuizel 2016-10-11 19:46:28 -07:00
ImageLayers.cpp Bug 1303897 - Part 1: Use TextureForwarder for Image::GetTextureClient. r=nical 2016-09-23 09:43:11 +12:00
ImageLayers.h Remove PLayer. (bug 1323539 part 2, r=mattwoodrow) 2016-12-21 10:43:47 -05:00
ImageTypes.h Bug 1317656 - Cleanup more gonk/b2g dependent code r=nical 2016-11-15 22:01:30 -08:00
LayerAttributes.h Backed out changeset 435e638babd1 (bug 1349418) for failing checkerboard-{1,2,3}.html on Android 4.3. r=backout a=backout 2017-04-21 18:01:24 +02:00
LayerMetricsWrapper.h Merge m-c to graphics 2017-04-25 08:32:48 -04:00
LayerScope.cpp Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
LayerScope.h
LayerSorter.cpp
LayerSorter.h
LayerTreeInvalidation.cpp Merge m-c to graphics 2017-02-17 23:33:24 -05:00
LayerTreeInvalidation.h
LayerUserData.h
Layers.cpp Merge m-c to graphics 2017-04-24 09:17:28 -04:00
Layers.h Merge m-c to graphics 2017-04-25 08:32:48 -04:00
LayersLogging.cpp Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
LayersLogging.h Bug 1339264 - Include WebRenderLayersLogging.h in LayersLogging.h to prevent unified build issues due to include order. r=rhunt 2017-02-13 15:27:35 -08:00
LayersTypes.h Bug 1357754 - Add ScrollDirection IPC serialization code. r=botond 2017-04-20 10:38:05 -04:00
MacIOSurfaceHelpers.cpp Bug 1313518 - Revert Bug 1273823 if width is not aligned to 32 r=nical 2016-11-03 18:41:16 -07:00
MacIOSurfaceHelpers.h
MacIOSurfaceImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
MacIOSurfaceImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
PersistentBufferProvider.cpp Bug 1317637 - Converts for(...; ...; ...) loops to use the new range-based loops in C++11 in gfx/. r=jrmuizel 2016-11-15 10:55:49 +02:00
PersistentBufferProvider.h Bug 1317430 - Avoid a unnecessary copy by passing a const & in gfx/ r=nical 2016-11-14 23:16:18 +01:00
ReadbackLayer.h
ReadbackProcessor.cpp
ReadbackProcessor.h
RenderTrace.cpp
RenderTrace.h
RotatedBuffer.cpp Bug 1325227 - Part 7: Allow locking TextureClients in RotatedBuffer to be fallible. r=nical 2017-02-04 18:53:30 +13:00
RotatedBuffer.h Bug 1325227 - Part 7: Allow locking TextureClients in RotatedBuffer to be fallible. r=nical 2017-02-04 18:53:30 +13:00
ShareableCanvasLayer.cpp Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro 2016-12-28 10:16:43 +08:00
ShareableCanvasLayer.h Bug 1322500 - Introducing ShareableCanvasLayer. r=sotaro 2016-12-28 10:16:43 +08:00
SourceSurfaceSharedData.cpp Backed out changeset 53fee347291b (bug 1331938) r=backout 2017-01-27 09:15:52 -05:00
SourceSurfaceSharedData.h Bug 1341624 - Include shared handle totals in memory reports for images. r=tnikkel 2017-02-22 09:30:22 -05:00
SourceSurfaceVolatileData.cpp Backed out changeset 752fede74c5f (bug 1331938) r=backout 2017-01-27 09:16:06 -05:00
SourceSurfaceVolatileData.h Backed out changeset 752fede74c5f (bug 1331938) r=backout 2017-01-27 09:16:06 -05:00
TextureDIB.cpp Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
TextureDIB.h Material changes for TextureHost TextureSourceProvider support. (bug 1343814 part 3.2, r=mattwoodrow) 2017-03-21 20:32:54 -07:00
TextureSourceProvider.cpp Factor texture methods out of Compositor into a TextureSourceProvider class. (bug 1343814 part 1, r=mattwoodrow) 2017-03-21 20:32:53 -07:00
TextureSourceProvider.h Attach Compositables to TextureSourceProviders instead of Compositors. (bug 1343814 part 5, r=mattwoodrow) 2017-03-21 20:32:56 -07:00
TextureWrapperImage.cpp Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
TextureWrapperImage.h Bug 1281456 - Decouple TextureForwarder and CompositableForwarder. r=gw280 2016-09-27 16:22:20 +13:00
TiledLayerBuffer.h Bug 1308363 - Remove GONK specific code from gfx/. r=jrmuizel,sotaro 2016-10-27 13:17:10 +13:00
TransactionIdAllocator.h Bug 1283947 - Clear pending transactions when ClientLayerManager is assigning to a different refresh driver. r=mattwoodrow 2017-03-09 18:35:50 +08:00
TreeTraversal.h Bug 1227233: Increase scope of TreeTraversal.h to by-value traversal r=botond 2016-09-22 12:31:26 -04:00
UpdateImageHelper.h Bug 1349500 - Add webrender support for BulletFrame path type. r=mchang 2017-04-18 14:26:41 +08:00
moz.build Bug 1359842 - Add a StackingContextHelper to reduce duplicated code. r=nical 2017-04-27 12:04:25 -04:00