|
Take 2: Moved logic for mapping child process FDs for ICU and V8 into child_process_launcher.cc
Used to be defined in each app's ContentBrowserClient, but since
content/ is the one that receives the FDs, it makes sense that it should
be the one to send them.
This also removes ChildProcessLauncher::AppendMappedFileCommandLineSwitches
as it is no longer needed.
Changes MemoryMappedFile::Region to be a POD so that it doesn't create require static initializers.
BUG= 394502
Committed: https://crrev.com/fd2d44abf30dcb70c083cbbbb2491e825ab61f41
Cr-Commit-Position: refs/heads/master@{#335207}
Total comments: 1
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+266 lines, -493 lines) |
Patch |
 |
M |
ash/shell/content_client/shell_content_browser_client.h
|
View
|
|
1 chunk |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
ash/shell/content_client/shell_content_browser_client.cc
|
View
|
|
2 chunks |
+1 line, -49 lines |
0 comments
|
Download
|
 |
M |
base/files/memory_mapped_file.h
|
View
|
1
2
3
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
base/files/memory_mapped_file.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
base/files/memory_mapped_file_unittest.cc
|
View
|
1
2
3
4
5
6
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/i18n/icu_util.h
|
View
|
2
|
1 chunk |
+9 lines, -4 lines |
0 comments
|
Download
|
 |
M |
base/i18n/icu_util.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+109 lines, -81 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/chrome_content_browser_client.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
5 chunks |
+0 lines, -57 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.h
|
View
|
|
2 chunks |
+0 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chromecast/browser/cast_content_browser_client.cc
|
View
|
1
2
3
|
6 chunks |
+1 line, -46 lines |
0 comments
|
Download
|
 |
M |
content/app/android/child_process_service.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/DEPS
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/browser/child_process_launcher.cc
|
View
|
|
4 chunks |
+37 lines, -10 lines |
0 comments
|
Download
|
 |
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/content_browser_client.h
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.h
|
View
|
|
2 chunks |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/shell/browser/shell_content_browser_client.cc
|
View
|
1
2
3
|
4 chunks |
+1 line, -40 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.h
|
View
|
|
2 chunks |
+0 lines, -16 lines |
0 comments
|
Download
|
 |
M |
extensions/shell/browser/shell_content_browser_client.cc
|
View
|
|
4 chunks |
+1 line, -46 lines |
0 comments
|
Download
|
 |
M |
gin/v8_initializer.h
|
View
|
|
2 chunks |
+12 lines, -6 lines |
0 comments
|
Download
|
 |
M |
gin/v8_initializer.cc
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+81 lines, -66 lines |
0 comments
|
Download
|
 |
M |
ui/base/resource/data_pack_unittest.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
Total messages: 42 (18 generated)
|