|
[ew] Add basic classes.
This patch adds a EntryWatcherService, which is a bridge between extensions and
fileapi. Also, WatcherManager interface has been created to let backends
implement their own watching logic.
Note, that EntryWatcherService is not wired up to File System API yet. Also,
a lot of features are missing.
TBR=noamsml, jcivelli
TEST=unit_tests: *EntryWatcherService*
BUG= 261491
Committed: https://crrev.com/b75244fdf1d75e67485649e6a96a69c50676bbc3
Cr-Commit-Position: refs/heads/master@{#292327}
Total comments: 13
Total comments: 56
Total comments: 2
Total comments: 2
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1030 lines, -1 line) |
Patch |
 |
M |
chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/drive/fileapi/file_system_backend_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/fileapi/backend_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/file_system_provider/fileapi/backend_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/file_system_backend_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chromeos/fileapi/mtp_file_system_backend_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/file_system/OWNERS
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/file_system/entry_watcher_service.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+128 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/file_system/entry_watcher_service.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+253 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/file_system/entry_watcher_service_factory.h
|
View
|
1
2
3
4
5
9
10
|
1 chunk |
+49 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/file_system/entry_watcher_service_factory.cc
|
View
|
1
2
3
4
5
9
10
|
1 chunk |
+37 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome/browser/extensions/api/file_system/entry_watcher_service_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+254 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/file_system/file_system_api.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/extensions/api/file_system/file_system_api.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/local_discovery/storage/privet_filesystem_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/local_discovery/storage/privet_filesystem_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/fileapi/media_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/sync_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/sync_file_system/local/sync_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_browser_extensions.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/test/test_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
6 chunks |
+107 lines, -0 lines |
3 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_context.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/file_system_context.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/isolated_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/plugin_private_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/plugin_private_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/browser/fileapi/sandbox_file_system_backend.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
A |
webkit/browser/fileapi/watcher_manager.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+67 lines, -0 lines |
0 comments
|
Download
|
Total messages: 58 (0 generated)
|