index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
blob
/
blob_url_request_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
1
-26
/
+49
*
webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...
hashimoto@chromium.org
2012-10-10
1
-14
/
+18
*
Support FileSystem URL in File
kinuko@chromium.org
2012-08-28
1
-0
/
+5
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-1
/
+2
*
Factor out common Element struct from BlobData and ResourceRequestBody
kinuko@chromium.org
2012-08-23
1
-17
/
+17
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
1
-1
/
+2
*
Fix int overflow in blob_url_request_job when we read files > 2GB
tbarzic@chromium.org
2012-06-08
1
-2
/
+4
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
1
-7
/
+8
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
1
-4
/
+4
*
Add FileReader interface and implement FileSystemFileReader.
kinuko@chromium.org
2012-04-18
1
-1
/
+1
*
Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-17
1
-9
/
+11
*
Accomodate files larger than maxint in size in blob/file reading.
michaeln@google.com
2012-04-13
1
-1
/
+1
*
Revert 132134 - Use LocalFileReader in FileSystemURLRequestJob
glider@chromium.org
2012-04-13
1
-0
/
+4
*
Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-13
1
-4
/
+0
*
2nd try: separate FileStream related code out of BlobURLRequest
kinuko@chromium.org
2012-04-11
1
-105
/
+61
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-2
/
+2
*
Revert 126623 - Separate FileStream related code out of BlobURLRequestJob
marja@chromium.org
2012-03-14
1
-61
/
+105
*
Separate FileStream related code out of BlobURLRequestJob
kinuko@chromium.org
2012-03-14
1
-105
/
+61
*
BlobURLRequestJob::CountSize refactoring.
kinuko@chromium.org
2012-03-08
1
-63
/
+77
*
Cleanup: rename some methods in BlobURLRequestJob for better readability
kinuko@chromium.org
2012-03-06
1
-21
/
+21
*
Match the method order in blob_url_request_job.cc with .h
kinuko@chromium.org
2012-03-05
1
-214
/
+221
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
1
-22
/
+13
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-1
/
+1
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-1
/
+1
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-1
/
+1
*
Revert 120290 - Revert 120283 - net: Use ClosePlatformFile() instead of close...
mkwst@chromium.org
2012-02-03
1
-0
/
+2
*
Revert 120283 - net: Use ClosePlatformFile() instead of close/CloseHandle().
mkwst@chromium.org
2012-02-03
1
-2
/
+0
*
net: Use ClosePlatformFile() instead of close/CloseHandle().
satorux@chromium.org
2012-02-03
1
-0
/
+2
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-2
/
+2
*
base::Bind: Cleanup of blog_url_request_job.*.
jhawkins@chromium.org
2011-10-18
1
-4
/
+2
*
A few improvements to Blob handling.
michaeln@google.com
2011-10-17
1
-11
/
+11
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
1
-5
/
+2
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
1
-2
/
+4
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-3
/
+3
*
Make NotifyHeadersComplete the last call in the function.
aarya@google.com
2011-05-18
1
-2
/
+2
*
In BlobURLRequestJob, open files asynchronously to avoid blocking the IO thread
adamk@chromium.org
2011-03-14
1
-66
/
+87
*
Re-enable FileWriterSync ui_tests by adding a ScopedAllowIO to BlobURLRequest...
adamk@chromium.org
2011-03-10
1
-0
/
+4
*
net: Remove typedef net::URLRequestStatus URLRequestStatus;
tfarina@chromium.org
2011-01-13
1
-4
/
+5
*
net: Remove typedef net::URLRequestJob URLRequestJob;
tfarina@chromium.org
2010-12-11
1
-2
/
+2
*
Fix webkit URLRequestJob subtypes to handle Kill() correctly.
willchan@chromium.org
2010-12-07
1
-18
/
+21
*
net: Remove typedef net::URLRequest URLRequest;
tfarina@chromium.org
2010-11-30
1
-1
/
+1
*
Moving file_util::FileInfo to base::PlatformFileInfo, and adding the
dumi@chromium.org
2010-09-03
1
-2
/
+2
*
Make BlobURLRequestJob::Start to continue asynchronously no matter what. This
jianli@chromium.org
2010-09-01
1
-3
/
+7
*
Add an optional parameter to CreatePlatformFile() to report the type
dumi@chromium.org
2010-08-31
1
-5
/
+10
*
Fix compiling error.
jianli@chromium.org
2010-08-31
1
-1
/
+1
*
Support handling blob URL and resolve blob references in upload data.
jianli@chromium.org
2010-08-31
1
-0
/
+532