|
|
Cleanup: Move more recursive operation logic from FileUtilHelper to FileUtil
- To make each FileUtil methods more well-defined
- To further reduce the number of FileUtil calls (As a preparation to split recursive jobs into multiple tasks)
BUG= 146215
TEST=content_unittests:.*File.*,content_browsertests:FileSystemLayoutTest.Op{Copy,Move}
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=178294
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+200 lines, -227 lines) |
Patch |
 |
M |
chrome/browser/media_gallery/linux/mtp_device_delegate_impl_linux.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_gallery/win/mtp_device_delegate_impl_win.cc
|
View
|
1
2
|
2 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_file_util.h
|
View
|
1
2
|
3 chunks |
+37 lines, -8 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_util_helper.cc
|
View
|
1
2
3
|
4 chunks |
+23 lines, -68 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util.cc
|
View
|
1
2
|
1 chunk |
+0 lines, -15 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util_unittest.cc
|
View
|
1
2
3
|
2 chunks |
+10 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_util.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_util.cc
|
View
|
|
4 chunks |
+8 lines, -13 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/media/device_media_file_util.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/media/device_media_file_util.cc
|
View
|
1
2
|
2 chunks |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/media/native_media_file_util.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/media/native_media_file_util.cc
|
View
|
1
2
|
3 chunks |
+22 lines, -19 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/native_file_util.h
|
View
|
|
2 chunks |
+12 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/native_file_util.cc
|
View
|
|
2 chunks |
+25 lines, -14 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util.h
|
View
|
|
3 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util.cc
|
View
|
1
|
7 chunks |
+40 lines, -35 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util_unittest.cc
|
View
|
1
2
3
|
6 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/syncable/local_file_sync_context_unittest.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 11 (0 generated)
|