Sign in
chromium
/
chromium
/
src.git
/
c83118f4db9141f79ef1baf8018646441a960197
/
webkit
/
fileapi
/
obfuscated_file_util_unittest.cc
c83118f
FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry
by
[email protected]
· 12 years ago
29eb12c
Revert 200828 "Move webkit/fileapi/file_system_mount_point_provi..."
by
[email protected]
· 12 years ago
a35c34ac
Move webkit/fileapi/file_system_mount_point_provider.h to webkit/browser/fileapi
by
[email protected]
· 12 years ago
4cc586b
webkit: Use base::MessageLoop.
by
[email protected]
· 12 years ago
e0b9dda
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
by
[email protected]
· 12 years ago
420fb56
Make MountPointProvider pluggable from outside webkit/fileapi
by
[email protected]
· 12 years ago
bf97e8b
Cleanup: Return error status as bool in FileSystemUsageCache functions.
by
[email protected]
· 12 years ago
007b3f8
Rewrite std::string("") to std::string(), Linux edition.
by
[email protected]
· 12 years ago
69d7f89
Revert "Rewrite std::string("") to std::string(), Linux edition."
by
[email protected]
· 12 years ago
e59558b7
Rewrite std::string("") to std::string(), Linux edition.
by
[email protected]
· 12 years ago
0622617
Improve FileSystemUsageCache performance
by
[email protected]
· 12 years ago
5799981
Move file_path.h to base/files.
by
[email protected]
· 12 years ago
8a020f6
We should not use FilePath::DirName() for sandboxed virtual paths
by
[email protected]
· 12 years ago
023ad6ab
Replace FilePath with base::FilePath.
by
[email protected]
· 12 years ago
58ac527
Disable ObfuscatedFileUtilTest.TestQuotaOnCopyFile on win / android.
by
[email protected]
· 12 years ago
07b6487
Retry: Introduce AsyncFileTestHelper for testing with async file/quota operations
by
[email protected]
· 12 years ago
04c899f
Always populate FileSystemURL::virtual_path and deprecate WithPath() method
by
[email protected]
· 12 years ago
22267a6
Revert 181278
by
[email protected]
· 12 years ago
57856df
Introduce AsyncFileTestHelper for testing with async file/quota operations
by
[email protected]
· 12 years ago
7fd8fa4f
Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.
by
[email protected]
· 12 years ago
a3ef483
Add FilePath to base namespace.
by
[email protected]
· 12 years ago
6ef0c391
Add BrowserContext specific external mount points
by
[email protected]
· 12 years ago
bab213be
Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtil
by
[email protected]
· 12 years ago
4f056a87
Cleanup: Remove FileUtil overriding hack for testing in LocalFileSystemOperation
by
[email protected]
· 12 years ago
1a64720
ReadDirectory should return NOT_A_DIRECTORY error if the target is a file
by
[email protected]
· 12 years ago
4e7e388
FileUtilHelper cleanup: reduce the number of GetFileInfo calls
by
[email protected]
· 12 years ago
403ada8
Cleanup: Remove using statements from webkit/fileapi header files.
by
[email protected]
· 12 years ago
8eee1b6
Accumulate FileSystemUsageCache updates to improve write performance.
by
[email protected]
· 12 years ago
4e1c7e5
webkit: Update the calls from RunAllPending() to RunUntilIdle().
by
[email protected]
· 12 years ago
9eaa331b
Remove the old-sandbox-to-new-sandbox migration code. The only users of the old sandbox are those who used the filesystem in apps 1.5 years ago, and haven't loaded those apps since.
by
[email protected]
· 12 years ago
ea1a3f6
Move scoped_temp_dir from base to base/files
by
[email protected]
· 13 years ago
b9566e7c
Lint fixes in webkit/fileapi
by
[email protected]
· 13 years ago
c4e6f9c
Add FileChangeObserver to track changes in local file system
by
[email protected]
· 13 years ago
13f92f6e
Remove FileSystemFileUtil::{Directory,Path}Exists
by
[email protected]
· 13 years ago
dc57ec8
Move {Native,Device}MediaFileUtil from FILE thread to SequencedWorkerPool to avoid it blocks other I/O.
by
[email protected]
· 13 years ago
02a6054
Renamed FileSystemOperation to LocalFileSystemOperation.
by
[email protected]
· 13 years ago
281bc5b
Remove unused fields found by clang's new Wunused-private-fields.
by
[email protected]
· 13 years ago
949f25a
Reduce the number of CrackFileSystemURL
by
[email protected]
· 13 years ago
3ed847a6
Move all webkit/fileapi tests to content_unittests
by
[email protected]
· 13 years ago
7d78be1
CreateOrOpen() with TRUNCATED flag should decrease the quota usage.
by
[email protected]
· 13 years ago
3cfc10f
Remove the potentially-dangerous destructor pattern in ObfuscatedFileUtil by
by
[email protected]
· 13 years ago
022d270
Convert some FileWriter tests to use TestMountPointProvider.
by
[email protected]
· 13 years ago
294dd031
Merge QuotaFileUtil into ObfuscatedFileUtil
by
[email protected]
· 13 years ago
ecdfd6c5
Merge QuotaFileUtil::Truncate to ObfuscatedFileUtil::Truncate
by
[email protected]
· 13 years ago
a393891
Replace FileSystemFileUtil::ReadDirectory()s to single FileUtilHelper::ReadDirectory()
by
[email protected]
· 13 years ago
aa437fa
Add FileUtileHelper and split out FileSystemFileUtil::Delete
by
[email protected]
· 13 years ago
45ea0fbbb
Introduce CrossFileUtilHelper for cross-FileUtil Copy/Move
by
[email protected]
· 13 years ago
08f8feb
Move src/dest info out of FileSystemOperationContext
by
[email protected]
· 13 years ago
7e077f9
Cleanup: Use FilePath::LossyDisplayName() and FromUTF8Unsafe() in fileapi
by
[email protected]
· 13 years ago
d9034ed2
Define FilePath::NormalizePathSeparators on all platforms
by
[email protected]
· 13 years ago
f83b5b7
Cleanup: factor out common test sets under fileapi/
by
[email protected]
· 13 years ago
e7e4673
Cleanup: Removing FileSystemPathManager
by
[email protected]
· 13 years ago
fad625e2f
Update mtime of directory when containing entry changed.
by
[email protected]
· 13 years ago
4d99be5
Use base::Callback in Quota related code.
by
[email protected]
· 14 years ago
34161bb
Fix for build error while building using 'make' (Complete build).
by
[email protected]
· 14 years ago
81484d7
Obsoleting --unlimited-quota-for-files
by
[email protected]
· 14 years ago
7878ece
[Refactor] to rename and re-layer the file_util stack layers.
by
[email protected]
· 14 years ago
[Renamed (75%) from webkit/fileapi/obfuscated_file_system_file_util_unittest.cc]
9dfdc0e3
Don't abort reading directory when a backing file lost.
by
[email protected]
· 14 years ago
3458333
Handle inconsistency between DB and Files
by
[email protected]
· 14 years ago
2517cfa
Fix OFSFU's Touch to match the other FSFU subclasses.
by
[email protected]
· 14 years ago
0c5ebe3
Simplify directory path accounting.
by
[email protected]
· 14 years ago
480fc059
Revert 95973 - Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtil
by
[email protected]
· 14 years ago
57fa75bc
Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtil
by
[email protected]
· 14 years ago
b0e2a4f
Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUtils.
by
[email protected]
· 14 years ago
ccb14ed
Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlying *FileUtil.
by
[email protected]
· 14 years ago
81b7f66
Enable cross-filesystem moves and copies.
by
[email protected]
· 14 years ago
2ef92d2b
Remove ctime and atime checks to reduce flakiness.
by
[email protected]
· 14 years ago
fcc2d5f
Integrated obfuscation with quota; all unit tests now pass with or without the flag that turns on obfuscation.
by
[email protected]
· 14 years ago
6b93115
Code to migrate a single directory from the old sandbox to the new.
by
[email protected]
· 14 years ago
e078590
Move scoped_temp_dir and scoped_native_library back from base/memory to base.
by
[email protected]
· 14 years ago
c7a4a10f
This integrates the obfuscated filesystem, but keeps it turned off with a flag.
by
[email protected]
· 14 years ago
89ee427
A few small cleanup items from TODOs in the Obfuscated filesystem code--unit tests and one data type change.
by
[email protected]
· 14 years ago
d4905e2e
ObfuscatedFileSystemFileUtil class
by
[email protected]
· 14 years ago