-
- Downloads
Bug 1786465 - Introduce FileSystemManager intended to be referenced by...
Bug 1786465 - Introduce FileSystemManager intended to be referenced by FileSystemHandle; r=dom-storage-reviewers,jesup This patch also splits the creation of the top level protocol and getting the root handle into separate logical steps. Differential Revision: https://phabricator.services.mozilla.com/D155350
Showing
- dom/fs/api/FileSystemManager.cpp 54 additions, 0 deletionsdom/fs/api/FileSystemManager.cpp
- dom/fs/api/FileSystemManager.h 57 additions, 0 deletionsdom/fs/api/FileSystemManager.h
- dom/fs/api/moz.build 3 additions, 0 deletionsdom/fs/api/moz.build
- dom/fs/child/FileSystemBackgroundRequestHandler.cpp 150 additions, 0 deletionsdom/fs/child/FileSystemBackgroundRequestHandler.cpp
- dom/fs/child/FileSystemBackgroundRequestHandler.h 47 additions, 0 deletionsdom/fs/child/FileSystemBackgroundRequestHandler.h
- dom/fs/child/FileSystemChildFactory.cpp 15 additions, 1 deletiondom/fs/child/FileSystemChildFactory.cpp
- dom/fs/child/FileSystemRequestHandler.cpp 18 additions, 111 deletionsdom/fs/child/FileSystemRequestHandler.cpp
- dom/fs/child/OriginPrivateFileSystemChild.h 4 additions, 0 deletionsdom/fs/child/OriginPrivateFileSystemChild.h
- dom/fs/child/moz.build 1 addition, 0 deletionsdom/fs/child/moz.build
- dom/fs/include/fs/FileSystemRequestHandler.h 8 additions, 25 deletionsdom/fs/include/fs/FileSystemRequestHandler.h
- dom/fs/parent/BackgroundFileSystemParent.cpp 14 additions, 21 deletionsdom/fs/parent/BackgroundFileSystemParent.cpp
- dom/fs/parent/BackgroundFileSystemParent.h 2 additions, 2 deletionsdom/fs/parent/BackgroundFileSystemParent.h
- dom/fs/parent/OriginPrivateFileSystemParent.cpp 12 additions, 0 deletionsdom/fs/parent/OriginPrivateFileSystemParent.cpp
- dom/fs/parent/OriginPrivateFileSystemParent.h 6 additions, 2 deletionsdom/fs/parent/OriginPrivateFileSystemParent.h
- dom/fs/shared/PBackgroundFileSystem.ipdl 3 additions, 12 deletionsdom/fs/shared/PBackgroundFileSystem.ipdl
- dom/fs/shared/POriginPrivateFileSystem.ipdl 5 additions, 0 deletionsdom/fs/shared/POriginPrivateFileSystem.ipdl
- dom/fs/test/gtest/FileSystemMocks.h 17 additions, 2 deletionsdom/fs/test/gtest/FileSystemMocks.h
- dom/fs/test/gtest/child/TestFileSystemBackgroundRequestHandler.cpp 64 additions, 0 deletions...st/gtest/child/TestFileSystemBackgroundRequestHandler.cpp
- dom/fs/test/gtest/child/TestFileSystemRequestHandler.cpp 16 additions, 21 deletionsdom/fs/test/gtest/child/TestFileSystemRequestHandler.cpp
- dom/fs/test/gtest/child/moz.build 1 addition, 0 deletionsdom/fs/test/gtest/child/moz.build
Loading
Please register or sign in to comment