gecko-dev/gfx/layers/ipc
Barret Rennie c32eee8ff0 Bug 1566915 - Do not ref count the CompositionRecorder r=mstange
Now that there is only ever a single handle to the `CompositionRecorder`, it no
longer needs to be ref-counted. And since the `WebRenderCompositionRecorder` is
owned exclusively by the `RenderThread`, it no longer needs a mutex. All the
code that resulted from having handles to the `WebRenderCompositionRecorder` on
two different threads is now no longer necessary.

Differential Revision: https://phabricator.services.mozilla.com/D39791

--HG--
extra : moz-landing-system : lando
2019-07-31 18:28:47 +00:00
..
fuzztest Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-02-04 19:10:18 +00:00
APZCTreeManagerChild.cpp Bug 1534395 - Rename TabParent to BrowserParent. r=nika 2019-04-09 16:38:15 -05:00
APZCTreeManagerChild.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
APZCTreeManagerParent.cpp Bug 1548247 - Use aGuid's RenderRoot in RecvStart/StopAutoscroll r=kats 2019-06-18 22:03:04 +00:00
APZCTreeManagerParent.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
APZChild.cpp Bug 1534395 - Rename TabChild to BrowserChild. r=nika 2019-04-09 17:39:01 -05:00
APZChild.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
APZInputBridgeChild.cpp Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats 2019-02-27 16:15:07 +00:00
APZInputBridgeChild.h Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats 2019-02-27 16:15:07 +00:00
APZInputBridgeParent.cpp Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats 2019-02-27 16:15:07 +00:00
APZInputBridgeParent.h Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats 2019-02-27 16:15:07 +00:00
CanvasChild.cpp Bug 1548492: Change remote canvas timeouts to check if other side is still open. r=jrmuizel 2019-07-22 13:12:07 +00:00
CanvasChild.h Bug 1560855: Make recorder aware of SourceSurfaceCanvasRecordings. r=jrmuizel 2019-07-22 13:07:59 +00:00
CanvasParent.cpp Bug 1548492: Change remote canvas timeouts to check if other side is still open. r=jrmuizel 2019-07-22 13:12:07 +00:00
CanvasParent.h Bug 1548492: Change remote canvas timeouts to check if other side is still open. r=jrmuizel 2019-07-22 13:12:07 +00:00
CompositableForwarder.h Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
CompositableTransactionParent.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
CompositableTransactionParent.h Bug 1557105 - Handle non-webrender widget case during enabling WebRender at ImageBridge r=nical 2019-06-10 12:36:14 +00:00
CompositorBench.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
CompositorBench.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CompositorBridgeChild.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
CompositorBridgeChild.h Bug 1565785 - Skip WR rendering until window becomes ready to draw on Wayland r=nical 2019-07-16 01:28:32 +00:00
CompositorBridgeParent.cpp Bug 1566915 - Do not ref count the CompositionRecorder r=mstange 2019-07-31 18:28:47 +00:00
CompositorBridgeParent.h Bug 1566915 - Do not keep a handle to the composition recorder in the CompositorBridgeParent r=mstange 2019-07-31 18:28:38 +00:00
CompositorManagerChild.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
CompositorManagerChild.h Bug 1540731 - Part 2: Move toplevel actors to override ActorDestroy, r=froydnj 2019-05-21 17:04:21 +00:00
CompositorManagerParent.cpp Bug 1540731 - Part 2: Move toplevel actors to override ActorDestroy, r=froydnj 2019-05-21 17:04:21 +00:00
CompositorManagerParent.h Bug 1540731 - Part 2: Move toplevel actors to override ActorDestroy, r=froydnj 2019-05-21 17:04:21 +00:00
CompositorThread.cpp Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats 2019-02-25 16:07:19 -06:00
CompositorThread.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
CompositorVsyncScheduler.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
CompositorVsyncScheduler.h Bug 1545991 - Cancel the current VR task when CompositorThread is shutdown. r=kip,sotaro 2019-05-07 01:37:05 +00:00
CompositorVsyncSchedulerOwner.h Bug 1510853 - Make VsyncId available to compositor. r=jrmuizel 2018-12-07 23:28:03 +00:00
ContentCompositorBridgeParent.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ContentCompositorBridgeParent.h Bug 1569258 - Ensure we have a CompositionRecorder before attempting to write frames r=kvark,mstange 2019-07-31 20:21:03 +00:00
ISurfaceAllocator.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ISurfaceAllocator.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ImageBridgeChild.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ImageBridgeChild.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ImageBridgeParent.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ImageBridgeParent.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
KnowsCompositor.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
LayerAnimationUtils.cpp Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats 2019-02-25 16:07:19 -06:00
LayerAnimationUtils.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LayerTransactionChild.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LayerTransactionChild.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
LayerTransactionParent.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
LayerTransactionParent.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
LayerTreeOwnerTracker.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LayerTreeOwnerTracker.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
LayersMessageUtils.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
LayersMessages.ipdlh Bug 1555548 - Send other transform-like properties as non-animating animation into compositor. r=hiro 2019-06-06 18:29:46 +00:00
LayersSurfaces.ipdlh Bug 1543359 - P6. Add backend for color range information. r=mattwoodrow. 2019-07-26 08:45:31 +00:00
PAPZ.ipdl Bug 1533673 - Prevent the GPU RemoteContentController from sending messages to a dead actor. r=rhunt 2019-05-06 16:20:05 +00:00
PAPZCTreeManager.ipdl Bug 1441308 - Core renderroot splitting changes r=kats,sotaro 2019-03-22 18:28:42 +00:00
PAPZInputBridge.ipdl Bug 1528725 - Hit-test pointer events against out-of-process iframes in WebRender mode. r=kats 2019-02-27 16:15:07 +00:00
PCanvas.ipdl Bug 1464032 Part 12: Add CanvasParent, CanvasChild and RecordedTextureData. r=mattwoodrow, jld 2018-12-02 14:19:11 +00:00
PCompositorBridge.ipdl Bug 1569258 - Ensure we have a CompositionRecorder before attempting to write frames r=kvark,mstange 2019-07-31 20:21:03 +00:00
PCompositorManager.ipdl Bug 1543560 - Move NotifyWebRenderError() to CompositorManagerParent r=nical 2019-04-16 07:45:00 +00:00
PImageBridge.ipdl
PLayerTransaction.ipdl Bug 1539521 - replace MaybeTransform IPDL union with native Maybe syntax; r=kats 2019-03-27 17:56:31 +00:00
PTexture.ipdl
PUiCompositorController.ipdl Bug 1516048 - Introduce GeckoView.setVerticalClipping. r=snorp 2019-04-26 22:38:10 +00:00
PVideoBridge.ipdl Backed out changeset 2095b5ca1769 (bug 1566956) for causing Bug 1567002. a=backout 2019-07-18 12:54:25 +03:00
PWebRenderBridge.ipdl Bug 1547351 - Automatically set content process render root r=kats 2019-07-24 14:10:56 +00:00
RefCountedShmem.cpp Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RefCountedShmem.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
RemoteContentController.cpp Bug 1533673 - Prevent the GPU RemoteContentController from sending messages to a dead actor. r=rhunt 2019-05-06 16:20:05 +00:00
RemoteContentController.h Bug 1533673 - Prevent the GPU RemoteContentController from sending messages to a dead actor. r=rhunt 2019-05-06 16:20:05 +00:00
ShadowLayerUtils.h Bug 1521000 - Part 2: Adjust our clang-format rules to include spaces after the hash for nested preprocessor directives r=sylvestre 2019-01-18 10:16:18 +01:00
ShadowLayerUtilsMac.cpp Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats 2019-02-25 16:07:19 -06:00
ShadowLayerUtilsX11.cpp Bug 1523969 part 8 - Move method definition inline comments to new line in 'gfx/'. r=kats 2019-02-25 16:07:19 -06:00
ShadowLayerUtilsX11.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
ShadowLayers.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
ShadowLayers.h Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
SharedPlanarYCbCrImage.cpp Bug 1557257 - Rename KnowsCompositor* aForwarder to aKnowsCompositor r=nical 2019-06-07 12:27:05 +00:00
SharedPlanarYCbCrImage.h Bug 1557257 - Rename KnowsCompositor* aForwarder to aKnowsCompositor r=nical 2019-06-07 12:27:05 +00:00
SharedRGBImage.cpp Bug 1557257 - Rename KnowsCompositor* aForwarder to aKnowsCompositor r=nical 2019-06-07 12:27:05 +00:00
SharedRGBImage.h Bug 1557257 - Rename KnowsCompositor* aForwarder to aKnowsCompositor r=nical 2019-06-07 12:27:05 +00:00
SharedSurfacesChild.cpp Bug 1563139 - Remove StaticPrefs.h. r=glandium 2019-07-26 01:10:23 +00:00
SharedSurfacesChild.h Bug 1524280 - Part 1. Ensure we always post when freeing SharedUserData. r=jrmuizel 2019-05-28 16:23:52 -04:00
SharedSurfacesMemoryReport.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SharedSurfacesParent.cpp Bug 1524280 - Add logging for crash reports to help diagnose why the buffer is missing. r=kats 2019-05-03 11:26:46 -04:00
SharedSurfacesParent.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
SynchronousTask.h Bug 1540581 - P6. Tidy some C++ declarations in gfx/. r=gerald,jrmuizel 2019-04-11 12:36:51 +00:00
TextureForwarder.h Bug 1555544 - Change function name from CancelWaitForRecycle() to CancelWaitForNotifyNotUsed() r=jgilbert 2019-06-01 09:37:56 +00:00
ThreadSafeRefcountingWithMainThreadDestruction.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
UiCompositorControllerChild.cpp Bug 1559859 - Always release mWidget in UiCompositorControllerChild::Destroy() r=kats 2019-06-18 09:49:02 +00:00
UiCompositorControllerChild.h Bug 1547760 - Ensuring UiCompositorControllerChild::mWidget alive when it is used 2019-06-18 09:44:52 +09:00
UiCompositorControllerMessageTypes.h Bug 1511181 - Reformat everything to the Google coding style r=ehsan a=clang-format 2018-11-30 11:46:48 +01:00
UiCompositorControllerParent.cpp Bug 1540731 - Part 2: Move toplevel actors to override ActorDestroy, r=froydnj 2019-05-21 17:04:21 +00:00
UiCompositorControllerParent.h Bug 1540731 - Part 2: Move toplevel actors to override ActorDestroy, r=froydnj 2019-05-21 17:04:21 +00:00
VideoBridgeChild.cpp Bug 1561178 - Use Endpoints for VideoBridge construction, and support the possibility that there are multiple at the same time. r=jya 2019-06-28 07:00:41 +00:00
VideoBridgeChild.h Bug 1561178 - Use Endpoints for VideoBridge construction, and support the possibility that there are multiple at the same time. r=jya 2019-06-28 07:00:41 +00:00
VideoBridgeParent.cpp Bug 1289211 - Rename InfallibleTArray to nsTArray in gfx/layers/ r=mattwoodrow 2019-07-10 04:47:53 +00:00
VideoBridgeParent.h Backed out changeset 2095b5ca1769 (bug 1566956) for causing Bug 1567002. a=backout 2019-07-18 12:54:25 +03:00
WebRenderMessages.ipdlh Bug 1563770. Always include a visible rect with blob images. r=nical 2019-07-13 19:07:05 +00:00