Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(90)

Issue 2766263009: Convert content ConnectionFilter to OnBindInterface (Closed)

Created:
3 years, 9 months ago by Ben Goodger (Google)
Modified:
3 years, 8 months ago
Reviewers:
Tom Sepez, jam
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, einbinder+watch-test-runner_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, Peter Beverloo, nasko+codewatch_chromium.org, jam, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin-cc_chromium.org, piman+watch_chromium.org, darin (slow to review), jochen+watch_chromium.org, mlamouri+watch-test-runner_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert content ConnectionFilter to OnBindInterface. - This was a pretty viral change, sorry about the size. - Specifically, had to make all the *Host classes use BindInterface() to request interfaces from their children, thus replacing their GetRemoteInterfaces() accessor with a BindInterface() call. - This also has to eliminate any use of service_manager::Connection as an indicator of the lifetime of the connection, hence the introduction of child.mojom as a means of monitoring the lifetime of the renderer connection. - I had to tweak the expectations of the EmbeddedWorkerInstance test as queuing order changed slightly with the new BindInterface mocking. CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Review-Url: https://codereview.chromium.org/2766263009 Cr-Commit-Position: refs/heads/master@{#461826} Committed: https://chromium.googlesource.com/chromium/src/+/a06f7d6c588c321df213d842c712e12ad6db7dec

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Patch Set 8 : . #

Patch Set 9 : . #

Patch Set 10 : . #

Patch Set 11 : . #

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Patch Set 18 : . #

Patch Set 19 : . #

Patch Set 20 : . #

Patch Set 21 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+436 lines, -511 lines) Patch
M chrome/browser/chrome_content_browser_client.h View 1 2 3 4 5 4 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 3 4 5 6 7 8 9 10 4 chunks +15 lines, -7 lines 0 comments Download
M chrome/browser/chromeos/arc/video/gpu_arc_video_service_host.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/importer/external_process_importer_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/net/utility_process_mojo_proxy_resolver_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/task_manager/providers/child_process_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -4 lines 0 comments Download
M chrome/browser/task_manager/providers/web_contents/renderer_task.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/apps/chrome_app_delegate.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M chrome/service/service_utility_process_host.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -0 lines 0 comments Download
M chrome/service/service_utility_process_host.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.h View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M chromecast/browser/cast_content_browser_client.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M components/visitedlink/browser/visitedlink_event_listener.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +2 lines, -3 lines 0 comments Download
M components/visitedlink/test/visitedlink_unittest.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +1 line, -4 lines 0 comments Download
M components/web_cache/browser/web_cache_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 2 chunks +2 lines, -5 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 3 chunks +5 lines, -25 lines 0 comments Download
M content/browser/dom_storage/local_storage_context_mojo.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 3 chunks +0 lines, -6 lines 0 comments Download
M content/browser/dom_storage/local_storage_context_mojo.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +7 lines, -25 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -4 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 1 2 3 4 5 6 2 chunks +2 lines, -5 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 3 4 5 6 4 chunks +25 lines, -22 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.h View 1 2 3 4 5 6 7 8 9 10 11 12 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host_ui_shim.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/mojo_sandbox_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 2 3 4 5 6 3 chunks +4 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 4 5 6 7 8 9 10 6 chunks +23 lines, -40 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_aura.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_manager/service_manager_context.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +3 lines, -4 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/embedded_worker_instance_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 1 chunk +3 lines, -4 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 4 chunks +1 line, -13 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 3 chunks +10 lines, -26 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 1 chunk +5 lines, -3 lines 0 comments Download
M content/browser/utility_process_host_impl_browsertest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_thread_impl.h View 1 2 3 4 5 6 2 chunks +0 lines, -5 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 3 4 5 6 2 chunks +14 lines, -25 lines 0 comments Download
M content/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 1 chunk +1 line, -0 lines 0 comments Download
A content/common/child.mojom View 1 chunk +9 lines, -0 lines 0 comments Download
M content/common/child_process_host_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/common/child_process_host_impl.cc View 1 2 3 4 5 6 2 chunks +7 lines, -9 lines 0 comments Download
M content/common/service_manager/child_connection.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -6 lines 0 comments Download
M content/common/service_manager/child_connection.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 8 chunks +31 lines, -34 lines 0 comments Download
M content/common/service_manager/service_manager_connection_impl.h View 1 2 3 2 chunks +7 lines, -6 lines 0 comments Download
M content/common/service_manager/service_manager_connection_impl.cc View 1 2 3 11 chunks +68 lines, -65 lines 0 comments Download
M content/public/app/mojo/content_gpu_manifest.json View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/public/app/mojo/content_plugin_manifest.json View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download
M content/public/app/mojo/content_renderer_manifest.json View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M content/public/app/mojo/content_utility_manifest.json View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/content_browser_client.h View 4 chunks +11 lines, -9 lines 0 comments Download
M content/public/browser/gpu_service_registry.h View 1 2 3 4 5 6 7 8 9 1 chunk +14 lines, -9 lines 0 comments Download
M content/public/browser/gpu_service_registry.cc View 1 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -8 lines 0 comments Download
M content/public/browser/utility_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +8 lines, -10 lines 0 comments Download
M content/public/browser/utility_process_mojo_client.h View 1 2 3 4 5 2 chunks +3 lines, -4 lines 0 comments Download
M content/public/common/BUILD.gn View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +1 line, -0 lines 0 comments Download
A content/public/common/bind_interface_helpers.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +27 lines, -0 lines 0 comments Download
M content/public/common/child_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 3 chunks +4 lines, -8 lines 0 comments Download
M content/public/common/child_process_host_delegate.h View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -8 lines 0 comments Download
M content/public/common/child_process_host_delegate.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +0 lines, -5 lines 0 comments Download
M content/public/common/connection_filter.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 1 chunk +12 lines, -21 lines 0 comments Download
M content/public/common/service_manager_connection.h View 1 2 3 1 chunk +4 lines, -5 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 1 2 3 4 5 6 7 8 9 10 11 4 chunks +7 lines, -6 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 2 3 4 5 6 7 8 9 10 11 3 chunks +11 lines, -4 lines 0 comments Download
M content/renderer/mus/render_widget_window_tree_client_factory.cc View 4 chunks +10 lines, -15 lines 0 comments Download
M content/renderer/render_thread_impl_browsertest.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -6 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_content_browser_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/browser/layout_test/layout_test_content_browser_client.cc View 1 2 3 4 5 6 2 chunks +2 lines, -2 lines 0 comments Download
M services/service_manager/connect_util.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +2 lines, -4 lines 0 comments Download
M services/service_manager/service_manager.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +4 lines, -2 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 85 (79 generated)
Ben Goodger (Google)
tsepez: child.mojom, *.json rockot: *
3 years, 8 months ago (2017-03-31 20:49:48 UTC) #57
Tom Sepez
mojom LGTM, nothing to see here, CC me on the followups.
3 years, 8 months ago (2017-03-31 20:58:00 UTC) #59
Ben Goodger (Google)
-rockot,+jam (ken is ooo)
3 years, 8 months ago (2017-04-04 18:19:30 UTC) #76
jam
lgtm
3 years, 8 months ago (2017-04-04 20:06:12 UTC) #79
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2766263009/400001
3 years, 8 months ago (2017-04-04 20:33:42 UTC) #82
commit-bot: I haz the power
3 years, 8 months ago (2017-04-04 20:49:55 UTC) #85
Message was sent while issue was closed.
Committed patchset #21 (id:400001) as
https://chromium.googlesource.com/chromium/src/+/a06f7d6c588c321df213d842c712...

Powered by Google App Engine
This is Rietveld 408576698