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

Issue 2617883002: Add a new BindInterface() method to Connector. (Closed)

Created:
3 years, 11 months ago by Ben Goodger (Google)
Modified:
3 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, aboxhall+watch_chromium.org, achuith+watch_chromium.org, alemate+watch_chromium.org, chromium-reviews, darin (slow to review), darin-cc_chromium.org, davemoore+watch_chromium.org, dcheng, dmazzoni+watch_chromium.org, dtseng+watch_chromium.org, feature-media-reviews_chromium.org, jam, je_julie, kalyank, Matt Giuca, mlamouri+watch-content_chromium.org, nektar+watch_chromium.org, oshima+watch_chromium.org, ozone-reviews_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, qsr+mojo_chromium.org, rjkroege, sadrul, tfarina, viettrungluu+watch_chromium.org, yuzo+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add a new BindInterface() method to Connector. This replaces ConnectToInterface, and includes an implementation in the ServiceManager (unlike ConnectToInterface which was just a call to Connect() + GetInterface). This is a step towards shifting manifest policy intersection into the ServiceManager. R=rockot@chromium.org,tsepez@chromium.org Review-Url: https://codereview.chromium.org/2617883002 Cr-Commit-Position: refs/heads/master@{#442158} Committed: https://chromium.googlesource.com/chromium/src/+/bd3c248c513604ca0de81dd0437c3d03aa88ca0d

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Patch Set 7 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+208 lines, -171 lines) Patch
M ash/common/wm_shell.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M ash/mus/accelerators/accelerator_controller_delegate_mus.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M ash/mus/accessibility_delegate_mus.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M ash/mus/app_launch_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M ash/mus/keyboard_ui_mus.cc View 1 chunk +1 line, -2 lines 0 comments Download
M ash/mus/window_manager.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/accessibility/accessibility_manager.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/chromeos/locale_change_guard.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/settings/shutdown_policy_forwarder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/image_decoder.cc View 1 2 3 4 5 6 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/app_list/app_list_presenter_service.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/cast_config_client_media_router.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/chrome_new_window_client.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/launcher/chrome_launcher_controller.cc View 1 2 3 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/ash/media_client.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/ash/session_controller_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/system_tray_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/ash/volume_controller.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/ui/ash/vpn_list_forwarder.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/browser_command_controller.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/views/chrome_browser_main_extra_parts_views.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/ui/views/ime_driver/ime_driver_mus.cc View 1 chunk +1 line, -1 line 0 comments Download
M chrome/browser/ui/webui/chromeos/login/signin_screen_handler.cc View 1 chunk +1 line, -2 lines 0 comments Download
M components/filesystem/files_test_base.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/filesystem/public/cpp/prefs/pref_service_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/font_service/public/cpp/font_loader.cc View 1 chunk +1 line, -1 line 0 comments Download
M components/leveldb/leveldb_service_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M components/leveldb/remote_iterator_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/browser_context.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/media/media_interface_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/blink_platform_impl.cc View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M content/common/service_manager/child_connection.cc View 1 2 3 4 5 1 chunk +3 lines, -3 lines 0 comments Download
M content/ppapi_plugin/ppapi_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/render_thread_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M mash/browser/browser.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mash/quick_launch/quick_launch.cc View 1 chunk +1 line, -2 lines 0 comments Download
M mash/task_viewer/task_viewer.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M mash/webtest/webtest.cc View 1 chunk +1 line, -1 line 0 comments Download
M media/test/pipeline_integration_test.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M mojo/public/cpp/bindings/tests/versioning_apptest.cc View 1 chunk +1 line, -2 lines 0 comments Download
M services/image_decoder/public/cpp/decode.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/navigation/navigation_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/service_manager/background/tests/background_service_manager_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/service_manager/connect_util.h View 2 chunks +5 lines, -6 lines 0 comments Download
M services/service_manager/connect_util.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/service_manager/public/cpp/connector.h View 3 chunks +14 lines, -12 lines 0 comments Download
M services/service_manager/public/cpp/lib/connector_impl.h View 1 chunk +8 lines, -5 lines 0 comments Download
M services/service_manager/public/cpp/lib/connector_impl.cc View 1 2 5 chunks +25 lines, -10 lines 0 comments Download
M services/service_manager/public/interfaces/connector.mojom View 2 chunks +12 lines, -3 lines 0 comments Download
M services/service_manager/service_manager.cc View 5 chunks +27 lines, -4 lines 0 comments Download
M services/service_manager/standalone/context.cc View 1 chunk +6 lines, -6 lines 0 comments Download
M services/service_manager/tests/connect/connect_test_app.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/service_manager/tests/connect/connect_test_package.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/service_manager/tests/lifecycle/lifecycle_unittest.cc View 2 chunks +3 lines, -3 lines 0 comments Download
M services/service_manager/tests/service_manager/service_manager_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M services/service_manager/tests/service_manager/target.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/service_manager/tests/shutdown/shutdown_client_app.cc View 1 chunk +1 line, -2 lines 0 comments Download
M services/service_manager/tests/shutdown/shutdown_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/service_manager/tests/util.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/tracing/public/cpp/provider.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M services/ui/clipboard/clipboard_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/demo/mus_demo_unittests.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ime/ime_server_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ime/ime_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ime/test_ime_driver/test_ime_application.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M services/ui/public/cpp/gpu/gpu.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M services/ui/public/cpp/window_tree_client.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M services/ui/public/cpp/window_tree_host_factory.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/service.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/gpu_host.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_manager_client_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/ui/ws/window_tree_client_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M services/video_capture/test/service_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/mus/input_method_mus.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/aura/mus/window_tree_client.cc View 1 2 3 2 chunks +2 lines, -2 lines 0 comments Download
M ui/ozone/platform/drm/cursor_proxy_mojo.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M ui/views/mus/aura_init.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/clipboard_mus.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/mus_client.cc View 1 chunk +1 line, -1 line 0 comments Download
M ui/views/mus/screen_mus.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 39 (26 generated)
Ken Rockot(use gerrit already)
lgtm
3 years, 11 months ago (2017-01-06 18:27:09 UTC) #5
Ben Goodger (Google)
+tom for connector.mojom. This is the new Connector method I mentioned, BindInterface. Existing calls to ...
3 years, 11 months ago (2017-01-06 21:51:59 UTC) #12
Tom Sepez
mojom itself LGTM.
3 years, 11 months ago (2017-01-06 23:00:29 UTC) #13
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/2617883002/40001
3 years, 11 months ago (2017-01-07 02:32:51 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: ios-device on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-device/builds/131854) ios-device-xcode-clang on master.tryserver.chromium.mac (JOB_FAILED, ...
3 years, 11 months ago (2017-01-07 02:35:14 UTC) #18
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/2617883002/60001
3 years, 11 months ago (2017-01-07 02:39:12 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_android on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/cast_shell_android/builds/189518)
3 years, 11 months ago (2017-01-07 02:49:20 UTC) #23
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/2617883002/80001
3 years, 11 months ago (2017-01-07 03:04:06 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/333172)
3 years, 11 months ago (2017-01-07 03:13:44 UTC) #28
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/2617883002/100001
3 years, 11 months ago (2017-01-07 03:52:18 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/333178)
3 years, 11 months ago (2017-01-07 04:06:17 UTC) #33
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/2617883002/120001
3 years, 11 months ago (2017-01-07 04:07:27 UTC) #36
commit-bot: I haz the power
3 years, 11 months ago (2017-01-07 05:48:56 UTC) #39
Message was sent while issue was closed.
Committed patchset #7 (id:120001) as
https://chromium.googlesource.com/chromium/src/+/bd3c248c513604ca0de81dd0437c...

Powered by Google App Engine
This is Rietveld 408576698