|
Declare providing extension capabilities in the manifest.
Instead of mount options and runtime checks for event handlers, this CL moves
those capabilities to the manifest.
TEST=browser_tests: *FileSystemProvider*{Mount|Configure}
BUG=None
Committed: https://crrev.com/09db9160ab8676c5683383c5f39b59fe877a4e32
Cr-Commit-Position: refs/heads/master@{#328932}
Total comments: 18
Total comments: 6
Total comments: 9
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+248 lines, -294 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+17 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_util.cc
|
View
|
|
1 chunk |
+0 lines, -17 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_system_provider/file_system_provider_api.cc
|
View
|
|
3 chunks |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_manager/volume_manager.h
|
View
|
|
3 chunks |
+0 lines, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_manager/volume_manager.cc
|
View
|
1
2
3
4
5
6
7
|
6 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/provided_file_system_info.h
|
View
|
|
4 chunks |
+0 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/provided_file_system_info.cc
|
View
|
|
3 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/registry.h
|
View
|
1
|
3 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/registry.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
6 chunks |
+1 line, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/registry_unittest.cc
|
View
|
1
2
3
4
5
|
9 chunks |
+4 lines, -40 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/service.h
|
View
|
1
2
3
4
5
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/service.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -13 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/_manifest_features.json
|
View
|
1
2
3
4
5
6
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_manager_private.idl
|
View
|
1
2
3
4
5
|
3 chunks |
+6 lines, -20 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_system_provider.idl
|
View
|
1
2
3
4
5
|
3 chunks |
+0 lines, -22 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/file_system_provider/file_system_provider_handler.h
|
View
|
1
2
|
1 chunk |
+60 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/common/extensions/api/file_system_provider/file_system_provider_handler.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+88 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/manifest_types.json
|
View
|
1
2
3
4
5
|
1 chunk |
+26 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/chrome_manifest_handlers.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_browser/mount_test/test.js
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/configure/manifest.json
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/configure/test.js
|
View
|
1
3
4
5
6
7
8
|
2 chunks |
+3 lines, -18 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/get_all/test.js
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/mount/manifest.json
|
View
|
1
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/mount/test.js
|
View
|
1
3
4
5
6
7
8
|
3 chunks |
+3 lines, -20 lines |
0 comments
|
Download
|
 |
M |
extensions/common/manifest_constants.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
extensions/common/manifest_constants.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 21 (6 generated)
|