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
*
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
*
Separate FileStream related code out of BlobURLRequestJob
kinuko@chromium.org
2012-03-14
6
-122
/
+337
*
BlobURLRequestJob::CountSize refactoring.
kinuko@chromium.org
2012-03-08
2
-73
/
+89
*
Cleanup: rename some methods in BlobURLRequestJob for better readability
kinuko@chromium.org
2012-03-06
2
-30
/
+30
*
Match the method order in blob_url_request_job.cc with .h
kinuko@chromium.org
2012-03-05
2
-227
/
+239
*
Ensure blobs and associated temp/shareable files survive URLRequest uploads.
michaeln@google.com
2012-03-02
1
-3
/
+8
*
Modify DeletableFileReference to not necessarily delete after all. Renamed th...
michaeln@google.com
2012-02-29
8
-153
/
+178
*
Eliminate VS2010 ifdefs for handling NULL in std::pair.
adamk@chromium.org
2012-02-16
1
-7
/
+1
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
2
-27
/
+17
*
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
*
remove build_webkit_exes_from_webkit_gyp flag
dpranke@chromium.org
2012-01-24
1
-8
/
+1
*
Remove task.h and finish base::Bind() migration.
ajwong@chromium.org
2012-01-06
1
-1
/
+0
*
base::Bind: COnvert webkit/blob.
jhawkins@chromium.org
2011-12-22
3
-22
/
+13
*
Update these includes to use the new header locations
abarth@chromium.org
2011-12-03
1
-3
/
+3
*
update dependencies in preparation for glue being a component
dpranke@chromium.org
2011-11-30
1
-0
/
+17
*
Add OVERRIDE to webkit/.
avi@chromium.org
2011-11-16
2
-11
/
+15
*
net: Move UnescapeRule into the net namespace.
tfarina@chromium.org
2011-11-15
1
-1
/
+1
*
Allow linker initialization of lazy instance
joth@chromium.org
2011-11-15
1
-2
/
+2
*
webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.
thakis@chromium.org
2011-11-11
1
-1
/
+2
*
build blob as a component.
dpranke@chromium.org
2011-11-11
9
-12
/
+77
*
base::Bind: Cleanup of blog_url_request_job.*.
jhawkins@chromium.org
2011-10-18
3
-32
/
+28
*
A few improvements to Blob handling.
michaeln@google.com
2011-10-17
8
-199
/
+274
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
1
-1
/
+2
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
2
-7
/
+2
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
2
-2
/
+6
*
net: Move EscapeForHTML() functions into net namespace.
tfarina@chromium.org
2011-10-13
1
-5
/
+5
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
2
-5
/
+3
*
net: Move UnescapeURLComponent() functions into net namespace.
tfarina@chromium.org
2011-10-02
1
-3
/
+3
[next]