summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* roll clang 131935:132017thakis@chromium.org2011-06-082-1/+2
* Integrate file systems with BrowsingDataRemovermkwst@chromium.org2011-06-073-12/+11
* Proper fix for a leak problem previously hacked around inericu@chromium.org2011-06-042-16/+13
* This goes in first, followed by a webkit change that defines WEBFILESYSTEMCAL...ericu@chromium.org2011-06-021-4/+4
* Fix a NOTREACHED being hit in a test.ericu@google.com2011-06-012-4/+19
* Disallow links from being seen by the extensions via the fileapi.rkc@chromium.org2011-05-311-1/+11
* Force updating filesystem usage cachekinuko@chromium.org2011-05-311-1/+1
* Retain support for 'UnlimitedStorage' in the QuotaManager.michaeln@google.com2011-05-292-2/+4
* Work around a scoped_refptr somehow not getting deleted in destructor.ericu@chromium.org2011-05-292-0/+7
* Remove old filesystem naming restrictions, as per the new spec.ericu@google.com2011-05-282-50/+65
* Code to turn on obfuscated filesystems for all, and to migrate all existing u...ericu@google.com2011-05-2813-244/+729
* Moving mediaplayer to the chrome filebrowser. Observable behaviour should not...serya@google.com2011-05-271-1/+5
* ChromiumOS build fix attempt for 86988kinuko@chromium.org2011-05-271-1/+2
* Resubmitting 86978 - Fix FileWriterDelegate's usage tracking behaviorkinuko@chromium.org2011-05-276-124/+343
* Revert 86978 - Fix FileWriterDelegate's usage tracking behaviorkinuko@chromium.org2011-05-276-345/+121
* Fix FileWriterDelegate's usage tracking behaviorkinuko@chromium.org2011-05-276-121/+345
* Leak fix in FileSystemOperationUnitTest.kinuko@chromium.org2011-05-261-2/+24
* Enable cross-filesystem moves and copies.ericu@chromium.org2011-05-2610-75/+484
* 2nd try: Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-253-49/+155
* Remove ctime and atime checks to reduce flakiness.ericu@chromium.org2011-05-251-3/+0
* Revert 86400 - Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-243-153/+49
* Notify read access to the QuotaManager in FileSystemOperationkinuko@chromium.org2011-05-243-49/+153
* Integrated obfuscation with quota; all unit tests now pass with or without th...ericu@chromium.org2011-05-2314-149/+391
* Fix PP_FileOpenFlags_Dev handling:yzshen@chromium.org2011-05-231-2/+2
* Code to migrate a single directory from the old sandbox to the new.ericu@chromium.org2011-05-206-43/+329
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-1915-284/+183
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-1914-24/+24
* Globally replace <(library) with static_libraryevan@chromium.org2011-05-191-1/+1
* FileSystemURLRequestJobBase: hold a ref in LocalPathCallbackDispatcher until ...adamk@chromium.org2011-05-193-10/+71
* Change usage cache code in QuotaFileUtil to use QuotaUtil methodskinuko@chromium.org2011-05-1910-324/+448
* This integrates the obfuscated filesystem, but keeps it turned off with a flag.ericu@chromium.org2011-05-1914-106/+344
* Remove more URLRequest::RegisterProtocolFactory calls.willchan@chromium.org2011-05-183-0/+102
* Remove redundant MessageLoopProxy from LocalFilePathCallbackDispatcher.adamk@chromium.org2011-05-182-23/+9
* Memory leak fix in FileSystemOperationWriteTestkinuko@chromium.org2011-05-171-0/+1
* Memory leak fix for FileWriterDelegateTestkinuko@chromium.org2011-05-171-0/+2
* Switch usage cache code to use FileSystemQuotaUtil in FileWriterDelegatekinuko@chromium.org2011-05-1710-139/+257
* Factor out quota-related filesysem internal code into QuotaUtil classkinuko@chromium.org2011-05-1710-185/+418
* DeleteOriginTest fix attempt for non-existing origin directorykinuko@chromium.org2011-05-171-0/+4
* Added DeleteOriginData to QuotaClientkinuko@chromium.org2011-05-175-7/+152
* A few small cleanup items from TODOs in the Obfuscated filesystem code--unit ...ericu@chromium.org2011-05-165-106/+183
* Timer to drop in-memory databases when they're not in use.ericu@google.com2011-05-132-0/+15
* ObfuscatedFileSystemFileUtil classericu@google.com2011-05-1311-6/+1777
* 'using namespace' fix in webkit/fileapikinuko@chromium.org2011-05-138-18/+25
* 1) Declare three new proxayable QuotaManager methods:michaeln@google.com2011-05-121-2/+2
* A tiny leak fix in FileSystemPathManagerkinuko@chromium.org2011-05-121-5/+5
* ChromiumOS build fix attempt for 84776kinuko@chromium.org2011-05-101-1/+2
* Revert 84771 - Fix QuotaFileUtil to write .usage into the same directory as "...cbentzel@chromium.org2011-05-101-3/+2
* Set allowed bytes growth in FileSystemOperation from QuotaManager.dmikurube@chromium.org2011-05-107-341/+619
* Fix QuotaFileUtil to write .usage into the same directory as "chrome-", not u...dmikurube@chromium.org2011-05-101-2/+3
* iwyu: Use callback_old.h where appropriate, part 1.jhawkins@chromium.org2011-05-101-1/+1