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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Support filesystem files from BlobURLRequestJob
hashimoto@chromium.org
2012-10-22
7
-278
/
+345
*
webkit: Merge blob and fileapi into one build target 'webkit_storage'
hashimoto@chromium.org
2012-10-18
10
-97
/
+36
*
Implement CannedSyncableFileSystem.Write for write testing
kinuko@chromium.org
2012-10-16
2
-0
/
+116
*
Add fileapi::FileSystemFileStreamReader::GetLength()
hashimoto@chromium.org
2012-10-10
2
-8
/
+10
*
webkit_blob: Remove duplicated FileStreamReader creation code from BlobURLReq...
hashimoto@chromium.org
2012-10-10
2
-14
/
+21
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-3
/
+2
*
Support FileSystem URL in File
kinuko@chromium.org
2012-08-28
6
-0
/
+48
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
7
-6
/
+15
*
Factor out common Element struct from BlobData and ResourceRequestBody
kinuko@chromium.org
2012-08-23
6
-164
/
+70
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
3
-235
/
+0
*
Revert 152528 - Split net::UploadData into two: for resource request IPC and ...
kinuko@chromium.org
2012-08-21
3
-107
/
+98
*
Split net::UploadData into two: for resource request IPC and for upload handling
kinuko@chromium.org
2012-08-21
3
-98
/
+107
*
Cleanup Blob code dependency
kinuko@chromium.org
2012-08-21
2
-63
/
+0
*
net: Make UploadData::Element an independent class
hashimoto@chromium.org
2012-08-21
2
-6
/
+6
*
Add thread assertions in ShareableFileReference
kinuko@chromium.org
2012-08-10
1
-7
/
+53
*
Add const accessors to URLRequest and UploadData.
vabr@chromium.org
2012-07-28
1
-1
/
+2
*
Change ShareableFileReference to take TaskRunner instead of MessageLoopProxy
kinuko@chromium.org
2012-07-28
2
-13
/
+15
*
Factor out common error-code conversion code for PlatformFileErrorToNetError.
nhiroki@google.com
2012-07-25
2
-19
/
+1
*
Offload disk accesses to WorkerPool in ExtensionProtocolHandler
paivanof@gmail.com
2012-07-23
2
-8
/
+12
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
4
-4
/
+0
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
1
-1
/
+2
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-1
/
+4
*
Fix int overflow in blob_url_request_job when we read files > 2GB
tbarzic@chromium.org
2012-06-08
1
-2
/
+4
*
Move remaining webkit storage unit tests to content_unittests
adamk@chromium.org
2012-06-08
1
-1
/
+2
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
7
-81
/
+87
*
Move fileapi into its own component
benwells@chromium.org
2012-05-30
1
-7
/
+0
*
Revert 138791 - Revert 138554 - Prevent zero-length items from being appended...
danakj@chromium.org
2012-05-24
3
-26
/
+38
*
Revert 138795 - Revert "nss: revert encrypted and origin bound certificates s...
agl@chromium.org
2012-05-24
3
-38
/
+26
*
Revert "nss: revert encrypted and origin bound certificates support."
agl@chromium.org
2012-05-24
3
-26
/
+38
*
Revert 138554 - Prevent zero-length items from being appended to a blob.
danakj@chromium.org
2012-05-24
3
-38
/
+26
*
Prevent zero-length items from being appended to a blob.
ericu@chromium.org
2012-05-24
3
-31
/
+45
*
Revert 138554 - Prevent zero-length items from being appended to a blob.
ericu@google.com
2012-05-23
3
-38
/
+26
*
Prevent zero-length items from being appended to a blob.
ericu@chromium.org
2012-05-23
3
-26
/
+38
*
Change the way _EXPORT macros look.
thakis@chromium.org
2012-05-15
1
-0
/
+4
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
2
-8
/
+7
*
LocalFileReaderTest leak fix.
kinuko@chromium.org
2012-05-06
1
-7
/
+10
*
RefCounted types should not have public destructors, webkit/
rsleevi@chromium.org
2012-04-28
2
-5
/
+7
*
Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...
kinuko@chromium.org
2012-04-27
4
-137
/
+369
*
Revert 134248 - Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
4
-364
/
+137
*
Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
4
-137
/
+364
*
Cleanup: IWYU for base/file_util_proxy.h.
thestig@chromium.org
2012-04-23
1
-1
/
+2
*
Add FileReader interface and implement FileSystemFileReader.
kinuko@chromium.org
2012-04-18
4
-35
/
+75
*
Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-17
3
-11
/
+15
*
Accomodate files larger than maxint in size in blob/file reading.
michaeln@google.com
2012-04-13
4
-5
/
+5
*
Revert 132134 - Use LocalFileReader in FileSystemURLRequestJob
glider@chromium.org
2012-04-13
3
-4
/
+6
*
Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-13
3
-6
/
+4
*
2nd try: separate FileStream related code out of BlobURLRequest
kinuko@chromium.org
2012-04-11
6
-123
/
+381
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-2
/
+2
*
Fix blob storage internals CSP typo.
craig.schlenter@chromium.org
2012-04-05
1
-2
/
+2
*
Revert 126623 - Separate FileStream related code out of BlobURLRequestJob
marja@chromium.org
2012-03-14
6
-337
/
+122
[next]