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

Issue 2819903004: Migrate GpuChildThread to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to exp (Closed)

Created:
3 years, 8 months ago by Ben Goodger (Google)
Modified:
3 years, 8 months ago
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Migrate GpuChildThread to use ConnectionFilter instead of the ChildThread's InterfaceRegistry to expose interfaces on incoming connections. R=rockot@chromium.org Review-Url: https://codereview.chromium.org/2819903004 Cr-Commit-Position: refs/heads/master@{#466806} Committed: https://chromium.googlesource.com/chromium/src/+/d623444f8f4423798526f5f596ab10d892b74308

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

Total comments: 1

Patch Set 10 : . #

Patch Set 11 : . #

Total comments: 1

Patch Set 12 : . #

Patch Set 13 : . #

Patch Set 14 : . #

Patch Set 15 : . #

Patch Set 16 : . #

Patch Set 17 : . #

Total comments: 1

Patch Set 18 : . #

Patch Set 19 : . #

Total comments: 2

Patch Set 20 : . #

Patch Set 21 : . #

Patch Set 22 : . #

Patch Set 23 : . #

Patch Set 24 : . #

Patch Set 25 : . #

Patch Set 26 : . #

Unified diffs Side-by-side diffs Delta from patch set Stats (+171 lines, -64 lines) Patch
M chrome/gpu/DEPS View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/gpu/chrome_content_gpu_client.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 1 chunk +16 lines, -5 lines 0 comments Download
M chrome/gpu/chrome_content_gpu_client.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 5 chunks +36 lines, -29 lines 0 comments Download
M content/gpu/gpu_child_thread.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 2 chunks +6 lines, -0 lines 0 comments Download
M content/gpu/gpu_child_thread.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 7 chunks +100 lines, -18 lines 0 comments Download
M content/public/gpu/content_gpu_client.h View 1 2 3 4 5 6 7 8 9 2 chunks +12 lines, -12 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 115 (96 generated)
Ben Goodger (Google)
3 years, 8 months ago (2017-04-16 23:11:20 UTC) #32
Ben Goodger (Google)
ok how about now
3 years, 8 months ago (2017-04-19 00:15:03 UTC) #34
Ken Rockot(use gerrit already)
Hmm, this definitely won't work. CreateGpuService can't be invoked until the IPC Channel is set ...
3 years, 8 months ago (2017-04-19 01:26:30 UTC) #38
Ben Goodger (Google)
OK what about this
3 years, 8 months ago (2017-04-19 04:38:49 UTC) #42
Ben Goodger (Google)
On 2017/04/19 04:38:49, Ben Goodger (Google) wrote: > OK what about this yeah ok let ...
3 years, 8 months ago (2017-04-19 13:44:09 UTC) #54
Ken Rockot(use gerrit already)
https://codereview.chromium.org/2819903004/diff/200001/chrome/gpu/chrome_content_gpu_client.h File chrome/gpu/chrome_content_gpu_client.h (right): https://codereview.chromium.org/2819903004/diff/200001/chrome/gpu/chrome_content_gpu_client.h#newcode21 chrome/gpu/chrome_content_gpu_client.h:21: void Initialize(base::FieldTrialList::Observer* observer) override; need to update the signature ...
3 years, 8 months ago (2017-04-20 15:30:22 UTC) #71
Ken Rockot(use gerrit already)
On 2017/04/20 at 15:30:22, Ken Rockot wrote: > https://codereview.chromium.org/2819903004/diff/200001/chrome/gpu/chrome_content_gpu_client.h > File chrome/gpu/chrome_content_gpu_client.h (right): > > ...
3 years, 8 months ago (2017-04-20 15:30:51 UTC) #72
Ben Goodger (Google)
OK how 'bout now.
3 years, 8 months ago (2017-04-20 17:13:28 UTC) #77
Ken Rockot(use gerrit already)
LGTM just nits. Might be worth asking piman@ to take a look too as GPU ...
3 years, 8 months ago (2017-04-20 17:41:45 UTC) #80
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/2819903004/380001
3 years, 8 months ago (2017-04-20 19:15:34 UTC) #85
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_tsan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_tsan_rel_ng/builds/58235)
3 years, 8 months ago (2017-04-20 19:27:29 UTC) #87
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/2819903004/400001
3 years, 8 months ago (2017-04-20 19:43:20 UTC) #90
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/276727)
3 years, 8 months ago (2017-04-20 21:21:58 UTC) #92
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/2819903004/420001
3 years, 8 months ago (2017-04-20 22:32:05 UTC) #95
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_compile_dbg_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_compile_dbg_ng/builds/394404) win_clang on master.tryserver.chromium.win (JOB_FAILED, ...
3 years, 8 months ago (2017-04-20 22:35:17 UTC) #97
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/2819903004/420001
3 years, 8 months ago (2017-04-20 23:35:15 UTC) #99
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on master.tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/276939)
3 years, 8 months ago (2017-04-21 01:01:17 UTC) #101
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/2819903004/500001
3 years, 8 months ago (2017-04-24 21:41:35 UTC) #112
commit-bot: I haz the power
3 years, 8 months ago (2017-04-24 22:51:37 UTC) #115
Message was sent while issue was closed.
Committed patchset #26 (id:500001) as
https://chromium.googlesource.com/chromium/src/+/d623444f8f4423798526f5f596ab...

Powered by Google App Engine
This is Rietveld 408576698