summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_system/file_system_dispatcher_host.cc
Commit message (Expand)AuthorAgeFilesLines
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-141-6/+6
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-141-3/+3
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-131-34/+7
* Remove unneeded browser_process.h includes.thestig@chromium.org2010-12-051-1/+3
* Move:ben@chromium.org2010-12-021-1/+1
* Make FileSystemOperation's lifetime more explicit.kinuko@chromium.org2010-11-301-2/+54
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-301-1/+1
* FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperationkinuko@chromium.org2010-11-101-137/+10
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-091-8/+8
* Added ability to propogate create to suggest whether or not filesystem's root...kkanetkar@chromium.org2010-11-031-4/+7
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-151-60/+54
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-121-1/+1
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-121-4/+6
* Initial work on worker support for FileWriter.ericu@google.com2010-10-111-9/+21
* Rename ChromeThread to BrowserThread Part13:tfarina@chromium.org2010-10-101-4/+4
* Check restricted names/chars for FileSystem APIkinuko@chromium.org2010-10-091-1/+16
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-081-4/+30
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-071-3/+11
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-11/+3
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-071-3/+11
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-071-2/+3
* Hook up Cookies content settings for FileSystem APIkinuko@chromium.org2010-10-071-11/+15
* Revert 61613 - possible culprit for valgrind error. (Support removeRecursivel...kinuko@chromium.org2010-10-061-3/+2
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-061-2/+3
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-051-3/+2
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-051-2/+3
* Second try at submitting 61462.ericu@google.com2010-10-051-2/+4
* Revert 61462 - Add truncate and cancel for FileWriter; write and more tests w...ericu@google.com2010-10-051-4/+2
* Add truncate and cancel for FileWriter; write and more tests will come in lat...ericu@google.com2010-10-051-2/+4
* Adding a TouchFile() operation.dumi@chromium.org2010-09-271-0/+12
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-271-19/+11
* This is the IPC and bits of the browser backend for FileWriter. The rest ofericu@google.com2010-09-241-0/+36
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-221-55/+21
* Change the FileSystem IPCs to take FilePaths as arguments instead ofdumi@chromium.org2010-09-161-37/+25
* Test shell impl for WebKit's File System API:BUG=52799TEST=nonekkanetkar@chromium.org2010-09-161-7/+19
* Integrate FileSystemOperation with FileSystemDispatcherHost.kinuko@chromium.org2010-09-081-62/+161
* Add final part of IPC plumbing for FileSystem API (retry).kinuko@chromium.org2010-08-311-3/+59
* Revert 57915 - Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-301-58/+2
* Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-301-2/+58
* Add a helper class that keeps per-profile information for FileSystem APIkinuko@chromium.org2010-08-271-5/+35
* Revert 57715 - Add a helper class that keeps per-profile information for File...dmazzoni@chromium.org2010-08-271-35/+5
* Add a helper class that keeps per-profile information for FileSystem APIkinuko@chromium.org2010-08-271-5/+35
* Add WebFileSystemImpl and 2nd cut of IPC plumbing code for Move operation.kinuko@chromium.org2010-08-251-4/+14
* FBTF: Move individual XXXMsg_Params structs to a new file.erg@google.com2010-08-241-0/+1
* Add 1st cut of IPC plumbing code for FileSystem API's openFileSystemkinuko@chromium.org2010-08-211-0/+81