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

Issue 2099063002: Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider (Closed)

Created:
4 years, 5 months ago by Ben Goodger (Google)
Modified:
4 years, 5 months ago
CC:
chromium-reviews, mlamouri+watch-content_chromium.org, creis+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, Peter Beverloo, nasko+codewatch_chromium.org, jam, chasej+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, iclelland+watch_chromium.org, darin-cc_chromium.org, jkarlin+watch_chromium.org, piman+watch_chromium.org, darin (slow to review), ben+mojo_chromium.org, jochen+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate RenderProcessHost, ChildThread to InterfaceRegistry/Provider Extracted from: https://codereview.chromium.org/2096643002/ TBR=rockot@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_site_isolation Committed: https://crrev.com/d1dd50f53c45b2606bb747de832b0cad5952efbf Cr-Commit-Position: refs/heads/master@{#402089}

Patch Set 1 #

Patch Set 2 : . #

Patch Set 3 : . #

Patch Set 4 : . #

Patch Set 5 : . #

Patch Set 6 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+378 lines, -319 lines) Patch
M android_webview/gpu/aw_content_gpu_client.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M android_webview/gpu/aw_content_gpu_client.cc View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M blimp/client/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M blimp/engine/app/blimp_content_browser_client.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M blimp/engine/app/blimp_content_browser_client.cc View 1 2 chunks +4 lines, -4 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M chrome/browser/chrome_content_browser_client.cc View 1 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/chromeos/arc/gpu_arc_video_service_host.cc View 1 2 3 4 5 1 chunk +2 lines, -4 lines 0 comments Download
M chrome/browser/image_decoder.cc View 1 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/net/utility_process_mojo_proxy_resolver_factory.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/task_management/providers/child_process_task.cc View 1 2 3 2 chunks +4 lines, -6 lines 0 comments Download
M chrome/browser/task_management/providers/web_contents/renderer_task.cc View 1 2 chunks +2 lines, -5 lines 0 comments Download
M chrome/browser/task_manager/child_process_resource_provider.cc View 1 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/task_manager/renderer_resource.cc View 1 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/ui/webui/mojo_web_ui_controller.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M chrome/gpu/chrome_content_gpu_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/gpu/chrome_content_gpu_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/chrome_content_utility_client.h View 1 1 chunk +1 line, -1 line 0 comments Download
M chrome/utility/chrome_content_utility_client.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M components/web_cache/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M components/web_cache/browser/DEPS View 1 1 chunk +2 lines, -1 line 0 comments Download
M components/web_cache/browser/web_cache_manager.cc View 1 2 chunks +2 lines, -3 lines 0 comments Download
M content/browser/android/service_registry_android_impl.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/browser/android/service_registry_android_impl.cc View 1 2 chunks +0 lines, -16 lines 0 comments Download
M content/browser/battery_status/battery_monitor_integration_browsertest.cc View 1 3 chunks +4 lines, -4 lines 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 2 chunks +7 lines, -2 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 1 chunk +7 lines, -2 lines 0 comments Download
M content/browser/frame_host/render_frame_host_impl.cc View 1 1 chunk +2 lines, -4 lines 0 comments Download
M content/browser/frame_host/render_frame_host_manager.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 2 chunks +8 lines, -2 lines 0 comments Download
M content/browser/mojo/mojo_application_host.h View 1 4 chunks +13 lines, -5 lines 0 comments Download
M content/browser/mojo/mojo_application_host.cc View 1 2 2 chunks +23 lines, -12 lines 0 comments Download
M content/browser/mojo/mojo_shell_context.cc View 1 3 chunks +2 lines, -5 lines 0 comments Download
M content/browser/renderer_host/render_process_host_browsertest.cc View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 3 chunks +17 lines, -12 lines 0 comments Download
M content/browser/service_worker/embedded_worker_instance.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.h View 1 2 chunks +6 lines, -1 line 0 comments Download
M content/browser/service_worker/embedded_worker_test_helper.cc View 1 2 3 9 chunks +39 lines, -49 lines 0 comments Download
M content/browser/utility_process_host_impl.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M content/browser/utility_process_host_impl.cc View 1 2 chunks +9 lines, -2 lines 0 comments Download
M content/browser/utility_process_host_impl_browsertest.cc View 1 2 chunks +3 lines, -3 lines 0 comments Download
M content/child/background_sync/background_sync_provider.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/blink_platform_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_thread_impl.h View 1 2 chunks +2 lines, -8 lines 0 comments Download
M content/child/child_thread_impl.cc View 1 1 chunk +8 lines, -0 lines 0 comments Download
M content/child/mojo/mojo_application.h View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M content/public/browser/BUILD.gn View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/android/service_registry_android.h View 1 chunk +0 lines, -3 lines 0 comments Download
M content/public/browser/browser_child_process_host.h View 1 2 chunks +12 lines, -4 lines 0 comments Download
M content/public/browser/browser_child_process_host_delegate.h View 1 2 chunks +12 lines, -4 lines 0 comments Download
M content/public/browser/browser_child_process_host_delegate.cc View 1 1 chunk +7 lines, -1 line 0 comments Download
M content/public/browser/content_browser_client.h View 1 2 chunks +2 lines, -3 lines 0 comments Download
M content/public/browser/gpu_service_registry.h View 1 2 3 4 1 chunk +7 lines, -5 lines 0 comments Download
M content/public/browser/gpu_service_registry.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M content/public/browser/render_process_host.h View 1 3 chunks +9 lines, -3 lines 0 comments Download
M content/public/browser/utility_process_host.h View 1 3 chunks +15 lines, -6 lines 0 comments Download
M content/public/browser/utility_process_mojo_client.h View 1 2 chunks +3 lines, -4 lines 0 comments Download
M content/public/child/child_thread.h View 1 2 chunks +13 lines, -0 lines 0 comments Download
M content/public/gpu/content_gpu_client.h View 1 chunk +3 lines, -4 lines 0 comments Download
M content/public/renderer/content_renderer_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
M content/public/renderer/render_thread.h View 2 chunks +0 lines, -13 lines 0 comments Download
M content/public/test/mock_render_process_host.h View 1 4 chunks +13 lines, -5 lines 0 comments Download
M content/public/test/mock_render_process_host.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download
M content/public/utility/content_utility_client.h View 1 chunk +3 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.h View 1 chunk +0 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 4 chunks +6 lines, -16 lines 0 comments Download
M content/renderer/renderer_blink_platform_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M content/shell/browser/DEPS View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/shell/browser/layout_test/layout_test_content_browser_client.cc View 1 3 chunks +2 lines, -2 lines 0 comments Download
M content/shell/browser/shell_mojo_test_utils_android.cc View 1 2 3 4 5 2 chunks +33 lines, -18 lines 0 comments Download
M content/shell/renderer/shell_content_renderer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/shell_content_renderer_client.cc View 1 2 chunks +1 line, -2 lines 0 comments Download
M content/shell/utility/shell_content_utility_client.h View 1 chunk +1 line, -1 line 0 comments Download
M content/shell/utility/shell_content_utility_client.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M content/utility/utility_process_control_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/utility/utility_thread_impl.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M extensions/browser/mojo/service_registration.cc View 1 1 chunk +0 lines, -1 line 0 comments Download
M headless/lib/browser/headless_web_contents_impl.cc View 1 1 chunk +0 lines, -1 line 0 comments Download

Dependent Patchsets:

Messages

Total messages: 6 (3 generated)
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/2099063002/100001
4 years, 5 months ago (2016-06-26 20:54:49 UTC) #3
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years, 5 months ago (2016-06-26 22:11:03 UTC) #4
commit-bot: I haz the power
4 years, 5 months ago (2016-06-26 22:12:54 UTC) #6
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/d1dd50f53c45b2606bb747de832b0cad5952efbf
Cr-Commit-Position: refs/heads/master@{#402089}

Powered by Google App Engine
This is Rietveld 408576698