mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
04243d3847
Converts folder scan requests, from any content analysis interception point,
into file scan requests for each file in the folder (recursively). Folder CA
approval is given iff all files were approved. Otherwise the folder analysis
result is denial, issued as soon as that is known.
This still has the issue that only the first file will be given busy and verdict
dialogs. The entire CA check may silently block because of this. See bug
|
||
---|---|---|
.. | ||
compat | ||
tests | ||
Directory.cpp | ||
Directory.h | ||
FileSystemBase.cpp | ||
FileSystemBase.h | ||
FileSystemRequestParent.cpp | ||
FileSystemRequestParent.h | ||
FileSystemSecurity.cpp | ||
FileSystemSecurity.h | ||
FileSystemTaskBase.cpp | ||
FileSystemTaskBase.h | ||
FileSystemUtils.cpp | ||
FileSystemUtils.h | ||
GetDirectoryListingTask.cpp | ||
GetDirectoryListingTask.h | ||
GetFileOrDirectoryTask.cpp | ||
GetFileOrDirectoryTask.h | ||
GetFilesHelper.cpp | ||
GetFilesHelper.h | ||
GetFilesTask.cpp | ||
GetFilesTask.h | ||
moz.build | ||
OSFileSystem.cpp | ||
OSFileSystem.h | ||
PFileSystemParams.ipdlh | ||
PFileSystemRequest.ipdl |