New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 598830 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Aug 2016
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

Mojo custom type mapping: support move-only types

Project Member Reported by yzshen@chromium.org, Mar 29 2016

Issue description

Currently, generated bindings code always passes native types as const reference. That doesn't work in some cases, for example:
- a native type contains a Mojo interface request that needs to be taken by the serialization code;
- user code would like to take ownership of received objects of the native type, in order to avoid unnecessary copies.



 

Comment 1 by yzshen@chromium.org, Aug 26 2016

Owner: yzshen@chromium.org
Status: Fixed (was: Untriaged)

Sign in to add a comment