summaryrefslogtreecommitdiffstats
path: root/storage/storage_common.gyp
Commit message (Collapse)AuthorAgeFilesLines
* [Storage] Blob Storage Refactoring pt 1:dmurph2015-01-231-6/+0
| | | | | | | | | | | | | | | | | | | * Renaming classes to be more descriptive. * Changing smart pointers to reflect strict ownership model. * Adding pointers to facilitate future resource swapping. * Remove renderer-side dependency on blob_data.h This patch makes all of the far-reaching changes that effect everyone that uses the blob storage context. Subsequent changes should only effect the blob infrastructure. https://bit.ly/AutoBlobToDisk BUG=375297 Review URL: https://codereview.chromium.org/810403004 Cr-Commit-Position: refs/heads/master@{#312800}
* Move fileapi-related files from webkit/common/ to storage/common/ and set up ↵pilgrim2014-09-041-0/+52
redirect headers BUG=338338 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/524983002 Cr-Commit-Position: refs/heads/master@{#293228}