|
Enables internal filesystem types via Isolated filesystems.
* cracks isolated path in FileSystemURL ctor
* FileUtils no longer need to crack the isolated path by themselves
* Make IsolatedFileUtil inherit from LocalFileUtil
* Have a separate FileUtil for DraggedFileUtil, which inherits from IsolatedFileUtil
BUG= 134078, 138022
TEST=existing tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=148440
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+168 lines, -407 lines) |
Patch |
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
|
2 chunks |
+5 lines, -12 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.h
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_mount_point_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_client_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url.h
|
View
|
1
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url.cc
|
View
|
1
|
4 chunks |
+15 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job_unittest.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_context.h
|
View
|
1
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_context.cc
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_context_unittest.cc
|
View
|
1
|
2 chunks |
+7 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util.h
|
View
|
1
|
3 chunks |
+18 lines, -65 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util.cc
|
View
|
1
|
6 chunks |
+43 lines, -227 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util_unittest.cc
|
View
|
1
|
10 chunks |
+22 lines, -24 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_mount_point_provider.h
|
View
|
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_mount_point_provider.cc
|
View
|
1
|
3 chunks |
+20 lines, -39 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_system_test_helper.h
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_system_test_helper.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_util.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.h
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/test_mount_point_provider.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/test_mount_point_provider.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|