|
Make sure that Content Handled application can be connected multiple times.
This CL updates ApplicationManager so that it always reconnect to an
application that is already launched.
To obtain this results, the following changes habe also been made:
1) The Loader interface has been simplified:
- The pipe to the shell if given during the Load request, so that loader do
not need to called RegisterLoadedApplication
2) PngViewer and PdfViewer allows multiple embedder to embed those.
3) For the second connection forward, Sky issue network request to get the
content of the page to display.
R=aa@chromium.org
Committed: https://chromium.googlesource.com/external/mojo/+/5170129e3c402b3ee8cecb914c934fd56019b6e9
Total comments: 42
Total comments: 6
Total comments: 4
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+241 lines, -385 lines) |
Patch |
 |
M |
mojo/application_manager/application_loader.h
|
View
|
1
2
3
4
|
2 chunks |
+13 lines, -43 lines |
0 comments
|
Download
|
 |
D |
mojo/application_manager/application_loader.cc
|
View
|
1
2
3
4
|
1 chunk |
+9 lines, -13 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/application_manager.h
|
View
|
1
2
3
4
5
|
3 chunks |
+3 lines, -14 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/application_manager.cc
|
View
|
1
2
3
4
5
|
6 chunks |
+21 lines, -110 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/application_manager_unittest.cc
|
View
|
1
2
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/background_shell_application_loader.h
|
View
|
1
2
|
3 chunks |
+3 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/background_shell_application_loader.cc
|
View
|
1
2
3
4
|
6 chunks |
+10 lines, -45 lines |
0 comments
|
Download
|
 |
M |
mojo/application_manager/background_shell_application_loader_unittest.cc
|
View
|
1
2
3
4
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/services/view_manager/view_manager_unittest.cc
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -10 lines |
0 comments
|
Download
|
 |
M |
mojo/services/window_manager/window_manager_api_unittest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/context.cc
|
View
|
1
2
3
4
|
1 chunk |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/dynamic_application_loader.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/dynamic_application_loader.cc
|
View
|
1
2
3
|
8 chunks |
+33 lines, -29 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/dynamic_application_loader_unittest.cc
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/external_application_listener_unittest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/network_application_loader.h
|
View
|
1
2
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/network_application_loader.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/ui_application_loader_android.h
|
View
|
1
2
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/ui_application_loader_android.cc
|
View
|
1
2
3
4
|
3 chunks |
+10 lines, -44 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/view_manager_loader.h
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/view_manager_loader.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
sky/viewer/content_handler_impl.cc
|
View
|
1
2
3
|
2 chunks |
+72 lines, -1 line |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.h
|
View
|
1
2
3
4
5
|
6 chunks |
+9 lines, -11 lines |
0 comments
|
Download
|
 |
M |
sky/viewer/document_view.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+12 lines, -16 lines |
0 comments
|
Download
|
Total messages: 17 (2 generated)
|