gecko-dev/gfx/layers/ipc
Sean Feng 9b2bb978fc Bug 1600793 - Make the scrolling input telemetry work for WebRender r=botond,jrmuizel
Differential Revision: https://phabricator.services.mozilla.com/D60046

--HG--
extra : moz-landing-system : lando
2020-02-21 19:41:46 +00:00
..
fuzztest
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 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
APZInputBridgeChild.h Bug 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
APZInputBridgeParent.cpp Bug 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
APZInputBridgeParent.h Bug 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
CanvasChild.cpp Bug 1590619: Only clean up Remote Canvas IPC classes when the CanvasChild owns the only recorder reference. r=jrmuizel 2019-11-04 14:15:22 +00:00
CanvasChild.h Bug 1578475: Cleanup Remote Canvas 2D IPC classes when not used for certain duration. r=mattwoodrow 2019-09-17 00:15:59 +00:00
CanvasParent.cpp Bug 1575874: Create the CanvasTranslator on the Compositor thread to prevent race with WaitForSurfaceDescriptor. r=jrmuizel 2019-09-10 02:06:28 +00:00
CanvasParent.h Bug 1575874: Create the CanvasTranslator on the Compositor thread to prevent race with WaitForSurfaceDescriptor. r=jrmuizel 2019-09-10 02:06:28 +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
CompositorBridgeChild.cpp Bug 1506376, make DidComposite to use mediumhigh priority message r=mattwoodrow 2020-02-14 16:27:50 +00:00
CompositorBridgeChild.h Bug 1506376, make DidComposite to use mediumhigh priority message r=mattwoodrow 2020-02-14 16:27:50 +00:00
CompositorBridgeParent.cpp Bug 1600793 - Make the scrolling input telemetry work for WebRender r=botond,jrmuizel 2020-02-21 19:41:46 +00:00
CompositorBridgeParent.h Bug 1616592 - Control the batching lookback count via a pref. r=gw 2020-02-20 03:45:17 +00:00
CompositorManagerChild.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
CompositorManagerChild.h Bug 1570369 - Part 5: Use IPDL refcounted for PCompositorBridge, r=mattwoodrow 2019-08-08 16:46:33 +00:00
CompositorManagerParent.cpp Bug 1610388 - Remove nsAutoPtr usage from gfx/. r=mattwoodrow 2020-01-21 01:25:28 +00:00
CompositorManagerParent.h Bug 1570369 - Part 5: Use IPDL refcounted for PCompositorBridge, r=mattwoodrow 2019-08-08 16:46:33 +00:00
CompositorThread.cpp Bug 1611886 - Add VRManagerParent::Shutdown() r=nical 2020-02-20 06:46:11 +00:00
CompositorThread.h
CompositorVsyncScheduler.cpp Bug 1577916 - Remove using namespace std from gfx/layers r=mattwoodrow 2019-09-02 17:38:31 +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
ContentCompositorBridgeParent.cpp Bug 1519636 - Automatically reformat recent changes using clang-format r=Ehsan 2020-01-21 09:51:27 +00:00
ContentCompositorBridgeParent.h Bug 1477756 - Client-side bindings mirror for precise CC, and merge similar codepaths. r=handyman 2020-01-08 22:19:16 +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 1600595: Part 1 - Consolidate ShmemAllocator and IShmemAllocator into one class r=nical 2020-01-04 19:34:59 +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 1600545 - Remove useless inclusions of header files generated from IDL files in accessible/, browser/, caps/, chrome/, devtools/, docshell/, editor/, extensions/, gfx/, hal/, image/, intl/, ipc/, js/, layout/, and media/ r=Ehsan 2019-12-06 09:16:44 +00:00
ImageBridgeParent.cpp Bug 1609708 - Rename PROFILER_TRACING to PROFILER_TRACING_MARKER. r=gerald 2020-01-17 21:29:15 +00:00
ImageBridgeParent.h Bug 1600595: Part 1 - Consolidate ShmemAllocator and IShmemAllocator into one class r=nical 2020-01-04 19:34:59 +00:00
KnowsCompositor.h Bug 1570879 - Fix high contrast theme handling with DirectComposition and WebRender r=nical 2019-10-08 10:07:47 +00:00
LayerAnimationUtils.cpp
LayerAnimationUtils.h
LayerTransactionChild.cpp
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 1599795 - Change the remote document rect to size in gfx. r=emilio 2020-02-11 03:57:14 +00:00
LayerTransactionParent.h Bug 1600595: Part 1 - Consolidate ShmemAllocator and IShmemAllocator into one class r=nical 2020-01-04 19:34:59 +00:00
LayerTreeOwnerTracker.cpp
LayerTreeOwnerTracker.h
LayersMessageUtils.h Bug 1592822 - Replace StyleVecU8 with ipc::ByteBuf. r=emilio 2020-01-22 20:18:40 +00:00
LayersMessages.ipdlh Bug 1599795 - Change the remote document rect to size in gfx. r=emilio 2020-02-11 03:57:14 +00:00
LayersSurfaces.ipdlh Bug 1614568 [Wayland] Implement fence sync to dmabuf surfaces for WebGL rendering, r=jgilbert 2020-02-19 15:13:28 +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 1564195 - Group the results of APZInputBridge::ReceiveInputEvent() into a struct. r=tnikkel 2019-09-19 02:45:21 +00:00
PCanvas.ipdl Bug 1575874: Create the CanvasTranslator on the Compositor thread to prevent race with WaitForSurfaceDescriptor. r=jrmuizel 2019-09-10 02:06:28 +00:00
PCompositorBridge.ipdl Bug 1506376, make DidComposite to use mediumhigh priority message r=mattwoodrow 2020-02-14 16:27:50 +00:00
PCompositorBridgeTypes.ipdlh Bug 1581240 - Return collected frames as a promise to JS r=bzbarsky,mstange,nika 2019-11-07 22:35:04 +00:00
PCompositorManager.ipdl Bug 1543560 - Move NotifyWebRenderError() to CompositorManagerParent r=nical 2019-04-16 07:45:00 +00:00
PImageBridge.ipdl Bug 1577336: Part 7 - Move DXGI async plugin operations to compositor process r=jmathies,mattwoodrow,sotaro,mccr8 2019-11-20 21:49:35 +00:00
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 1585801 - Fixing crash when folder is not writable and refactored logic. r=jrmuizel 2019-10-15 17:03:22 +00:00
RefCountedShmem.cpp
RefCountedShmem.h
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
ShadowLayerUtilsMac.cpp
ShadowLayerUtilsX11.cpp
ShadowLayerUtilsX11.h
ShadowLayers.cpp Bug 1576390 - Remove now-unused DrawWindowOverlay and WindowOverlayChanged methods. r=mattwoodrow 2019-11-13 02:24:06 +00:00
ShadowLayers.h Bug 1576390 - Remove now-unused DrawWindowOverlay and WindowOverlayChanged methods. r=mattwoodrow 2019-11-13 02:24:06 +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 1581307 - Remove wr::WrExternalImageId r=jrmuizel 2019-09-16 22:13:16 +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
SharedSurfacesParent.cpp Bug 1581307 - Remove wr::WrExternalImageId r=jrmuizel 2019-09-16 22:13:16 +00:00
SharedSurfacesParent.h
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
UiCompositorControllerChild.cpp Bug 1611415 - Prefer using std::move over forget. r=froydnj 2020-02-13 14:38:48 +00:00
UiCompositorControllerChild.h Bug 1550058: Move most keyboard shortcut handling out of XBL. r=masayuki 2019-09-06 17:10:40 +00:00
UiCompositorControllerMessageTypes.h
UiCompositorControllerParent.cpp Bug 1609996 - Reorder some includes affected by the previous patches. r=froydnj 2020-01-20 16:19:48 +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 1561179 - P6: Handle shutdown of the GPU process and reconnect PVideoBridge. r=mattwoodrow 2019-11-04 03:42:01 +00:00
VideoBridgeChild.h Bug 1561179 - P6: Handle shutdown of the GPU process and reconnect PVideoBridge. r=mattwoodrow 2019-11-04 03:42:01 +00:00
VideoBridgeParent.cpp Bug 1600595: Part 1 - Consolidate ShmemAllocator and IShmemAllocator into one class r=nical 2020-01-04 19:34:59 +00:00
VideoBridgeParent.h Bug 1600595: Part 1 - Consolidate ShmemAllocator and IShmemAllocator into one class r=nical 2020-01-04 19:34:59 +00:00
VideoBridgeUtils.h Bug 1561179 - P1: Enable the creation of multiple VideoBridgeParent actors. r=mattwoodrow 2019-11-04 03:41:45 +00:00
WebRenderMessages.ipdlh Bug 1563770. Always include a visible rect with blob images. r=nical 2019-07-13 19:07:05 +00:00