|
|
Add FileSystemContext::CreateFileReader() which returns appropriate Reader instance by cracking a given filesystem URL.
In a short term a returned reader is to be used by FileSystemURLRequestJob and generalized cross-filesystem operation implementation.
For now in most cases it just returns a default FileSystemFileReader which internally calls CreateSnapshotFile (i.e. downloads everything first).
(diff to http://codereview.chromium.org/10038019/)
BUG= 114999
TEST=FileSystemURLRequestJobTest.*
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=132957
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+115 lines, -8 lines) |
Patch |
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
View
|
|
2 chunks |
+12 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.cc
|
View
|
|
1 chunk |
+16 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_mount_point_provider.h
|
View
|
|
2 chunks |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job.h
|
View
|
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job.cc
|
View
|
1
|
2 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_mount_point_provider.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_mount_point_provider.cc
|
View
|
|
2 chunks |
+23 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.h
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.cc
|
View
|
1
|
2 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
Total messages: 8 (0 generated)
|