|
Remove CapabilityFilter from Connect()
It's supplied by the package manifest now so isn't needed for every Connect() call. BTW it's still passed for CreateInstanceForHandle() (can't see a way around that, yet).
This disables the CapabilityFilter tests which assume that this works, I need to rewrite all the shell tests now it's completely different.
BUG=
CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation
Committed: https://crrev.com/0a390e6b9f4c6d11ffbd61d0828adc1b2f1aafef
Cr-Commit-Position: refs/heads/master@{#377502}
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+49 lines, -116 lines) |
Patch |
 |
M |
content/browser/frame_host/frame_mojo_shell.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/frame_host/frame_mojo_shell.cc
|
View
|
|
2 chunks |
+1 line, -6 lines |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_app_connection_impl.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_shell_context.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/mojo/mojo_shell_context.cc
|
View
|
1
2
|
4 chunks |
+11 lines, -12 lines |
0 comments
|
Download
|
 |
M |
content/renderer/render_frame_impl.cc
|
View
|
|
1 chunk |
+1 line, -7 lines |
0 comments
|
Download
|
 |
M |
content/test/data/web_ui_mojo_shell_test.js
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/application_instance.h
|
View
|
|
2 chunks |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/application_instance.cc
|
View
|
|
3 chunks |
+2 lines, -7 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/application_manager.cc
|
View
|
1
|
3 chunks |
+10 lines, -10 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/background/background_shell.cc
|
View
|
1
|
1 chunk |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/connect_params.h
|
View
|
|
1 chunk |
+0 lines, -3 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/connect_params.cc
|
View
|
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/connect_util.h
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/identity.h
|
View
|
|
2 chunks |
+1 line, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/identity.cc
|
View
|
|
2 chunks |
+13 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/connector.h
|
View
|
|
3 chunks |
+0 lines, -10 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/lib/connector_impl.cc
|
View
|
|
3 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/lib/shell_connection.cc
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/public/cpp/shell.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/public/interfaces/shell.mojom
|
View
|
|
2 chunks |
+1 line, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/standalone/context.cc
|
View
|
1
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/tests/application_manager_unittest.cc
|
View
|
1
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
 |
M |
mojo/shell/tests/capability_filter_test.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
mojo/shell/tests/capability_filter_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
Dependent Patchsets:
Total messages: 23 (13 generated)
|