|
mojo leveldb: Remove the created file thread.
This runs what was a background thread for file operations on the same
thread as the mojo application, which is the db thread in chrome, and
the main thread when run as an app.
BUG= 585587
Committed: https://crrev.com/b3d5935f0e9ca0d610a2b73c227d2d71dc31cf24
Cr-Commit-Position: refs/heads/master@{#383799}
Total comments: 5
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+532 lines, -992 lines) |
Patch |
 |
M |
components/filesystem/public/interfaces/directory.mojom
|
View
|
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/public/interfaces/file.mojom
|
View
|
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/BUILD.gn
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/env_mojo.h
|
View
|
1
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/env_mojo.cc
|
View
|
1
|
4 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb.gyp
|
View
|
1
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb_app.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb_file_thread.h
|
View
|
1
|
1 chunk |
+0 lines, -252 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb_file_thread.cc
|
View
|
1
|
1 chunk |
+0 lines, -709 lines |
0 comments
|
Download
|
 |
A |
components/leveldb/leveldb_mojo_proxy.h
|
View
|
1
2
3
|
1 chunk |
+160 lines, -0 lines |
0 comments
|
Download
|
 |
A |
components/leveldb/leveldb_mojo_proxy.cc
|
View
|
1
2
3
|
1 chunk |
+324 lines, -0 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb_service_impl.h
|
View
|
1
|
3 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/leveldb/leveldb_service_impl.cc
|
View
|
1
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
components/profile_service/OWNERS
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
M |
components/profile_service/profile_app.cc
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
Total messages: 10 (3 generated)
|