|
Load application manifests from resources
- Renames content's builtin apps to content_browser and content_renderer
- Supports loading manifests from resources instead of files
- Derives chrome's manifests from content's without duplicating metadata
- Avoids all filesystem lookups for existing apps in content today
- Ensures all content embedders have a working shell connection with capabilities
BUG= 594419
Committed: https://crrev.com/00668f9780a1b1c6c1b1a1f2457418d0aecf9bb5
Cr-Commit-Position: refs/heads/master@{#385823}
Total comments: 2
Total comments: 6
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+353 lines, -104 lines) |
Patch |
|
M |
chrome/app/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+24 lines, -0 lines |
0 comments
|
Download
|
|
A |
chrome/app/mojo/chrome_manifest.json
|
View
|
1
2
3
4
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
|
A + |
chrome/app/mojo/chrome_renderer_manifest.json
|
View
|
1
2
3
4
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
content/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+9 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+0 lines, -18 lines |
0 comments
|
Download
|
|
D |
content/browser/mojo/chrome_manifest.json
|
View
|
|
1 chunk |
+0 lines, -14 lines |
0 comments
|
Download
|
|
D |
content/browser/mojo/chrome_renderer_manifest.json
|
View
|
|
1 chunk |
+0 lines, -5 lines |
0 comments
|
Download
|
|
A |
content/browser/mojo/constants.h
|
View
|
1
2
3
4
5
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
|
A |
content/browser/mojo/constants.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/mojo/mojo_child_connection.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
content/browser/mojo/mojo_shell_context.h
|
View
|
1
2
3
4
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/browser/mojo/mojo_shell_context.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
6 chunks |
+43 lines, -6 lines |
0 comments
|
Download
|
|
M |
content/content.gyp
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+10 lines, -13 lines |
0 comments
|
Download
|
|
M |
content/content_browser.gypi
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/content_resources.grd
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/content_resources.gypi
|
View
|
1
2
3
4
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
content/public/app/BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
|
2 chunks |
+13 lines, -0 lines |
0 comments
|
Download
|
|
A + |
content/public/app/mojo/content_browser_manifest.json
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
A |
content/public/app/mojo/content_renderer_manifest.json
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/mojo_shell.gyp
|
View
|
1
2
3
4
5
6
|
1 chunk |
+13 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/public/mojo_application_manifest.gni
|
View
|
1
2
3
4
5
6
7
8
9
|
3 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/public/mojo_application_manifest.gypi
|
View
|
1
2
3
4
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/public/tools/manifest/manifest_collator.py
|
View
|
1
2
3
4
|
2 chunks |
+29 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/services/catalog/BUILD.gn
|
View
|
1
2
3
4
5
6
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
mojo/services/catalog/catalog.h
|
View
|
1
2
3
4
5
6
|
4 chunks |
+9 lines, -3 lines |
0 comments
|
Download
|
|
M |
mojo/services/catalog/catalog.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
6 chunks |
+55 lines, -22 lines |
0 comments
|
Download
|
|
M |
mojo/services/catalog/factory.h
|
View
|
1
2
3
4
5
6
|
3 chunks |
+7 lines, -2 lines |
0 comments
|
Download
|
|
M |
mojo/services/catalog/factory.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
|
A |
mojo/services/catalog/manifest_provider.h
|
View
|
1
2
3
4
|
1 chunk |
+29 lines, -0 lines |
0 comments
|
Download
|
|
M |
mojo/shell/shell.cc
|
View
|
1
2
3
4
|
2 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
|
M |
mojo/shell/standalone/context.cc
|
View
|
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
mojo/shell/tests/loader_unittest.cc
|
View
|
|
2 chunks |
+3 lines, -2 lines |
0 comments
|
Download
|
Total messages: 30 (11 generated)
|