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

Issue 2625933002: content/gpu: Set up a mojom connection between browser and gpu. (Closed)

Created:
3 years, 11 months ago by sadrul
Modified:
3 years, 11 months ago
CC:
Aaron Boodman, abarth-chromium, chromium-reviews, darin (slow to review), darin-cc_chromium.org, jam, piman+watch_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

content/gpu: Set up a mojom connection between browser and gpu. Set up a mojom connection for content-browser to talk to content-gpu through the mojom.GpuMain interface. Subsequent CLs will add code to allow chrome-browser to set up a mojom.GpuService connection through GpuMain to the gpu process. This GpuService will replace the existing chrome-ipc messages between chrome-browser and chrome-gpu. BUG=643746, 630895 Review-Url: https://codereview.chromium.org/2625933002 Cr-Commit-Position: refs/heads/master@{#443044} Committed: https://chromium.googlesource.com/chromium/src/+/6c5aed8c3c8b5a67bff553badfe229f96f3fff23

Patch Set 1 #

Total comments: 3

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : tot merge #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -3 lines) Patch
M content/browser/BUILD.gn View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.h View 1 3 chunks +4 lines, -0 lines 0 comments Download
M content/browser/browser_child_process_host_impl.cc View 1 3 chunks +6 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.h View 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/gpu/gpu_process_host.cc View 1 1 chunk +4 lines, -0 lines 0 comments Download
M content/common/child_process_host_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 2 chunks +3 lines, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 2 chunks +7 lines, -0 lines 0 comments Download
M content/public/app/mojo/content_gpu_manifest.json View 1 chunk +2 lines, -1 line 0 comments Download
M content/public/common/child_process_host_delegate.h View 3 chunks +8 lines, -2 lines 0 comments Download

Messages

Total messages: 31 (18 generated)
sadrul
jbauman@ for content/browser/gpu and content/gpu rockot@ for manifest.json, and changes in GpuChildThread and GpuProcessHost for ...
3 years, 11 months ago (2017-01-11 01:24:52 UTC) #2
sadrul
+tsepez@ for manifest.json
3 years, 11 months ago (2017-01-11 01:48:30 UTC) #6
jbauman
lgtm, though I've got one question. https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc File content/gpu/gpu_child_thread.cc (left): https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc#oldcode207 content/gpu/gpu_child_thread.cc:207: // OnInitialize() is ...
3 years, 11 months ago (2017-01-11 01:49:22 UTC) #7
sadrul
https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc File content/gpu/gpu_child_thread.cc (left): https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc#oldcode207 content/gpu/gpu_child_thread.cc:207: // OnInitialize() is invoked. On 2017/01/11 01:49:22, jbauman wrote: ...
3 years, 11 months ago (2017-01-11 01:55:46 UTC) #8
Avi (use Gerrit)
lgtm stamp
3 years, 11 months ago (2017-01-11 17:22:38 UTC) #11
Tom Sepez
lgtm
3 years, 11 months ago (2017-01-11 17:50:40 UTC) #12
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc File content/gpu/gpu_child_thread.cc (left): https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc#oldcode207 content/gpu/gpu_child_thread.cc:207: // OnInitialize() is invoked. On 2017/01/11 at 01:55:46, sadrul ...
3 years, 11 months ago (2017-01-11 18:17:00 UTC) #13
Ken Rockot(use gerrit already)
On 2017/01/11 at 18:17:00, Ken Rockot wrote: > https://codereview.chromium.org/2625933002/diff/1/content/gpu/gpu_child_thread.cc > File content/gpu/gpu_child_thread.cc (left): > > ...
3 years, 11 months ago (2017-01-11 18:18:19 UTC) #14
sadrul
On 2017/01/11 18:18:19, Ken Rockot wrote: > On 2017/01/11 at 18:17:00, Ken Rockot wrote: > ...
3 years, 11 months ago (2017-01-11 21:16:19 UTC) #17
Ken Rockot(use gerrit already)
lgtm https://codereview.chromium.org/2625933002/diff/20001/content/public/app/mojo/content_gpu_manifest.json File content/public/app/mojo/content_gpu_manifest.json (right): https://codereview.chromium.org/2625933002/diff/20001/content/public/app/mojo/content_gpu_manifest.json#newcode10 content/public/app/mojo/content_gpu_manifest.json:10: "ui::mojom::GpuMain" Note that Channel-associated interfaces are in no ...
3 years, 11 months ago (2017-01-11 21:21:22 UTC) #20
sadrul
https://codereview.chromium.org/2625933002/diff/20001/content/public/app/mojo/content_gpu_manifest.json File content/public/app/mojo/content_gpu_manifest.json (right): https://codereview.chromium.org/2625933002/diff/20001/content/public/app/mojo/content_gpu_manifest.json#newcode10 content/public/app/mojo/content_gpu_manifest.json:10: "ui::mojom::GpuMain" On 2017/01/11 21:21:22, Ken Rockot wrote: > Note ...
3 years, 11 months ago (2017-01-11 22:52:09 UTC) #25
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/2625933002/40001
3 years, 11 months ago (2017-01-11 22:57:39 UTC) #28
commit-bot: I haz the power
3 years, 11 months ago (2017-01-11 23:12:18 UTC) #31
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://chromium.googlesource.com/chromium/src/+/6c5aed8c3c8b5a67bff553badfe2...

Powered by Google App Engine
This is Rietveld 408576698