Name Description Size Coverage
CanvasManagerChild.cpp static 9319 56 %
CanvasManagerChild.h 2452 67 %
CanvasManagerParent.cpp static 8826 45 %
CanvasManagerParent.h 2648 50 %
CanvasRenderThread.cpp aCreatedThread 6472 82 %
CanvasRenderThread.h This class represents the virtual thread for canvas rendering. Depending on platform requirements and user configuration, canvas rendering may happen on the Compositor thread, Render thread or the CanvasRender thread. 2102 100 %
CanvasShutdownManager.cpp static 6059 74 %
CanvasShutdownManager.h 1738 100 %
CompositorOptions.h This class holds options that are "per compositor" - that is, these options affect a particular CompositorBridgeParent and all the content that it renders. This class is intended to be created by a platform widget (but NOT PuppetWidget) and passed to the graphics code during initialization of the top level compositor associated with that widget. The options are immutable after creation. The CompositorBridgeParent holds the canonical version of the options, but they may be accessed by other parts of the code as needed, and are accessible to content processes over PCompositorBridge as well. 3645 95 %
CompositorSession.cpp 1153 100 %
CompositorSession.h 3463 80 %
CompositorWidgetVsyncObserver.cpp 1021 100 %
CompositorWidgetVsyncObserver.h 1149 100 %
CrossProcessPaint.cpp static 18253 77 %
CrossProcessPaint.h A fragment of a paint of a cross process document tree. 6317 92 %
D3DMessageUtils.cpp 2379 82 %
D3DMessageUtils.h 1297 -
FileHandleWrapper.cpp 742 56 %
FileHandleWrapper.h 1192 100 %
GfxMessageUtils.h 40049 85 %
GPUChild.cpp = false 14931 65 %
GPUChild.h 5299 67 %
GPUParent.cpp static 27125 71 %
GPUParent.h 5576 67 %
GPUProcessHost.cpp remoteType 10239 86 %
GPUProcessHost.h 6823 44 %
GPUProcessImpl.cpp 1314 82 %
GPUProcessImpl.h 1098 33 %
GPUProcessListener.h 1111 50 %
GPUProcessManager.cpp 65848 67 %
GPUProcessManager.h 15983 80 %
GraphicsMessages.ipdlh 2111 -
InProcessCompositorSession.cpp static 4022 90 %
InProcessCompositorSession.h 1843 100 %
moz.build 2112 -
OverlayInfo.h 1609 100 %
PCanvasManager.ipdl The PCanvasManager protocol is the top-level protocol between the main and worker threads in the content process, and the renderer thread in the compositor process. This protocol should be used to create accelerated canvas instances. 1761 -
PGPU.ipdl 8454 -
PVsyncBridge.ipdl 925 -
RemoteCompositorSession.cpp 3266 95 %
RemoteCompositorSession.h 1420 100 %
VsyncBridgeChild.cpp static 4013 85 %
VsyncBridgeChild.h 1527 50 %
VsyncBridgeParent.cpp 2146 92 %
VsyncBridgeParent.h 1239 50 %
VsyncIOThreadHolder.cpp "VsyncIOThread" is used as the thread we send/recv IPC messages on. We don't use the "WindowsVsyncThread" directly because it isn't servicing an nsThread event loop which is needed for IPC to return results/notify us about shutdown etc. It would be better if we could notify the IPC IO thread directly to avoid the extra ping-ponging but that doesn't seem possible. 1389 94 %
VsyncIOThreadHolder.h 971 100 %