summaryrefslogtreecommitdiffstats
path: root/webkit/fileapi
Commit message (Expand)AuthorAgeFilesLines
* Use WebKit API's filesystem types directly under webkit/fileapikinuko@chromium.org2012-01-182-15/+9
* Revert 118001 - Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-182-2/+2
* Revert 117968 - Rename is_hsts_host to fatal.apatrick@chromium.org2012-01-182-2/+2
* Rename is_hsts_host to fatal.palmer@chromium.org2012-01-172-2/+2
* ChromeOS build fix r117830kinuko@chromium.org2012-01-162-2/+7
* Add CreateFileSystemOperation() method to FileSystemContextkinuko@chromium.org2012-01-1611-31/+139
* Cleanup FileSystemOperation for preparing for adding FSO-factory methodkinuko@chromium.org2012-01-1118-313/+293
* Fix/add FileSystemMountPointProvider tests for CrOSkinuko@chromium.org2012-01-102-102/+68
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-064-4/+0
* Replace OpenComplete with DidOpenFileSystem and DidFail for FileSystem.tzik@chromium.org2012-01-061-1/+4
* Check response code before writing blob to file.tzik@chromium.org2012-01-063-4/+9
* Mark some FileSystemMountPointProviderTest tests as FAILS_ on ChromeOS.thestig@chromium.org2012-01-061-4/+30
* Cleanup: Removing FileSystemPathManagerkinuko@chromium.org2012-01-0538-548/+482
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-031-2/+1
* base::Bind: Remove scoped_callback_factory.h.jhawkins@chromium.org2012-01-034-4/+0
* base::Bind: Remove unused ScopedCallbackFactorys.jhawkins@chromium.org2011-12-232-10/+2
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-214-4/+13
* base::Bind: Convert most of webkit/appcache.jhawkins@chromium.org2011-12-213-23/+3
* Cleanup: Reorder methods in SandboxMountPointProviderkinuko@chromium.org2011-12-202-100/+90
* Add/update comments and cleanup code around FileSystemPathManagerkinuko@chromium.org2011-12-207-79/+91
* Implement async verision of FileSystemFileUtil and in-memory file system for ...satorux@chromium.org2011-12-171-0/+2
* Introduce FileSystemOperationInterface.satorux@chromium.org2011-12-164-35/+167
* Adding UMA stats for requestFileSystem error analysis.tzik@chromium.org2011-12-141-0/+25
* Update mtime of directory when containing entry changed.tzik@chromium.org2011-12-083-6/+288
* Update these includes to use the new header locationsabarth@chromium.org2011-12-034-5/+5
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* base::Bind: Convert file_system_dir_url_request_job.cc.jhawkins@chromium.org2011-11-282-10/+9
* Cleanup: Remove unneeded forward declarations in webkit/.thestig@chromium.org2011-11-176-9/+1
* Add OVERRIDE to webkit/.avi@chromium.org2011-11-163-19/+25
* net: Move UnescapeRule into the net namespace.tfarina@chromium.org2011-11-151-2/+2
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-111-0/+1
* Tiny cleanup in FileSystemOperationkinuko@chromium.org2011-11-102-65/+28
* Bind: Reimplement remaining FileSystemFileUtilProxy methods using PostTaskAnd...kinuko@chromium.org2011-11-094-184/+110
* Retry: Bind: Merge FileUtilProxy and FileSystemFileUtilProxy: Delete/Touch/Tr...kinuko@chromium.org2011-11-094-460/+94
* Revert 109010 - Merge FileUtilProxy and FileSystemFileUtilProxy using PostTas...joi@chromium.org2011-11-084-94/+460
* Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Delet...kinuko@chromium.org2011-11-084-460/+94
* Retry: Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply...kinuko@chromium.org2011-11-084-134/+78
* Revert 108639 - again it seems to have broken Mac layout testskinuko@chromium.org2011-11-043-31/+111
* Original issue with review is:kinuko@chromium.org2011-11-043-111/+31
* Revert 108258 - broke Mac LayoutTests.kinuko@chromium.org2011-11-023-31/+111
* Merge FileUtilProxy and FileSystemFileUtilProxy using PostTaskAndReply: Creat...kinuko@chromium.org2011-11-023-111/+31
* Add a debug check to verify that FileSystemCallbackDispatcher is not NULL in ...oleg@chromium.org2011-10-271-0/+14
* Refactor FileSystemOperation:oleg@chromium.org2011-10-265-224/+163
* base::Bind: Final cleanup in webkit/fileapi.jhawkins@chromium.org2011-10-205-37/+48
* Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callbackkinuko@chromium.org2011-10-193-14/+17
* base::Bind: Convert FileSystemPathManager::GetRootPathCallback.jhawkins@chromium.org2011-10-1811-72/+69
* Broke CrOS; I can haz CrOS in default try jobs?jhawkins@chromium.org2011-10-1811-69/+72
* base::Bind: Convert FileSystemPathManager::GetRootPathCallback.jhawkins@chromium.org2011-10-1811-72/+69
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-189-82/+102
* A few improvements to Blob handling.michaeln@google.com2011-10-171-15/+17