|
Cleanup: Removing FileSystemPathManager
- Deprecating FileSystemPathManager, which I believe no longer has a lot of reasons to exist
* Changed GetFileSystemTypeString to a regular function in file_system_util
* Added GetFileUtil(FileSystemType), GetMountPointProvider(FileSystemType), external_provider() to FileSystemContext
* Moved all the tests in file_system_path_manager_unittest to file_system_mount_point_provider_unittest
- Also replaced two boolean values in FileSystemContext with a thin FileSystemOptions interface
BUG=none
TEST=no functional changes
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=116482
Total comments: 14
Total comments: 12
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+543 lines, -1019 lines) |
Patch |
 |
M |
chrome/browser/browsing_data_file_system_helper.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_file_system_helper_unittest.cc
|
View
|
1
|
3 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/browsing_data_remover_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_file_browser_private_api.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+22 lines, -23 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_file_browser_private_apitest.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_local_filesystem_apitest.cc
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/extension_service.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/file_manager_util.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/ui/views/select_file_dialog_extension_browsertest.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/test/base/testing_profile.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+10 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/browser/file_system/browser_file_system_helper.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+28 lines, -4 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_process_host_impl.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/worker_host/worker_process_host.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.h
|
View
|
|
2 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/cros_mount_point_provider.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.h
|
View
|
1
2
3
4
5
|
4 chunks |
+29 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_context.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+63 lines, -16 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_file_util_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_mount_point_provider.h
|
View
|
1
2
3
|
2 chunks |
+16 lines, -3 lines |
0 comments
|
Download
|
 |
A + |
webkit/fileapi/file_system_mount_point_provider_unittest.cc
|
View
|
1
2
3
4
5
|
10 chunks |
+64 lines, -61 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation_write_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
A |
webkit/fileapi/file_system_options.h
|
View
|
1
2
3
4
5
|
1 chunk |
+51 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/fileapi/file_system_options.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
D |
webkit/fileapi/file_system_path_manager.h
|
View
|
|
1 chunk |
+0 lines, -121 lines |
0 comments
|
Download
|
 |
D |
webkit/fileapi/file_system_path_manager.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -150 lines |
0 comments
|
Download
|
 |
D |
webkit/fileapi/file_system_path_manager_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -429 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_client.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_client.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_client_unittest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+7 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_quota_unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_test_helper.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_test_helper.cc
|
View
|
1
2
3
4
5
|
5 chunks |
+15 lines, -20 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_url_request_job_unittest.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_util.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_util.cc
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_writer_delegate.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_writer_delegate_unittest.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_util.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_util_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
A |
webkit/fileapi/mock_file_system_options.h
|
View
|
1
2
3
4
5
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/fileapi/mock_file_system_options.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+27 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util.cc
|
View
|
|
3 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util_unittest.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/quota_file_util.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/quota_file_util_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.h
|
View
|
1
2
3
4
5
|
5 chunks |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider.cc
|
View
|
1
2
3
4
5
6
7
|
13 chunks |
+45 lines, -41 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/sandbox_mount_point_provider_unittest.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+14 lines, -25 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/webkit_fileapi.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/support/webkit_support.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/test_shell.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -3 lines |
0 comments
|
Download
|
Total messages: 9 (0 generated)
|