New issue
Advanced search Search tips

Issue 672737 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner: ----
Closed: Nov 15
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Feature



Sign in to add a comment

Convert common mojo types to non-native

Project Member Reported by nya@chromium.org, Dec 9 2016

Issue description

Currently some common mojo types defined at mojo/common/*.mojom are marked as [Native] and they can't be used from other languages than C++, such as Java. This is pretty unfortunate as they would provide type-safe representations of various important types such as times.

 
Components: -Internals>Mojo Internals>Mojo>Bindings
Status: Fixed (was: Untriaged)
This was fixed a while ago. All types that were in mojo/common are now part of mojo/public/mojom/base and none of them are [Native].

Sign in to add a comment