|
LevelDB: Using base::File for all file I/O
Eliminated platform specific (stdio & Windows) File I/O calls and replaced with
the use of base::File. This makes Chrome's Env (nearly) platform agnostic while
simplifying the implementation.
BUG= 431914
Committed: https://crrev.com/bf82318b8929b07d7bb0abce2729c5a83b9dbfcb
Cr-Commit-Position: refs/heads/master@{#305020}
Total comments: 24
Total comments: 2
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+371 lines, -1059 lines) |
Patch |
|
M |
base/process/process_metrics.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
build/secondary/third_party/leveldatabase/BUILD.gn
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/indexed_db/indexed_db_cleanup_on_io_error_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/README.chromium
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/chromium_logger.h
|
View
|
|
4 chunks |
+5 lines, -11 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/env_chromium.h
|
View
|
1
2
|
4 chunks |
+19 lines, -17 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/env_chromium.cc
|
View
|
1
2
3
4
5
6
7
|
8 chunks |
+336 lines, -67 lines |
0 comments
|
Download
|
|
D |
third_party/leveldatabase/env_chromium_stdio.h
|
View
|
|
1 chunk |
+0 lines, -76 lines |
0 comments
|
Download
|
|
D |
third_party/leveldatabase/env_chromium_stdio.cc
|
View
|
|
1 chunk |
+0 lines, -389 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/env_chromium_unittest.cc
|
View
|
1
2
|
4 chunks |
+3 lines, -42 lines |
0 comments
|
Download
|
|
D |
third_party/leveldatabase/env_chromium_win.h
|
View
|
|
1 chunk |
+0 lines, -82 lines |
0 comments
|
Download
|
|
D |
third_party/leveldatabase/env_chromium_win.cc
|
View
|
|
1 chunk |
+0 lines, -362 lines |
0 comments
|
Download
|
|
M |
third_party/leveldatabase/leveldatabase.gyp
|
View
|
|
1 chunk |
+0 lines, -4 lines |
0 comments
|
Download
|
Total messages: 25 (5 generated)
|