summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_storage_controller.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-257/+0
* Check FileSystem permission in OnAppendBlobDataItem for TYPE_FILE_FILESYSTEM ...kinuko@chromium.org2013-02-221-2/+8
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-1/+1
* Support FileSystem URL in Filekinuko@chromium.org2012-08-281-0/+17
* Factor out common Element struct from BlobData and ResourceRequestBodykinuko@chromium.org2012-08-231-28/+27
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-68/+0
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-211-14/+15
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-211-15/+14
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-211-4/+4
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+2
* Revert 138791 - Revert 138554 - Prevent zero-length items from being appended...danakj@chromium.org2012-05-241-0/+1
* Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...agl@chromium.org2012-05-241-1/+0
* Revert "nss: revert encrypted and origin bound certificates support."agl@chromium.org2012-05-241-0/+1
* Revert 138554 - Prevent zero-length items from being appended to a blob.danakj@chromium.org2012-05-241-1/+0
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-241-0/+1
* Revert 138554 - Prevent zero-length items from being appended to a blob.ericu@google.com2012-05-231-1/+0
* Prevent zero-length items from being appended to a blob.ericu@chromium.org2012-05-231-0/+1
* Ensure blobs and associated temp/shareable files survive URLRequest uploads.michaeln@google.com2012-03-021-3/+8
* Modify DeletableFileReference to not necessarily delete after all. Renamed th...michaeln@google.com2012-02-291-4/+4
* A few improvements to Blob handling.michaeln@google.com2011-10-171-60/+131
* Strip fragments prior to looking up blob urls in our map of registered blobs.michaeln@google.com2011-07-181-2/+29
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-1/+1
* Add deletable file refs to Blobsmichaeln@chromium.org2010-10-141-40/+56
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-8/+73
* Support sending BlobData to browser process. Also support sending UploadDatajianli@chromium.org2010-08-271-0/+117