summaryrefslogtreecommitdiffstats
path: root/webkit/blob
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-2932-4254/+0
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-283-6/+6
* Move more browser-specific webkit/fileapi code to webkit/browser/fileapikinuko@chromium.org2013-05-241-1/+1
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-221-1/+1
* Add michaeln to webkit/OWNERS and clean housejamesr@chromium.org2013-05-091-2/+0
* Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.erg@chromium.org2013-05-084-7/+7
* Revert 198844 "Move sequenced_task_runner to base/task"dbeam@chromium.org2013-05-082-2/+2
* Move sequenced_task_runner to base/taskbrettw@chromium.org2013-05-082-2/+2
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-075-19/+19
* New BlobStorageContext for use in the main browser process. This class is not...michaeln@google.com2013-05-0110-2/+949
* webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-303-3/+3
* Add ScopedFile class which supports scope-out deletion and/or callbackskinuko@chromium.org2013-04-265-67/+238
* Make MountPointProvider pluggable from outside webkit/fileapikinuko@chromium.org2013-04-181-10/+3
* Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}nhiroki@chromium.org2013-04-101-1/+1
* Split the power monitoring feature from SystemMonitorhongbo.min@intel.com2013-04-031-0/+2
* Update the remaining references to sys_string_conversions.h to its new location.tfarina@chromium.org2013-03-301-1/+1
* Convert include paths for string_number_conversions in src/chrome and src/webkitbrettw@chromium.org2013-03-271-1/+1
* Upgrade the return type of GetLength from int to int64.hidehiko@chromium.org2013-03-274-11/+14
* Move file_path.h to base/files.brettw@chromium.org2013-02-246-6/+6
* Check FileSystem permission in OnAppendBlobDataItem for TYPE_FILE_FILESYSTEM ...kinuko@chromium.org2013-02-221-2/+8
* Replace FilePath with base::FilePath.brettw@chromium.org2013-02-171-5/+6
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-4/+5
* Add FilePath to base namespace.brettw@chromium.org2013-02-0211-30/+31
* Avoid integer overflows in BlobURLRequestJob.aedla@chromium.org2013-01-312-19/+51
* Revert 179154pkotwicz@chromium.org2013-01-282-52/+19
* Avoid integer overflows in BlobURLRequestJob.aedla@chromium.org2013-01-282-19/+52
* Move file_util_proxy to base/files.brettw@chromium.org2013-01-263-3/+3
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+2
* New FileSystemURL crackingtbarzic@chromium.org2013-01-242-4/+6
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-163-4/+4
* webkit_blob: Clean up BlobURLRequestJobTesthashimoto@chromium.org2012-11-291-102/+87
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-163-6/+6
* Prefer 'Content-Security-Policy' to 'X-WebKit-CSP'.mkwst@chromium.org2012-11-071-1/+1
* webkit: Fix BlobURLRequestJobTest flakinesshashimoto@chromium.org2012-11-021-4/+0
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-227-278/+345
* webkit: Merge blob and fileapi into one build target 'webkit_storage'hashimoto@chromium.org2012-10-1810-97/+36
* Implement CannedSyncableFileSystem.Write for write testingkinuko@chromium.org2012-10-162-0/+116
* Add fileapi::FileSystemFileStreamReader::GetLength()hashimoto@chromium.org2012-10-102-8/+10
* webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...hashimoto@chromium.org2012-10-102-14/+21
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-3/+2
* Support FileSystem URL in Filekinuko@chromium.org2012-08-286-0/+48
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-247-6/+15
* Factor out common Element struct from BlobData and ResourceRequestBodykinuko@chromium.org2012-08-236-164/+70
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-213-235/+0
* Revert 152528 - Split net::UploadData into two: for resource request IPC and ...kinuko@chromium.org2012-08-213-107/+98
* Split net::UploadData into two: for resource request IPC and for upload handlingkinuko@chromium.org2012-08-213-98/+107
* Cleanup Blob code dependencykinuko@chromium.org2012-08-212-63/+0
* net: Make UploadData::Element an independent classhashimoto@chromium.org2012-08-212-6/+6
* Add thread assertions in ShareableFileReferencekinuko@chromium.org2012-08-101-7/+53
* Add const accessors to URLRequest and UploadData.vabr@chromium.org2012-07-281-1/+2