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

Issue 304593002: Revert 272983 "Change Shell / ShellClient to ServiceProvider" (Closed)

Created:
6 years, 7 months ago by DaveMoore
Modified:
6 years, 7 months ago
Reviewers:
DaveMoore
CC:
chromium-reviews
Visibility:
Public.

Description

Revert 272983 "Change Shell / ShellClient to ServiceProvider" > Change Shell / ShellClient to ServiceProvider > > BUG= > R=darin@chromium.org > > Review URL: https://codereview.chromium.org/298653010 TBR=davemoore@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272984

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -642 lines) Patch
M trunk/src/content/browser/mojo/mojo_application_host.h View 2 chunks +9 lines, -11 lines 0 comments Download
M trunk/src/content/browser/mojo/mojo_application_host.cc View 3 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/content/browser/renderer_host/render_process_host_impl.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/content/child/child_thread.h View 3 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/content/child/child_thread.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/child/mojo/mojo_application.h View 2 chunks +5 lines, -7 lines 0 comments Download
M trunk/src/content/child/mojo/mojo_application.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/content/content_app.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_browser.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_child.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_gpu.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_plugin.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_ppapi_plugin.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_renderer.gypi View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/content/content_utility.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/content_worker.gypi View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/content/renderer/render_thread_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/content/renderer/render_thread_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/apps/js/main.js View 5 chunks +7 lines, -10 lines 0 comments Download
M trunk/src/mojo/dbus/dbus_external_service.h View 2 chunks +4 lines, -5 lines 0 comments Download
M trunk/src/mojo/dbus/dbus_external_service.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/mojo/examples/aura_demo/aura_demo.cc View 4 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/mojo/examples/compositor_app/compositor_app.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/mojo/examples/dbus_echo/dbus_echo_app.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/mojo/examples/launcher/launcher.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M trunk/src/mojo/examples/pepper_container_app/pepper_container_app.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/mojo/examples/sample_app/sample_app.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M trunk/src/mojo/examples/sample_view_manager_app/sample_view_manager_app.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/mojo/mojo.gyp View 8 chunks +8 lines, -8 lines 0 comments Download
M trunk/src/mojo/mojo_examples.gypi View 7 chunks +7 lines, -7 lines 0 comments Download
M trunk/src/mojo/mojo_public.gypi View 2 chunks +10 lines, -10 lines 0 comments Download
M trunk/src/mojo/mojo_services.gypi View 5 chunks +5 lines, -5 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/application.h View 1 chunk +0 lines, -94 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/connect.h View 1 chunk +0 lines, -26 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/lib/application.cc View 1 chunk +0 lines, -55 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/lib/service_connector.h View 1 chunk +0 lines, -141 lines 0 comments Download
D trunk/src/mojo/public/cpp/application/lib/service_connector.cc View 1 chunk +0 lines, -21 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/DEPS View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/application.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/connect.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/lib/application.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/lib/service_connector.h View 0 chunks +-1 lines, --1 lines 0 comments Download
A + trunk/src/mojo/public/cpp/shell/lib/service_connector.cc View 0 chunks +-1 lines, --1 lines 0 comments Download
D trunk/src/mojo/public/interfaces/service_provider/service_provider.mojom View 1 chunk +0 lines, -16 lines 0 comments Download
A + trunk/src/mojo/public/interfaces/shell/shell.mojom View 0 chunks +-1 lines, --1 lines 0 comments Download
M trunk/src/mojo/service_manager/background_service_loader.h View 1 chunk +3 lines, -4 lines 0 comments Download
M trunk/src/mojo/service_manager/background_service_loader.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M trunk/src/mojo/service_manager/service_loader.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/service_manager/service_manager.h View 4 chunks +6 lines, -6 lines 0 comments Download
M trunk/src/mojo/service_manager/service_manager.cc View 5 chunks +20 lines, -22 lines 0 comments Download
M trunk/src/mojo/service_manager/service_manager_unittest.cc View 5 chunks +11 lines, -13 lines 0 comments Download
M trunk/src/mojo/services/native_viewport/native_viewport_service.h View 1 chunk +3 lines, -4 lines 0 comments Download
M trunk/src/mojo/services/native_viewport/native_viewport_service.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_private.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/services/public/cpp/view_manager/lib/view_manager_synchronizer.cc View 2 chunks +4 lines, -6 lines 0 comments Download
M trunk/src/mojo/services/public/cpp/view_manager/tests/view_manager_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/mojo/services/public/cpp/view_manager/view_manager.h View 3 chunks +3 lines, -3 lines 0 comments Download
M trunk/src/mojo/services/view_manager/main.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M trunk/src/mojo/services/view_manager/root_node_manager.h View 2 chunks +2 lines, -2 lines 0 comments Download
M trunk/src/mojo/services/view_manager/root_node_manager.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M trunk/src/mojo/services/view_manager/root_view_manager.h View 3 chunks +3 lines, -4 lines 0 comments Download
M trunk/src/mojo/services/view_manager/root_view_manager.cc View 2 chunks +5 lines, -8 lines 0 comments Download
M trunk/src/mojo/services/view_manager/view_manager_connection_unittest.cc View 3 chunks +3 lines, -7 lines 0 comments Download
M trunk/src/mojo/shell/android/mojo_main.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/shell/context.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/shell/dbus_service_loader_linux.h View 1 chunk +1 line, -0 lines 0 comments Download
M trunk/src/mojo/shell/dbus_service_loader_linux.cc View 3 chunks +4 lines, -5 lines 0 comments Download
M trunk/src/mojo/shell/dynamic_service_loader.h View 1 chunk +1 line, -0 lines 0 comments Download
M trunk/src/mojo/shell/dynamic_service_runner.h View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/shell/external_service.mojom View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/shell/run.cc View 1 chunk +1 line, -1 line 0 comments Download
M trunk/src/mojo/shell/shell_test_helper.h View 4 chunks +11 lines, -13 lines 0 comments Download
M trunk/src/mojo/shell/shell_test_helper.cc View 4 chunks +17 lines, -20 lines 0 comments Download
M trunk/src/mojo/shell/view_manager_loader.h View 1 chunk +3 lines, -4 lines 0 comments Download
M trunk/src/mojo/shell/view_manager_loader.cc View 2 chunks +6 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
DaveMoore
6 years, 7 months ago (2014-05-27 16:02:39 UTC) #1
DaveMoore
6 years, 7 months ago (2014-05-27 16:04:31 UTC) #2
Message was sent while issue was closed.
Committed patchset #1 manually as r272984 (tree was closed).

Powered by Google App Engine
This is Rietveld 408576698