|
mandoline filesystem: Save cookie data to the mojo:filesystem.
This makes the network service use the sql vfs to proxy writing the
cookies to the filesystem service. This means mojo:network_service does
not directly write its data to the OS filesystem, which will allow us to
sandbox it.
BUG= 493311
Committed: https://crrev.com/bbb9e2f6486cccadde4dc2fa077af8f694105eaa
Cr-Commit-Position: refs/heads/master@{#337491}
Total comments: 5
Total comments: 4
Total comments: 5
Total comments: 10
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+389 lines, -22 lines) |
Patch |
 |
M |
components/filesystem/file_system_impl.h
|
View
|
|
2 chunks |
+18 lines, -3 lines |
0 comments
|
Download
|
 |
M |
components/filesystem/file_system_impl.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+106 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mandoline/services/core_services/core_services_application_delegate.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/runner/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/child_process_host.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/runner/scoped_user_data_dir.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
1 chunk |
+28 lines, -0 lines |
0 comments
|
Download
|
 |
A |
mojo/runner/scoped_user_data_dir.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+40 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/switches.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/runner/switches.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_context.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
5 chunks |
+26 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_service_delegate.h
|
View
|
|
3 chunks |
+14 lines, -0 lines |
0 comments
|
Download
|
 |
M |
mojo/services/network/network_service_delegate.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
2 chunks |
+95 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/tools/mopy/gtest.py
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+5 lines, -4 lines |
0 comments
|
Download
|
 |
M |
sql/mojo/mojo_vfs.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+17 lines, -1 line |
0 comments
|
Download
|
 |
M |
sql/mojo/vfs_unittest.cc
|
View
|
1
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
Total messages: 28 (8 generated)
|