|
|
mandoline filesystem: Rewrite using base::File.
The previous incomplete implementation of the file system targeted posix
semantics. While I'd still like to see a service that offered posix
semantics added to the filesystem application, for short term
cross-platform bring up, rewrite the implementation to targeting
base::File so Windows works.
BUG= 490237
Committed: https://crrev.com/6c6729f63ec4fc5063009adb703c2563f08d0464
Cr-Commit-Position: refs/heads/master@{#331994}
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+493 lines, -1103 lines) |
Patch |
 |
M |
components/filesystem/BUILD.gn
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/directory_impl.h
|
View
|
|
3 chunks |
+3 lines, -6 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/directory_impl.cc
|
View
|
1
2
3
4
|
1 chunk |
+67 lines, -206 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/directory_impl_unittest.cc
|
View
|
1
|
6 chunks |
+27 lines, -99 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_impl.h
|
View
|
|
3 chunks |
+10 lines, -19 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_impl.cc
|
View
|
1
2
3
4
5
|
11 chunks |
+89 lines, -168 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_impl_unittest.cc
|
View
|
1
|
40 chunks |
+93 lines, -157 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_system_impl.h
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_system_impl.cc
|
View
|
1
2
3
|
2 chunks |
+17 lines, -56 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/files_test_base.cc
|
View
|
1
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
D |
components/filesystem/futimens.h
|
View
|
|
1 chunk |
+0 lines, -26 lines |
0 comments
|
Download
|
 |
D |
components/filesystem/futimens_android.cc
|
View
|
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/public/interfaces/directory.mojom
|
View
|
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/public/interfaces/file.mojom
|
View
|
|
2 chunks |
+1 line, -29 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/public/interfaces/types.mojom
|
View
|
|
4 chunks |
+50 lines, -55 lines |
0 comments
|
Download
|
 |
D |
components/filesystem/shared_impl.h
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
components/filesystem/shared_impl.cc
|
View
|
|
1 chunk |
+0 lines, -79 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/util.h
|
View
|
1
2
3
|
2 chunks |
+10 lines, -21 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/util.cc
|
View
|
|
1 chunk |
+121 lines, -119 lines |
0 comments
|
Download
|
Total messages: 11 (2 generated)
|