| Commit message (Expand) | Author | Age | Files | Lines |
* | Add UserMetrics for OpenFileSystem | kinuko@chromium.org | 2011-11-29 | 1 | -0/+6 |
* | base::Bind: Low-hanging fruit conversions of NewRunnableFunction. | jhawkins@chromium.org | 2011-11-12 | 1 | -3/+4 |
* | Cleanup: Remove unneeded forward declarations in content/browser. | thestig@chromium.org | 2011-11-10 | 1 | -2/+0 |
* | Add kAllowFileAccessFromFiles switch for all tests. | zmo@google.com | 2011-11-09 | 1 | -4/+0 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 4 | -2/+7 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -2/+2 |
* | Refactor FileSystemOperation: | oleg@chromium.org | 2011-10-26 | 1 | -17/+8 |
* | Use base::Callback in Quota related code. | tzik@chromium.org | 2011-10-18 | 1 | -1/+2 |
* | 2nd try: Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -14/+1 |
* | Revert 105791 (to see if it fixes browser_tests) - Change default global temp... | kinuko@chromium.org | 2011-10-17 | 1 | -1/+14 |
* | Change default global temporary quota limit to 50% of available space | kinuko@chromium.org | 2011-10-17 | 1 | -14/+1 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 2 | -2/+2 |
* | Obsoleting --unlimited-quota-for-files | kinuko@chromium.org | 2011-09-20 | 1 | -2/+0 |
* | Annotate all of the functions in content that need to be exported, in prepara... | dpranke@chromium.org | 2011-09-13 | 1 | -1/+3 |
* | Add browser_tests for FileAPI with Quota, and remove unlimited access for fil... | dmikurube@chromium.org | 2011-09-06 | 1 | -0/+106 |
* | [Refactor] to rename and re-layer the file_util stack layers. | dmikurube@google.com | 2011-09-05 | 1 | -2/+1 |
* | Fix an AppCache crash due to a dangling ResourceContext ptr. | michaeln@google.com | 2011-09-04 | 2 | -26/+28 |
* | AppendFileToBody by blocking ipc | kinuko@chromium.org | 2011-08-17 | 2 | -0/+38 |
* | Tag IPC::Channel::Listener implementations with OVERRIDE | evan@chromium.org | 2011-08-16 | 1 | -2/+2 |
* | Removal of Profile from content part 7. | avi@chromium.org | 2011-08-09 | 2 | -2/+0 |
* | Pepper quota support | kinuko@chromium.org | 2011-08-01 | 2 | -0/+30 |
* | Avoid leaking file handles. | yzshen@chromium.org | 2011-07-15 | 1 | -13/+4 |
* | Virtual destructors should have virtual keyword. | hans@chromium.org | 2011-05-25 | 1 | -1/+1 |
* | Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs. | adamk@chromium.org | 2011-05-19 | 1 | -4/+0 |
* | Chrome side of having the WebKit FileSystem API use WebPermissionClient for c... | jam@chromium.org | 2011-05-12 | 2 | -30/+3 |
* | Implement SandboxQuotaClient for Quota support in sandboxed filesystem | kinuko@chromium.org | 2011-05-09 | 2 | -3/+8 |
* | Remove ChromeURLRequestContext from content/. | willchan@chromium.org | 2011-04-29 | 2 | -6/+5 |
* | Fixed file/directory url resolution for external mount point provider. | zelidrag@chromium.org | 2011-04-20 | 2 | -1/+6 |
* | Replace more uses of ChromeURLRequestContext/URLRequestContextGetter in conte... | willchan@chromium.org | 2011-04-20 | 2 | -21/+41 |
* | Add content/browser/file_system/OWNERS | kinuko@chromium.org | 2011-04-19 | 1 | -0/+3 |
* | Move the rest of the storage objects into ResourceContext. | willchan@chromium.org | 2011-04-16 | 2 | -5/+7 |
* | Let Pepper open FileSystem files again. | ericu@google.com | 2011-04-16 | 2 | -0/+30 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-13 | 2 | -27/+27 |
* | Revert 81319 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-12 | 2 | -27/+27 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-12 | 2 | -27/+27 |
* | Revert 81028 - It broke LayoutTests/ fast/filesystem/op-copy.html on Windows ... | tkent@chromium.org | 2011-04-11 | 2 | -26/+26 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-09 | 2 | -26/+26 |
* | Revert 80982, tests failing on Win XP | dmichael@chromium.org | 2011-04-08 | 2 | -27/+27 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-08 | 2 | -27/+27 |
* | Revert 80833 - More filesystem cleanup: convert URL-encoded-as-FilePath to ac... | ericu@google.com | 2011-04-07 | 2 | -27/+27 |
* | More filesystem cleanup: convert URL-encoded-as-FilePath to actual URL, where | ericu@google.com | 2011-04-07 | 2 | -27/+27 |
* | Remove some unneeded includes to chrome/ from within content/ | michaeln@google.com | 2011-04-05 | 1 | -2/+2 |
* | Moved URLRequestContextGetter to net/ so it can be used by projects such as j... | sanjeevr@chromium.org | 2011-03-31 | 1 | -2/+2 |
* | Remove some unneeded includes to chrome/ from within content/ | michaeln@google.com | 2011-03-30 | 1 | -2/+0 |
* | Remove the path from PlatformFileInfo; it's cleaner just to pass it along as a | ericu@google.com | 2011-03-28 | 1 | -2/+4 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -3/+3 |
* | Stop returning the true root path of each filesystem from openFileSystem. | ericu@google.com | 2011-03-24 | 1 | -1/+2 |
* | Put file_system messages in their own file and move them to content, in prepa... | jam@chromium.org | 2011-03-07 | 2 | -32/+29 |
* | Remove FileSystemQuotaManager class | kinuko@chromium.org | 2011-03-04 | 1 | -2/+0 |
* | Add an accessor for an ExtensionSpecialStoragePolicy to the Profile class | michaeln@google.com | 2011-02-26 | 2 | -2/+9 |