|
FileAPI: Copy base::FileUtilProxy::Entry to fileapi::DirectoryEntry
Copy (not move for now) Entry struct for directory operations from
base/files/file_util_proxy.h to webkit/fileapi/directory_entry.h
since only FileAPI/FilesystemAPI use the struct. This change contains
only mechanical changes.
base::FileUtilProxy::Entry will be removed in a separate change.
BUG= 240245
TEST=none (should pass all existing tests)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=201018
Total comments: 4
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+110 lines, -71 lines) |
Patch |
 |
M |
chrome/browser/chromeos/drive/file_system_proxy.cc
|
View
|
1
2
3
4
5
6
|
5 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/linux/mtp_device_task_helper.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/mac/mtp_device_delegate_impl_mac.mm
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/media_galleries/win/mtp_device_delegate_impl_win.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/fileapi/fileapi_message_filter.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.h
|
View
|
1
2
3
4
|
4 chunks |
+8 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_dispatcher.cc
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/file_system_messages.h
|
View
|
1
2
3
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_callback_adapters.h
|
View
|
1
2
3
4
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/common/fileapi/webfilesystem_callback_adapters.cc
|
View
|
1
2
3
4
|
3 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/file_util_async.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/remote_file_system_operation.h
|
View
|
1
2
3
4
5
6
|
1 chunk |
+4 lines, -5 lines |
0 comments
|
Download
|
 |
M |
webkit/chromeos/fileapi/remote_file_system_operation.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/async_file_util.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/async_file_util_adapter.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
webkit/fileapi/directory_entry.h
|
View
|
1
2
3
4
5
|
1 chunk |
+24 lines, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job.h
|
View
|
1
2
3
|
3 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_dir_url_request_job.cc
|
View
|
1
2
3
|
4 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/file_system_operation.h
|
View
|
1
2
3
4
5
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/isolated_file_util_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_system_operation.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_system_operation.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/local_file_system_operation_unittest.cc
|
View
|
1
2
3
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/obfuscated_file_util_unittest.cc
|
View
|
1
2
3
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
webkit/fileapi/webkit_fileapi.gypi
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/plugin_delegate.h
|
View
|
1
2
3
4
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/plugins/ppapi/ppb_file_ref_impl.cc
|
View
|
1
2
3
4
|
4 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.h
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
webkit/tools/test_shell/simple_file_system.cc
|
View
|
1
2
3
|
3 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|