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
/
fileapi
/
file_system_url_request_job.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move misc browser-specific webkit/fileapi/* files to webkit/browser/fileapi
kinuko@chromium.org
2013-05-20
1
-249
/
+0
*
Cleanup: Remove unnecessary ".get()" from scoped_ptrs<>.
erg@chromium.org
2013-05-08
1
-2
/
+2
*
webkit: Use base::MessageLoop.
xhwang@chromium.org
2013-05-07
1
-1
/
+1
*
webkit: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Refactor FileSystemMountPointProvider::CreateFileStream{Reader,Writer}
nhiroki@chromium.org
2013-04-10
1
-5
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Add FilePath to base namespace.
brettw@chromium.org
2013-02-02
1
-2
/
+2
*
Move file_util_proxy to base/files.
brettw@chromium.org
2013-01-26
1
-1
/
+1
*
New FileSystemURL cracking
tbarzic@chromium.org
2013-01-24
1
-1
/
+1
*
fileapi: Add modification time check for FileSystemFileStreamReader
hashimoto@chromium.org
2012-10-15
1
-1
/
+2
*
Update callers of CreateFileSystemOperation so more detailed error codes can ...
calvinlo@chromium.org
2012-09-10
1
-3
/
+4
*
Revert 155377 - Update callers of CreateFileSystemOperation so more detailed ...
erikwright@chromium.org
2012-09-07
1
-4
/
+3
*
Update callers of CreateFileSystemOperation so more detailed error codes can ...
calvinlo@chromium.org
2012-09-07
1
-3
/
+4
*
Rename FileSystemOperationInterface to FileSystemOperation
kinuko@chromium.org
2012-08-24
1
-1
/
+1
*
Refactoring: ProtocolHandler::MaybeCreateJob and other functions take Network...
shalev@chromium.org
2012-08-24
1
-3
/
+5
*
Renamed FileSystemOperation to LocalFileSystemOperation.
nhiroki@google.com
2012-07-24
1
-1
/
+1
*
Decouple URLRequestJob from URLRequestContext; access NetworkDelegate as a co...
shalev@chromium.org
2012-06-29
1
-1
/
+2
*
Reduce the number of CrackFileSystemURL
kinuko@chromium.org
2012-06-27
1
-11
/
+9
*
Rename webkit_blob::FileReader to FileStreamReader.
kinaba@chromium.org
2012-05-31
1
-2
/
+2
*
Change webkit/{fileapi,quota} code to use TaskRunner.
kinuko@chromium.org
2012-05-07
1
-8
/
+4
*
Relanding r134248 with leak fix in tests - Make LocalFileReader deletable at ...
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
Revert 134248 - Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
Make LocalFileReader deletable at any time and add unittests.
kinuko@chromium.org
2012-04-27
1
-1
/
+1
*
Add FileSystemContext::CreateFileReader() which returns appropriate Reader in...
kinuko@chromium.org
2012-04-19
1
-6
/
+5
*
Add FileReader interface and implement FileSystemFileReader.
kinuko@chromium.org
2012-04-18
1
-16
/
+15
*
Reland 132134 with memory fix - Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-17
1
-57
/
+16
*
Revert 132134 - Use LocalFileReader in FileSystemURLRequestJob
glider@chromium.org
2012-04-13
1
-16
/
+64
*
Use LocalFileReader in FileSystemURLRequestJob
kinuko@chromium.org
2012-04-13
1
-64
/
+16
*
Make FileStream::Seek async and add FileStream::SeekSync for sync operation
kinuko@chromium.org
2012-04-11
1
-1
/
+2
*
Style fix in webkit/fileapi
tzik@chromium.org
2012-04-05
1
-2
/
+4
*
Use the new CreateSnapshotFile() in FileSystemURLRequest job
kinuko@chromium.org
2012-03-02
1
-4
/
+9
*
net: FileStream::Read/Write() to take IOBuffer* instead of char*
satorux@chromium.org
2012-02-16
1
-1
/
+1
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-14
1
-57
/
+10
*
Revert 121620 - Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-10
/
+57
*
Refactor FileSystemOperation to take callback for each method.
kinaba@chromium.org
2012-02-11
1
-57
/
+10
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-09
1
-2
/
+2
*
fileapi: Add ScopedAllowIO to FileSystemURLRequestJob where files are closed.
satorux@chromium.org
2012-02-09
1
-3
/
+8
*
Back out r121064 from the trunk due to a compile failure.
mark@chromium.org
2012-02-08
1
-2
/
+2
*
net: Rename FileStream::Open/Close with OpenSync/CloseSync.
satorux@chromium.org
2012-02-08
1
-2
/
+2
*
Added Net logging to FileStream.
ahendrickson@chromium.org
2012-02-02
1
-1
/
+1
*
Add CreateFileSystemOperation() method to FileSystemContext
kinuko@chromium.org
2012-01-16
1
-5
/
+13
*
Cleanup FileSystemOperation for preparing for adding FSO-factory method
kinuko@chromium.org
2012-01-11
1
-4
/
+11
*
Cleanup: Removing FileSystemPathManager
kinuko@chromium.org
2012-01-05
1
-2
/
+1
*
Refactor FileSystemOperation:
oleg@chromium.org
2011-10-26
1
-2
/
+2
*
Remaining cleanup (base::Bind): Replacing FileUtilProxy calls with new callback
kinuko@chromium.org
2011-10-19
1
-5
/
+4
*
base::Bind: Convert FileUtilProxy::CreateOrOpenCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+4
*
Switch FileStream to use new CompletionCallback.
willchan@chromium.org
2011-10-12
1
-3
/
+4
*
GetMimeType from virtual path in FileSystemURLRequestJob.
tzik@chromium.org
2011-06-22
1
-8
/
+12
*
Use appropriate FileSystemOperations in "filesystem:" URLRequestJobs.
adamk@chromium.org
2011-05-19
1
-19
/
+70
*
Fixed file/directory url resolution for external mount point provider.
zelidrag@chromium.org
2011-04-20
1
-40
/
+15
[next]