summaryrefslogtreecommitdiffstats
path: root/chrome/browser/file_system
Commit message (Expand)AuthorAgeFilesLines
* Remove BrowserFileSystemContext class and merge it into SandboxedFileSystemCo...kinuko@chromium.org2010-12-146-74/+45
* Rename ResourceMessageFilter to RenderMessageFilter, since that's what it act...jam@chromium.org2010-12-141-1/+1
* Switch a bunch of remaining filters to derive from BrowserMessageFilters so t...jam@chromium.org2010-12-132-55/+16
* 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-304-100/+56
* Refactor: move HostContentSettingsMap to content_settingsgfeher@chromium.org2010-11-301-1/+1
* FileSystem code cleanup 2nd cut - introduce SandboxedFileSystemOperationkinuko@chromium.org2010-11-105-214/+44
* FileSystem code cleanup 1st cut - does some class renaming.kinuko@chromium.org2010-11-095-76/+72
* Added ability to propogate create to suggest whether or not filesystem's root...kkanetkar@chromium.org2010-11-032-5/+9
* Moving Entry from base::file_util_proxy namespace to within class base::FileU...kkanetkar@chromium.org2010-11-022-2/+2
* Use allow_file_access_from_files after it's initialized.kinuko@chromium.org2010-10-221-4/+4
* FBTF: Even more deinlining.erg@google.com2010-10-202-0/+3
* Add a switch to grant unlimited file storage when running Pepper tests.dumi@chromium.org2010-10-202-7/+13
* FBTF: Monster ctor patch after changing heuristics in clang plugin.erg@google.com2010-10-182-0/+3
* Hide the FileSystem directory under 'unpredictable' location (part 2)kinuko@chromium.org2010-10-153-71/+77
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-122-2/+2
* Refactor out path-related methods from file_system_host_context into a separa...kinuko@chromium.org2010-10-124-441/+15
* Initial work on worker support for FileWriter.ericu@google.com2010-10-112-14/+28
* Rename ChromeThread to BrowserThread Part13:tfarina@chromium.org2010-10-102-5/+5
* Check restricted names/chars for FileSystem APIkinuko@chromium.org2010-10-095-23/+198
* Allow unlimited quota for apps for FileSystem accesskinuko@chromium.org2010-10-085-13/+183
* Resubmit of http://codereview.chromium.org/3476002/show but without the crash...ericu@google.com2010-10-072-4/+21
* Revert 61833 - Add the actual writing-files part of FileWriter.ericu@google.com2010-10-072-21/+4
* Add the actual writing-files part of FileWriter.ericu@google.com2010-10-072-4/+21
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-072-4/+4
* 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-062-4/+4
* Second try for support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-062-4/+4
* Revert 61480 - Support removeRecursively and new copy/move behaviors added to...kinuko@chromium.org2010-10-052-4/+4
* Support removeRecursively and new copy/move behaviors added to the spec recen...kinuko@chromium.org2010-10-052-4/+4
* 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-272-0/+20
* Add Worker support for FileSystem API.kinuko@chromium.org2010-09-277-42/+44
* This is the IPC and bits of the browser backend for FileWriter. The rest ofericu@google.com2010-09-244-0/+53
* Refactor some file_system classes to use chromium types instead ofdumi@chromium.org2010-09-227-687/+108
* Unittest renamed to chrome_file_system_operation_unittest.cc. Deleting origin...kkanetkar@chromium.org2010-09-162-565/+3
* Change the FileSystem IPCs to take FilePaths as arguments instead ofdumi@chromium.org2010-09-162-63/+39
* Test shell impl for WebKit's File System API:BUG=52799TEST=nonekkanetkar@chromium.org2010-09-168-347/+643
* Integrate FileSystemOperation with FileSystemDispatcherHost.kinuko@chromium.org2010-09-082-64/+193
* Add recursive flag to file_util_proxy::CreateDirectory.kinuko@chromium.org2010-09-081-1/+1
* Rename FileSystemBackend to FileSystemOperation and make it explicit that it'...kinuko@chromium.org2010-09-045-348/+432
* Unit tests for file_system_backend.cc kkanetkar@chromium.org2010-09-033-4/+506
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-033-192/+194
* Changes for browser-side implementation for file api.kkanetkar@chromium.org2010-09-023-0/+303
* Add final part of IPC plumbing for FileSystem API (retry).kinuko@chromium.org2010-08-312-6/+81
* Revert 57915 - Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-302-80/+5
* Add final part of IPC plumbing for FileSystem API.kinuko@chromium.org2010-08-302-5/+80