|
Add support for actions for multiple file selection.
Actions should be provided for selection, as it's common for users to
select more than one file and perform some operation them.
Eg. pinning 10 selected files.
NOPRESUBMIT=true
TBR=isherman@chromium.org
TEST=unit_tests: *FileSystemProvider*Action*
BUG=None
Committed: https://crrev.com/365c582fcb8c3424ad7356c6893d342a490502e2
Cr-Commit-Position: refs/heads/master@{#351065}
Total comments: 4
Total comments: 2
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+265 lines, -154 lines) |
Patch |
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_misc.h
|
View
|
1
|
3 chunks |
+14 lines, -14 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/extensions/file_manager/private_api_misc.cc
|
View
|
1
2
3
4
5
|
7 chunks |
+88 lines, -34 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/fake_provided_file_system.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/fake_provided_file_system.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/execute_action.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/execute_action.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/execute_action_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+14 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/get_actions.h
|
View
|
1
2
3
4
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/get_actions.cc
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/operations/get_actions_unittest.cc
|
View
|
1
2
3
4
|
7 chunks |
+15 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/provided_file_system.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/provided_file_system.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/provided_file_system_interface.h
|
View
|
1
2
3
4
|
1 chunk |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/throttled_file_system.h
|
View
|
1
2
3
4
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/throttled_file_system.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_manager_private.idl
|
View
|
1
2
3
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_manager_private_internal.idl
|
View
|
1
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/common/extensions/api/file_system_provider.idl
|
View
|
1
2
|
4 chunks |
+11 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/renderer/resources/extensions/file_manager_private_custom_bindings.js
|
View
|
1
2
3
|
1 chunk |
+12 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/execute_action/test.js
|
View
|
1
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/test/data/extensions/api_test/file_system_provider/get_actions/test.js
|
View
|
1
|
4 chunks |
+33 lines, -8 lines |
0 comments
|
Download
|
 |
M |
extensions/browser/extension_function_histogram_value.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -0 lines |
2 comments
|
Download
|
 |
M |
third_party/closure_compiler/externs/file_manager_private.js
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -8 lines |
0 comments
|
Download
|
 |
M |
tools/metrics/histograms/histograms.xml
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 36 (12 generated)
|