summaryrefslogtreecommitdiffstats
path: root/content/browser/file_system
Commit message (Expand)AuthorAgeFilesLines
* Add UserMetrics for OpenFileSystemkinuko@chromium.org2011-11-291-0/+6
* base::Bind: Low-hanging fruit conversions of NewRunnableFunction.jhawkins@chromium.org2011-11-121-3/+4
* Cleanup: Remove unneeded forward declarations in content/browser.thestig@chromium.org2011-11-101-2/+0
* Add kAllowFileAccessFromFiles switch for all tests.zmo@google.com2011-11-091-4/+0
* Move BrowserThread to content namespace.joi@chromium.org2011-11-024-2/+7
* Split BrowserThread into public API and private implementation, step 1.joi@chromium.org2011-10-281-2/+2
* Refactor FileSystemOperation:oleg@chromium.org2011-10-261-17/+8
* Use base::Callback in Quota related code.tzik@chromium.org2011-10-181-1/+2
* 2nd try: Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-14/+1
* Revert 105791 (to see if it fixes browser_tests) - Change default global temp...kinuko@chromium.org2011-10-171-1/+14
* Change default global temporary quota limit to 50% of available spacekinuko@chromium.org2011-10-171-14/+1
* Move content_switches to content\public\common.jam@chromium.org2011-10-132-2/+2
* Obsoleting --unlimited-quota-for-fileskinuko@chromium.org2011-09-201-2/+0
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+3
* Add browser_tests for FileAPI with Quota, and remove unlimited access for fil...dmikurube@chromium.org2011-09-061-0/+106
* [Refactor] to rename and re-layer the file_util stack layers.dmikurube@google.com2011-09-051-2/+1
* Fix an AppCache crash due to a dangling ResourceContext ptr. michaeln@google.com2011-09-042-26/+28
* AppendFileToBody by blocking ipckinuko@chromium.org2011-08-172-0/+38
* Tag IPC::Channel::Listener implementations with OVERRIDEevan@chromium.org2011-08-161-2/+2
* Removal of Profile from content part 7.avi@chromium.org2011-08-092-2/+0
* Pepper quota supportkinuko@chromium.org2011-08-012-0/+30
* Avoid leaking file handles.yzshen@chromium.org2011-07-151-13/+4
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-251-1/+1
* Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.adamk@chromium.org2011-05-191-4/+0
* Chrome side of having the WebKit FileSystem API use WebPermissionClient for c...jam@chromium.org2011-05-122-30/+3
* Implement SandboxQuotaClient for Quota support in sandboxed filesystemkinuko@chromium.org2011-05-092-3/+8
* Remove ChromeURLRequestContext from content/.willchan@chromium.org2011-04-292-6/+5
* Fixed file/directory url resolution for external mount point provider.zelidrag@chromium.org2011-04-202-1/+6
* Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte...willchan@chromium.org2011-04-202-21/+41
* Add content/browser/file_system/OWNERSkinuko@chromium.org2011-04-191-0/+3
* Move the rest of the storage objects into ResourceContext.willchan@chromium.org2011-04-162-5/+7
* Let Pepper open FileSystem files again.ericu@google.com2011-04-162-0/+30
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-132-27/+27
* Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-122-27/+27
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-122-27/+27
* Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ...tkent@chromium.org2011-04-112-26/+26
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-092-26/+26
* Revert 80982, tests failing on Win XPdmichael@chromium.org2011-04-082-27/+27
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where ericu@google.com2011-04-082-27/+27
* Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac...ericu@google.com2011-04-072-27/+27
* More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, whereericu@google.com2011-04-072-27/+27
* Remove some unneeded includes to chrome/ from within content/michaeln@google.com2011-04-051-2/+2
* Moved URLRequestContextGetter to net/ so it can be used by projects such as j...sanjeevr@chromium.org2011-03-311-2/+2
* Remove some unneeded includes to chrome/ from within content/michaeln@google.com2011-03-301-2/+0
* Remove the path from PlatformFileInfo; it's cleaner just to pass it along as aericu@google.com2011-03-281-2/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-3/+3
* Stop returning the true root path of each filesystem from openFileSystem.ericu@google.com2011-03-241-1/+2
* Put file_system messages in their own file and move them to content, in prepa...jam@chromium.org2011-03-072-32/+29
* Remove FileSystemQuotaManager classkinuko@chromium.org2011-03-041-2/+0
* Add an accessor for an ExtensionSpecialStoragePolicy to the Profile classmichaeln@google.com2011-02-262-2/+9