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

Issue 2109593006: Add ChannelHandle::mojo_handle to mus' ChannelHandle mojom. (Closed)

Created:
4 years, 5 months ago by Anand Mistry (off Chromium)
Modified:
4 years, 5 months ago
Reviewers:
msw, Peng, sky, dcheng
CC:
chromium-reviews, rjkroege, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add ChannelHandle::mojo_handle to mus' ChannelHandle mojom. ...and add support to the type converter. BUG=604282 Committed: https://crrev.com/78fdffc1e7db6029385056589517fee14185828a Cr-Commit-Position: refs/heads/master@{#404051}

Patch Set 1 #

Patch Set 2 : Make mojo_handle optional, which it is. #

Total comments: 8

Patch Set 3 : rebase #

Patch Set 4 : Rebase update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+31 lines, -0 lines) Patch
M services/ui/common/gpu_type_converters.cc View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M services/ui/common/gpu_type_converters_unittest.cc View 1 2 3 1 chunk +22 lines, -0 lines 0 comments Download
M services/ui/public/interfaces/channel_handle.mojom View 1 2 1 chunk +3 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 26 (9 generated)
Anand Mistry (off Chromium)
4 years, 5 months ago (2016-06-30 07:23:25 UTC) #2
msw
Sorry, I'm not actually the best reviewer here; +Scott. (perhaps we ought to revise components/mus/OWNERS?)
4 years, 5 months ago (2016-06-30 16:41:35 UTC) #4
sky
+penghuang (sorry to keep passing the buck) Completely agree on updating owners.
4 years, 5 months ago (2016-06-30 17:05:49 UTC) #7
Peng
On 2016/06/30 17:05:49, sky wrote: > +penghuang (sorry to keep passing the buck) Completely agree ...
4 years, 5 months ago (2016-06-30 18:30:31 UTC) #8
sky
Rubber stamp LGTM
4 years, 5 months ago (2016-06-30 21:07:07 UTC) #9
Anand Mistry (off Chromium)
+dcheng for security
4 years, 5 months ago (2016-07-01 00:03:01 UTC) #11
dcheng
https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc File components/mus/common/gpu_type_converters.cc (right): https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc#newcode34 components/mus/common/gpu_type_converters.cc:34: result->mojo_handle.reset(handle.mojo_handle); It's hard for me to tell where the ...
4 years, 5 months ago (2016-07-01 01:31:43 UTC) #12
Anand Mistry (off Chromium)
https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc File components/mus/common/gpu_type_converters.cc (right): https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc#newcode34 components/mus/common/gpu_type_converters.cc:34: result->mojo_handle.reset(handle.mojo_handle); On 2016/07/01 01:31:43, dcheng wrote: > It's hard ...
4 years, 5 months ago (2016-07-01 05:52:54 UTC) #13
dcheng
https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc File components/mus/common/gpu_type_converters.cc (right): https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc#newcode34 components/mus/common/gpu_type_converters.cc:34: result->mojo_handle.reset(handle.mojo_handle); On 2016/07/01 05:52:54, Anand Mistry wrote: > On ...
4 years, 5 months ago (2016-07-04 07:11:59 UTC) #14
Peng
https://codereview.chromium.org/2109593006/diff/20001/components/mus/public/interfaces/channel_handle.mojom File components/mus/public/interfaces/channel_handle.mojom (right): https://codereview.chromium.org/2109593006/diff/20001/components/mus/public/interfaces/channel_handle.mojom#newcode8 components/mus/public/interfaces/channel_handle.mojom:8: struct ChannelHandle { On 2016/07/04 07:11:59, dcheng wrote: > ...
4 years, 5 months ago (2016-07-04 14:40:09 UTC) #15
Peng
https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc File components/mus/common/gpu_type_converters.cc (right): https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc#newcode34 components/mus/common/gpu_type_converters.cc:34: result->mojo_handle.reset(handle.mojo_handle); On 2016/07/04 07:11:59, dcheng wrote: > On 2016/07/01 ...
4 years, 5 months ago (2016-07-06 15:19:06 UTC) #16
Anand Mistry (off Chromium)
On 2016/07/06 15:19:06, Peng wrote: > https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc > File components/mus/common/gpu_type_converters.cc (right): > > https://codereview.chromium.org/2109593006/diff/20001/components/mus/common/gpu_type_converters.cc#newcode34 > ...
4 years, 5 months ago (2016-07-06 23:54:16 UTC) #17
dcheng
thanks for the context. rs lgtm
4 years, 5 months ago (2016-07-07 00:57:13 UTC) #18
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/2109593006/60001
4 years, 5 months ago (2016-07-07 01:45:19 UTC) #21
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 5 months ago (2016-07-07 02:53:39 UTC) #23
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-07 02:53:42 UTC) #24
commit-bot: I haz the power
4 years, 5 months ago (2016-07-07 02:55:30 UTC) #26
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/78fdffc1e7db6029385056589517fee14185828a
Cr-Commit-Position: refs/heads/master@{#404051}

Powered by Google App Engine
This is Rietveld 408576698