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

Issue 2215133002: Change signature of OnConnect (Closed)

Created:
4 years, 4 months ago by Ben Goodger (Google)
Modified:
4 years, 4 months ago
CC:
Aaron Boodman, abarth-chromium, alokp+watch_chromium.org, ben+mojo_chromium.org, blink-worker-reviews_chromium.org, chromium-reviews, creis+watch_chromium.org, darin (slow to review), darin-cc_chromium.org, davemoore+watch_chromium.org, feature-media-reviews_chromium.org, horo+watch_chromium.org, jam, jsbell+serviceworker_chromium.org, kalyank, kinuko+watch, kinuko+serviceworker, michaeln, mlamouri+watch-content_chromium.org, nasko+codewatch_chromium.org, nhiroki, oshima+watch_chromium.org, ozone-reviews_chromium.org, qsr+mojo_chromium.org, rjkroege, sadrul, sdefresne+watch_chromium.org, serviceworker-reviews, tzik, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@cleanup
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change signature of OnConnect: - pass remote identity & interface registry instead of dual purpose Connection object - Connection is now only returned via Connect() & has no AddInterface() methods. - updates all Service impls & ConnectionFilter. R=rockot@chromium.org BUG= CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/8366b12610e369c46f257ea8d7ee6bf7a381d590 Cr-Commit-Position: refs/heads/master@{#410543}

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 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+401 lines, -458 lines) Patch
M ash/mus/window_manager_application.h View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M ash/mus/window_manager_application.cc View 1 2 1 chunk +7 lines, -6 lines 0 comments Download
M ash/sysui/sysui_application.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M ash/sysui/sysui_application.cc View 8 1 chunk +4 lines, -3 lines 0 comments Download
M ash/touch_hud/mus/touch_hud_application.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M ash/touch_hud/mus/touch_hud_application.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/app/mash/mash_runner.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M chrome/browser/chromeos/chrome_interface_factory.h View 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/chromeos/chrome_interface_factory.cc View 1 2 3 4 5 8 3 chunks +11 lines, -9 lines 0 comments Download
M components/filesystem/file_system_app.h View 1 chunk +2 lines, -1 line 0 comments Download
M components/filesystem/file_system_app.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M components/font_service/font_service_app.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M components/font_service/font_service_app.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M components/leveldb/leveldb_app.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M components/leveldb/leveldb_app.cc View 8 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/mojo/mojo_child_connection.cc View 8 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 2 3 chunks +7 lines, -8 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 2 3 4 8 2 chunks +2 lines, -3 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 2 8 1 chunk +1 line, -1 line 0 comments Download
M content/common/mojo/mojo_shell_connection_impl.cc View 1 2 3 4 5 6 7 8 9 5 chunks +16 lines, -71 lines 0 comments Download
M content/public/common/connection_filter.h View 8 3 chunks +5 lines, -3 lines 0 comments Download
M content/public/test/mock_render_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/public/test/test_mojo_app.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M content/public/test/test_mojo_app.cc View 8 1 chunk +4 lines, -3 lines 0 comments Download
M content/renderer/mus/render_widget_window_tree_client_factory.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_frame_impl.cc View 1 2 3 4 5 6 7 9 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/service_worker/service_worker_context_client.cc View 1 chunk +1 line, -3 lines 0 comments Download
M content/shell/browser/shell_mojo_test_utils_android.cc View 1 2 3 4 8 1 chunk +1 line, -1 line 0 comments Download
M ios/chrome/browser/ui/webui/mojo_web_ui_ios_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M ios/web/web_state/web_state_impl.mm View 1 2 3 8 1 chunk +1 line, -1 line 0 comments Download
M ios/web/webui/mojo_facade_unittest.mm View 1 2 3 4 5 8 1 chunk +1 line, -1 line 0 comments Download
M mash/app_driver/app_driver.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/app_driver/app_driver.cc View 1 2 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/browser/browser.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/browser/browser.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/catalog_viewer/catalog_viewer.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/example/views_examples/views_examples.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 2 3 4 5 6 7 8 9 1 chunk +3 lines, -2 lines 0 comments Download
M mash/init/init.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/init/init.cc View 1 2 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/login/login.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/quick_launch/quick_launch.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/quick_launch/quick_launch.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/session/session.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/session/session.cc View 1 2 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/task_viewer/task_viewer.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/task_viewer/task_viewer.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M mash/webtest/webtest.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M mash/webtest/webtest.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M media/mojo/services/mojo_media_application.h View 1 chunk +2 lines, -1 line 0 comments Download
M media/mojo/services/mojo_media_application.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M services/catalog/catalog.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M services/catalog/catalog.cc View 8 1 chunk +5 lines, -4 lines 0 comments Download
M services/navigation/navigation.h View 1 chunk +2 lines, -1 line 0 comments Download
M services/navigation/navigation.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M services/shell/background/tests/test_service.cc View 8 2 chunks +4 lines, -3 lines 0 comments Download
M services/shell/public/cpp/connection.h View 8 4 chunks +2 lines, -55 lines 0 comments Download
M services/shell/public/cpp/interface_registry.h View 8 3 chunks +16 lines, -8 lines 0 comments Download
M services/shell/public/cpp/lib/connection_impl.h View 8 3 chunks +3 lines, -22 lines 0 comments Download
M services/shell/public/cpp/lib/connection_impl.cc View 8 3 chunks +3 lines, -32 lines 0 comments Download
M services/shell/public/cpp/lib/connector_impl.cc View 8 1 chunk +1 line, -5 lines 0 comments Download
M services/shell/public/cpp/lib/interface_registry.cc View 1 2 3 4 5 6 7 8 9 4 chunks +23 lines, -9 lines 0 comments Download
M services/shell/public/cpp/lib/service.cc View 8 1 chunk +2 lines, -9 lines 0 comments Download
M services/shell/public/cpp/lib/service_context.cc View 8 2 chunks +9 lines, -13 lines 0 comments Download
M services/shell/public/cpp/service.h View 8 3 chunks +5 lines, -7 lines 0 comments Download
M services/shell/public/cpp/service_context.h View 1 chunk +1 line, -1 line 0 comments Download
M services/shell/public/cpp/tests/interface_registry_unittest.cc View 1 2 8 4 chunks +4 lines, -4 lines 0 comments Download
M services/shell/service_manager.h View 1 2 8 1 chunk +2 lines, -1 line 0 comments Download
M services/shell/service_manager.cc View 1 2 8 2 chunks +7 lines, -5 lines 0 comments Download
M services/shell/tests/connect/connect_test_app.cc View 8 2 chunks +10 lines, -8 lines 0 comments Download
M services/shell/tests/connect/connect_test_class_app.cc View 8 4 chunks +11 lines, -9 lines 0 comments Download
M services/shell/tests/connect/connect_test_driver.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M services/shell/tests/connect/connect_test_exe.cc View 8 2 chunks +5 lines, -2 lines 0 comments Download
M services/shell/tests/connect/connect_test_package.cc View 8 2 chunks +12 lines, -10 lines 0 comments Download
M services/shell/tests/connect/connect_test_singleton_app.cc View 8 1 chunk +2 lines, -1 line 0 comments Download
M services/shell/tests/connect/connect_unittest.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M services/shell/tests/lifecycle/app_client.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M services/shell/tests/lifecycle/app_client.cc View 8 2 chunks +4 lines, -2 lines 0 comments Download
M services/shell/tests/lifecycle/package.cc View 8 2 chunks +7 lines, -5 lines 0 comments Download
M services/shell/tests/lifecycle/parent.cc View 8 2 chunks +5 lines, -2 lines 0 comments Download
M services/shell/tests/shell/driver.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M services/shell/tests/shell/shell_unittest.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M services/shell/tests/shutdown/shutdown_client_app.cc View 8 2 chunks +4 lines, -2 lines 0 comments Download
M services/shell/tests/shutdown/shutdown_service_app.cc View 8 2 chunks +5 lines, -2 lines 0 comments Download
M services/tracing/service.h View 8 1 chunk +2 lines, -1 line 0 comments Download
M services/tracing/service.cc View 8 1 chunk +6 lines, -4 lines 0 comments Download
M services/ui/demo/mus_demo.h View 1 2 8 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/demo/mus_demo.cc View 1 2 8 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/input_devices/input_device_server.h View 8 2 chunks +7 lines, -3 lines 0 comments Download
M services/ui/input_devices/input_device_server.cc View 8 2 chunks +3 lines, -2 lines 0 comments Download
M services/ui/public/cpp/tests/window_server_shelltest_base.h View 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/public/cpp/tests/window_server_shelltest_base.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M services/ui/public/cpp/tests/window_server_test_base.h View 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/public/cpp/tests/window_server_test_base.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M services/ui/service.h View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M services/ui/service.cc View 8 1 chunk +14 lines, -13 lines 0 comments Download
M services/ui/test_ime/main.cc View 8 1 chunk +3 lines, -2 lines 0 comments Download
M services/ui/ws/window_tree_client_unittest.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M services/user/user_shell_client.h View 2 chunks +2 lines, -3 lines 0 comments Download
M services/user/user_shell_client.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M ui/ozone/platform/drm/ozone_platform_gbm.cc View 1 2 3 4 5 6 8 2 chunks +3 lines, -3 lines 0 comments Download
M ui/ozone/public/ozone_platform.h View 1 2 3 4 5 8 2 chunks +5 lines, -4 lines 0 comments Download
M ui/ozone/public/ozone_platform.cc View 8 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 65 (46 generated)
Ben Goodger (Google)
Interesting changes are in services/shell/public/cpp, rest is fairly mechanical
4 years, 4 months ago (2016-08-04 23:05:41 UTC) #8
Ken Rockot(use gerrit already)
lgtm
4 years, 4 months ago (2016-08-05 17:24:43 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/2215133002/40001
4 years, 4 months ago (2016-08-05 20:40:57 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/213583)
4 years, 4 months ago (2016-08-05 20:49:20 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/2215133002/60001
4 years, 4 months ago (2016-08-05 20:50:43 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/202848)
4 years, 4 months ago (2016-08-05 20:57:53 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/2215133002/80001
4 years, 4 months ago (2016-08-05 21:18:18 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/213620)
4 years, 4 months ago (2016-08-05 21:28:47 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/2215133002/100001
4 years, 4 months ago (2016-08-05 21:49:28 UTC) #31
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_amd64-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_amd64-generic_chromium_compile_only_ng/builds/179019)
4 years, 4 months ago (2016-08-05 22:04:49 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/2215133002/120001
4 years, 4 months ago (2016-08-05 22:10:19 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/272786)
4 years, 4 months ago (2016-08-05 23:16:31 UTC) #38
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/2215133002/200001
4 years, 4 months ago (2016-08-08 23:02:20 UTC) #53
commit-bot: I haz the power
Try jobs failed on following builders: chromeos_x86-generic_chromium_compile_only_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromeos_x86-generic_chromium_compile_only_ng/builds/179985)
4 years, 4 months ago (2016-08-08 23:13:55 UTC) #55
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/2215133002/200001
4 years, 4 months ago (2016-08-08 23:16:42 UTC) #57
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/214534)
4 years, 4 months ago (2016-08-08 23:26:43 UTC) #59
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/2215133002/200001
4 years, 4 months ago (2016-08-09 01:58:08 UTC) #61
commit-bot: I haz the power
Committed patchset #11 (id:200001)
4 years, 4 months ago (2016-08-09 02:38:16 UTC) #63
commit-bot: I haz the power
4 years, 4 months ago (2016-08-09 02:40:08 UTC) #65
Message was sent while issue was closed.
Patchset 11 (id:??) landed as
https://crrev.com/8366b12610e369c46f257ea8d7ee6bf7a381d590
Cr-Commit-Position: refs/heads/master@{#410543}

Powered by Google App Engine
This is Rietveld 408576698