summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Revert 91288 - Change references from app_base to sql.cmp@chromium.org2011-07-011-0/+1
* Change references from app_base to sql.tfarina@chromium.org2011-07-011-1/+0
* GetMimeType from virtual path in FileSystemURLRequestJob.tzik@chromium.org2011-06-223-10/+32
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-212-1/+5
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-213-3/+5
* Save net-internals log dumps directly to disk.mmenke@chromium.org2011-06-171-1/+2
* Add more unescaping for filesystem URLs. When the code goes in to fixericu@chromium.org2011-06-171-1/+2
* Add integrated tests with the actual QuotaManager and PathManager. (2nd try)dmikurube@chromium.org2011-06-164-28/+385
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-153-10/+12
* Remove msvs_guids from third_party, webkit, tools and views.tony@chromium.org2011-06-141-1/+0
* Revert 88965 - Integrated test with the actual QuotaManager and PathManager.dmikurube@google.com2011-06-143-331/+1
* Integrated test with the actual QuotaManager and PathManager.dmikurube@chromium.org2011-06-143-1/+331
* 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