summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Delete Tracked, and move Location to its own file.ajwong@chromium.org2011-09-211-0/+1
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-2014-222/+36
* net: Rename URLRequestStatus::os_error_.tfarina@chromium.org2011-09-082-8/+8
* Clean up old dead code.ericu@chromium.org2011-09-061-17/+1
* Add browser_tests for FileAPI with Quota, and remove unlimited access for fil...dmikurube@chromium.org2011-09-062-10/+0
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-0534-1665/+1929
* Update base/timer.h code to pass through Location from call sites. (reland) o...jbates@chromium.org2011-09-021-2/+2
* Don't abort reading directory when a backing file lost.tzik@chromium.org2011-09-022-2/+40
* Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,mattm@chromium.org2011-09-021-2/+2
* Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...jbates@chromium.org2011-09-021-2/+2
* Handle inconsistency between DB and Filestzik@chromium.org2011-08-317-36/+214
* Count-up/down the dirty count in the usage cache at FileSystemOperation, not ...dmikurube@chromium.org2011-08-313-61/+111
* Adding Size() to AbstractFileEnumeratortzik@chromium.org2011-08-306-36/+81
* Fix OFSFU's Touch to match the other FSFU subclasses.ericu@chromium.org2011-08-254-70/+80
* Replace virtual_path fields in FileSystemOperationContext with similar variab...ericu@chromium.org2011-08-237-60/+26
* Allow shrinking operation in over quota situationtzik@chromium.org2011-08-222-3/+68
* Simplify directory path accounting.ericu@chromium.org2011-08-1919-892/+972
* Test cleanup: Using MockSpecialStoragePolicy instead of local subclasses of S...marja@chromium.org2011-08-176-115/+23
* Move chromium-specific files from leveldb's repository to chromium, stage 2.dgrogan@chromium.org2011-08-165-7/+7
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-1514-37/+37
* base: Rename FileEnumerator::FILE_TYPE to FileEnumerator::FileType.tfarina@chromium.org2011-08-153-7/+7
* Force updating file usage cache to make sure it reflects the recent pepper qu...kinuko@chromium.org2011-08-121-1/+1
* Revert 95973 - Handle inconsistency between DB and Files in ObfuscatedFileSys...backer@chromium.org2011-08-092-118/+5
* Handle inconsistency between DB and Files in ObfuscatedFileSystemFileUtiltzik@chromium.org2011-08-092-5/+118
* Quota: Add quota::StorageType to the GetOriginsCallback definition.mkwst@chromium.org2011-08-053-9/+16
* Specify 'true' to force creating the new directory in MigrateFromOldSandboxkinuko@chromium.org2011-08-051-1/+1
* Removed wchat_t from Time::FromString.shinyak@google.com2011-08-031-3/+3
* Revert 94426 - Removed wchat_t from Time::FromString.morrita@chromium.org2011-07-281-3/+3
* Removed wchat_t from Time::FromString.shinyak@google.com2011-07-281-3/+3
* Fix the memory leaks introduced in r94251.dmikurube@google.com2011-07-271-2/+2
* Refactoring: Change all -FileUtils non-Singleton and to own underlying FileUt...dmikurube@chromium.org2011-07-2717-115/+133
* Change quota to account directories and path names in the filesystem.dmikurube@chromium.org2011-07-2516-403/+894
* Fill size and modified time entry on FileSystem API directory viewtzik@chromium.org2011-07-212-19/+100
* some cleanup for base/stl_utildilmah@chromium.org2011-07-191-1/+1
* CrOS - Fix crash when closing file pickerjamescook@chromium.org2011-07-191-1/+0
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-194-10/+20
* Adding FileUtilProxy::Entry::{size,last_modified_time},tzik@chromium.org2011-07-194-20/+55
* Avoid leaking file handles.yzshen@chromium.org2011-07-152-0/+4
* Another blank changekinuko@chromium.org2011-07-151-1/+1
* Blank change (adding space) to kick buildkinuko@chromium.org2011-07-151-1/+1
* Remove SandboxMountPointProvier::GetBaseDirectoryForOrigin as it's no longer ...kinuko@chromium.org2011-07-155-40/+24
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-4/+9
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-141-9/+4
* Make the URLRequestContext constantbattre@chromium.org2011-07-141-4/+9
* Delete filesystem origin info in the origin database if it is emptykinuko@chromium.org2011-07-142-16/+24
* Fix quota unawareness in copying multiple files with CopyDirectory.dmikurube@chromium.org2011-07-142-13/+34
* Change the usage cache not to include meta data, such as the the size of usag...dmikurube@google.com2011-07-125-75/+148
* Do not create a new directory database for read operations.kinuko@chromium.org2011-07-082-42/+70
* Change all the references from app_base to sql.tfarina@chromium.org2011-07-061-1/+0
* Change {Obfuscated|Local}FileSystemFileUtil non-Singleton to take an underlyi...dmikurube@chromium.org2011-07-0615-72/+89