-
- Downloads
Bug 1732343 - Part 2: Migrate all uses of base::FileDescriptor to UniqueFileHandle, r=handyman
This is useful for the following parts, as UniqueFileHandle is a cross-platform type which can also be used to support transferring HANDLEs between processes. This change requires fairly sweeping changes to existing callsites, which previously did not require owning access to the handle types when transferring. For the most part these changes were straightforward, but manual. Differential Revision: https://phabricator.services.mozilla.com/D126564
Showing
- dom/indexedDB/PBackgroundIDBSharedTypes.ipdlh 1 addition, 1 deletiondom/indexedDB/PBackgroundIDBSharedTypes.ipdlh
- dom/ipc/ContentChild.cpp 6 additions, 6 deletionsdom/ipc/ContentChild.cpp
- dom/ipc/ContentChild.h 3 additions, 3 deletionsdom/ipc/ContentChild.h
- dom/ipc/ContentParent.cpp 5 additions, 4 deletionsdom/ipc/ContentParent.cpp
- dom/ipc/PContent.ipdl 2 additions, 2 deletionsdom/ipc/PContent.ipdl
- dom/media/gmp/ChromiumCDMParent.cpp 1 addition, 1 deletiondom/media/gmp/ChromiumCDMParent.cpp
- gfx/layers/CanvasDrawEventRecorder.cpp 6 additions, 6 deletionsgfx/layers/CanvasDrawEventRecorder.cpp
- gfx/layers/CanvasDrawEventRecorder.h 3 additions, 3 deletionsgfx/layers/CanvasDrawEventRecorder.h
- gfx/layers/SourceSurfaceSharedData.cpp 5 additions, 4 deletionsgfx/layers/SourceSurfaceSharedData.cpp
- gfx/layers/SourceSurfaceSharedData.h 1 addition, 2 deletionsgfx/layers/SourceSurfaceSharedData.h
- gfx/layers/client/TextureClient.cpp 11 additions, 8 deletionsgfx/layers/client/TextureClient.cpp
- gfx/layers/client/TextureClient.h 1 addition, 1 deletiongfx/layers/client/TextureClient.h
- gfx/layers/composite/TextureHost.cpp 15 additions, 13 deletionsgfx/layers/composite/TextureHost.cpp
- gfx/layers/composite/TextureHost.h 3 additions, 3 deletionsgfx/layers/composite/TextureHost.h
- gfx/layers/ipc/CanvasChild.cpp 2 additions, 1 deletiongfx/layers/ipc/CanvasChild.cpp
- gfx/layers/ipc/CanvasTranslator.cpp 5 additions, 4 deletionsgfx/layers/ipc/CanvasTranslator.cpp
- gfx/layers/ipc/CanvasTranslator.h 3 additions, 3 deletionsgfx/layers/ipc/CanvasTranslator.h
- gfx/layers/ipc/CompositorBridgeChild.cpp 3 additions, 3 deletionsgfx/layers/ipc/CompositorBridgeChild.cpp
- gfx/layers/ipc/CompositorBridgeChild.h 2 additions, 2 deletionsgfx/layers/ipc/CompositorBridgeChild.h
- gfx/layers/ipc/CompositorBridgeParent.cpp 2 additions, 2 deletionsgfx/layers/ipc/CompositorBridgeParent.cpp
Loading
Please register or sign in to comment