| Commit message (Expand) | Author | Age | Files | Lines |
* | Look closer at the components of vfsfilenames that are used filenames. | michaeln@chromium.org | 2014-06-11 | 1 | -15/+38 |
* | Remove stale references to PlatformFile flags, errors or functions. | rvargas@chromium.org | 2014-06-05 | 6 | -26/+26 |
* | Remove PlatformFile from DatabaseTracker | rvargas@chromium.org | 2014-06-05 | 2 | -27/+27 |
* | Split AppCacheService into appcache_service.h and appcache_service_impl.h | pilgrim@chromium.org | 2014-06-05 | 18 | -270/+319 |
* | Add some src/webkit build files to the GN build. | brettw@chromium.org | 2014-05-30 | 1 | -0/+236 |
* | Remove PlatformFile from fileapi::FileSystemOperation | rvargas@chromium.org | 2014-05-24 | 5 | -56/+39 |
* | Move local_file_stream_reader_unittest from webkit/ to content/ | pilgrim@chromium.org | 2014-05-22 | 2 | -257/+5 |
* | Move remaining database unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-05-21 | 4 | -511/+2 |
* | Remove stray platform_file.h from webkit | rvargas@chromium.org | 2014-05-20 | 10 | -18/+10 |
* | Revert 271459 "Remove stray platform_file.h from webkit" | ericu@chromium.org | 2014-05-19 | 10 | -10/+18 |
* | Remove stray platform_file.h from webkit | rvargas@chromium.org | 2014-05-19 | 10 | -18/+10 |
* | Remove PlatformFile from fileapi::AsyncFileUtil | rvargas@chromium.org | 2014-05-15 | 4 | -53/+47 |
* | Remove PlatformFile from fileapi::FileSystemFileUtil | rvargas@chromium.org | 2014-05-13 | 7 | -188/+154 |
* | Require a specific content-type for appcache intercepts. | michaeln@chromium.org | 2014-05-13 | 4 | -7/+60 |
* | [FileAPI] Remove Flush() on write completion on SandboxFileSystems | tzik@chromium.org | 2014-05-07 | 5 | -10/+47 |
* | ServiceWorker script cache reading | michaeln@chromium.org | 2014-05-06 | 1 | -7/+8 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | michaeln@chromium.org | 2014-05-03 | 3 | -36/+67 |
* | Move sandbox_database_test_helper from webkit/ to content/ | pilgrim@chromium.org | 2014-05-01 | 2 | -119/+0 |
* | Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on a... | falken@chromium.org | 2014-05-01 | 3 | -67/+36 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | ericu@chromium.org | 2014-05-01 | 3 | -36/+67 |
* | Move mock_special_storage_policy from webkit/ to content/public/test/ | pilgrim@chromium.org | 2014-04-30 | 4 | -1020/+6 |
* | Move all remaining fileapi and quota unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-04-30 | 18 | -3751/+22 |
* | Revert of Allow BlobDataHandles to be copied, and have their UUIDs read, on a... | machenbach@chromium.org | 2014-04-29 | 3 | -67/+36 |
* | Allow BlobDataHandles to be copied, and have their UUIDs read, on any thread. | ericu@chromium.org | 2014-04-29 | 3 | -36/+67 |
* | Mount MTP devices in Chrome OS Files.app. | kinaba@chromium.org | 2014-04-28 | 2 | -1/+3 |
* | net: Remove unused NetLog parameter from FileStream's ctor | hashimoto@chromium.org | 2014-04-23 | 2 | -2/+2 |
* | Allow external file systems to overlap for media galleries only. | vandebo@chromium.org | 2014-04-23 | 2 | -18/+38 |
* | Remove thread restriction of fileapi::FileSystemContext::ResolveURL. | kinaba@chromium.org | 2014-04-22 | 2 | -11/+48 |
* | Move mock_appcache_service and mock_appcache_storage from webkit/ to content/ | pilgrim@chromium.org | 2014-04-22 | 6 | -867/+8 |
* | Move mock_storage_client and friends from webkit/ to content/ | pilgrim@chromium.org | 2014-04-21 | 3 | -284/+4 |
* | Move all remaining unittests from webkit/browser/quota/ to content/browser/qu... | pilgrim@chromium.org | 2014-04-16 | 9 | -4173/+20 |
* | Move all remaining appcache unittests from webkit/ to content/ | pilgrim@chromium.org | 2014-04-12 | 21 | -9589/+132 |
* | Move blob_storage_host from webkit/ to content/ | pilgrim@chromium.org | 2014-04-10 | 4 | -394/+5 |
* | A handful of nits found while working on blobs. | ericu@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | Move mock_quota_manager and friends from webkit/ to content/ | pilgrim@chromium.org | 2014-04-09 | 8 | -824/+13 |
* | Move mock_appcache_policy and some unit tests from webkit/ to content/ | pilgrim@chromium.org | 2014-04-09 | 7 | -1587/+35 |
* | Fixed initialization of HostStorageObservers | tmdiep@chromium.org | 2014-04-05 | 3 | -3/+68 |
* | Provide monitoring of usage for a storage type and origin | tmdiep@chromium.org | 2014-04-03 | 10 | -15/+1408 |
* | [Quota] Print warning on disk space outage | tzik@chromium.org | 2014-04-03 | 1 | -2/+8 |
* | Move appcache_interceptor from webkit/ to content/ | pilgrim@chromium.org | 2014-04-01 | 8 | -2217/+22 |
* | [Quota] Suppress disk space preservation for system on test. | tzik@chromium.org | 2014-04-01 | 2 | -6/+5 |
* | Expose details for appcache error events | jsbell@chromium.org | 2014-04-01 | 16 | -89/+226 |
* | Change media galleries to external file system type to add toURL support | vandebo@chromium.org | 2014-03-28 | 1 | -4/+6 |
* | Remove PlatformFile from database/vfs_backend | rvargas@chromium.org | 2014-03-28 | 2 | -42/+31 |
* | [fsp] Introduce file_system_provider::Service class for the FileSystemProvide... | mtomasz@chromium.org | 2014-03-27 | 1 | -0/+1 |
* | Add more UMA stats for AppCacheUpdateJob results and for response retrieval. | michaeln@chromium.org | 2014-03-27 | 8 | -37/+155 |
* | Remove PlatformFile from file_system_usage_cache | rvargas@chromium.org | 2014-03-26 | 2 | -40/+30 |
* | Remove PlatforFile from fileapi/native_file_util | rvargas@chromium.org | 2014-03-26 | 5 | -62/+61 |
* | Stop using net::FileStream synchronously in native_file_util.cc | hashimoto@chromium.org | 2014-03-24 | 1 | -11/+10 |
* | Revert of Revert of Add mechanism to auto mount file systems in response to a... | vandebo@chromium.org | 2014-03-20 | 9 | -14/+113 |