summaryrefslogtreecommitdiffstats
path: root/webkit/blob/blob_url_request_job_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Move webkit/blob to new locations. Also move content::WebBlobRegistryImpl to ...michaeln@google.com2013-05-291-451/+0
* Move browser-specific FileAPI code from webkit/fileapi to webkit/browser/fileapikinuko@chromium.org2013-05-281-3/+3
* 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
* webkit: Use base::MessageLoop.xhwang@chromium.org2013-05-071-7/+6
* Make MountPointProvider pluggable from outside webkit/fileapikinuko@chromium.org2013-04-181-10/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-241-1/+1
* Linux/ChromeOS Chromium style checker cleanup, webkit/ edition.rsleevi@chromium.org2013-02-071-4/+5
* Add FilePath to base namespace.brettw@chromium.org2013-02-021-6/+6
* Add BrowserContext specific external mount pointstbarzic@chromium.org2013-01-251-0/+2
* New FileSystemURL crackingtbarzic@chromium.org2013-01-241-3/+5
* webkit: Update the calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-12-161-1/+1
* webkit_blob: Clean up BlobURLRequestJobTesthashimoto@chromium.org2012-11-291-102/+87
* Move scoped_temp_dir from base to base/filesbrettw@chromium.org2012-11-161-2/+2
* webkit: Fix BlobURLRequestJobTest flakinesshashimoto@chromium.org2012-11-021-4/+0
* Support filesystem files from BlobURLRequestJobhashimoto@chromium.org2012-10-221-236/+255
* Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...erikwright@chromium.org2012-09-011-3/+2
* Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...shalev@chromium.org2012-08-241-0/+2
* Added URLRequestContext to constructor for URLRequest.erikwright@chromium.org2012-06-221-1/+4
* 2nd try: separate FileStream related code out of BlobURLRequestkinuko@chromium.org2012-04-111-5/+5
* Revert 126623 - Separate FileStream related code out of BlobURLRequestJobmarja@chromium.org2012-03-141-5/+5
* Separate FileStream related code out of BlobURLRequestJobkinuko@chromium.org2012-03-141-5/+5
* base::Bind: COnvert webkit/blob.jhawkins@chromium.org2011-12-221-16/+6
* base::Bind: Cleanup of blog_url_request_job.*.jhawkins@chromium.org2011-10-181-26/+26
* A few improvements to Blob handling.michaeln@google.com2011-10-171-13/+2
* Add MessageLoopProxy::currentnduca@chromium.org2011-08-151-1/+1
* Deprecate RegisterProtocolFactory/(Un)RegisterInterceptor.willchan@chromium.org2011-07-191-2/+3
* Fix bug 84783: BlobURLRequestJobTest uses URLRequest::job()jianli@chromium.org2011-06-091-3/+1
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-0/+2
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-2/+2
* Move some files from base to base/memory.levin@chromium.org2011-03-281-4/+4
* In BlobURLRequestJob, open files asynchronously to avoid blocking the IO threadadamk@chromium.org2011-03-141-2/+23
* Move CancellationFlag and WaitableEvent to the synchronization subdirectory.brettw@chromium.org2011-01-021-1/+1
* Move base/thread.h to base/threading, fix up callers to use the new location.brettw@chromium.org2011-01-011-1/+1
* net: Remove typedef net::URLRequestJob URLRequestJob;tfarina@chromium.org2010-12-111-2/+3
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-11/+11
* Convert implicit scoped_refptr constructor calls to explicit ones, part 1thakis@chromium.org2010-11-011-8/+8
* Moving file_util::FileInfo to base::PlatformFileInfo, and adding thedumi@chromium.org2010-09-031-2/+2
* GTTF: Remove possible interference between BlobURLRequestJob tests.phajdan.jr@chromium.org2010-08-311-23/+17
* Support handling blob URL and resolve blob references in upload data.jianli@chromium.org2010-08-311-0/+454