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

Issue 2179023004: Make Service own ServiceContext. (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, chromium-reviews, darin (slow to review), darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, kalyank, qsr+mojo_chromium.org, rjkroege, sadrul, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Make Service own ServiceContext. . Remove connector & id parameters from OnStart . Update all the callsites. R=rockot@chromium.org,tsepez@chromium.org BUG= Committed: https://crrev.com/c580dfb4e8f950d808e70415c78aea54b9a97327 Cr-Commit-Position: refs/heads/master@{#407992}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Total comments: 1

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+291 lines, -437 lines) Patch
M ash/mus/window_manager_application.h View 1 3 chunks +1 line, -7 lines 0 comments Download
M ash/mus/window_manager_application.cc View 1 2 chunks +7 lines, -10 lines 0 comments Download
M ash/sysui/sysui_application.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M ash/sysui/sysui_application.cc View 1 1 chunk +3 lines, -5 lines 0 comments Download
M ash/touch_hud/mus/touch_hud_application.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M ash/touch_hud/mus/touch_hud_application.cc View 1 2 chunks +4 lines, -7 lines 0 comments Download
M components/filesystem/file_system_app.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M components/filesystem/file_system_app.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M components/font_service/font_service_app.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M components/font_service/font_service_app.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M components/leveldb/leveldb_app.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M components/leveldb/leveldb_app.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M content/common/mojo/mojo_shell_connection_impl.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M mash/app_driver/app_driver.h View 2 chunks +1 line, -4 lines 0 comments Download
M mash/app_driver/app_driver.cc View 4 chunks +5 lines, -9 lines 0 comments Download
M mash/browser/browser.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/browser/browser.cc View 1 1 chunk +6 lines, -8 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.h View 1 2 chunks +1 line, -5 lines 0 comments Download
M mash/catalog_viewer/catalog_viewer.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M mash/example/views_examples/views_examples_application_delegate.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M mash/example/views_examples/views_examples_application_delegate.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M mash/example/window_type_launcher/main.cc View 1 chunk +1 line, -1 line 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/example/window_type_launcher/window_type_launcher.cc View 1 2 chunks +5 lines, -8 lines 0 comments Download
M mash/init/init.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/init/init.cc View 1 3 chunks +6 lines, -10 lines 0 comments Download
M mash/login/login.cc View 1 2 chunks +12 lines, -11 lines 0 comments Download
M mash/quick_launch/quick_launch_application.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/quick_launch/quick_launch_application.cc View 1 3 chunks +9 lines, -11 lines 0 comments Download
M mash/screenlock/screenlock.h View 1 chunk +1 line, -3 lines 0 comments Download
M mash/screenlock/screenlock.cc View 2 chunks +8 lines, -9 lines 0 comments Download
M mash/session/session.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/session/session.cc View 1 4 chunks +6 lines, -8 lines 0 comments Download
M mash/task_viewer/task_viewer.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/task_viewer/task_viewer.cc View 1 7 chunks +34 lines, -34 lines 0 comments Download
M mash/webtest/webtest.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M mash/webtest/webtest.cc View 1 2 chunks +6 lines, -8 lines 0 comments Download
M media/mojo/services/mojo_media_application.h View 1 2 chunks +1 line, -4 lines 0 comments Download
M media/mojo/services/mojo_media_application.cc View 1 2 chunks +1 line, -5 lines 0 comments Download
M services/shell/public/cpp/lib/service.cc View 2 chunks +15 lines, -3 lines 0 comments Download
M services/shell/public/cpp/lib/service_context.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/shell/public/cpp/lib/service_runner.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M services/shell/public/cpp/lib/service_test.cc View 3 chunks +8 lines, -11 lines 0 comments Download
M services/shell/public/cpp/service.h View 1 2 3 4 5 3 chunks +8 lines, -5 lines 0 comments Download
M services/shell/public/cpp/service_runner.h View 1 chunk +0 lines, -1 line 0 comments Download
M services/shell/public/cpp/service_test.h View 2 chunks +2 lines, -5 lines 0 comments Download
M services/shell/public/interfaces/service_manager.mojom View 1 chunk +2 lines, -2 lines 0 comments Download
M services/shell/runner/child/test_native_main.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M services/shell/service_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M services/shell/service_manager.cc View 1 3 chunks +11 lines, -9 lines 0 comments Download
M services/shell/tests/connect/connect_test_app.cc View 1 6 chunks +5 lines, -10 lines 0 comments Download
M services/shell/tests/connect/connect_test_class_app.cc View 1 2 chunks +1 line, -4 lines 0 comments Download
M services/shell/tests/connect/connect_test_driver.cc View 1 2 chunks +1 line, -7 lines 0 comments Download
M services/shell/tests/connect/connect_test_exe.cc View 1 1 chunk +1 line, -3 lines 0 comments Download
M services/shell/tests/connect/connect_test_package.cc View 1 2 3 5 chunks +4 lines, -10 lines 0 comments Download
M services/shell/tests/connect/connect_test_singleton_app.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M services/shell/tests/connect/connect_unittest.cc View 1 7 chunks +5 lines, -15 lines 0 comments Download
M services/shell/tests/lifecycle/lifecycle_unittest.cc View 3 chunks +12 lines, -12 lines 0 comments Download
M services/shell/tests/lifecycle/parent.cc View 1 3 chunks +1 line, -8 lines 0 comments Download
M services/shell/tests/shell/BUILD.gn View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
A services/shell/tests/shell/OWNERS View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M services/shell/tests/shell/driver.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M services/shell/tests/shell/shell_unittest.cc View 1 7 chunks +26 lines, -26 lines 0 comments Download
M services/shell/tests/shell/shell_unittest.mojom View 1 chunk +3 lines, -1 line 0 comments Download
M services/shell/tests/shell/target.cc View 1 chunk +3 lines, -5 lines 0 comments Download
M services/shell/tests/shutdown/shutdown_client_app.cc View 1 3 chunks +2 lines, -7 lines 0 comments Download
M services/shell/tests/shutdown/shutdown_service_app.cc View 1 1 chunk +0 lines, -2 lines 0 comments Download
M services/ui/demo/mus_demo.h View 2 chunks +1 line, -5 lines 0 comments Download
M services/ui/demo/mus_demo.cc View 2 chunks +4 lines, -7 lines 0 comments Download
M services/ui/service.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M services/ui/service.cc View 1 3 chunks +4 lines, -6 lines 0 comments Download
M services/ui/test_wm/test_wm.cc View 1 chunk +2 lines, -7 lines 0 comments Download
M services/user/user_shell_client.h View 1 1 chunk +1 line, -3 lines 0 comments Download
M services/user/user_shell_client.cc View 1 1 chunk +1 line, -3 lines 0 comments Download

Messages

Total messages: 30 (23 generated)
Ben Goodger (Google)
rockot: all tsepez: *.mojom
4 years, 4 months ago (2016-07-26 20:46:04 UTC) #10
Tom Sepez
mojom LGTM
4 years, 4 months ago (2016-07-26 21:10:17 UTC) #14
Ken Rockot(use gerrit already)
lgtm assuming we will move toward Service impls owning their own ServiceContext and get rid ...
4 years, 4 months ago (2016-07-26 22:38:25 UTC) #21
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/2179023004/80001
4 years, 4 months ago (2016-07-26 22:46:44 UTC) #24
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/2179023004/100001
4 years, 4 months ago (2016-07-26 22:48:50 UTC) #27
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 4 months ago (2016-07-27 00:43:59 UTC) #28
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 00:45:50 UTC) #30
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/c580dfb4e8f950d808e70415c78aea54b9a97327
Cr-Commit-Position: refs/heads/master@{#407992}

Powered by Google App Engine
This is Rietveld 408576698