summaryrefslogtreecommitdiffstats
path: root/content/browser/fileapi/file_system_operation_impl_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert ARRAYSIZE_UNSAFE -> arraysize in content/.viettrungluu2014-10-161-3/+2
* Replacing the OVERRIDE with override and FINAL with final in content/browser/...mohan.reddy2014-10-071-2/+2
* Add update observer to file_system_operation_impl_unittest foriseki2014-09-221-0/+33
* Use RunLoop::Run() instead of RunLoop::RunUntilIdle() in FileSystemOperationI...iseki2014-09-111-398/+319
* Remove webkit/browser/, point everything to storage/browser/ insteadpilgrim2014-09-101-8/+8
* Remove storage-related redirect headers in webkit/common/, update #includes a...pilgrim2014-09-101-2/+2
* Support StreamCopyOrMoveImpl in sandbox.iseki2014-09-081-5/+7
* Change base/file_utils.h includes to base/files/file_utils.h in content/thestig2014-09-051-1/+1
* Modify test case to support streaming operation in sandbox file system.iseki2014-09-041-20/+33
* Add truncation to StreamCopyOrMoveImpl and test case.iseki2014-09-031-0/+39
* Revert of Modify test case to support streaming operation in sandbox file sys...mlamouri2014-08-281-11/+8
* Modify test case to support streaming operation in sandbox file system.iseki2014-08-281-8/+11
* Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name...pilgrim@chromium.org2014-08-221-21/+20
* Move mock_quota_manager and friends from webkit/ to content/pilgrim@chromium.org2014-04-091-8/+8
* Move WriteFile and WriteFileDescriptor from file_util to base namespace.brettw@chromium.org2014-03-061-3/+3
* Move mock_file_change_observer.* to content/browser/fileapi/pilgrim@chromium.org2014-02-281-1/+1
* Move async_file_test_helper.* to content/public/test/pilgrim@chromium.org2014-02-131-2/+2
* Convert Media Galleries to use base::Filervargas@chromium.org2014-01-271-86/+86
* Quota: Factor out (Mock)QuotaManagerProxy into its own file for readabilitynhiroki@chromium.org2014-01-171-0/+2
* Change fileapi namespace to content for test files that are moved under content/kinuko@chromium.org2014-01-161-10/+16
* Convert base::file_util to use File instead of PlatformFile.rvargas@chromium.org2014-01-071-2/+2
* FileAPI: Return success when copying/moving file into the same pathnhiroki@chromium.org2013-12-191-2/+44
* Revert 239400 "Revert 239280 "Move more file_util functions to b..."thakis@chromium.org2013-12-081-4/+4
* Revert 239280 "Move more file_util functions to base namespace."thakis@chromium.org2013-12-081-4/+4
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-071-4/+4
* Move more file_util functions to base namespace.brettw@chromium.org2013-12-041-3/+3
* Move temp file functions to base namespace.brettw@chromium.org2013-12-031-2/+2
* Move FileAPI test code from webkit to contentkinuko@chromium.org2013-10-021-0/+1241