|
Files.app: Add analytics code to instrument cloud import flows.
DuplicateFinder now aggregates stats over its lifetime.
MediaImportHandler was changed to create a DuplicateFinder instance per import, so stats relating to duplicate-finding are reported per import session (instead of per-file).
Other changes are just straight-up addition of analytics logging code.
BUG= 457736
Committed: https://crrev.com/fbfba350a7a163a73daf982dc90648ab6cddf64b
Cr-Commit-Position: refs/heads/master@{#316913}
Total comments: 34
Total comments: 32
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+449 lines, -66 lines) |
Patch |
 |
M |
ui/file_manager/file_manager/background/js/background.js
|
View
|
1
2
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/compiled_resources.gyp
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/duplicate_finder.js
|
View
|
1
|
5 chunks |
+69 lines, -8 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/file_operation_util.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_import_handler.js
|
View
|
1
2
|
12 chunks |
+65 lines, -9 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_import_handler_unittest.html
|
View
|
1
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_import_handler_unittest.js
|
View
|
1
2
|
3 chunks |
+8 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_scanner.js
|
View
|
1
2
|
7 chunks |
+55 lines, -27 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/media_scanner_unittest.js
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/mock_media_scanner.js
|
View
|
1
|
3 chunks |
+13 lines, -10 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/background/js/test_duplicate_finder.js
|
View
|
1
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/common/js/metrics_events.js
|
View
|
1
2
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
 |
A |
ui/file_manager/file_manager/common/js/test_tracker.js
|
View
|
1
|
1 chunk |
+74 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/compiled_resources.gyp
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/file_manager.js
|
View
|
1
2
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/import_controller.js
|
View
|
1
2
|
5 chunks |
+11 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/foreground/js/main_scripts.js
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/main.html
|
View
|
1
2
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager/manifest.json
|
View
|
1
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ui/file_manager/file_manager_resources.grd
|
View
|
1
2
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
Total messages: 16 (3 generated)
|