|
(1) Added a recursive boolean param to FilePathWatcher::Watch() function to watch for sub directory tree changes. Fixed all the calling sites.
(2) Added support to watch sub trees on Windows.
(3) Added FilePathWatcherTest.RecursiveWatch browser test.
BUG= 144491
TEST=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=171097
Total comments: 14
Total comments: 13
Total comments: 4
Total comments: 6
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+165 lines, -58 lines) |
Patch |
 |
M |
base/files/file_path_watcher.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+6 lines, -3 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher_browsertest.cc
|
View
|
1
2
3
4
5
6
7
8
|
28 chunks |
+101 lines, -31 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher_kqueue.cc
|
View
|
1
2
3
4
5
|
3 chunks |
+9 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher_linux.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher_stub.cc
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
base/files/file_path_watcher_win.cc
|
View
|
1
2
3
4
|
7 chunks |
+22 lines, -10 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/config_dir_policy_loader.cc
|
View
|
1
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/policy/policy_loader_mac.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/system_monitor/removable_device_notifications_linux.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
net/dns/dns_config_service_posix.cc
|
View
|
1
2
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
net/dns/dns_config_service_win.cc
|
View
|
1
|
2 chunks |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/config_file_watcher.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
remoting/host/policy_hack/policy_watcher_linux.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 32 (0 generated)
|